CVE-2025-68759
Last modified
CVE-2025-68759 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring() In rtl8180_init_rx_ring(), memory is allocated for skb packets and DMA allocations in a loop. When an allocation fails, the previously successful allocations are not freed on exit. Fix that by jumping to err_free_rings label on error, which calls rtl8180_free_rx_ring() to free the allocations. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring() In rtl8180_init_rx_ring(), memory is allocated for skb packets and DMA allocations in a loop. When an allocation fails, the previously successful allocations are not freed on exit. Fix that by jumping to err_free_rings label on error, which calls rtl8180_free_rx_ring() to free the allocations. Remove the free of rx_ring in rtl8180_init_rx_ring() error path, and set the freed priv->rx_buf entry to null, to avoid double free.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f653211197f3841f383fa9757ef8ce182c6cf627, < 3677c01891fb0239361e444afee8398868e34bdf; >= f653211197f3841f383fa9757ef8ce182c6cf627, < 89caaeee8dd95fae8bb4f4964e6fe3ca688500c4; >= f653211197f3841f383fa9757ef8ce182c6cf627, < a4fb7cca9837378878e6c94d9e7af019c8fdfcdb; >= f653211197f3841f383fa9757ef8ce182c6cf627, < bf8513dfa31ea015c9cf415796dca2113d293840; >= f653211197f3841f383fa9757ef8ce182c6cf627, < ee7db11742b30641f21306105ad27a275e3c61d7; >= f653211197f3841f383fa9757ef8ce182c6cf627, < a813a74570212cb5f3a7d3b05c0cb0cd00bace1d; >= f653211197f3841f383fa9757ef8ce182c6cf627, < c9d1c4152e6d32fa74034464854bee262a60bc43; >= f653211197f3841f383fa9757ef8ce182c6cf627, < 9b5b9c042b30befc5b37e4539ace95af70843473 |
| Linux | Linux | 2.6.25 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68759?
How severe is CVE-2025-68759?
How do I fix CVE-2025-68759?
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-68753In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-68754In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68755In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68756In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68757In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68758In the Linux kernel, the following vulnerability has been re…
- CVE-2025-6876A vulnerability was found in SourceCodester Best Salon Manag…8.8
- CVE-2025-68760In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68761In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68762In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68763In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68764In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-68759?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
