CVE-2012-10043
BaseFortify
Publication date: 2025-08-08
Last updated on: 2025-08-08
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| actfax | actfax | 4.31 |
| actfax | actfax | 4.32 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-121 | A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function). |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stack-based buffer overflow in ActFax Server version 4.32, occurring in the 'Import Users from File' feature of the client interface. The application does not properly check the length of tab-delimited fields in .exp files, leading to unsafe use of strcpy() during CSV parsing. An attacker can exploit this by crafting a malicious .exp file and importing it, potentially causing arbitrary code execution and full system compromise. User interaction is required to trigger it.
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to arbitrary code execution on the affected system, which means an attacker could gain full control over the system. This could result in data theft, system manipulation, or disruption of services.