Description
A path traversal vulnerability in Tenable Agent 11.2.0 and 11.1.3 and lower allows a privileged attacker to write arbitrary files outside the intended plugin directory, potentially leading to remote code execution.
Published: 2026-07-14
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Path traversal flaw in Tenable Agent 11.2.0, 11.1.3, and earlier allows a privileged attacker to write files outside the intended plugin directory. This can enable the attacker to place arbitrary executables or scripts, leading to remote code execution on the affected host. The vulnerability is a classic directory traversal (CWE-22) combined with improper write control (CWE-347).

Affected Systems

The affected product is Tenable Agent from Tenable, Inc., specifically versions 11.2.0, 11.1.3, and all earlier releases.

Risk and Exploitability

The CVSS score of 9.3 denotes critical severity, but the EPSS score of less than 1% indicates a low probability of exploitation at this time. The flaw requires a privileged attacker; the advisory does not explicitly exclude remote exploitation, so remote attackers could potentially exploit if they gain sufficient privileges. The vulnerability is not listed in CISA KEV catalog, suggesting no publicly known active exploits have yet been reported. Nonetheless, organizations running vulnerable agent versions should treat this as a top-priority issue due to the high impact of potential remote code execution.

Generated by OpenCVE AI on July 31, 2026 at 10:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Tenable Agent to the latest version that includes the fix for this vulnerability.
  • Configure the agent's file-system permissions so that the agent process cannot write outside its dedicated plugin directory, limiting unintended file creation.
  • Monitor system logs for unexpected file writes or execution attempts outside the plugin path and investigate any anomalies promptly.

Generated by OpenCVE AI on July 31, 2026 at 10:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
Description A path traversal vulnerability in Tenable Agent 11.2.0 and 11.1.3 and lower allows a privileged attacker to write arbitrary files outside the intended plugin directory, potentially leading to remote code execution.
Title Tenable Agent Path Traversal Leading to Remote Code Execution
Weaknesses CWE-22
CWE-347
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:F/RL:U/RC:C'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: tenable

Published:

Updated: 2026-07-14T15:27:23.145Z

Reserved: 2026-07-09T14:11:48.773Z

Link: CVE-2026-15265

cve-icon Vulnrichment

Updated: 2026-07-14T15:27:19.934Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T10:30:17Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-347

    Improper Verification of Cryptographic Signature