Latest Cisco Secure FMC vulnerability: CVE-2026-20316 #

Cisco disclosed that certain versions of Cisco Secure Firewall Management Center (FMC) are affected by a static credential vulnerability in the web interface. The flaw stems from hardcoded credentials for a low-privileged user account. Successful exploitation allows a remote, unauthenticated attacker with access to the management interface to authenticate with these low-privileged credentials and access sensitive data within the system. The vulnerability has been designated CVE-2026-20316 and has been rated medium with a CVSS score of 5.3.

Cisco assigned a high Security Impact Rating (SIR) to the vulnerability, noting that it could be chained with other FMC flaws to elevate privileges. A Rapid Response was issued in March 2026 for CVE-2026-20079, and Cisco appears to have updated its advisory for that CVE alongside this one. However, the exact relationship between the two issues remains unclear, given that CVE-2026-20079 is an authentication bypass vulnerability requiring no privileges.

There is evidence that CVE-2026-20316 is being actively exploited in the wild, prompting its addition to the CISA Known Exploited Vulnerabilities (KEV) catalog on July 29, 2026.

    The following versions are affected

    • FMC 10.0: Versions prior to hotfix Cisco_Secure_FW_Mgmt_Center_Hotfix_P-10.0.1.1-2.sh.REL.tar
    • FMC 7.7: Versions prior to hotfix Cisco_Secure_FW_Mgmt_Center_Hotfix_AM-7.7.12.1-2.sh.REL.tar
    • FMC 7.6: Versions prior to hotfix Cisco_Secure_FW_Mgmt_Center_Hotfix_CY-7.6.5.1-2.sh.REL.tar
    • FMC 7.4: Versions prior to hotfix Cisco_Secure_FW_Mgmt_Center_Hotfix_HG-7.4.7.1-3.sh.REL.tar
    • FMC 7.2: Versions prior to hotfix Cisco_Secure_FW_Mgmt_Center_Hotfix_HL-7.2.11.1-4.sh.REL.tar
    • FMC 7.0: Versions prior to hotfix Cisco_Firepower_Mgmt_Center_Hotfix_GB-7.0.9.1-3.sh.REL.tar

      What is Cisco Secure Firewall Management Center? #

      Cisco Secure Firewall Management Center (FMC) is a centralized administrative platform used to configure security policies, manage firmware updates, and aggregate threat telemetry across physical and virtual Cisco security appliances from a single interface.

      What is the impact? #

      Successful exploitation of this vulnerability would allow an unauthenticated, remote attacker to gain initial access using static low-privileged credentials and potentially chain this access with other flaws to elevate privileges and compromise sensitive system data.

      Are any updates or workarounds available? #

      Users are encouraged to update to the latest version as quickly as possible:

      • FMC 10.0: Install hotfix Cisco_Secure_FW_Mgmt_Center_Hotfix_P-10.0.1.1-2.sh.REL.tar or upgrade to a later fixed release.
      • FMC 7.7: Install hotfix Cisco_Secure_FW_Mgmt_Center_Hotfix_AM-7.7.12.1-2.sh.REL.tar or upgrade to a later fixed release.
      • FMC 7.6: Install hotfix Cisco_Secure_FW_Mgmt_Center_Hotfix_CY-7.6.5.1-2.sh.REL.tar or upgrade to a later fixed release.
      • FMC 7.4: Install hotfix Cisco_Secure_FW_Mgmt_Center_Hotfix_HG-7.4.7.1-3.sh.REL.tar or upgrade to a later fixed release.
      • FMC 7.2: Install hotfix Cisco_Secure_FW_Mgmt_Center_Hotfix_HL-7.2.11.1-4.sh.REL.tar or upgrade to a later fixed release.
      • FMC 7.0: Install hotfix Cisco_Firepower_Mgmt_Center_Hotfix_GB-7.0.9.1-3.sh.REL.tar or upgrade to a later fixed release.

        How to find potentially vulnerable systems with runZero #

        From the Software Inventory, use the following query to locate potentially impacted assets:

        vendor:=Cisco AND product:=FMC

        March 2026: CVE-2026-20079 and CVE-2026-20131 #

        Cisco disclosed in two advisories that certain versions of Cisco Secure Firewall Management Center (FMC) are affected by the following vulnerabilities:

        • The Cisco FMC web interface contains an authentication bypass vulnerability stemming from an improper system process created at boot time. A remote, unauthenticated adversary could exploit this by sending crafted HTTP requests, allowing them to bypass authentication and execute script files or commands to obtain root access to the underlying operating system. The vulnerability has been designated CVE-2026-20079 and has been rated critical with a CVSS score of 10.0.
        • The Cisco FMC web-based management interface contains a remote code execution (RCE) vulnerability due to insecure deserialization of a user-supplied Java byte stream. A remote, unauthenticated adversary could exploit this by sending a crafted serialized Java object to the interface, allowing them to execute arbitrary code and elevate privileges to root. Note: Deployments where the management interface lacks public Internet access significantly reduce the associated attack surface. The vulnerability has been designated CVE-2026-20131 and has been rated critical with a CVSS score of 10.0.

        There is evidence that CVE-2026-20131 is being actively exploited in the wild.

          The following versions of Cisco FMC are affected by one or both vulnerabilities

          What is the impact? #

          Successful exploitation of these vulnerabilities would allow an adversary to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.

          Are updates or workarounds available? #

          Users are encouraged to update to the latest version as quickly as possible:

          • Cisco FMC 6.4.0.13 through 6.4.0.18 upgrade to version 7.0.9 and later
          • Cisco FMC 7.0.x upgrade to version 7.0.9 and later
          • Cisco FMC 7.1.x through 7.2.x upgrade to version 7.2.11 and later
          • Cisco FMC 7.3.x through 7.4.x upgrade to version 7.4.6 and later
          • Cisco FMC 7.6.x upgrade to version 7.6.5 and later
          • Cisco FMC 7.7.x upgrade to version 7.7.12 and later
          • Cisco FMC 10.0.0 upgrade to version 10.0.1 and later

          How to find potentially vulnerable systems with runZero #

          From the Asset Inventory, use the following query to locate potentially impacted assets:

          os:="Cisco FMC%" AND os_version:>0 AND
            ((os_version:>="6.4.0.13" AND os_version:<="6.4.0.18") OR
            (os_version:>="7.0.0" AND os_version:<"7.0.9") OR
            (os_version:>="7.1.0" AND os_version:<"7.2.11") OR
            (os_version:>="7.3.0" AND os_version:<"7.4.6") OR
            (os_version:>="7.6.0" AND os_version:<"7.6.5") OR
            (os_version:>="7.7.0" AND os_version:<"7.7.12") OR
            (os_version:="10.0.0"))

          Written by Matthew Kienow

          Matthew Kienow is a software engineer and security researcher. Matthew previously worked on the Recog recognition framework, AttackerKB as well as Metasploit's MSF 5 APIs. He has also designed, built, and successfully deployed many secure software solutions; however, often he enjoys breaking them instead. He has presented his research at various security conferences including DerbyCon, Hack In Paris, and CarolinaCon. His research has been cited by CSO, Threatpost and SC Magazine.

          More about Matthew Kienow
          Subscribe Now

          Get the latest news and expert insights delivered in your inbox.

          Welcome to the club! Your subscription to our newsletter is successful.

          Explore more runZero

          Product
          runZero 5.1 is here: Secure AI workflows, enhanced integrations, and expanded autonomous discovery
          runZero 5.1 takes on the heavy lifting across five key areas, enabling you to unmask and remediate exposures with less friction and more speed.
          Podcasts
          Know Your Adversary with HD Moore
          runZero CEO HD Moore breaks down the myth of air-gapped networks, the impact of AI on security, and why asset connectivity is everything.
          runZero Perspective
          BOD 26-04: A new era of prioritized remediation
          A complete breakdown of CISA's BOD 26-04 directive. Learn how the shift to SSVC, risk-based KEV prioritization, and 3-day remediation impacts your...
          runZero Perspective
          Dawn of the apex agentic adversary
          When agentic AI can weaponize exploits in seconds, visibility is everything. Stop the predator with runZero’s exposure management for the AI-attack...
          Webcasts
          runZero Hour, Ep. 33: Hacker Summer Camp: we survived the Vegas heat (and the bugs)
          In this post-Hacker Summer Camp recap, the runZero team break down the research, tools, and trends discussed at BSides Las Vegas, Black Hat and DEF...
          Podcasts
          The Internet's biggest point of failure
          Join Tod Beardsley on Secure & Scale as he explores the future of vulnerability management, CVE fragmentation, and how AI is changing security...
          Webcasts
          Mind the gaps: securing the modern IT/OT attack surface
          In this webcast, HD Moore and GigaOm Analyst Chris Ray discuss key methods for hardening OT defenses and share insights from the new OT report.
          Webcasts
          runZero Hour, Ep. 32: AI-pocalypse now? Why the 2026 DBIR is actually good news
          In this episode of runZero Hour, Tod Beardsley, Brianna Cluck, and Verizon's Alex Pinto broke down 2026 DBIR trends, AI threats, and runZero 5.0.

          See Results in Minutes

          See & secure your total attack surface. Even the unknowns & unmanageable.