SecBoard
Zurück zur CVE-Übersicht

CVE-2026-20044

MEDIUM(6.0)

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

Risk Signal Score15/100 — NIEDRIG
  • CVSS 6 — Mittel

Erwähnungen (letzte 60 Tage)

Artikel

EPSS-Score

0.1%

Exploit-Wahrscheinlichkeit (30 Tage)

CVSS Score

6

Technische Schwere

Beschreibung

A vulnerability in the lockdown mechanism of Cisco Secure Firewall Management Center (FMC) Software could allow an authenticated, local attacker to perform arbitrary commands as root. This vulnerability is due to insufficient restrictions on remediation modules while in lockdown mode. An attacker could exploit this vulnerability by sending crafted input to the system CLI of the affected device. A successful exploit could allow the attacker to run arbitrary commands or code as root, even when the system is in lockdown mode. To exploit this vulnerability, the attacker must have valid administrative credentials.

Erkennung & Indikatoren

Ausnutzung

In den geprüften Quellen nicht genannt

Threat-Hunting-Queries

Die Schwachstelle ermöglicht einem authentifizierten, lokalen Angreifer die Ausführung beliebiger Befehle als Root über die System-CLI, selbst im Lockdown-Modus. Die Detektion sollte auf ungewöhnliche Befehlsausführungen oder Prozesse mit Root-Rechten abzielen, die über die normale System-CLI-Nutzung hinausgehen, insbesondere wenn das System im Lockdown-Modus ist.

Sentinel/Defender KQL

DeviceProcessEvents
| where InitiatingProcessCommandLine contains "cli" and ProcessCommandLine contains "root" and ProcessCommandLine !contains "expert cli" // Filter for CLI commands that result in root execution, excluding expected 'expert cli' if lockdown is off
| where DeviceName contains "FMC" // Adjust based on your FMC device naming convention
| project TimeGenerated, DeviceName, InitiatingProcessCommandLine, ProcessCommandLine, AccountName, UserSid

Splunk SPL

index=your_fmc_logs sourcetype=cisco:fmc:cli (command="*" AND user="*" AND privilege="root") | where NOT command="expert cli" | table _time, host, user, command, privilege

Sigma

title: Cisco FMC Command Injection Attempt
id: 00000000-0000-0000-0000-000000000001
status: experimental
description: Detects attempts to exploit CVE-2026-20044 in Cisco FMC by monitoring for unusual root command execution via CLI.
author: SecBoard
date: 2026/03/04
logsource:
  product: cisco
  service: fmc
detection:
  selection:
    event_type: cli_command_execution
    user_privilege: root
    command|contains: 
      - 'system'
      - 'exec'
      - 'run'
    command|not contains: 'expert cli'
  condition: selection
level: high

Elastic ES|QL

from logs-cisco.fmc-*
| where event.category == "command" and user.privileges == "root" and process.command_line : ("system", "exec", "run") and not process.command_line : "expert cli"
| select @timestamp, host.name, user.name, process.command_line

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:a:cisco:secure_firewall_management_center:*:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_management_center:*:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_management_center:*:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_management_center:*:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_management_center:*:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_management_center:*:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_management_center:*:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:secure_firewall_management_center:*:*:*:*:*:*:*:*

Referenzen