From 7cdc97c6961b00ce4c55da99f83a331f19123ecd Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:04:16 +0000 Subject: [PATCH] Publish Advisories GHSA-2fc9-xpp8-2g9h GHSA-ccgv-vj62-xf9h GHSA-ccgv-vj62-xf9h --- .../GHSA-2fc9-xpp8-2g9h.json | 110 ++++++++++++++++++ .../GHSA-ccgv-vj62-xf9h.json | 103 ++++++++++++++++ .../GHSA-ccgv-vj62-xf9h.json | 38 ------ 3 files changed, 213 insertions(+), 38 deletions(-) create mode 100644 advisories/github-reviewed/2024/02/GHSA-2fc9-xpp8-2g9h/GHSA-2fc9-xpp8-2g9h.json create mode 100644 advisories/github-reviewed/2024/02/GHSA-ccgv-vj62-xf9h/GHSA-ccgv-vj62-xf9h.json delete mode 100644 advisories/unreviewed/2024/02/GHSA-ccgv-vj62-xf9h/GHSA-ccgv-vj62-xf9h.json diff --git a/advisories/github-reviewed/2024/02/GHSA-2fc9-xpp8-2g9h/GHSA-2fc9-xpp8-2g9h.json b/advisories/github-reviewed/2024/02/GHSA-2fc9-xpp8-2g9h/GHSA-2fc9-xpp8-2g9h.json new file mode 100644 index 00000000000..30cf0249d87 --- /dev/null +++ b/advisories/github-reviewed/2024/02/GHSA-2fc9-xpp8-2g9h/GHSA-2fc9-xpp8-2g9h.json @@ -0,0 +1,110 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2fc9-xpp8-2g9h", + "modified": "2024-02-23T18:02:08Z", + "published": "2024-02-23T18:02:08Z", + "aliases": [ + "CVE-2024-26150" + ], + "summary": "`@backstage/backend-common` vulnerable to path traversal through symlinks", + "details": "### Impact\n\nPaths checks with the `resolveSafeChildPath` utility were not exhaustive enough, leading to risk of path traversal vulnerabilities if symlinks can be injected by attackers.\n\n### Patches\nPatched in `@backstage/backend-common` version `0.21.1`.\nPatched in `@backstage/backend-common` version `0.20.2`.\nPatched in `@backstage/backend-common` version `0.19.10`.\n\n\n### For more information\nIf you have any questions or comments about this advisory:\n\n- Open an issue in the [Backstage repository](https://github.com/backstage/backstage)\n- Visit our Discord, linked to in [Backstage README](https://github.com/backstage/backstage)\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@backstage/backend-common" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.21.0" + }, + { + "fixed": "0.21.1" + } + ] + } + ], + "versions": [ + "0.21.0" + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "@backstage/backend-common" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.19.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "@backstage/backend-common" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.20.0" + }, + { + "fixed": "0.20.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/backstage/backstage/security/advisories/GHSA-2fc9-xpp8-2g9h" + }, + { + "type": "WEB", + "url": "https://github.com/backstage/backstage/commit/1ad2b1b61ebb430051f7d804b0cc7ebfe7922b6f" + }, + { + "type": "WEB", + "url": "https://github.com/backstage/backstage/commit/78f892b3a84d63de2ba167928f171154c447b717" + }, + { + "type": "WEB", + "url": "https://github.com/backstage/backstage/commit/edf65d7d31e027599c2415f597d085ee84807871" + }, + { + "type": "PACKAGE", + "url": "https://github.com/backstage/backstage" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-02-23T18:02:08Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/02/GHSA-ccgv-vj62-xf9h/GHSA-ccgv-vj62-xf9h.json b/advisories/github-reviewed/2024/02/GHSA-ccgv-vj62-xf9h/GHSA-ccgv-vj62-xf9h.json new file mode 100644 index 00000000000..bdc1ffdef09 --- /dev/null +++ b/advisories/github-reviewed/2024/02/GHSA-ccgv-vj62-xf9h/GHSA-ccgv-vj62-xf9h.json @@ -0,0 +1,103 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-ccgv-vj62-xf9h", + "modified": "2024-02-23T18:03:49Z", + "published": "2024-02-23T06:30:31Z", + "aliases": [ + "CVE-2024-22243" + ], + "summary": "Spring Web vulnerable to Open Redirect or Server Side Request Forgery", + "details": "Applications that use UriComponentsBuilder 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 attack or to a SSRF attack if the URL is used after passing validation checks.\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.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework:spring-web" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.0.0" + }, + { + "fixed": "6.0.17" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework:spring-web" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.3.0" + }, + { + "fixed": "5.3.32" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22243" + }, + { + "type": "PACKAGE", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "WEB", + "url": "https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java" + }, + { + "type": "WEB", + "url": "https://spring.io/security/cve-2024-22243" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-02-23T18:03:48Z", + "nvd_published_at": "2024-02-23T05:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/02/GHSA-ccgv-vj62-xf9h/GHSA-ccgv-vj62-xf9h.json b/advisories/unreviewed/2024/02/GHSA-ccgv-vj62-xf9h/GHSA-ccgv-vj62-xf9h.json deleted file mode 100644 index 1887d09487b..00000000000 --- a/advisories/unreviewed/2024/02/GHSA-ccgv-vj62-xf9h/GHSA-ccgv-vj62-xf9h.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-ccgv-vj62-xf9h", - "modified": "2024-02-23T06:30:31Z", - "published": "2024-02-23T06:30:31Z", - "aliases": [ - "CVE-2024-22243" - ], - "details": "Applications that use UriComponentsBuilder 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", - "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-22243" - }, - { - "type": "WEB", - "url": "https://spring.io/security/cve-2024-22243" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-02-23T05:15:08Z" - } -} \ No newline at end of file