CVE-2026-74306
Last modified
CVE-2026-74306 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: vfio/qat: fix f_pos race in qat_vf_resume_write() qat_vf_resume_write() checks filp->f_pos before taking migf->lock, but copies into the migration-state buffer after taking the lock and re-reading the shared file position. Two concurrent writers could therefore pass the bounds check with the old offset, then have the second writer copy after the first advanced f_pos, writing past the end of the migration-state buffer. Take migf->lock before doing the boundary checks.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: vfio/qat: fix f_pos race in qat_vf_resume_write() qat_vf_resume_write() checks filp->f_pos before taking migf->lock, but copies into the migration-state buffer after taking the lock and re-reading the shared file position. Two concurrent writers could therefore pass the bounds check with the old offset, then have the second writer copy after the first advanced f_pos, writing past the end of the migration-state buffer. Take migf->lock before doing the boundary checks.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bb208810b1abf1c84870cfbe1cc9cf1a1d35c607, < 6465af0004dc1b067129a26ef44f19cdf13bbce6; >= bb208810b1abf1c84870cfbe1cc9cf1a1d35c607, < d416dcefdbac90d96b22485fd93f28229ad9984b; >= bb208810b1abf1c84870cfbe1cc9cf1a1d35c607, < b6fd7a40a66485c8aa8156d8fcf50b95cb8ba281; >= bb208810b1abf1c84870cfbe1cc9cf1a1d35c607, < 4ec5e932e636896e97e4c6a8205b0ac76d52421a |
| Linux | Linux | 6.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74306?
How severe is CVE-2026-74306?
How do I fix CVE-2026-74306?
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-74300In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74301In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74302In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74303In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74304In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74305In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74307In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74308In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74309In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-7431An incorrect permission assignment for critical resource of …4.4
- CVE-2026-74310In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-74311In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74306?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
