Skip to content

new vuln: CVE-2025-48997 in Multer #589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions vulnerabilities/AIKIDO-2025-10436.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"package_name": "Multer",
"patch_versions": [
"2.0.1"
],
"vulnerable_ranges": [
[
"1.4.4-lts.1",
"2.0.0"
]
],
"cwe": [
"CWE-248"
],
"tldr": "Multer, a Node.js middleware for handling `multipart/form-data`, contains a vulnerability in versions `1.4.4-lts.1` up to `2.0.0`. An attacker can exploit this flaw to trigger a Denial of Service (DoS) by submitting a file upload request with an empty string as a field name. This results in an unhandled exception, causing the process to crash.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `Multer` library to the patch version.",
"vulnerable_to": "Uncaught Exception",
"related_cve_id": "CVE-2025-48997",
"language": "JS",
"severity_class": "HIGH",
"aikido_score": 87,
"changelog": "https://github.com/expressjs/multer/releases/tag/v2.0.1",
"last_modified": "2025-07-07",
"published": "2025-07-07"
}