Lucene search
+L

5525 matches found

OSV
OSV
•added 2026/08/28 8:16 a.m.•12 views

UBUNTU-CVE-2026-80680

In the Linux kernel, the following vulnerability has been resolved: i2c: amd-mp2: Unregister callback on adapter add failure amdmp2registercb stores the platform I2C context in the MP2 PCI driver's callback table before the adapter is registered. If i2caddadapter fails, probe returns and devres...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2026/08/28 8:16 a.m.•14 views

CVE-2026-80698

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix double free of wq, engine, and group structs The release callbacks for wq, engine, and group devices idxdconfwqrelease, idxdconfenginerelease, idxdconfgrouprelease each call kfree on the enclosing struct. The...

5.8AI score0.00198EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/28 8:16 a.m.•14 views

CVE-2026-80660

In the Linux kernel, the following vulnerability has been resolved: hwmon: occ unregister sysfs devices outside occ lock occactivefalse and occshutdown unregister sysfs-backed devices while occ-lock is held. hwmondeviceunregister and sysfsremovegroup can wait for active sysfs callbacks to drain,...

5.8AI score0.00215EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/08/28 6:53 a.m.•12 views

EUVD-2026-67457

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: validate individual TWT params before driver setup ieee80211processrxtwtaction only partially validates a received S1G TWT setup frame before queueing it. An individual agreement can therefore reach...

5.8AI score0.00403EPSS
SaveExploits0References7
OSV
OSV
•added 2026/08/28 6:53 a.m.•24 views

CVE-2026-80698 dmaengine: idxd: fix double free of wq, engine, and group structs

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix double free of wq, engine, and group structs The release callbacks for wq, engine, and group devices idxdconfwqrelease, idxdconfenginerelease, idxdconfgrouprelease each call kfree on the enclosing struct. The...

5.8AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/08/28 6:53 a.m.•18 views

EUVD-2026-67433

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix double free of wq, engine, and group structs The release callbacks for wq, engine, and group devices idxdconfwqrelease, idxdconfenginerelease, idxdconfgrouprelease each call kfree on the enclosing struct. The...

5.8AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/28 6:53 a.m.•40 views

CVE-2026-80698 dmaengine: idxd: fix double free of wq, engine, and group structs

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix double free of wq, engine, and group structs The release callbacks for wq, engine, and group devices idxdconfwqrelease, idxdconfenginerelease, idxdconfgrouprelease each call kfree on the enclosing struct. The...

0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/08/28 6:52 a.m.•14 views

CVE-2026-80680

In the Linux kernel, the following vulnerability has been resolved: i2c: amd-mp2: Unregister callback on adapter add failure amdmp2registercb stores the platform I2C context in the MP2 PCI driver's callback table before the adapter is registered. If i2caddadapter fails, probe returns and devres...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0
CVE
CVE
•added 2026/08/28 6:52 a.m.•43 views

CVE-2026-80680

CVE-2026-80680 is a use-after-free in the Linux kernel's amd-mp2 I2C platform driver. The function amd_mp2_register_cb() stores the platform I2C context pointer in the MP2 PCI driver's callback table before the I2C adapter is registered. If i2c_add_adapter() subsequently fails, the probe function...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/28 6:52 a.m.•42 views

CVE-2026-80680 i2c: amd-mp2: Unregister callback on adapter add failure

In the Linux kernel, the following vulnerability has been resolved: i2c: amd-mp2: Unregister callback on adapter add failure amdmp2registercb stores the platform I2C context in the MP2 PCI driver's callback table before the adapter is registered. If i2caddadapter fails, probe returns and devres...

7.8CVSS0.00176EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/08/28 6:52 a.m.•14 views

EUVD-2026-67556

In the Linux kernel, the following vulnerability has been resolved: i2c: amd-mp2: Unregister callback on adapter add failure amdmp2registercb stores the platform I2C context in the MP2 PCI driver's callback table before the adapter is registered. If i2caddadapter fails, probe returns and devres...

5.8AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/28 6:49 a.m.•30 views

CVE-2026-80658

CVE-2026-80658 affects the Linux kernel 's drm/rockchip dw_dp platform driver. The root cause is a null pointer dereference in the ->remove() callback: it calls platform_get_drvdata(), but if the component ->bind() callback never executed—because an unrelated error caused an early return fr...

5.8AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/28 6:49 a.m.•39 views

CVE-2026-80654 soc: xilinx: Shutdown and free rx mailbox channel

In the Linux kernel, the following vulnerability has been resolved: soc: xilinx: Shutdown and free rx mailbox channel A mbox rx channel is requested using mboxrequestchannelbyname in probe. In remove callback, the rx mailbox channel is cleaned up when the rxchan is NULL due to incorrect condition...

0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/08/28 6:49 a.m.•15 views

EUVD-2026-67530

In the Linux kernel, the following vulnerability has been resolved: soc: xilinx: Shutdown and free rx mailbox channel A mbox rx channel is requested using mboxrequestchannelbyname in probe. In remove callback, the rx mailbox channel is cleaned up when the rxchan is NULL due to incorrect condition...

5.8AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/08/28 6:49 a.m.•45 views

CVE-2026-80654

CVE-2026-80654 affects the soc: xilinx driver in the Linux kernel . A use-after-free occurs in the rx mailbox channel handling: an incorrect condition check in the remove callback prevents proper cleanup when rx_chan is non-NULL, leaving the mailbox channel active after device removal. The channe...

5.8AI score0.00209EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/08/28 1:01 a.m.•7 views

SUSE CVE-2026-72070

In the Linux kernel, the following vulnerability has been resolved: wifi: libertastf: fix use-after-free in lbtffreeadapter lbtffreeadapter calls timerdelete&priv-commandtimer, which does not wait for a running commandtimerfn callback. lbtffreeadapter runs on the teardown path right before...

5.8AI score0.0022EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/28 1:01 a.m.•9 views

SUSE CVE-2026-72075

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix race condition in resetdevice sysfs callback The imspcuresetdevice sysfs callback calls imspcuexecutecommand without acquiring pcu-cmdmutex. This can lead to data races and corruption of the shared command...

6AI score0.00215EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/28 12:32 a.m.•15 views

EUVD-2026-67279

A vulnerability was detected in RooCodeInc Roo-Code up to 3.51.1. This vulnerability affects unknown code of the file src/integrations/claude-code/oauth.ts of the component OAuth Callback. The manipulation results in cleartext transmission of sensitive information. The attack may be performed fro...

6.3CVSS4.3AI score0.00282EPSS
SaveExploits0References6
NVD
NVD
•added 2026/08/28 12:18 a.m.•14 views

CVE-2026-81836

A vulnerability was detected in RooCodeInc Roo-Code up to 3.51.1. This vulnerability affects unknown code of the file src/integrations/claude-code/oauth.ts of the component OAuth Callback. The manipulation results in cleartext transmission of sensitive information. The attack may be performed fro...

6.3CVSS0.00282EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2026/08/28 12:00 a.m.•14 views

Linux Distros Unpatched Vulnerability : CVE-2026-80698

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dmaengine: idxd: fix double free of wq, engine, and group structs The release callbacks for wq, engine, and group devices idxdconfwqrelease,...

6AI score0.00198EPSS
SaveExploits0References4
Rows per page
Query Builder