CVE-2025-38002
Last modified
CVE-2025-38002 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo() Not everything requires locking in there, which is why the 'has_lock' variable exists. But enough does that it's a bit unwieldy to manage. Wrap the whole thing in a ->uring_lock trylock, and just return with no output if we fail to grab it. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo() Not everything requires locking in there, which is why the 'has_lock' variable exists. But enough does that it's a bit unwieldy to manage. Wrap the whole thing in a ->uring_lock trylock, and just return with no output if we fail to grab it. The existing trylock() will already have greatly diminished utility/output for the failure case. This fixes an issue with reading the SQE fields, if the ring is being actively resized at the same time.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.13, < 6.14.8 | — |
| Linux | Linux Kernel | 6.15 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-38002?
How severe is CVE-2025-38002?
How do I fix CVE-2025-38002?
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 2025
- CVE-2025-37997In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37998In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37999In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3800A vulnerability has been found in WCMS 11 and classified as …9.8
- CVE-2025-38000In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38001In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38003In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38004In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-38005In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38006In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38007In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38008In the Linux kernel, the following vulnerability has been re…4.7
Are you affected by CVE-2025-38002?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
