Publish Advisories

GHSA-27c6-mcxv-x3fh
GHSA-74j9-xhqr-6qv3
This commit is contained in:
advisory-database[bot]
2025-01-23 18:02:52 +00:00
parent 83a7b2b3d1
commit fb665bb2ec
2 changed files with 141 additions and 0 deletions
@@ -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
}
}
@@ -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
}
}