CVE-2025-68770
Last modified
CVE-2025-68770 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix XDP_TX path For XDP_TX action in bnxt_rx_xdp(), clearing of the event flags is not correct. __bnxt_poll_work() -> bnxt_rx_pkt() -> bnxt_rx_xdp() may be looping within NAPI and some event flags may be set in earlier iterations. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix XDP_TX path For XDP_TX action in bnxt_rx_xdp(), clearing of the event flags is not correct. __bnxt_poll_work() -> bnxt_rx_pkt() -> bnxt_rx_xdp() may be looping within NAPI and some event flags may be set in earlier iterations. In particular, if BNXT_TX_EVENT is set earlier indicating some XDP_TX packets are ready and pending, it will be cleared if it is XDP_TX action again. Normally, we will set BNXT_TX_EVENT again when we successfully call __bnxt_xmit_xdp(). But if the TX ring has no more room, the flag will not be set. This will cause the TX producer to be ahead but the driver will not hit the TX doorbell. For multi-buf XDP_TX, there is no need to clear the event flags and set BNXT_AGG_EVENT. The BNXT_AGG_EVENT flag should have been set earlier in bnxt_rx_pkt(). The visible symptom of this is that the RX ring associated with the TX XDP ring will eventually become empty and all packets will be dropped. Because this condition will cause the driver to not refill the RX ring seeing that the TX ring has forever pending XDP_TX packets. The fix is to only clear BNXT_RX_EVENT when we have successfully called __bnxt_xmit_xdp().
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7f0a168b0441ef7fd6b46563efb2706c58ac2a4c, < 4b83902a1e67ff327ab5c6c65021a03e72c081d6; >= 7f0a168b0441ef7fd6b46563efb2706c58ac2a4c, < f17e0c1208485b24d61271bc1ddc8f2087e71561; >= 7f0a168b0441ef7fd6b46563efb2706c58ac2a4c, < 0373d5c387f24de749cc22e694a14b3a7c7eb515 |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68770?
How severe is CVE-2025-68770?
How do I fix CVE-2025-68770?
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-68765In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68766In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68767In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68768In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68769In the Linux kernel, the following vulnerability has been re…
- CVE-2025-6877A vulnerability was found in SourceCodester Best Salon Manag…8.8
- CVE-2025-68771In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68772In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68773In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68774In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-68775In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-68776In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-68770?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
