From fb665bb2ec48536544bba4613fffeb224c9b88f5 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 18:02:52 +0000 Subject: [PATCH] Publish Advisories GHSA-27c6-mcxv-x3fh GHSA-74j9-xhqr-6qv3 --- .../GHSA-27c6-mcxv-x3fh.json | 87 +++++++++++++++++++ .../GHSA-74j9-xhqr-6qv3.json | 54 ++++++++++++ 2 files changed, 141 insertions(+) create mode 100644 advisories/github-reviewed/2025/01/GHSA-27c6-mcxv-x3fh/GHSA-27c6-mcxv-x3fh.json create mode 100644 advisories/github-reviewed/2025/01/GHSA-74j9-xhqr-6qv3/GHSA-74j9-xhqr-6qv3.json diff --git a/advisories/github-reviewed/2025/01/GHSA-27c6-mcxv-x3fh/GHSA-27c6-mcxv-x3fh.json b/advisories/github-reviewed/2025/01/GHSA-27c6-mcxv-x3fh/GHSA-27c6-mcxv-x3fh.json new file mode 100644 index 00000000000..443e47a6681 --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-27c6-mcxv-x3fh/GHSA-27c6-mcxv-x3fh.json @@ -0,0 +1,87 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-27c6-mcxv-x3fh", + "modified": "2025-01-23T18:02:07Z", + "published": "2025-01-23T18:02:07Z", + "aliases": [ + "CVE-2025-24033" + ], + "summary": "Unlimited consumption of resources in @fastify/multipart", + "details": "### Impact\n\nThe `saveRequestFiles` function does not delete the uploaded temporary files when user cancels the request.\n\n### Patches\n\nFixed in version 8.3.1 and 9.0.3\n\n### Workarounds\n\nDo not use `saveRequestFiles`.\n\n### References\n\nThis was identified in https://github.com/fastify/fastify-multipart/issues/546 and fixed in https://github.com/fastify/fastify-multipart/pull/567.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@fastify/multipart" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8.3.1" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 8.3.0" + } + }, + { + "package": { + "ecosystem": "npm", + "name": "@fastify/multipart" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.0.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/fastify/fastify-multipart/security/advisories/GHSA-27c6-mcxv-x3fh" + }, + { + "type": "WEB", + "url": "https://github.com/fastify/fastify-multipart/issues/546" + }, + { + "type": "WEB", + "url": "https://github.com/fastify/fastify-multipart/pull/567" + }, + { + "type": "PACKAGE", + "url": "https://github.com/fastify/fastify-multipart" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-770" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-01-23T18:02:07Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/01/GHSA-74j9-xhqr-6qv3/GHSA-74j9-xhqr-6qv3.json b/advisories/github-reviewed/2025/01/GHSA-74j9-xhqr-6qv3/GHSA-74j9-xhqr-6qv3.json new file mode 100644 index 00000000000..dc54e27895f --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-74j9-xhqr-6qv3/GHSA-74j9-xhqr-6qv3.json @@ -0,0 +1,54 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-74j9-xhqr-6qv3", + "modified": "2025-01-23T18:01:26Z", + "published": "2025-01-23T18:01:26Z", + "aliases": [], + "summary": "Reflected Cross Site Scripting (XSS) in error message", + "details": "If a website has been set to the \"dev\" environment mode, a URL can be provided which includes an XSS payload which will be executed in the resulting error message.", + "severity": [], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.3.8" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/framework/SS-2024-002.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/ss-2024-002" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-01-23T18:01:26Z", + "nvd_published_at": null + } +} \ No newline at end of file