From 4da289333f8165ea9bb9d55fb7ff062a4de859fb Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 20:20:56 +0000 Subject: [PATCH] Publish Advisories GHSA-4gc7-5j7h-4qph GHSA-4gc7-5j7h-4qph --- .../GHSA-4gc7-5j7h-4qph.json | 103 ++++++++++++++++++ .../GHSA-4gc7-5j7h-4qph.json | 38 ------- 2 files changed, 103 insertions(+), 38 deletions(-) create mode 100644 advisories/github-reviewed/2024/10/GHSA-4gc7-5j7h-4qph/GHSA-4gc7-5j7h-4qph.json delete mode 100644 advisories/unreviewed/2024/10/GHSA-4gc7-5j7h-4qph/GHSA-4gc7-5j7h-4qph.json diff --git a/advisories/github-reviewed/2024/10/GHSA-4gc7-5j7h-4qph/GHSA-4gc7-5j7h-4qph.json b/advisories/github-reviewed/2024/10/GHSA-4gc7-5j7h-4qph/GHSA-4gc7-5j7h-4qph.json new file mode 100644 index 00000000000..7b1b366592d --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-4gc7-5j7h-4qph/GHSA-4gc7-5j7h-4qph.json @@ -0,0 +1,103 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4gc7-5j7h-4qph", + "modified": "2024-10-18T20:19:18Z", + "published": "2024-10-18T06:30:32Z", + "aliases": [ + "CVE-2024-38820" + ], + "summary": "Spring Framework DataBinder Case Sensitive Match Exception", + "details": "The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive. However, String.toLowerCase() has some Locale dependent exceptions that could potentially result in fields not protected as expected.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework:spring-context" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.1.0" + }, + { + "fixed": "6.1.14" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework:spring-context" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.0.0" + }, + { + "fixed": "6.0.25" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework:spring-context" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.3.41" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38820" + }, + { + "type": "WEB", + "url": "https://github.com/spring-projects/spring-framework/commit/23656aebc6c7d0f9faff1080981eb4d55eff296c" + }, + { + "type": "PACKAGE", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "WEB", + "url": "https://spring.io/security/cve-2024-38820" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-178" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-10-18T20:19:18Z", + "nvd_published_at": "2024-10-18T06:15:03Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-4gc7-5j7h-4qph/GHSA-4gc7-5j7h-4qph.json b/advisories/unreviewed/2024/10/GHSA-4gc7-5j7h-4qph/GHSA-4gc7-5j7h-4qph.json deleted file mode 100644 index a404abb64ed..00000000000 --- a/advisories/unreviewed/2024/10/GHSA-4gc7-5j7h-4qph/GHSA-4gc7-5j7h-4qph.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-4gc7-5j7h-4qph", - "modified": "2024-10-18T06:30:33Z", - "published": "2024-10-18T06:30:32Z", - "aliases": [ - "CVE-2024-38820" - ], - "details": "The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive. However, String.toLowerCase() has some Locale dependent exceptions that could potentially result in fields not protected as expected.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38820" - }, - { - "type": "WEB", - "url": "https://spring.io/security/cve-2024-38820" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "LOW", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-10-18T06:15:03Z" - } -} \ No newline at end of file