LiveActive security incident?Get immediate response
CVE Record

CVE-2012-10043: ActFax 4.32 Client Importer Buffer Overflow

A stack-based buffer overflow vulnerability exists in ActFax Server version 4.32, specifically in the "Import Users from File" functionality of the client interface. The application fails to properly validate the length of tab-delimited fields in .exp files, leading to unsafe usage of strcpy() during CSV parsing. An attacker can exploit this vulnerability by crafting a malicious .exp file and importing it using the default character set "ECMA-94 / Latin 1 (ISO 8859)". Successful exploitation may result in arbitrary code execution, leading to full system compromise. User interaction is required to trigger the vulnerability.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

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 lookup
description · low confidence lookup

Execution 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
9.3CVSS 4.0CriticalCVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:HPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2012-10043Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ActFaxServer4.32unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-121 · source CWE mapping

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.