CVE-2018-0296 — Cisco Adaptive Security Appliance (ASA) Denial-of-Service Vulnerability

CVE-2018-0296

Cisco ASA — Unauthenticated Directory Traversal via Crafted HTTP URLs Enables DoS and Info Disclosure

What is Cisco ASA?

The Cisco Adaptive Security Appliance (ASA) is one of the most widely deployed enterprise firewall and VPN concentrator platforms, sitting directly at the network perimeter to enforce access policy and terminate remote-access and site-to-site VPN connections. Its web services interface (used for clientless SSL VPN/WebVPN and administrative access) is internet-facing on many deployments, making bugs in its HTTP handling directly reachable by any attacker on the internet.

Overview

CVE-2018-0296 is a high-severity vulnerability in the web services interface of Cisco ASA software caused by improper validation of HTTP URLs. An unauthenticated, remote attacker can send a specially crafted URL containing directory-traversal sequences to an affected device, causing it to either reload (denial of service) or, notably, disclose portions of memory or system information that should not be accessible without authentication.

Technical Details

The root cause is classified under CWE-20 (improper input validation): the ASA's HTTP parser does not correctly sanitize path components in requested URLs, allowing directory-traversal-style crafted input to reach parts of the web services code that were not designed to handle attacker-controlled paths. Because the web services interface is exposed prior to any VPN authentication, exploitation requires no credentials — only network reachability to the device's HTTPS management or WebVPN listener.

Discovery

Cisco identified and fixed the issue internally, publishing it as part of its regular ASA software security advisory process in mid-2018.

Exploitation Context

CISA's KEV catalog listing confirms this vulnerability has been exploited in real-world attacks. Unauthenticated bugs affecting internet-facing Cisco ASA web services interfaces have repeatedly attracted attention from opportunistic and financially motivated threat actors over subsequent years, since ASA appliances frequently serve as the sole perimeter control point and VPN gateway for an organization — a successful information-disclosure or availability attack against one can directly affect remote-access connectivity for the entire enterprise, and unpatched ASA appliances have separately been documented as an initial-access vector favored by ransomware-affiliated intrusion actors targeting legacy, internet-exposed network appliances more broadly.

Remediation

  1. Identify all Cisco ASA appliances and confirm their current software version.
  2. Apply the Cisco-published fixed software release identified in the corresponding security advisory.
  3. Restrict access to the ASA web services/WebVPN interface to only the source IP ranges that require it, where clientless VPN access is not needed by the general internet.
  4. Enable and review HTTP access logs on the ASA for anomalous or malformed URL requests.
  5. Given ASA's role as a favored initial-access target for opportunistic and ransomware-affiliated actors, prioritize this patch alongside review of other Cisco ASA/FTD CVEs affecting the same devices.

Key Details

PropertyValue
CVE ID CVE-2018-0296
Vendor / Product Cisco — Adaptive Security Appliance (ASA)
NVD Published2018-06-07
NVD Last Modified2026-01-14
CVSS 3.1 Score7.5
CVSS 3.1 VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
SeverityHIGH
CWE CWE-20 find similar ↗
CISA KEV Added2021-11-03
CISA KEV Deadline2022-05-03
Known Ransomware Use No

CVSS 3.1 Breakdown

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Required Action

CISA BOD 22-01 Deadline: 2022-05-03. Apply updates per vendor instructions.

Timeline

DateEvent
2018-06-06Cisco published a security advisory and fixed software addressing the vulnerability
2021-11-03Added to CISA Known Exploited Vulnerabilities catalog
2022-05-03CISA BOD 22-01 remediation deadline

References

ResourceType
NVD — CVE-2018-0296 Vulnerability Database
CISA KEV Catalog Entry US Government