CVE-2025-38604
BaseFortify
Publication date: 2025-08-19
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rtl8187 | rtl8187 | * |
| linux | linux_kernel | 6.1.153-1 |
| linux | linux_kernel | 5.10.244-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's wifi driver for rtl818x devices. It occurs because the function rtl8187_stop() did not properly kill USB Request Blocks (URBs) before clearing the transmit status queue. This caused callbacks to use already freed socket buffers (skb), leading to a kernel NULL pointer dereference and a crash (kernel oops). The fix involved moving the call to usb_kill_anchored_urbs() before clearing the transmit status queue to prevent use-after-free errors.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference when using affected rtl818x wifi devices. This can lead to system instability, denial of service, or unexpected reboots, impacting availability and reliability of systems using these devices.