CVE-2025-39694
📋 TL;DR
This CVE-2025-39694 is a NULL pointer dereference vulnerability in the Linux kernel's SCLP (Service Call Logical Processor) subsystem on s390 architecture. It allows potential access to the first page of kernel identity mapping when the kernel identity mapping doesn't start at address zero. This affects Linux systems running on IBM s390/s390x architecture.
💻 Affected Systems
- Linux kernel
📦 What is this software?
Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →⚠️ Risk & Real-World Impact
Worst Case
Kernel crash or potential information disclosure from kernel memory, possibly leading to denial of service or limited information leakage.
Likely Case
Kernel panic or system crash resulting in denial of service, requiring system reboot.
If Mitigated
No impact if the kernel identity mapping starts at address zero or the system is not s390 architecture.
🎯 Exploit Status
Requires local access and specific s390 architecture conditions. Exploitation depends on kernel identity mapping configuration.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Patched in stable kernel versions referenced in git commits
Vendor Advisory: https://git.kernel.org/stable/c/430fa71027b6ac9bb0ce5532b8d0676777d4219a
Restart Required: Yes
Instructions:
1. Update Linux kernel to patched version. 2. For distributions: Use package manager (apt/yum/dnf) to update kernel package. 3. Reboot system to load new kernel.
🔧 Temporary Workarounds
No known workarounds
allThis is a kernel-level bug requiring patching
🧯 If You Can't Patch
- Restrict local user access to s390 systems
- Monitor for kernel panic/crash events and investigate root causes
🔍 How to Verify
Check if Vulnerable:
Check kernel version and architecture: uname -a should show s390/s390x and kernel version before patches
Check Version:
uname -a
Verify Fix Applied:
Verify kernel version is updated to patched version and system architecture
📡 Detection & Monitoring
Log Indicators:
- Kernel panic messages
- SCLP subsystem errors in dmesg
- System crash/reboot events
Network Indicators:
- None - local vulnerability only
SIEM Query:
search 'kernel panic' OR 'SCLP' OR 'NULL pointer dereference' in system logs
🔗 References
- https://git.kernel.org/stable/c/430fa71027b6ac9bb0ce5532b8d0676777d4219a
- https://git.kernel.org/stable/c/61605c847599fbfdfafe638607841c7d73719081
- https://git.kernel.org/stable/c/86c2825791c3836a8f77a954b9c5ebe6fab410c5
- https://git.kernel.org/stable/c/aa5073ac1a2a274812f3b04c278992e68ff67cc7
- https://git.kernel.org/stable/c/bf83ae3537359af088d6577812ed93113dfbcb7b
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html