CVE-2026-89834
Last modified
CVE-2026-89834 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to migrate all curseg types during free_segment_range In free_segment_range(), the curseg evacuation loop only iterates up to NR_CURSEG_PERSIST_TYPE (0..5), missing non-persistent in-memory curseg types such as CURSEG_COLD_DATA_PINNED and CURSEG_ALL_DATA_ATGC. Even though these in-memory curseg types are not saved in the on-disk checkpoint header, they still occupy active physical segments at runtime. If an active in-memory curseg happens to be allocated within the segment range being truncated during filesystem shrink, failing to evacuate it will cause subsequent writes to the curseg attempting out-of-bounds I/O on the truncated storage range. Fix this by expanding the curseg evacuation loop upper bound to NR_CURSEG_TYPE to ensure all active curseg types are safely migrated out of the target range..
Description
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to migrate all curseg types during free_segment_range In free_segment_range(), the curseg evacuation loop only iterates up to NR_CURSEG_PERSIST_TYPE (0..5), missing non-persistent in-memory curseg types such as CURSEG_COLD_DATA_PINNED and CURSEG_ALL_DATA_ATGC. Even though these in-memory curseg types are not saved in the on-disk checkpoint header, they still occupy active physical segments at runtime. If an active in-memory curseg happens to be allocated within the segment range being truncated during filesystem shrink, failing to evacuate it will cause subsequent writes to the curseg attempting out-of-bounds I/O on the truncated storage range. Fix this by expanding the curseg evacuation loop upper bound to NR_CURSEG_TYPE to ensure all active curseg types are safely migrated out of the target range.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d0b9e42ab6155dc05fc83f00af9f45d4dd02264d, < 3b85edf3391f3e1f624f409a7d2d239885f567b7; >= d0b9e42ab6155dc05fc83f00af9f45d4dd02264d, < b8ae1228c153622afa71a179c9d4dc268117e0f0; >= d0b9e42ab6155dc05fc83f00af9f45d4dd02264d, < b9776094aa7118e8e5dfdcd791ffc8330c5ca408; >= d0b9e42ab6155dc05fc83f00af9f45d4dd02264d, < 8ec06f50ddd8d201bd7e55b896ae28ed9d4cb7d1 |
| Linux | Linux | 5.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89834?
How severe is CVE-2026-89834?
How do I fix CVE-2026-89834?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89829In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8983Autel Maxi Charger Single firmware through V1.03.51 contains…9.8
- CVE-2026-89830In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89831In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89832In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89833In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89835In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89836In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89837In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89838In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89839In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8984Autel Maxi Charger Single firmware through V1.03.51 allows u…9.8
Are you affected by CVE-2026-89834?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
