SecBoard
Zurück zur CVE-Übersicht

CVE-2018-0296

HIGH(7.5)KEV — Aktiv ausgenutzt

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Risk Signal Score79/100 — KRITISCH
  • CVSS 7.5 — Hoch
  • EPSS 100% — sehr wahrscheinlich ausgenutzt
  • Im CISA KEV-Katalog (aktiv ausgenutzt)

CISA KEV

Bestätigt ausgenutzt

EPSS-Score

99.9%

Exploit-Wahrscheinlichkeit (30 Tage)

CVSS Score

7.5

Technische Schwere

SecBoard-Einordnung

CVE-2018-0296 betrifft die Web-Schnittstelle der Cisco Adaptive Security Appliance (ASA) Software und Cisco Firepower Threat Defense (FTD) Software. Die Schwachstelle ermöglicht einem nicht authentifizierten, entfernten Angreifer, durch eine manipulierte HTTP-Anfrage einen Denial-of-Service (DoS) zu verursachen, indem das Gerät unerwartet neu startet. Auf bestimmten Software-Versionen kann die Schwachstelle auch zur Offenlegung sensibler Systeminformationen ohne Authentifizierung mittels Directory Traversal führen.

Diese Schwachstelle ist als kritisch einzustufen, mit einem CVSS-Score von 7.5 (HIGH) und einer EPSS-Wahrscheinlichkeit von 100%. Sie wird aktiv ausgenutzt und ist in der () Datenbank gelistet, was eine hohe Dringlichkeit für Gegenmaßnahmen signalisiert.

Security-Teams sollten umgehend alle betroffenen Cisco ASA- und FTD-Installationen identifizieren und die entsprechenden Patches des Herstellers einspielen. Wo ein sofortiges Patchen nicht möglich ist, sollten temporäre Mitigationen wie die Einschränkung des Zugriffs auf die Web-Schnittstelle implementiert und die Systeme auf ungewöhnliche Aktivitäten überwacht werden.

KI-gestützte Einordnung auf Basis der NVD-Daten.

Beschreibung

A vulnerability in the web interface of the Cisco Adaptive Security Appliance (ASA) could allow an unauthenticated, remote attacker to cause an affected device to reload unexpectedly, resulting in a denial of service (DoS) condition. It is also possible on certain software releases that the ASA will not reload, but an attacker could view sensitive system information without authentication by using directory traversal techniques. The vulnerability is due to lack of proper input validation of the HTTP URL. An attacker could exploit this vulnerability by sending a crafted HTTP request to an affected device. An exploit could allow the attacker to cause a DoS condition or unauthenticated disclosure of information. This vulnerability applies to IPv4 and IPv6 HTTP traffic. This vulnerability affects Cisco ASA Software and Cisco Firepower Threat Defense (FTD) Software that is running on the following Cisco products: 3000 Series Industrial Security Appliance (ISA), ASA 1000V Cloud Firewall, ASA 5500 Series Adaptive Security Appliances, ASA 5500-X Series Next-Generation Firewalls, ASA Services Module for Cisco Catalyst 6500 Series Switches and Cisco 7600 Series Routers, Adaptive Security Virtual Appliance (ASAv), Firepower 2100 Series Security Appliance, Firepower 4100 Series Security Appliance, Firepower 9300 ASA Security Module, FTD Virtual (FTDv). Cisco Bug IDs: CSCvi16029.

Erkennung & Indikatoren

Ausnutzung

Aktiv ausgenutzt (CISA KEV). Cisco empfiehlt dringend ein Upgrade, da weiterhin Exploits in freier Wildbahn versucht werden. Ein Exploit ist auf Exploit-DB verfügbar.

Threat-Hunting-Queries

Die Schwachstelle basiert auf einer fehlenden Validierung der HTTP-URL, die zu Directory Traversal führt. Die Erkennung konzentriert sich auf ungewöhnliche Pfadelemente wie '/../' oder '+CSCOE+' in HTTP-Anfragen an Cisco ASA/FTD-Geräte, die auf Informationslecks oder DoS-Versuche hindeuten könnten.

Sentinel/Defender KQL

DeviceNetworkEvents
| where RemotePort == 443 or RemotePort == 80 // Assuming web traffic to ASA/FTD
| where InitiatingProcessCommandLine contains "http" or InitiatingProcessFileName contains "webvpn"
| where RemoteUrl contains "/+CSCOU+/../+CSCOE+/" or RemoteUrl contains "/+CSCOE+/logon.html"
| project TimeGenerated, DeviceName, RemoteIP, RemoteUrl, InitiatingProcessCommandLine

Splunk SPL

index=* sourcetype=cisco:asa (uri_path="*/+CSCOU+/../+CSCOE+/*" OR uri_path="*/+CSCOE+/logon.html") | table _time, src_ip, dest_ip, uri_path

Sigma

title: Cisco ASA Path Traversal Attempt
status: experimental
description: Detects attempts to exploit CVE-2018-0296 in Cisco ASA/FTD devices via directory traversal.
references:
  - https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180606-asaftd
  - https://www.exploit-db.com/exploits/44956/
logsource:
  category: webserver
  product: cisco_asa
detection:
  selection:
    url|contains:
      - '/+CSCOU+/../+CSCOE+/'
      - '/+CSCOE+/logon.html'
  condition: selection
fields:
  - client_ip
  - url
  - user_agent
level: high

Elastic ES|QL

from logs-cisco.asa.*
| where url.path : "*/+CSCOU+/../+CSCOE+/*" or url.path : "*/+CSCOE+/logon.html"
| select @timestamp, source.ip, destination.ip, url.path, user_agent.original

SecBoard-generated · behavioral · requires customizationVon SecBoard erzeugt und nicht in einer Zielumgebung validiert. Vor dem Einsatz an die eigene Protokollierung anpassen.

Betroffene Produkte

  • cpe:2.3:o:cisco:adaptive_security_appliance_software:*:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:adaptive_security_appliance_software:*:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:adaptive_security_appliance_software:*:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:adaptive_security_appliance_software:*:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:adaptive_security_appliance_software:*:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:adaptive_security_appliance_software:*:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:adaptive_security_appliance_software:*:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:firepower_threat_defense:6.2.3-85.02:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:firepower_threat_defense:6.2.3-851:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_threat_defense:*:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_threat_defense:*:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_threat_defense:6.2.3:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_threat_defense:6.2.3.1:*:*:*:*:*:*:*

Referenzen