CVE Catalog

CVE-2024-50125

HighCVSS 8.0
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.34%

27th percentile - higher than 27% of all known CVEs

Summary

In the Linux kernel, the Bluetooth SCO subsystem has a use-after-free (UAF) vulnerability in sco_sock_timeout. The conn->sk may have been unlinked/freed while waiting for sco_conn_lock, so a check was added to verify conn->sk is still valid by checking if it is part of sco_sk_list.

Risk Assessment

The vulnerability may lead to memory corruption, potentially allowing a local attacker to escalate privileges or cause a system crash.

Recommendation

Apply the Linux kernel update containing the fix for CVE-2024-50125.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on sco_sock_timeout conn->sk maybe have been unlinked/freed while waiting for sco_conn_lock so this checks if the conn->sk is still valid by checking if it part of sco_sk_list.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS