PT-2025-8384 · Linux+1 · Linux Kernel+1

Marc Dionne

·

Published

2025-02-26

·

Updated

2025-04-11

·

CVE-2022-49450

CVSS v3.1

5.5

Medium

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description A bug in the Linux kernel's AF RXRPC listen() handler allows the backlog to be set too high, causing an oops when the socket is closed. This happens because the preallocation circular buffers have 32 slots, but one slot must be a dead slot due to the use of CIRC CNT(). As a result, listen(rxrpc sock, 32) will cause a kernel NULL pointer dereference when the socket is closed. The issue is resolved by setting the maximum backlog to RXRPC BACKLOG MAX - 1 to match the ring capacity.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

NULL Pointer Dereference

Weakness Enumeration

Related Identifiers

CVE-2022-49450
OESA-2025-1408

Affected Products

Astra Linux
Linux Kernel