CVE-2021-47772
BaseFortify
Publication date: 2026-01-15
Last updated on: 2026-01-15
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 10-strike | network_inventory_explorer_pro | 9.31 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a buffer overflow in the text file import functionality of 10-Strike Network Inventory Explorer Pro version 9.31. An attacker can create a specially crafted malicious text file that, when opened by the victim using the 'From Text File' option, triggers a buffer overflow that overwrites the Structured Exception Handler (SEH). This allows the attacker to execute arbitrary code on the target system, such as opening a reverse shell to gain control remotely. [1]
How can this vulnerability impact me? :
The vulnerability can lead to remote code execution on the affected system, allowing an attacker to execute arbitrary commands with the privileges of the user running the software. This can result in unauthorized access, data theft, system compromise, or further attacks within the network. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by monitoring for the presence or use of the malicious crafted text file named "overflow.txt" used to trigger the buffer overflow in 10-Strike Network Inventory Explorer Pro 9.31. Detection can involve checking if the application has imported text files recently, especially suspicious or unknown files. Since the exploit involves a reverse shell connection on port 443, monitoring network connections for unusual outbound connections on this port may help detect exploitation attempts. Specific commands are not provided, but setting up a Netcat listener to detect reverse shell connections or scanning for the presence of the malicious file could be part of detection efforts. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include preventing the import of untrusted or suspicious text files into 10-Strike Network Inventory Explorer Pro 9.31, especially files named or similar to "overflow.txt". Restrict user permissions to limit the ability to import files and monitor or block outbound connections on port 443 to prevent reverse shell callbacks. Applying any available patches or updates from the vendor is recommended, although no official patch information is provided in the resources. [1]