cve/2025/CVE-2025-21918.md
2025-09-29 21:09:30 +02:00

993 B

CVE-2025-21918

Description

In the Linux kernel, the following vulnerability has been resolved:usb: typec: ucsi: Fix NULL pointer accessResources should be released only after all threads that utilize themhave been destroyed.This commit ensures that resources are not released prematurely by waitingfor the associated workqueue to complete before deallocating them.

POC

Reference

No PoCs from references.

Github