### [CVE-2024-57980](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-57980) ![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=2.6.28%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=a31a4055473bf0a7b2b06cb2262347200d0711e1%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue) ### Description In the Linux kernel, the following vulnerability has been resolved:media: uvcvideo: Fix double free in error pathIf the uvc_status_init() function fails to allocate the int_urb, it willfree the dev->status pointer but doesn't reset the pointer to NULL. Thisresults in the kfree() call in uvc_status_cleanup() trying todouble-free the memory. Fix it by resetting the dev->status pointer toNULL after freeing it.Reviewed by: Ricardo Ribalda ### POC #### Reference No PoCs from references. #### Github - https://github.com/runwhen-contrib/helm-charts - https://github.com/w4zu/Debian_security