CVE-2025-68759
Published: Jan 5, 2026
Modified: May 11, 2026
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected f653211197f3841f383fa9757ef8ce182c6cf627 - < 3677c01891fb0239361e444afee8398868e34bdfaffected f653211197f3841f383fa9757ef8ce182c6cf627 - < 89caaeee8dd95fae8bb4f4964e6fe3ca688500c4affected f653211197f3841f383fa9757ef8ce182c6cf627 - < a4fb7cca9837378878e6c94d9e7af019c8fdfcdbaffected f653211197f3841f383fa9757ef8ce182c6cf627 - < bf8513dfa31ea015c9cf415796dca2113d293840affected f653211197f3841f383fa9757ef8ce182c6cf627 - < ee7db11742b30641f21306105ad27a275e3c61d7+3 more versions |
Linux | Linux | affected 2.6.25unaffected 0 - < 2.6.25unaffected 5.10.248 - <= 5.10.*unaffected 5.15.198 - <= 5.15.*unaffected 6.1.160 - <= 6.1.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now