CVE Database
/

CVE-2024-57980

Back to search

CVE-2024-57980

Published: Feb 27, 2025

Modified: May 11, 2026

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvc_status_init() function fails to allocate the int_urb, it will free the dev->status pointer but doesn't reset the pointer to NULL. This results in the kfree() call in uvc_status_cleanup() trying to double-free the memory. Fix it by resetting the dev->status pointer to NULL after freeing it. Reviewed by: Ricardo Ribalda <[email protected]>

VendorProductVersions

Linux

Linux

affected
a31a4055473bf0a7b2b06cb2262347200d0711e1 - < d6e5ba2516c5bef87c1fcb8189b6f3cad7c64b2d
affected
a31a4055473bf0a7b2b06cb2262347200d0711e1 - < 87522ef165e5b6de8ef98cc318f3335166a1512c
affected
a31a4055473bf0a7b2b06cb2262347200d0711e1 - < 3ba8884a56a3eb97c22f0ce0e4dd410d4ca4c277
affected
a31a4055473bf0a7b2b06cb2262347200d0711e1 - < 9232719ac9ce4d5c213cebda23d72aec3e1c4c0d
affected
a31a4055473bf0a7b2b06cb2262347200d0711e1 - < 6c36dcd662ec5276782838660f8533a7cb26be49

+3 more versions

Linux

Linux

affected
2.6.28
unaffected
0 - < 2.6.28
unaffected
5.4.291 - <= 5.4.*
unaffected
5.10.235 - <= 5.10.*
unaffected
5.15.179 - <= 5.15.*

+5 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now