CVE-2022-49450
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-49450 is a vulnerability in the Linux kernel's AF_RXRPC implementation, specifically related to the listen() handler functionality. The vulnerability was discovered in 2022 and publicly disclosed in February 2025. The issue affects the Linux kernel's network stack, particularly the RXRPC protocol implementation (Kernel Git).

Technical details

The vulnerability occurs in the AF_RXRPC's listen() handler, which allows setting the backlog up to 32 (through sysctl configuration). While the preallocation circular buffers have 32 slots, one slot must remain empty due to the CIRC_CNT() implementation. When listen(rxrpc_sock, 32) is called, it causes an oops condition during socket closure because rxrpc_service_prealloc_one() allocates one too many calls, and rxrpc_discard_prealloc() fails to clear them, believing the ring is empty (Kernel Git).

Impact

When exploited, the vulnerability results in a kernel NULL pointer dereference at address 0x86. This occurs when rxrpc_release_calls_on_socket() attempts to abort calls with an unset call->peer pointer, leading to a kernel oops condition that could potentially crash the system (NVD).

Exploitability

The vulnerability is triggered through normal system operations when using specific socket configurations, particularly when setting the maximum backlog value to 32. The issue manifests during socket closure operations, making it a reliability concern rather than a direct security exploit (Kernel Git).

Mitigation and workarounds

The fix involves modifying the maximum backlog value to RXRPC_BACKLOG_MAX - 1 to match the actual ring capacity. This change has been implemented in the kernel source through a patch that adjusts the sysctl configuration limits (Kernel Git).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-80757NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-aws-6.14
NoYesSep 03, 2026
CVE-2026-80756NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-aws-6.17
NoYesSep 03, 2026
CVE-2026-80755NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-xilinx-zynqmp
NoYesSep 03, 2026
CVE-2026-80744NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-nvidia-6.8
NoYesSep 03, 2026
CVE-2026-80742NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-4.15
NoYesSep 03, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management