Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-20262-Cisco-Catalyst-SD-WAN-Manager-Arbitrary-File-Write- — Proof-of-concept exploit for CVE-2026-20262 path traversal in Cisco Catalyst SD-WAN Manager, enabling authenticated remote arbitrary file write via unsanitized filename parameter. | Kitploit
Tools/GitHubGitHub/fevar54/cve-2026-20262-cisco-catalyst-sd-wan-manager-arbitrary-file-write-
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingPayload Development
GitHubfevar54/cve-2026-20262-cisco-catalyst-sd-wan-manager-arbitrary-file-write-

CVE-2026-20262-Cisco-Catalyst-SD-WAN-Manager-Arbitrary-File-Write-

Proof-of-concept exploit for CVE-2026-20262 path traversal in Cisco Catalyst SD-WAN Manager, enabling authenticated remote arbitrary file write via unsanitized filename parameter.

View Repository
1122 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-20262 - Cisco Catalyst SD-WAN Manager Arbitrary File Write (Path Traversal)

CVE-2026-20262 CVSS CISA KEV

📋 Description

CVE-2026-20262 is a Path Traversal (CWE-22) vulnerability in the web interface of Cisco Catalyst SD-WAN Manager (formerly SD-WAN vManage). It allows an authenticated attacker with write permissions to create or overwrite any file in the underlying operating system via a crafted HTTP request to the AnyConnect profile upload endpoint.

⚠️ CRITICAL STATUS: The vulnerability is being actively exploited (0-day confirmed by Cisco PSIRT in June 2026). CISA included it in its KEV catalog with a mitigation deadline of June 29, 2026.

AttributeValue
CVECVE-2026-20262
ProductCisco Catalyst SD-WAN Manager (vManage)
Affected versionsMultiple (see patch table)
Patch availableYes (since June 15, 2026)
CVSS Score6.5 (Medium) - AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
CWE22 (Path Traversal)
CISA KEV StatusActive exploitation confirmed (added June 15, 2026)
DeadlineJune 29, 2026

🚨 Attack Mechanism

  1. The attacker authenticates with valid credentials (even low privilege)
  2. Sends an HTTP POST request to the endpoint /dataservice/settings/sdra/anyconnect/profile [citation:7]
  3. The filename parameter is not sanitized, allowing path traversal (../../../../var/lib/wildfly/standalone/deployments/evil.war) [citation:4]
  4. The file is written to the specified location in the operating system
  5. The file can be a malicious .war that WildFly automatically deploys, allowing RCE [citation:7][citation:8]

🔍 Indicators of Compromise (IOCs)

According to Cisco [citation:7], the following logs indicate exploitation:

vmanage-server.log (/var/log/nms/):

Download Tool