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 AFRXRPC'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 CIRCCNT() implementation. When listen(rxrpcsock, 32) is called, it causes an oops condition during socket closure because rxrpcservicepreallocone() allocates one too many calls, and rxrpcdiscardprealloc() 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 rxrpcreleasecallsonsocket() attempts to abort calls with an unset call->peer pointer, leading to a kernel oops condition that could potentially crash the system (NVD).

Mitigation and workarounds

The fix involves modifying the maximum backlog value to RXRPCBACKLOGMAX - 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-2025-40343MEDIUM6.4
  • Linux KernelLinux Kernel
  • linux-iot
NoYesDec 09, 2025
CVE-2025-40342MEDIUM6.4
  • Linux KernelLinux Kernel
  • kernel-rt-devel-matched
NoYesDec 09, 2025
CVE-2025-40340MEDIUM6.4
  • Linux KernelLinux Kernel
  • linux-hwe
NoYesDec 09, 2025
CVE-2025-40341MEDIUM5.1
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-core
NoYesDec 09, 2025
CVE-2025-40344N/AN/A
  • Linux KernelLinux Kernel
  • libperf-devel
NoYesDec 09, 2025

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