CVE Catalog

CVE-2026-93222

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, send_signal_locked() rewrites sender IDs for the target namespace, and group sends reuse the same siginfo, so one recipient can affect the next. This allows cross-recipient influence over signal data.

Risk Assessment

This can lead to information leakage or incorrect signal behavior, potentially allowing an attacker to manipulate siginfo data of other processes.

Recommendation

Update the Linux kernel to a version containing the fix that copies the siginfo before modifying it.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

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