CVE-2025-71114: via_wdt: fix critical boot hang due to unnamed resource allocation
In the Linux kernel, the following vulnerability has been resolved:
via_wdt: fix critical boot hang due to unnamed resource allocation
The VIA watchdog driver uses allocate_resource() to reserve a MMIO
region for the watchdog control register. However, the allocated
resource was not given a name, which causes the kernel resource tree
to contain an entry marked as "<BAD>" under /proc/iomem on x86
platforms.
During boot, this unnamed resource can lead to a critical hang because
subsequent resource lookups and conflict checks fail to handle the
invalid entry properly.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can stop some systems from booting when the VIA watchdog driver creates an invalid memory-resource entry. The known impact is availability, not data theft or remote compromise. The source bundle provides kernel stable fixes but no CVSS score or active exploitation evidence.
Executive priority
Track as an availability-risk maintenance item. Prioritize patching for industrial, embedded, or appliance systems where a boot hang could interrupt operations, while avoiding claims of active attack without further evidence.
Technical view
The VIA watchdog driver reserved an MMIO resource with allocate_resource() but did not set a resource name. On x86, that can create a '<BAD>' entry in /proc/iomem. During boot, later resource lookup or conflict handling may mishandle the invalid entry and hang the kernel.
Likely exposure
Exposure appears limited to Linux systems using the VIA watchdog driver path on affected kernel versions or vendor products identified by advisories. Systems without that driver, hardware path, or affected vendor configuration are less likely exposed, but the bundle does not define exact runtime conditions.
Exploitation context
No active exploitation is stated in the source bundle, and KEV is false. The described failure is a boot-time availability condition caused by kernel resource allocation behavior, not a documented remotely exploitable path.
Researcher notes
The record lacks CVSS, CWE, detailed affected configurations, and exploitability analysis. The strongest evidence is the kernel fix description and stable commit references. Validate exposure by kernel branch, driver configuration, hardware context, and vendor advisory coverage.
Mitigation direction
Apply Linux vendor kernel updates that include the referenced stable fixes.
Review the Siemens advisory if operating Siemens products covered by SSA-019113.
If no packaged fix is available, follow vendor guidance for affected kernels.
Prioritize systems where boot reliability is operationally critical.
Validation and detection
Inventory Linux kernel versions and whether via_wdt is built or loaded.
Check vendor advisories for affected product and kernel branch mapping.
Confirm deployed kernels contain the relevant stable fix commits.
Review boot logs and /proc/iomem for symptoms noted by the advisory.
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.
cve · low confidence lookup
CVE-2025-71114 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.