From 1d6609a4130eb57ab3d9b7ff65ea4c10eb37afd0 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:21:56 +0000 Subject: [PATCH] Publish Advisories GHSA-hgjh-9rj2-g67j GHSA-hgjh-9rj2-g67j --- .../GHSA-hgjh-9rj2-g67j.json | 111 ++++++++++++++++++ .../GHSA-hgjh-9rj2-g67j.json | 38 ------ 2 files changed, 111 insertions(+), 38 deletions(-) create mode 100644 advisories/github-reviewed/2024/03/GHSA-hgjh-9rj2-g67j/GHSA-hgjh-9rj2-g67j.json delete mode 100644 advisories/unreviewed/2024/03/GHSA-hgjh-9rj2-g67j/GHSA-hgjh-9rj2-g67j.json diff --git a/advisories/github-reviewed/2024/03/GHSA-hgjh-9rj2-g67j/GHSA-hgjh-9rj2-g67j.json b/advisories/github-reviewed/2024/03/GHSA-hgjh-9rj2-g67j/GHSA-hgjh-9rj2-g67j.json new file mode 100644 index 00000000000..3b9080ac311 --- /dev/null +++ b/advisories/github-reviewed/2024/03/GHSA-hgjh-9rj2-g67j/GHSA-hgjh-9rj2-g67j.json @@ -0,0 +1,111 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hgjh-9rj2-g67j", + "modified": "2024-03-18T16:20:30Z", + "published": "2024-03-16T06:30:27Z", + "aliases": [ + "CVE-2024-22259" + ], + "summary": "Spring Framework URL Parsing with Host Validation Vulnerability", + "details": "Applications that use UriComponentsBuilder in Spring Framework to parse an externally provided URL (e.g. through a query parameter) AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html  attack or to a SSRF attack if the URL is used after passing validation checks.\n\nThis is the same as CVE-2024-22243 https://spring.io/security/cve-2024-22243, but with different input.\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework:spring-web" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.1.0" + }, + { + "fixed": "6.1.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework:spring-web" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.0.0" + }, + { + "fixed": "6.0.18" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework:spring-web" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.3.33" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22259" + }, + { + "type": "WEB", + "url": "https://github.com/spring-projects/spring-framework/commit/297cbae2990e1413537c55845a7e0ea0ffd9f9bb" + }, + { + "type": "WEB", + "url": "https://github.com/spring-projects/spring-framework/commit/381f790329a48b74c2a49fc1384dd68ca9153501" + }, + { + "type": "WEB", + "url": "https://github.com/spring-projects/spring-framework/commit/f2fd2f12269c6a781c5b2c20b3c24141055a3d68" + }, + { + "type": "WEB", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "WEB", + "url": "https://spring.io/security/cve-2024-22259" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-601" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-03-18T16:20:30Z", + "nvd_published_at": "2024-03-16T05:15:20Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-hgjh-9rj2-g67j/GHSA-hgjh-9rj2-g67j.json b/advisories/unreviewed/2024/03/GHSA-hgjh-9rj2-g67j/GHSA-hgjh-9rj2-g67j.json deleted file mode 100644 index 1c2441cd8ce..00000000000 --- a/advisories/unreviewed/2024/03/GHSA-hgjh-9rj2-g67j/GHSA-hgjh-9rj2-g67j.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-hgjh-9rj2-g67j", - "modified": "2024-03-16T06:30:27Z", - "published": "2024-03-16T06:30:27Z", - "aliases": [ - "CVE-2024-22259" - ], - "details": "Applications that use UriComponentsBuilder in Spring Framework to parse an externally provided URL (e.g. through a query parameter) AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html  attack or to a SSRF attack if the URL is used after passing validation checks.\n\nThis is the same as CVE-2024-22243 https://spring.io/security/cve-2024-22243 , but with different input.\n\n", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22259" - }, - { - "type": "WEB", - "url": "https://spring.io/security/cve-2024-22259" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-03-16T05:15:20Z" - } -} \ No newline at end of file