SecBoard
Zurück zur CVE-Übersicht

CVE-2020-3452

HIGH(7.5)KEV — Aktiv ausgenutzt

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

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

100.0%

Exploit-Wahrscheinlichkeit (30 Tage)

CVSS Score

7.5

Technische Schwere

SecBoard-Einordnung

CVE-2020-3452 betrifft die Web-Services-Schnittstelle der Cisco Adaptive Security Appliance (ASA) Software und Cisco Firepower Threat Defense (FTD) Software. Es handelt sich um eine Directory-Traversal-Schwachstelle, die es einem nicht authentifizierten, entfernten Angreifer ermöglicht, sensible Dateien im Web-Services-Dateisystem zu lesen. Die Ursache ist eine unzureichende Validierung von URLs in HTTP-Anfragen, wenn WebVPN oder AnyConnect aktiviert sind.

Diese Schwachstelle ist mit einem CVSS-Score von 7.5 (HIGH) bewertet und wird aktiv ausgenutzt, wie die Aufnahme in den KEV-Katalog und eine EPSS-Wahrscheinlichkeit von 100% belegen. Die aktive Ausnutzung macht diese Schwachstelle zu einem kritischen Risiko, das sofortige Aufmerksamkeit erfordert. Angreifer können beliebige Dateien im Web-Services-Dateisystem einsehen, jedoch keine System- oder Betriebssystemdateien.

Security-Teams sollten umgehend alle betroffenen Cisco ASA- und FTD-Installationen identifizieren und die entsprechenden Patches des Herstellers anwenden. Falls ein sofortiges Patchen nicht möglich ist, sollten temporäre Mitigationen wie die Deaktivierung von WebVPN oder AnyConnect in Betracht gezogen werden, falls diese nicht geschäftskritisch sind. Eine Überwachung auf ungewöhnliche HTTP-Anfragen an die Web-Services-Schnittstelle ist ebenfalls ratsam.

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

Beschreibung

A vulnerability in the web services interface of Cisco Adaptive Security Appliance (ASA) Software and Cisco Firepower Threat Defense (FTD) Software could allow an unauthenticated, remote attacker to conduct directory traversal attacks and read sensitive files on a targeted system. The vulnerability is due to a lack of proper input validation of URLs in HTTP requests processed by an affected device. An attacker could exploit this vulnerability by sending a crafted HTTP request containing directory traversal character sequences to an affected device. A successful exploit could allow the attacker to view arbitrary files within the web services file system on the targeted device. The web services file system is enabled when the affected device is configured with either WebVPN or AnyConnect features. This vulnerability cannot be used to obtain access to ASA or FTD system files or underlying operating system (OS) files.

Erkennung & Indikatoren

Ausnutzung

Aktiv ausgenutzt (CISA KEV). Cisco hat Kenntnis von der Verfügbarkeit von öffentlichem Exploit-Code und aktiver Ausnutzung der Schwachstelle.

Threat-Hunting-Queries

Die Schwachstelle betrifft die Web-Services-Schnittstelle von Cisco ASA und FTD Software. Ein Angreifer sendet eine speziell präparierte HTTP-Anfrage mit Directory-Traversal-Zeichenfolgen. Die Erkennung sollte auf ungewöhnliche HTTP-Anfragen abzielen, die Pfad-Traversal-Muster wie '../' oder '%2e%2e%2f' in URLs enthalten, insbesondere wenn sie auf WebVPN- oder AnyConnect-Dienste abzielen. Da die S

Sentinel/Defender KQL

DeviceNetworkEvents
| where ActionType == "HttpConnection" and RemoteUrl has_any ("../", "%2e%2e%2f", "%252e%252e%252f")
| where InitiatingProcessFileName has_any ("asa", "ftd", "vpn") or RemoteUrl contains "webvpn" or RemoteUrl contains "anyconnect"
| project TimeGenerated, DeviceName, RemoteIP, RemoteUrl, InitiatingProcessFileName, InitiatingProcessCommandLine

Splunk SPL

index=* (sourcetype=cisco:asa OR sourcetype=cisco:ftd OR sourcetype=web_access_logs)
| rex field=_raw "(?<http_method>GET|POST|PUT|DELETE)\s(?<url>[^\s]+)"
| where url LIKE "%../%" OR url LIKE "%2e%2e%2f%" OR url LIKE "%252e%252e%252f%"
| table _time, host, src_ip, url, http_method

Sigma

title: Cisco ASA/FTD Directory Traversal Attempt
author: SecBoard
date: 2023/10/27
logsource:
  product: network
  service: http
detection:
  selection:
    url|contains:
      - '../'
      - '%2e%2e%2f'
      - '%252e%252e%252f'
  condition: selection
level: high

Elastic ES|QL

FROM logs-*-* | WHERE url.original : ('%2e%2e%2f', '../', '%252e%252e%252f') AND (source.ip IS NOT NULL OR destination.ip IS NOT NULL) AND (http.request.method : ('GET', 'POST') OR http.response.status_code : (200, 400))
| SELECT @timestamp, host.name, source.ip, destination.ip, url.original, http.request.method, http.response.status_code

SecBoard-generated · behavioral · requires customization — Von 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:secure_firewall_threat_defense:*:*:*:*:*:*:*:*
  • 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:*:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_threat_defense:*:*:*:*:*:*:*:*

Referenzen