SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-49422

HIGH · CVSS 8.4 EPSS 0.13% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability arises in the RACK setsockopt(2) handler, which improperly manages connection locks during the copying of option data from userspace, potentially leading to a use-after-free condition. This flaw could allow an unprivileged local user to escalate their privileges by exploiting the race condition created when userspace switches TCP stacks. Organizations utilizing affected products should prioritize remediation to mitigate the risk of privilege escalation attacks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-49422
Severity
HIGH
CVSS
8.4
EPSS
0.13%

Original NVD Description

The RACK setsockopt(2) handler drops the connection lock in order to copy option data from userspace, then reacquires the lock. After reacquiring, it verifies that the TCP stack had not been switched away, but did not reload its pointer to the stack's per-connection control block. If userspace switches stacks twice during this window, the check will succeed but the saved pointer will refer to freed memory. The bug may be exploitable by an unprivileged local user to escalate privileges.

Related CVEs

Other vulnerabilities affecting the same vendor(s)