CVE-2026-7179
Path Traversal in OSPG Binwalk WinCE Extraction Plugin
Publication date: 2026-04-27
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ospg | binwalk | to 2.4.3 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the OSPG binwalk software up to version 2.4.3, specifically in the function read_null_terminated_string within the WinCE Extraction Plugin. It allows an attacker to manipulate the argument self.file_name to perform a path traversal attack. This means an attacker can potentially access files outside the intended directory by exploiting this flaw. However, the attack can only be performed from a local environment.
The vulnerability has been publicly disclosed and confirmed by the project maintainer, who also noted that the affected version has reached end-of-life and no fixes will be provided. Users are advised to migrate to binwalk version 3.
How can this vulnerability impact me? :
This vulnerability can allow a local attacker to perform path traversal, potentially accessing or manipulating files outside the intended scope of the application. This could lead to unauthorized access to sensitive files or data on the affected system.
Since the attack requires local access, remote exploitation is not possible. Additionally, the affected software version is no longer supported, meaning no patches will be provided, which could increase risk if the vulnerable version is still in use.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability affects the function read_null_terminated_string in the WinCE Extraction Plugin of OSPG binwalk up to version 2.4.3 and involves path traversal via manipulation of the argument self.file_name. The attack can only be performed from a local environment.
Since the exploit requires local access and targets a specific function in binwalk versions up to 2.4.3, detection would involve verifying the presence of vulnerable binwalk versions on your system.
No specific detection commands or network-based detection methods are provided in the available information.
What immediate steps should I take to mitigate this vulnerability?
The project maintainer has confirmed the existence of the path traversal vulnerability but also stated that binwalk up to version 2.4.3 has reached end-of-life (EOL) and no further actions will be taken to fix this issue.
The recommended mitigation is to migrate to binwalk version 3, which is supported and presumably not affected by this vulnerability.
Since the attack requires local access, restricting local user permissions and access to vulnerable binwalk versions can also help reduce risk.