CVE-2025-39694
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-05

Last updated on: 2025-11-03

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Fix SCCB present check Tracing code called by the SCLP interrupt handler contains early exits if the SCCB address associated with an interrupt is NULL. This check is performed after physical to virtual address translation. If the kernel identity mapping does not start at address zero, the resulting virtual address is never zero, so that the NULL checks won't work. Subsequently this may result in incorrect accesses to the first page of the identity mapping. Fix this by introducing a function that handles the NULL case before address translation.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-05
Last Modified
2025-11-03
Generated
2026-05-07
AI Q&A
2025-09-05
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel 6.1.153-1
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 s390/sclp subsystem. The tracing code called by the SCLP interrupt handler performs a NULL check on the SCCB address after translating a physical address to a virtual address. However, if the kernel identity mapping does not start at address zero, the virtual address will never be zero, causing the NULL check to fail. This can lead to incorrect accesses to the first page of the identity mapping. The fix involves introducing a function that handles the NULL case before address translation.


How can this vulnerability impact me? :

This vulnerability can cause the kernel to incorrectly access memory, specifically the first page of the identity mapping, due to improper NULL checks. Such incorrect memory accesses could potentially lead to system instability, crashes, or unintended behavior in the kernel's handling of SCLP interrupts.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart