CVE-2026-46089
Description
In the Linux kernel, the following vulnerability has been resolved: zram: do not forget to endio for partial discard requests As reported by Qu Wenruo and Avinesh Kumar, the following getconf PAGESIZE 65536 blkdiscard -p 4k /dev/zram0 takes literally forever to complete. zram doesn't support partial discards and just returns immediately w/o doing any discard work in such cases. The problem is that we forget to endio on our way out, so blkdiscard sleeps forever in submit_bio_wait(). Fix this by jumping to end_bio label, which does bio_endio().
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
SUSE Affected 1 release
| Version | Status | Fixed in |
|---|---|---|
| โ | Affected | โ |
Windows Affected 1 release
| Version | Status | Fixed in |
|---|---|---|
| โ | Affected | โ |
Debian Fixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Fixed | 6.12.86-1 |
| sid | Fixed | 7.0.4-1 |
| forky | Fixed | 7.0.4-1 |
| bullseye | Fixed | 0 |
| bookworm | Fixed | 0 |
References
- https://git.kernel.org/stable/c/2d1f18efccdb8b29552399d024c36b705447e975
- https://git.kernel.org/stable/c/35d3300f6357cfaa72db2721dc2b345b19bac5df
- https://git.kernel.org/stable/c/a02363f71a79b755daa78a70d6b217f9c13c8c85
- https://git.kernel.org/stable/c/68ce397e8236088fc53b9532d383a722288c8194
- https://git.kernel.org/stable/c/e3668b371329ea036ff022ce8ecc82f8befcf003
- https://security-tracker.debian.org/tracker/CVE-2026-46089
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-46089
- https://www.suse.com/security/cve/CVE-2026-46089.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.