HOMEVULNERABILITIESCVE-2026-43065
NONE

CVE-2026-43065

Published: May 5, 2026· Updated: May 6, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:6.8th

Official Description

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

ext4: always drain queued discard work in ext4_mb_release()

While reviewing recent ext4 patch[1], Sashiko raised the following

concern[2]:

> If the filesystem is initially mounted with the discard option,

> deleting files will populate sbi->s_discard_list and queue

> s_discard_work. If it is then remounted with nodiscard, the

> EXT4_MOUNT_DISCARD flag is cleared, but the pending s_discard_work is

> neither cancelled nor flushed.

[1] https://lore.kernel.org/r/[email protected]/

[2] https://sashiko.dev/#/patchset/20260319094545.19291-1-qiang.zhang%40linux.dev

The concern was valid, but it had nothing to do with the patch[1].

One of the problems with Sashiko in its current (early) form is that

it will detect pre-existing issues and report it as a problem with the

patch that it is reviewing.

In practice, it would be hard to hit deliberately (unless you are a

malicious syzkaller fuzzer), since it would involve mounting the file

system with -o discard, and then deleting a large number of files,

remounting the file system with -o nodiscard, and then immediately

unmounting the file system before the queued discard work has a change

to drain on its own.

Fix it because it's a real bug, and to avoid Sashiko from raising this

concern when analyzing future patches to mballoc.c.

NVD Source

Technical Analysis

CVE-2026-43065 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (7)

Quick Facts

CVE IDCVE-2026-43065
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 5, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43065 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.