vendor:
Kernel
by:
SecurityFocus
7.2
CVSS
HIGH
Signal Vulnerability
N/A
CWE
Product Name: Kernel
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2001
Linux Kernel SIGIO Signal Vulnerability
A vulnerability in the Linux kernel allows any user to send a SIGIO signal to any process. If the process does not catch or ignore the signal is will exit. On non-glibc systems, the user must add #define O_ASYNC FASYNC to the code. The code then takes a pid as an argument and sends a SIGIO signal to the process.
Mitigation:
Catch or ignore the signal.