CVE-2022-49640

CVSS 3.1 Score 4.7 of 10 (medium)

Details

Published Feb 26, 2025
Updated: Mar 11, 2025
CWE ID 362

Summary

CVE-2022-49640 is a recently resolved vulnerability in the Linux kernel. The issue lies within the sysctl function, where data races existed in proc_douintvec_minmax(). This vulnerability stems from concurrent access to a sysctl variable, which could result in data inconsistencies and unintended behavior. To mitigate this issue, the patch modifies proc_douintvec_minmax() to utilize READ_ONCE() and WRITE_ONCE() internally, ensuring proper data synchronization during concurrent access. Although proc_douintvec_minmax() currently tolerates data races, additional annotations are required on other subsystems to fully address this vulnerability.

Ligh bulbPrevent 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.

Share