LiveActive security incident?Get immediate response
CVE Record

CVE-2025-12196: WatchGuard Firebox Authenticated Out of Bounds Write in Management CLI Ping Command

An Out-of-bounds Write vulnerability in WatchGuard Fireware OS's CLI could allow an authenticated privileged user to execute arbitrary code via a specially crafted CLI command.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A privileged Firebox administrator could abuse the management CLI ping command to corrupt memory and potentially take full control of the appliance. The flaw is high severity because successful exploitation could compromise confidentiality, integrity, and availability, but it requires authenticated privileged access.

Executive priority

Treat as a high-priority appliance remediation issue, especially where management access is broadly reachable or administrator credentials may be exposed. Prioritize confirming affected builds, constraining management access, and following WatchGuard's remediation guidance; immediate emergency response is not supported solely by the supplied exploitation evidence.

Technical view

CVE-2025-12196 is a CWE-787 out-of-bounds write in the Fireware OS management CLI. A specially crafted CLI command can allow arbitrary code execution. CVSS 4.0 rates it 8.6: network-accessible, low complexity, no user interaction, but high privileges are required.

Likely exposure

Potential exposure is limited to WatchGuard Firebox appliances running the listed Fireware OS 2025.1 or 12.0 versions. The supplied data does not identify exact affected builds, fixed releases, or whether every installation exposes the CLI over a network.

Exploitation context

The supplied sources do not establish active exploitation, and the CVE is not listed as KEV in the bundle. Exploitation requires a privileged authenticated account, making stolen administrator credentials, malicious insiders, and compromised management systems the most plausible risk contexts.

Researcher notes

The vulnerability crosses from a privileged CLI command into memory corruption and possible arbitrary code execution. The vector indicates network reachability and low attack complexity, offset by high privilege requirements. Exact affected build ranges, exploit reliability, fixed versions, and available telemetry are not provided in the bundle.

Mitigation direction

  • Consult WatchGuard's advisory for affected builds and vendor-approved remediation.
  • Apply the vendor-provided fixed release when confirmed for each appliance.
  • Restrict management CLI access to trusted administrative networks and systems.
  • Review privileged accounts and revoke unnecessary or compromised access.
  • Strengthen administrator authentication and credential protection where supported.

Validation and detection

  • Inventory Firebox appliances and record their exact Fireware OS builds.
  • Compare each build against WatchGuard's current advisory.
  • Confirm management CLI access is restricted to authorized sources.
  • Review administrative authentication and CLI activity for suspicious ping-command use.
  • Verify remediation through version checks and approved post-update testing.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-787: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-12196 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.6 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.6CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NWatchGuard

Vulnerability scoring details

Base CVSS 4.0 score

8.6High
CVSS 4.0 vector shape for CVE-2025-12196Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
WatchGuardFireware OS2025.1, 12.0unaffected
WatchGuardFireware OS12.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.