CVE Catalog

CVE-2026-97980

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the s390/debug subsystem has a NULL pointer dereference in debug_set_level(). Commit a2cec6863709 removed a null-id check from debug_set_level(), introducing a possible NULL pointer dereference for debug-API users that put debug_register() results unchecked into debug_set_level(). The fix moves the check back to the external wrapper.

Risk Assessment

NULL pointer dereference can lead to kernel crash (oops/panic) and denial of service. This affects s390 systems using the debug API.

Recommendation

Update the Linux kernel to a version with the fix. Verify that code using debug_set_level() checks debug_register() results.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: s390/debug: Fix NULL pointer dereference in debug_set_level() Commit a2cec6863709 ("s390/debug: Add s390dbf kernel parameter") incorrectly removed a null-id check from debug_set_level(), introducing a possible NULL pointer dereference for debug-API users that put debug_register() results unchecked into debug_set_level(). Fix this by moving the check from the internal _debug_set_level() variant back to the external debug_set_level() wrapper.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS