CVE-2024-58002

medium
Published 2025-07-21 · Modified 2025-07-16
CVSS v3
CVSS v2
VIR risk
5.5

Description

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Remove dangling pointers When an async control is written, we copy a pointer to the file handle that started the operation. That pointer will be used when the device is done. Which could be anytime in the future. If the user closes that file descriptor, its structure will be freed, and there will be one dangling pointer per pending async control, that the driver will try to use. Clean all the dangling pointers during release(). To avoid adding a performance penalty in the most common case (no async operation), a counter has been introduced with some logic to make sure that it is properly handled.

Predictions

Exploit likelihood
20%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: alma — https://errata.almalinux.org/8/ALSA-2025-11299.html

vendor Authored 2026-05-27

Vendor advisory: alma — https://access.redhat.com/errata/RHSA-2025:11299

vendor Authored 2026-05-27

Vendor advisory: alma — https://errata.almalinux.org/8/ALSA-2025-11298.html

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2363378

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2363305

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2363268

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2357142

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2356917

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2348599

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2348254

vendor Authored 2026-05-27

Vendor advisory: alma — https://access.redhat.com/errata/RHSA-2025:11298

vendor Authored 2026-05-27

Vendor advisory: alma — https://errata.almalinux.org/9/ALSA-2025-11411.html

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2375529

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2348513

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2024-58002

vendor Authored 2026-05-27

Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2024-58002.html

vendor Authored 2026-05-27

Vendor advisory: rocky — https://errata.rockylinux.org/RLSA-2025:11298

vendor Authored 2026-05-27

Vendor advisory: rocky — https://errata.rockylinux.org/RLSA-2025:11299

vendor Authored 2026-05-27

Vendor advisory: redhat — https://access.redhat.com/errata/RHSA-2025:11411

OS impact

OSVersionStatusFixed in
redhat rhel9fixed
rockylinux rocky8fixed
suse slesaffected
debian debianbookwormfixed6.1.133-1
debian debianbullseyefixed5.10.237-1
debian debianforkyfixed6.12.15-1
debian debiansidfixed6.12.15-1
debian debiantrixiefixed6.12.15-1

References

Verify integrity in audit chain (admin only). AS-IS.