CVE-2026-93222
Received Received - Intake

Signal Namespace Rewrite Flaw in Linux Kernel

Vulnerability report for CVE-2026-93222, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: signal: avoid shared siginfo namespace rewrites send_signal_locked() rewrites sender ids for the target namespace. Group sends reuse the same siginfo, so one recipient can affect the next. Copy the siginfo before changing it.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a flaw in how signals are handled. The issue occurs in send_signal_locked() where sender IDs are rewritten for the target namespace. Since group sends reuse the same siginfo structure, one recipient can unintentionally alter the siginfo for subsequent recipients by changing it before they process it.

Detection Guidance

This vulnerability is specific to the Linux kernel and does not have a direct detection method via network commands. You can check your kernel version using 'uname -a' and compare it against patched versions. If your kernel is older than the fix, the system is likely vulnerable.

Impact Analysis

This vulnerability could allow an attacker to manipulate signal handling in a way that affects process behavior or communication between processes. If exploited, it might lead to unexpected behavior, crashes, or privilege escalation in systems running vulnerable Linux kernel versions.

Mitigation Strategies

Update your Linux kernel to the latest stable version that includes the fix for this vulnerability. This can typically be done via your package manager (e.g., 'apt upgrade', 'yum update', or 'dnf upgrade'). Reboot the system after applying the update to ensure the new kernel is active.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-93222. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart