CVE-2026-74362
Last modified
CVE-2026-74362 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ext2: fix ignored return value of generic_write_sync() Fix ext2_dio_write_iter() to propagate the error returned by generic_write_sync() instead of silently discarding it, which could cause write(2) to return success to userspace on O_SYNC/O_DSYNC files even when the sync failed. The correct pattern, already used in ext2_dax_write_iter() in the same file and in ext4, xfs, f2fs among others, is: if (ret > 0) ret = generic_write_sync(iocb, ret); Found by Linux Verification Center (linuxtesting.org) with SVACE. [JK: Reflect also filemap_write_and_wait() return value]. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ext2: fix ignored return value of generic_write_sync() Fix ext2_dio_write_iter() to propagate the error returned by generic_write_sync() instead of silently discarding it, which could cause write(2) to return success to userspace on O_SYNC/O_DSYNC files even when the sync failed. The correct pattern, already used in ext2_dax_write_iter() in the same file and in ext4, xfs, f2fs among others, is: if (ret > 0) ret = generic_write_sync(iocb, ret); Found by Linux Verification Center (linuxtesting.org) with SVACE. [JK: Reflect also filemap_write_and_wait() return value]
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= fb5de4358e1aa4753dce73c4dc1aca73ff39cedd, < 8990dbb7065b0b002b1e58b9091a5b61f5e94dbe; >= fb5de4358e1aa4753dce73c4dc1aca73ff39cedd, < 8d70b3973020e59845c0bdad90e0b9c2295fd493; >= fb5de4358e1aa4753dce73c4dc1aca73ff39cedd, < ffa974b2f50ad8b911b9066d7aed84ad0afabcdb; >= fb5de4358e1aa4753dce73c4dc1aca73ff39cedd, < b6bc07e49a5fbb335f56eb90cd63dec6584c77d3; >= fb5de4358e1aa4753dce73c4dc1aca73ff39cedd, < a4659be0bc7cb1856ffb15b67f903229ae8891ec |
| Linux | Linux | 6.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74362?
How severe is CVE-2026-74362?
How do I fix CVE-2026-74362?
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-74357In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74358In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74359In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7436The WPC Badge Management for WooCommerce plugin for WordPres…6.4
- CVE-2026-74360In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74361In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74363In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74364In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-74365In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-74366In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74367In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74368In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74362?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
