A filename supplied during file upload is not properly sanitized before being used in system command execution, allowing an attacker to inject shell metacharacters and achieve command injection via the audit file upload functionality.
Security readout for executives and security teams
Plain-English summary
Tenable Security Center’s audit file upload can pass an unsafe filename into a system command. A low-privileged, network-based attacker who can access that function could potentially run commands, steal or alter sensitive information, and disrupt the system without user interaction.
Executive priority
Treat as an immediate remediation priority for reachable Security Center deployments. Establish affected-version status from Tenable’s advisory, restrict the vulnerable function while investigating, and deploy the vendor-supported remedy promptly. Escalate if suspicious upload or command-execution activity is found.
Technical view
CVE-2026-64879 is a CWE-78 command injection caused by insufficient filename sanitization before system command execution. The CVSS 3.1 score is 9.9: network-accessible, low complexity, low privileges, no user interaction, changed scope, and high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most likely where Tenable Security Center is network-reachable and low-privileged users can access audit file upload functionality. The supplied affected-version value, “0,” is not sufficiently clear to determine exact vulnerable releases; validate versions against Tenable’s advisory.
Exploitation context
The bundle does not identify public exploitation, proof-of-concept availability, or active attacks, and the CVE is not listed as KEV. This absence does not prove exploitation is impossible. Risk remains critical because the described path requires low privileges and no user interaction.
Researcher notes
The described trust-boundary failure occurs when an attacker-controlled upload filename reaches shell command construction without adequate sanitization. CVSS scope is changed, suggesting effects may cross a security boundary. Execution context, exact affected releases, fixed versions, detection indicators, and public exploit availability are not established by the supplied bundle.
Mitigation direction
Review Tenable TNS-2026-19 for authoritative affected and fixed versions.
Apply the vendor-supported update or mitigation specified by Tenable.
Temporarily restrict audit upload access to essential trusted administrators.
Limit network access to Security Center while remediation is pending.
Monitor Security Center and host telemetry for suspicious command execution.
Validation and detection
Inventory all Tenable Security Center deployments and installed versions.
Compare each version with Tenable TNS-2026-19 applicability guidance.
Confirm which accounts can access audit file upload functionality.
Review upload records and process telemetry for anomalous filenames or child processes.
After remediation, verify the vendor-supported fixed version is installed.
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.
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.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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.
2CVSS vectors
3Timeline events
1ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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.
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.