Security readout for executives and security teams
Plain-English summary
ActFax Server 4.32 can be compromised if a user imports a malicious user-export file through the client. The issue is a memory corruption bug in file parsing, not a remote network worm. Business risk is highest where legacy ActFax systems still handle trusted workflows or run with elevated Windows privileges.
Executive priority
Treat this as a legacy-technology containment and upgrade issue. It is critical if ActFax 4.32 remains in use, especially on privileged Windows systems, but current evidence does not support broad internet-scale exploitation.
Technical view
The client-side Import Users from File feature mishandles long tab-delimited fields in .exp files and uses unsafe strcpy() during parsing. Sources describe a stack-based buffer overflow, CWE-121, with potential arbitrary code execution after user-assisted import using the default ECMA-94 / Latin 1 character set.
Likely exposure
Exposure is likely limited to organizations still running ActFax Server 4.32 or its client tools. Systems are most at risk where administrators import user data files from email, shared folders, vendors, or migrations without strong file provenance controls.
Exploitation context
Public exploit references exist, including Metasploit and Exploit-DB entries. The supplied bundle does not show CISA KEV listing or confirmed active exploitation. User interaction is required, so phishing, helpdesk workflows, or migration operations are plausible trigger paths.
Researcher notes
The strongest evidence is public exploit material and third-party advisory data. Fix information is not provided in the supplied sources, so remediation should be validated against ActFax guidance rather than inferred. Avoid testing with live malicious files on production systems.
Mitigation direction
- Inventory ActFax deployments and identify any Server 4.32 installations.
- Check ActFax vendor guidance for fixed versions or supported upgrade paths.
- Do not import untrusted .exp user files into ActFax clients.
- Restrict ActFax import functionality to trusted administrators only.
- Run legacy ActFax systems with least practical Windows privileges.
- Isolate legacy fax servers from broader workstation and server networks.
Validation and detection
- Confirm whether ActFax Server 4.32 is installed anywhere in the environment.
- Review who can access the ActFax client import workflow.
- Check recent administrative activity for unexpected user import operations.
- Verify controls preventing untrusted .exp files from reaching administrators.
- Confirm upgrade status against vendor-supported ActFax releases.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-121: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupExecution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2012-10043 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Critical
- CVSS
- 9.3 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
9.3CriticalVector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
Source materials
- CVE List V5 sourceCVE List V5
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/windows/fileformat/actfax_import_users_bof.rbCVE reference · exploit
- https://www.exploit-db.com/exploits/20915CVE reference · exploit
- https://web.archive.org/web/20130712072809/http://www.pwnag3.com/2012/08/actfax-local-privilege-escalation.htmlCVE reference · technical-description, exploit
- https://www.actfax.com/CVE reference · product
- https://www.vulncheck.com/advisories/actfax-client-importer-buffer-overflowCVE reference · third-party-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Stack-based Buffer Overflow
Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
