Description
In the Linux kernel, the following vulnerability has been resolved:

hpfs: fix a crash if hpfs_map_dnode_bitmap fails

If hpfs_map_dnode_bitmap fails, the code would call hpfs_brelse4 on
uninitialized quad buffer head, causing a crash.
Published: 2026-07-19
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

When the hpfs_map_dnode_bitmap function fails, the kernel attempts to use an uninitialized quad buffer head in hpfs_brelse4. This results in a kernel crash that brings the entire system down. The vulnerability does not give an attacker code execution or data disclosure; it simply causes a denial of service in the affected system.

Affected Systems

All Linux kernels that include the HPFS filesystem driver and have not yet applied the fix are affected. The CPE entry indicates every Linux kernel release prior to the patch. Systems that mount or access HPFS volume images (e.g., via the hpfs module) are at risk.

Risk and Exploitability

The CVSS score of 7.8 classifies the flaw as high severity. EPSS shows a value less than 1%, implying a low probability of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog, suggesting no known exploitation activity. The likely attack vector requires a local user or privileged process that can trigger the hpfs_map_dnode_bitmap failure, such as manipulating an HPFS file system or sending crafted data to the driver. This leads only to a system crash and does not compromise confidentiality or integrity.

Generated by OpenCVE AI on August 4, 2026 at 18:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the hpfs map dnode bitmap race fix.
  • If an upgrade cannot be performed immediately, unmount or disable the hpfs module to eliminate exposure to the vulnerable code path.
  • Continuously monitor system logs for kernel panic messages related to HPFS operations to confirm remediation has been effective.

Generated by OpenCVE AI on August 4, 2026 at 18:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Wed, 29 Jul 2026 01:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Wed, 22 Jul 2026 00:15:00 +0000


Tue, 21 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: hpfs: fix a crash if hpfs_map_dnode_bitmap fails If hpfs_map_dnode_bitmap fails, the code would call hpfs_brelse4 on uninitialized quad buffer head, causing a crash.
Title hpfs: fix a crash if hpfs_map_dnode_bitmap fails
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:37:38.482Z

Reserved: 2026-07-19T07:54:57.023Z

Link: CVE-2026-63954

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity :

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63954 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T18:15:03Z

Weaknesses
  • CWE-824

    Access of Uninitialized Pointer