Lucene search
+L

857 matches found

NVD
NVD
added 2026/09/16 11:17 a.m.3 views

CVE-2026-90027

In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic-typec: disable ccdebouncedwork on stop ccdebouncedwork is queued from the setcc and starttoggling callbacks, which run from TCPM's kthread worker. portstop returns before tcpmunregisterport destroys that...

7.8CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 11:17 a.m.3 views

CVE-2026-90026

In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic: cancel resetwork on stop pdphystop disables IRQs but leaves resetwork pending. If the IRQ handler schedules it just before disableirq, the work runs after remove frees the struct via devm. Call cancelworksy...

7.8CVSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.5 views

CVE-2026-90026 usb: typec: qcom-pmic: cancel reset_work on stop

In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic: cancel resetwork on stop pdphystop disables IRQs but leaves resetwork pending. If the IRQ handler schedules it just before disableirq, the work runs after remove frees the struct via devm. Call cancelworksy...

7.8CVSS
SaveExploits0References5
CVE
CVE
added 2026/09/16 10:33 a.m.7 views

CVE-2026-90027

CVE-2026-90027 affects the Linux kernel's qcom-pmic-typec USB Type-C driver. A use-after-free race occurs when port_stop() returns before tcpm_unregister_port() destroys the TCPM kthread worker; flushing that worker during unregister can run a callback (set_cc() or start_toggling()) that re-queue...

7.8CVSS5.8AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 10:33 a.m.4 views

EUVD-2026-80634

In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic: cancel resetwork on stop pdphystop disables IRQs but leaves resetwork pending. If the IRQ handler schedules it just before disableirq, the work runs after remove frees the struct via devm. Call cancelworksy...

7.8CVSS5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.5 views

CVE-2026-90027 usb: typec: qcom-pmic-typec: disable cc_debounce_dwork on stop

In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic-typec: disable ccdebouncedwork on stop ccdebouncedwork is queued from the setcc and starttoggling callbacks, which run from TCPM's kthread worker. portstop returns before tcpmunregisterport destroys that...

7.8CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 10:33 a.m.8 views

CVE-2026-90026

CVE-2026-90026 is a use-after-free vulnerability in the Linux kernel 's USB Type-C Qualcomm PMIC driver. The root cause is a race condition: pdphy_stop() disables IRQs but leaves reset_work pending, so if the IRQ handler schedules the work just before disable_irq(), it can execute after remove() ...

7.8CVSS5.8AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/16 10:33 a.m.4 views

EUVD-2026-80635

In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic-typec: disable ccdebouncedwork on stop ccdebouncedwork is queued from the setcc and starttoggling callbacks, which run from TCPM's kthread worker. portstop returns before tcpmunregisterport destroys that...

7.8CVSS5.8AI score
SaveExploits0References4
CVE
CVE
added 2026/09/16 10:31 a.m.5 views

CVE-2026-89869

The Linux kernel's qcom iris media driver has a race condition in the VPU power-off path. The function iris_vpu_power_off() used disable_irq_nosync(), which does not wait for an already-queued threaded IRQ handler to finish. As a result, a threaded IRQ handler could still execute after the VPU ha...

5.8AI score
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.11 views

Astra Linux – Vulnerability in Linux 5.10, Linux

In the Linux kernel, the following vulnerabilities have been resolved: soc: qcom: smsmm: Fixed refcount leaks in qcomsmsmprobe There are two refcount leaks in qcomsmsmprobe: 1 The localnode variable is escaped from foreachchildofnode at the end of the iteration. We should call ofnodeput for it in...

6AI score0.00227EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.12 views

PT-2026-90182

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcom battmgr: terminate the strings from firmware The qcom battmgr sc8280xp strcpy takes a Pascal-style string when the firmware sends one. Otherwise it copies all BATTMGR STRING LEN bytes and leaves the destinatio...

5.8AI score0.00144EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.12 views

PT-2026-90183

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcom battmgr: fix use-after-free qcom battmgr pdr notify queues enable work when the PMIC GLINK service comes up, and the worker recovers battmgr through container of to issue firmware requests. The PMIC GLINK clie...

5.8AI score0.00166EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/09 5:17 p.m.8 views

DEBIAN-CVE-2026-80922

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - Allow zero as a random number Zero is a valid random number and needs to be allowed. Otherwise the output is distinguishable from random...

5.8AI score0.00156EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/09 4:19 p.m.9 views

EUVD-2026-75099

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - Allow zero as a random number Zero is a valid random number and needs to be allowed. Otherwise the output is distinguishable from random...

5.8AI score0.00156EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/09 4:19 p.m.26 views

CVE-2026-80922

CVE-2026-80922 affects the Linux kernel component crypto: qcom-rng (Qualcomm RNG driver). The root cause is that the driver incorrectly rejected zero as an invalid random number, even though zero is a legitimate random value. This rejection makes the RNG output distinguishable from true randomnes...

5.8AI score0.00156EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/09 4:19 p.m.12 views

CVE-2026-80922 crypto: qcom-rng - Allow zero as a random number

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - Allow zero as a random number Zero is a valid random number and needs to be allowed. Otherwise the output is distinguishable from random...

5.9AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.12 views

PT-2026-89092

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - Allow zero as a random number Zero is a valid random number and needs to be allowed. Otherwise the output is distinguishable from random...

8.8CVSS5.8AI score0.00234EPSS
SaveExploits0References122
Tenable Nessus
Tenable Nessus
added 2026/09/09 12:00 a.m.18 views

Linux Distros Unpatched Vulnerability : CVE-2026-80922

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: qcom-rng - Allow zero as a random number Zero is a valid random number and needs to be allowed. Otherwise the output is distinguishable from random...

5.7AI score0.00156EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/05 12:26 a.m.13 views

SUSE CVE-2026-80835

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - Remove cryptorng interface qcom-rng.c exposes the same hardware through two completely separate interfaces, cryptorng and hwrng. However, the implementation of this is buggy because it permits generation...

5.8AI score0.00168EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/05 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-80746

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: clk: qcom: dispcc-eliza: Fix dispccmdssmdpclksrc RCG stall on Eliza EVK Eliza EVK...

5.8AI score0.00189EPSS
SaveExploits0References2
Rows per page
Query Builder