First published: Thu Feb 27 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: rose: lock the socket in rose_bind() syzbot reported a soft lockup in rose_loopback_timer(), with a repro calling bind() from multiple threads. rose_bind() must lock the socket to avoid this issue.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
>=2.6.12<6.1.129 | ||
>=6.2<6.6.78 | ||
>=6.7<6.12.14 | ||
>=6.13<6.13.3 | ||
=6.14-rc1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-21749 has been classified as a medium severity vulnerability due to its potential to cause soft lockups in the Linux kernel.
To fix CVE-2025-21749, update the Linux kernel to a version that includes the patch for this vulnerability.
CVE-2025-21749 affects multiple versions of the Linux kernel, specifically those versions between 2.6.12 and 6.6.78, as well as 6.12.14 and 6.14-rc1.
CVE-2025-21749 involves a soft lockup due to improper handling of socket locking in the rose_bind() function.
As of now, there are no publicly known exploits for CVE-2025-21749, but proper updates are recommended to mitigate risks.