From 2565249bfa54237e2dcf7c11602b0cbba109f715 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:22:24 +0000 Subject: [PATCH] Publish Advisories GHSA-hh3m-g4qj-4835 GHSA-hh3m-g4qj-4835 --- .../GHSA-hh3m-g4qj-4835.json | 65 +++++++++++++++++++ .../GHSA-hh3m-g4qj-4835.json | 36 ---------- 2 files changed, 65 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2025/03/GHSA-hh3m-g4qj-4835/GHSA-hh3m-g4qj-4835.json delete mode 100644 advisories/unreviewed/2025/03/GHSA-hh3m-g4qj-4835/GHSA-hh3m-g4qj-4835.json diff --git a/advisories/github-reviewed/2025/03/GHSA-hh3m-g4qj-4835/GHSA-hh3m-g4qj-4835.json b/advisories/github-reviewed/2025/03/GHSA-hh3m-g4qj-4835/GHSA-hh3m-g4qj-4835.json new file mode 100644 index 00000000000..4a0abfc1a10 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-hh3m-g4qj-4835/GHSA-hh3m-g4qj-4835.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hh3m-g4qj-4835", + "modified": "2025-03-24T21:20:53Z", + "published": "2025-03-24T18:31:03Z", + "aliases": [ + "CVE-2025-22223" + ], + "summary": "Spring Security Vulnerable to Authorization Bypass via Security Annotations", + "details": "Spring Security 6.4.0 - 6.4.3 may not correctly locate method security annotations on parameterized types or methods. This may cause an authorization bypass. \n\nYou are not affected if you are not using @EnableMethodSecurity, or you do not have method security annotations on parameterized types or methods, or all method security annotations are attached to target methods", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.security:spring-security-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.4.0" + }, + { + "fixed": "6.4.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22223" + }, + { + "type": "WEB", + "url": "https://github.com/spring-projects/spring-security/commit/dc2e1af2dab8ef81cd4edd25b56a2babeaab8cf9" + }, + { + "type": "PACKAGE", + "url": "https://github.com/spring-projects/spring-security" + }, + { + "type": "WEB", + "url": "https://spring.io/security/cve-2025-22223" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-290" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-03-24T21:20:53Z", + "nvd_published_at": "2025-03-24T18:15:22Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-hh3m-g4qj-4835/GHSA-hh3m-g4qj-4835.json b/advisories/unreviewed/2025/03/GHSA-hh3m-g4qj-4835/GHSA-hh3m-g4qj-4835.json deleted file mode 100644 index 484df84ca6b..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-hh3m-g4qj-4835/GHSA-hh3m-g4qj-4835.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-hh3m-g4qj-4835", - "modified": "2025-03-24T18:31:03Z", - "published": "2025-03-24T18:31:03Z", - "aliases": [ - "CVE-2025-22223" - ], - "details": "Spring Security 6.4.0 - 6.4.3 may not correctly locate method security annotations on parameterized types or methods. This may cause an authorization bypass. \n\nYou are not affected if you are not using @EnableMethodSecurity, or\nyou do not have method security annotations on parameterized types or methods, or all method security annotations are attached to target methods", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22223" - }, - { - "type": "WEB", - "url": "https://spring.io/security/cve-2025-22223" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-290" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-24T18:15:22Z" - } -} \ No newline at end of file