In the Linux kernel, the following vulnerability has been resolved: net: nfc: llcp: Add lock when modifying device list The device list needs its associated lock held when modifying it, or the list could become corrupted, as syzbot discovered.
The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors.