CVE-2022-49598

CVSS 3.1 Score 4.7 of 10 (medium)

Details

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

Summary

CVE-2022-49598 is a vulnerability affecting the Linux kernel's tcp subsystem. The issue involves data races in the handling of sysctl_tcp_mtu_probing, which allows it to be changed concurrently while being read. This can lead to incorrect values being used, potentially resulting in security or stability issues. To mitigate this, the kernel has been updated to add the READ_ONCE() synchronization primitive to the readers of sysctl_tcp_mtu_probling.

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