LiveActive security incident?Get immediate response
CVE Record

CVE-2012-10046: E-Mail Security Virtual Appliance learn-msg.cgi Command Injection

The E-Mail Security Virtual Appliance (ESVA) (tested on version ESVA_2057) contains an unauthenticated command injection vulnerability in the learn-msg.cgi script. The CGI handler fails to sanitize user-supplied input passed via the id parameter, allowing attackers to inject arbitrary shell commands. Exploitation requires no authentication and results in full command execution on the underlying system.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

This vulnerability lets an unauthenticated remote attacker run operating-system commands on an affected ESVA email security appliance. For executives, the business issue is potential full appliance compromise, including mail security disruption and access to sensitive mail-processing infrastructure.

Executive priority

Treat as urgent for any reachable ESVA appliance. The vulnerability is unauthenticated, network-exploitable, and can lead to command execution, but current evidence does not prove active exploitation or define a complete patch matrix.

Technical view

CVE-2012-10046 is a CWE-78 command injection in ESVA learn-msg.cgi. The supplied record says unsanitized user input in the id parameter reaches shell execution. Tested affected version is ESVA_2057; broader version impact and vendor fix status are not established in the provided sources.

Likely exposure

Exposure is most relevant where ESVA web CGI endpoints are reachable from untrusted networks. The evidence names E-Mail Security Virtual Appliance ESVA_2057 only, with default status unknown for other versions.

Exploitation context

Public exploit references exist, including Metasploit and Exploit-DB entries. The source bundle does not show CISA KEV listing or confirmed active exploitation, so active exploitation should not be asserted from this evidence alone.

Researcher notes

Do not assume affected scope beyond ESVA_2057 without additional vendor evidence. Public exploit artifacts support exploitability, but validation should avoid weaponized testing. Focus on reachability, version confirmation, log review, and vendor/project remediation guidance.

Mitigation direction

  • Identify any ESVA appliances and confirm installed versions.
  • Restrict untrusted network access to ESVA CGI endpoints immediately.
  • Check vendor or project guidance for supported fixes or retirement paths.
  • Replace unsupported or internet-exposed legacy appliances where no fix exists.
  • Review appliance compromise indicators and mail gateway logs.

Validation and detection

  • Inventory external and internal ESVA web interfaces.
  • Confirm whether learn-msg.cgi is present and reachable.
  • Compare appliance version against ESVA_2057 evidence.
  • Review access logs for unexpected learn-msg.cgi requests.
  • Verify compensating network controls block unauthenticated access.
Prepared
Confidence
medium
Sources
7

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

CWE-78: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. 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-10046 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:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

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:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

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

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

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
ESVA-ProjectE-Mail Security Virtual ApplianceESVA_2057unknown
Weakness

CWE details

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

CWE-78 · source CWE mapping

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.