PatchSiren cyber security CVE debrief
CVE-2026-97902 Linux CVE debrief
A Linux kernel vulnerability has been resolved, which could cause a block device to become permanently frozen due to a mismatch between the filesystem's and the block device's freeze status. This issue arises from a change in the Linux kernel's handling of nested freezes and thaws, where a successful thaw operation could incorrectly return -EINVAL when other freezers remain, leading to an elevated bd_fsfreeze_count. As a result, a block device might not be mountable again after a series of freeze and thaw operations.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux kernel developers and maintainers, Linux distribution maintainers, users of Linux-based systems, especially those using block devices and filesystem freezing mechanisms. Linux kernel developers, maintainers, and users should verify kernel versions, monitor operations, and apply patches to prevent this issue. Affected operator, platform, vulnerability-management, and security-team impact should be considered.
Why it matters
CVE-2026-97902 is a Linux kernel vulnerability that can cause block devices to become permanently frozen due to a mismatch between filesystem and block device freeze status. Linux kernel developers, maintainers, and users should verify kernel versions, monitor operations, and apply patches to prevent this issue.
- Verification of Linux kernel versions and patch application is necessary to prevent permanent freezing of block devices.
- Monitoring of block device and filesystem operations is required to detect unusual freeze and thaw activities.
- Defensive measures should be taken to ensure that block devices are properly thawed after freezing operations.
Technical summary
The Linux kernel's modified behavior in handling nested freezes and thaws can cause a block device to become permanently frozen. When a filesystem is frozen and then thawed, the block device may remain frozen due to an incorrect return value from thaw_super_locked(). This issue arises from a change in the Linux kernel's handling of nested freezes and thaws, where a successful thaw operation could incorrectly return -EINVAL when other freezers remain, leading to an elevated bd_fsfreeze_count. As a result, a block device might not be mountable again after a series of freeze and thaw operations. The issue is caused by the Linux kernel's modified behavior in handling nested freezes and thaws. When a filesystem is
Defensive priority
Medium
Recommended defensive actions
- Review and apply the kernel patches to ensure the fix is implemented.
- Verify the Linux kernel version and update if necessary.
- Monitor block device and filesystem operations for unusual freeze and thaw activities.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The issue is caused by the Linux kernel's modified behavior in handling nested freezes and thaws. When a filesystem is frozen and then thawed, the block device may remain frozen due to an incorrect return value from thaw_super_locked(). This can lead to a block device becoming permanently frozen.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97902 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97902
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97902 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97902
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/111339816138f042a59778322f941edc26903484
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/76e478499913dc1f368aebe85b28b7d1265985ff
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/fe967191e5851ea79818c5fe4e781c3882139218
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ff2a694f6613d54ebd77ba72583d4d94446f55bd
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.