Linux Kernel MPTCP Current Namespace Proxy Vulnerability Leading to General Protection Fault

Vulnerability

A vulnerability in the Linux kernel's Multipath TCP (MPTCP) implementation can cause a general protection fault, likely due to a non-canonical address dereference. This issue arises from using the 'net' structure via 'current', which is discouraged. The problem occurs when 'current->nsproxy' is accessed after it has been dropped during task exit, leading to a null pointer dereference. The vulnerability was discovered by syzbot while using the 'acct' system call, causing a crash due to an invalid memory access.

Impact

Exploitation of this vulnerability leads to a general protection fault, causing a crash by dereferencing a null pointer, which is likely to be non-canonical.

Reproduction

The vulnerability can be reproduced by using the 'acct' system call in a context where 'current->nsproxy' has been dropped, such as during task exit. This can be done using a syzkaller fuzzer, which will trigger the null pointer dereference and cause a crash.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.7
remediation
0.0
relevance
0.0
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.