CVE-2026-90026
HIGH
Published Sep 16, 2026
Modified Sep 16, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic: cancel reset_work on stop pdphy_stop() disables IRQs but leaves reset_work pending. If the IRQ handler schedules it just before disable_irq(), the work runs after remove() frees the struct via devm. Call cancel_work_sync() after disabling IRQs to close the window. This issue was found by an in-house static analysis tool.
Is your site exposed to CVE-2026-90026?
Run a free security scan — no signup, results in seconds.
CVSS v3.1 Score
7.8
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
References
Other References
https://git.kernel.org/stable/c/0b69b166852dbf1f9532b22bd49f502e5970eb95
https://git.kernel.org/stable/c/52d556f08547733948cc40b8b11e6b68dccee7b2
https://git.kernel.org/stable/c/7b0df6efd143f8085bdb68778a013a46f1349913
https://git.kernel.org/stable/c/b9a7eed472edbfa8dec0fdeafd5e796550a8a8b7
https://git.kernel.org/stable/c/d4e00a1eb39174e25ef759b8fb1111bba8e87b1e
Frequently Asked Questions
What is CVE-2026-90026? +
In the Linux kernel, the following vulnerability has been resolved:
usb: typec: qcom-pmic: cancel reset_work on stop
pdphy_stop() disables IRQs but leaves reset_work pending. If the IRQ
handler schedules it just before disable_irq(), the work runs after
remove() frees the struct via devm.
Call cancel_work_sync() after disabling IRQs to close the window.
This issue was found by an in-house static analysis tool. It has a CVSS v3.1 base score of 7.8 (HIGH).
How severe is CVE-2026-90026? +
CVE-2026-90026 has a CVSS v3.1 score of 7.8 out of 10, rated HIGH. This is a high-severity vulnerability that should be prioritized for patching.
How do I check if I'm vulnerable to CVE-2026-90026? +
You can use Secably's free Website Scanner to check your website for known vulnerabilities. For infrastructure scanning, use the Port Scanner to identify exposed services that may be affected. Check the vendor advisories linked above for specific patch and version information.