CVE-2025-40252
Last modified
CVE-2025-40252 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end() The loops in 'qede_tpa_cont()' and 'qede_tpa_end()', iterate over 'cqe->len_list[]' using only a zero-length terminator as the stopping condition. If the terminator was missing or malformed, the loop could run past the end of the fixed-size array. Add an explicit bound check using ARRAY_SIZE() in both loops to prevent a potential out-of-bounds access. Found by Linux Verification Center (linuxtesting.org) with SVACE.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end() The loops in 'qede_tpa_cont()' and 'qede_tpa_end()', iterate over 'cqe->len_list[]' using only a zero-length terminator as the stopping condition. If the terminator was missing or malformed, the loop could run past the end of the fixed-size array. Add an explicit bound check using ARRAY_SIZE() in both loops to prevent a potential out-of-bounds access. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/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 | >= 55482edc25f0606851de42e73618f813f310d009, < ecbb12caf399d7cf364b7553ed5aebeaa2f255bc; >= 55482edc25f0606851de42e73618f813f310d009, < a778912b4a53587ea07d85526d152f85d109cbfe; >= 55482edc25f0606851de42e73618f813f310d009, < f0923011c1261b33a2ac1de349256d39cb750dd0; >= 55482edc25f0606851de42e73618f813f310d009, < 917a9d02182ac8b4f25eb47dc02f3ec679608c24; >= 55482edc25f0606851de42e73618f813f310d009, < e441db07f208184e0466abf44b389a81d70c340e; >= 55482edc25f0606851de42e73618f813f310d009, < 896f1a2493b59beb2b5ccdf990503dbb16cb2256 |
| Linux | Linux | 4.6 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40252?
How severe is CVE-2025-40252?
How do I fix CVE-2025-40252?
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-40247In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40248In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40249In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-4025A vulnerability classified as critical was found in itsource…9.8
- CVE-2025-40250In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40251In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-40253In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-40254In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40255In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40256In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40257In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-40258In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2025-40252?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
