CVE-2025-38485
BaseFortify
Publication date: 2025-07-28
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 |
|---|---|---|
| linux | linux_kernel | * |
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 a use-after-free issue in the Linux kernel's fxls8962af accelerometer driver. Specifically, the function fxls8962af_fifo_flush() uses a device structure's active_scan_mask without ensuring the device remains in buffer mode. If the device exits buffer mode during an interrupt that flushes the FIFO, a race condition occurs, potentially leading to a kernel NULL pointer dereference and system crash. The fix involves synchronizing interrupts to prevent this race.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference, leading to system instability or denial of service. It affects systems using the fxls8962af accelerometer driver, potentially causing unexpected reboots or loss of functionality related to the accelerometer device.