CVE-2022-49600
CVSS 3.1 Score 4.7 of 10 (medium)
Details
Published Feb 26, 2025
Updated: Mar 11, 2025
CWE ID 362
Summary
CVE-2022-49600 is a data-race vulnerability affecting the Linux kernel. Specifically, it concerns the sysctl_ip_autobind_reuse parameter. In certain conditions, this parameter can be concurrently modified while being read, leading to incorrect or inconsistent data. To mitigate this issue, the Linux kernel team has implemented the READ_ONCE() macro to ensure thread safety when accessing sysctl_ip_autobind_reuse.
Prevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.
Affected Products
- Linux Kernel
Affected Vendors
- LINUX