diff --git a/advisories/github-reviewed/2025/04/GHSA-rc42-6c7j-7h5r/GHSA-rc42-6c7j-7h5r.json b/advisories/github-reviewed/2025/04/GHSA-rc42-6c7j-7h5r/GHSA-rc42-6c7j-7h5r.json new file mode 100644 index 00000000000..81e42bb4eca --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-rc42-6c7j-7h5r/GHSA-rc42-6c7j-7h5r.json @@ -0,0 +1,144 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rc42-6c7j-7h5r", + "modified": "2025-04-28T20:59:16Z", + "published": "2025-04-28T09:31:53Z", + "aliases": [ + "CVE-2025-22235" + ], + "summary": "Spring Boot EndpointRequest.to() creates wrong matcher if actuator endpoint is not exposed", + "details": "EndpointRequest.to() creates a matcher for null/** if the actuator endpoint, for which the EndpointRequest has been created, is disabled or not exposed.\n\nYour application may be affected by this if all the following conditions are met:\n\n * You use Spring Security\n * EndpointRequest.to() has been used in a Spring Security chain configuration\n * The endpoint which EndpointRequest references is disabled or not exposed via web\n * Your application handles requests to /null and this path needs protection\n\n\nYou are not affected if any of the following is true:\n\n * You don't use Spring Security\n * You don't use EndpointRequest.to()\n * The endpoint which EndpointRequest.to() refers to is enabled and is exposed\n * Your application does not handle requests to /null or this path does not need protection", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.boot:spring-boot" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.7.24.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.boot:spring-boot" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.1.0" + }, + { + "last_affected": "3.1.15.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.boot:spring-boot" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.2.0" + }, + { + "last_affected": "3.2.13.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.boot:spring-boot" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.3.0" + }, + { + "fixed": "3.3.11" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 3.3.10" + } + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.boot:spring-boot" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.4.0" + }, + { + "fixed": "3.4.5" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 3.4.4" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22235" + }, + { + "type": "PACKAGE", + "url": "https://github.com/spring-projects/spring-boot" + }, + { + "type": "WEB", + "url": "https://spring.io/security/cve-2025-22235" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-20", + "CWE-862" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-04-28T20:59:16Z", + "nvd_published_at": "2025-04-28T08:15:15Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-rc42-6c7j-7h5r/GHSA-rc42-6c7j-7h5r.json b/advisories/unreviewed/2025/04/GHSA-rc42-6c7j-7h5r/GHSA-rc42-6c7j-7h5r.json deleted file mode 100644 index 0dd8e563946..00000000000 --- a/advisories/unreviewed/2025/04/GHSA-rc42-6c7j-7h5r/GHSA-rc42-6c7j-7h5r.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-rc42-6c7j-7h5r", - "modified": "2025-04-28T09:31:53Z", - "published": "2025-04-28T09:31:53Z", - "aliases": [ - "CVE-2025-22235" - ], - "details": "EndpointRequest.to() creates a matcher for null/** if the actuator endpoint, for which the EndpointRequest has been created, is disabled or not exposed.\n\nYour application may be affected by this if all the following conditions are met:\n\n * You use Spring Security\n * EndpointRequest.to() has been used in a Spring Security chain configuration\n * The endpoint which EndpointRequest references is disabled or not exposed via web\n * Your application handles requests to /null and this path needs protection\n\n\nYou are not affected if any of the following is true:\n\n * You don't use Spring Security\n * You don't use EndpointRequest.to()\n * The endpoint which EndpointRequest.to() refers to is enabled and is exposed\n * Your application does not handle requests to /null or this path does not need protection", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22235" - }, - { - "type": "WEB", - "url": "https://spring.io/security/cve-2025-22235" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-20" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-04-28T08:15:15Z" - } -} \ No newline at end of file