{"url":"http://public2.vulnerablecode.io/api/packages/380551?format=json","purl":"pkg:npm/%40fastify/multipart@6.0.1","type":"npm","namespace":"@fastify","name":"multipart","version":"6.0.1","qualifiers":{},"subpath":"","is_vulnerable":true,"next_non_vulnerable_version":"8.3.1","latest_non_vulnerable_version":"9.0.3","affected_by_vulnerabilities":[{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/124797?format=json","vulnerability_id":"VCID-es7g-dgja-5ybz","summary":"@fastify/multipart is a Fastify plugin for parsing the multipart content-type. Prior to versions 8.3.1 and 9.0.3, the `saveRequestFiles` function does not delete the uploaded temporary files when user cancels the request. The issue is fixed in versions 8.3.1 and 9.0.3. As a workaround, do not use `saveRequestFiles`.","references":[{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2025-24033","reference_id":"","reference_type":"","scores":[{"value":"0.00277","scoring_system":"epss","scoring_elements":"0.51492","published_at":"2026-06-11T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2025-24033"},{"reference_url":"https://github.com/fastify/fastify-multipart","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/fastify/fastify-multipart"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2025-24033","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2025-24033"},{"reference_url":"https://github.com/fastify/fastify-multipart/issues/546","reference_id":"546","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track*","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2025-01-23T18:54:50Z/"}],"url":"https://github.com/fastify/fastify-multipart/issues/546"},{"reference_url":"https://github.com/fastify/fastify-multipart/pull/567","reference_id":"567","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track*","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2025-01-23T18:54:50Z/"}],"url":"https://github.com/fastify/fastify-multipart/pull/567"},{"reference_url":"https://github.com/advisories/GHSA-27c6-mcxv-x3fh","reference_id":"GHSA-27c6-mcxv-x3fh","reference_type":"","scores":[],"url":"https://github.com/advisories/GHSA-27c6-mcxv-x3fh"},{"reference_url":"https://github.com/fastify/fastify-multipart/security/advisories/GHSA-27c6-mcxv-x3fh","reference_id":"GHSA-27c6-mcxv-x3fh","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track*","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2025-01-23T18:54:50Z/"}],"url":"https://github.com/fastify/fastify-multipart/security/advisories/GHSA-27c6-mcxv-x3fh"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/376872?format=json","purl":"pkg:npm/%40fastify/multipart@8.3.1","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540fastify/multipart@8.3.1"},{"url":"http://public2.vulnerablecode.io/api/packages/777033?format=json","purl":"pkg:npm/%40fastify/multipart@9.0.0-pre.fv5.1","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540fastify/multipart@9.0.0-pre.fv5.1"},{"url":"http://public2.vulnerablecode.io/api/packages/376873?format=json","purl":"pkg:npm/%40fastify/multipart@9.0.3","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540fastify/multipart@9.0.3"}],"aliases":["CVE-2025-24033","GHSA-27c6-mcxv-x3fh"],"risk_score":null,"exploitability":null,"weighted_severity":null,"resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-es7g-dgja-5ybz"}],"fixing_vulnerabilities":[{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/129186?format=json","vulnerability_id":"VCID-9z45-cfj7-4yb9","summary":"@fastify/multipart is a Fastify plugin to parse the multipart content-type. Prior to versions 7.4.1 and 6.0.1, @fastify/multipart may experience denial of service due to a number of situations in which an unlimited number of parts are accepted. This includes the multipart body parser accepting an unlimited number of file parts, the multipart body parser accepting an unlimited number of field parts, and the multipart body parser accepting an unlimited number of empty parts as field parts. This is fixed in v7.4.1 (for Fastify v4.x) and v6.0.1 (for Fastify v3.x). There are no known workarounds.","references":[{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2023-25576","reference_id":"","reference_type":"","scores":[{"value":"0.00604","scoring_system":"epss","scoring_elements":"0.70064","published_at":"2026-06-11T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2023-25576"},{"reference_url":"https://github.com/fastify/fastify-multipart","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/fastify/fastify-multipart"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2023-25576","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2023-25576"},{"reference_url":"https://hackerone.com/reports/1816195","reference_id":"1816195","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-03-10T20:58:50Z/"}],"url":"https://hackerone.com/reports/1816195"},{"reference_url":"https://github.com/fastify/fastify-multipart/commit/85be81bedf5b29cfd9fe3efc30fb5a17173c1297","reference_id":"85be81bedf5b29cfd9fe3efc30fb5a17173c1297","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-03-10T20:58:50Z/"}],"url":"https://github.com/fastify/fastify-multipart/commit/85be81bedf5b29cfd9fe3efc30fb5a17173c1297"},{"reference_url":"https://github.com/advisories/GHSA-hpp2-2cr5-pf6g","reference_id":"GHSA-hpp2-2cr5-pf6g","reference_type":"","scores":[],"url":"https://github.com/advisories/GHSA-hpp2-2cr5-pf6g"},{"reference_url":"https://github.com/fastify/fastify-multipart/security/advisories/GHSA-hpp2-2cr5-pf6g","reference_id":"GHSA-hpp2-2cr5-pf6g","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-03-10T20:58:50Z/"}],"url":"https://github.com/fastify/fastify-multipart/security/advisories/GHSA-hpp2-2cr5-pf6g"},{"reference_url":"https://github.com/fastify/fastify-multipart/releases/tag/v6.0.1","reference_id":"v6.0.1","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-03-10T20:58:50Z/"}],"url":"https://github.com/fastify/fastify-multipart/releases/tag/v6.0.1"},{"reference_url":"https://github.com/fastify/fastify-multipart/releases/tag/v7.4.1","reference_id":"v7.4.1","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-03-10T20:58:50Z/"}],"url":"https://github.com/fastify/fastify-multipart/releases/tag/v7.4.1"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/380551?format=json","purl":"pkg:npm/%40fastify/multipart@6.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-es7g-dgja-5ybz"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540fastify/multipart@6.0.1"},{"url":"http://public2.vulnerablecode.io/api/packages/380552?format=json","purl":"pkg:npm/%40fastify/multipart@7.4.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-es7g-dgja-5ybz"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540fastify/multipart@7.4.1"}],"aliases":["CVE-2023-25576","GHSA-hpp2-2cr5-pf6g"],"risk_score":null,"exploitability":null,"weighted_severity":null,"resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-9z45-cfj7-4yb9"}],"risk_score":null,"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540fastify/multipart@6.0.1"}