cve/2025/CVE-2025-37839.md
2025-09-29 21:09:30 +02:00

901 B

CVE-2025-37839

Description

In the Linux kernel, the following vulnerability has been resolved:jbd2: remove wrong sb->s_sequence checkJournal emptiness is not determined by sb->s_sequence == 0 but rather bysb->s_start == 0 (which is set a few lines above). Furthermore 0 is avalid transaction ID so the check can spuriously trigger. Remove theinvalid WARN_ON.

POC

Reference

No PoCs from references.

Github