Linux Kernel NULL Pointer Dereference Vulnerability in Namespace Release Handling

Vulnerability

A vulnerability in the Linux kernel's handling of mount namespace releases can lead to a NULL pointer dereference. This issue occurs in the 'mnt_ns_release()' function, which may be called with a NULL pointer when invoked from 'listmount()'. The vulnerability has been addressed by adding a check to ensure the pointer is not NULL before proceeding with the release process.

Impact

Exploitation of this vulnerability can cause a NULL pointer dereference, leading to a crash of the kernel or the process that triggered the issue.

Reproduction

The vulnerability can be reproduced by calling the 'mnt_ns_release()' function from 'listmount()'' without proper checks, allowing a NULL pointer to be dereferenced. This can be done by manipulating mount namespace references in a way that bypasses the usual safeguards, such as using a custom user namespace or modifying namespace handling in a way that introduces a NULL reference.

Remediation

Users can upgrade to the latest version of the Linux kernel where this vulnerability has been patched. Instructions for downloading the patched kernel can be found in the Linux kernel documentation.

Added: Nov 12, 2025, 10:39 PM
Updated: Nov 12, 2025, 10:39 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.7
remediation
7.7
relevance
0.9
threat
4.8
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.