← Back to CVE List

CVE-2025-21749

Published: 2025-02-27T03:15Z
Last Modified: 2025-03-13T13:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt