CVE-2025-38265
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-11-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference in the Linux kernel's serial driver (jsm). Specifically, during the initialization of the jsm UART port, no device was set, which caused the function serial_base_ctrl_add to crash due to a NULL pointer dereference. This leads to a kernel crash (BUG) and an Oops error, potentially causing system instability or a denial of service.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash when the jsm serial driver attempts to initialize a UART port without a device set. This results in a NULL pointer dereference and a kernel Oops, which can lead to system instability or denial of service, affecting the availability of the system.