CVE-2024-50271

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Nov 19, 2024
Updated: Nov 27, 2024
CWE ID 770

Summary

CVE-2024-50271 is a vulnerability affecting the Linux kernel. Prior to a specific commit, the rlimit for UCOUNT_RLIMIT_SIGPENDING was not enforced when override_rlimit was set, leading to unpredictable behavior and crashes. This issue caused production problems for java applications, as the siginfo became effectively 'corrupted', preventing the process from identifying fault addresses and handling errors. The vulnerability has been resolved by passing override_rlimit into inc_rlimit_get_ucounts() and skipping the comparison to max in that function if override_rlimit is set, effectively restoring the old behavior.

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