Skip to content
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-10861.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"package_name": "binary-parser",
"patch_versions": [
"2.3.0"
],
"vulnerable_ranges": [
[
"1.3.3",
"2.2.1"
]
],
"cwe": [
"CWE-94"
],
"tldr": "Affected versions of this package suffered from a code-injection vulnerability: attacker-controlled values provided as field names or encoding names could lead to arbitrary code execution within the parser. The patch introduces sanitization logic: it validates field names and encoding names against a safe pattern and rejects invalid ones — preventing injection via malformed names or encoding values.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `binary-parser` library to the patch version.",
"vulnerable_to": "Code Injection",
"related_cve_id": "",
"language": "JS",
"severity_class": "CRITICAL",
"aikido_score": 90,
"changelog": "https://github.com/keichi/binary-parser/releases/tag/v2.3.0",
"last_modified": "2025-12-01",
"published": "2025-12-01"
}