Lucene search
+L

65 matches found

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

CVE-2026-90001

In the Linux kernel, the following vulnerability has been resolved: HID: bpf: serialize device reference release in structops destroy path hidbpfopsdestroydevice and hidbpfunreg can race on the same registration reference, double-putting struct hiddevice and freeing it while hiddestroydevice stil...

7.8CVSS0.00175EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/16 11:17 a.m.•12 views

DEBIAN-CVE-2026-90001

In the Linux kernel, the following vulnerability has been resolved: HID: bpf: serialize device reference release in structops destroy path hidbpfopsdestroydevice and hidbpfunreg can race on the same registration reference, double-putting struct hiddevice and freeing it while hiddestroydevice stil...

7.8CVSS5.8AI score0.00175EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/16 10:33 a.m.•16 views

CVE-2026-90001

A race condition in the Linux kernel HID BPF subsystem allows __hid_bpf_ops_destroy_device() and hid_bpf_unreg() to double-put the struct hid_device reference, freeing the device while hid_destroy_device() is still using it. The root cause is a TOCTOU flaw: the two paths run under different lock ...

7.8CVSS5.7AI score0.00175EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/16 10:33 a.m.•9 views

EUVD-2026-80609

In the Linux kernel, the following vulnerability has been resolved: HID: bpf: serialize device reference release in structops destroy path hidbpfopsdestroydevice and hidbpfunreg can race on the same registration reference, double-putting struct hiddevice and freeing it while hiddestroydevice stil...

7.8CVSS5.7AI score0.00175EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/09/16 12:00 a.m.•14 views

Linux Distros Unpatched Vulnerability : CVE-2026-90001

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: bpf: serialize device reference release in structops destroy path hidbpfopsdestroydevice and hidbpfunreg can race on the same registration reference,...

7.8CVSS5.8AI score0.00175EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•10 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: ceph: Avoid putting the realm twice when decoding snaps fails. When decoding snaps fails, it may leave the 'firstrealm' and 'realm' pointers pointing to the same snaprealm memory. Doing so could lead to random use-after-free...

9.8CVSS6.5AI score0.00556EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/11 8:20 p.m.•6 views

UBUNTU-CVE-2026-89767

In the Linux kernel, the following vulnerability has been resolved: ovl: fix double endcreating on the casefold-mismatch path ovlcreatereal releases the new dentry twice when the casefold consistency check fails. The SIFDIR branch calls endcreating and sets err, then falls through to the common...

7.8CVSS6AI score0.00173EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/11 8:19 p.m.•6 views

UBUNTU-CVE-2026-89675

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix UAF in async copy cancel and shutdown An async copy could be freed or used after free while a teardown caller OFFLOADCANCEL, nfsd4shutdowncopy, nfsd4cancelcopybysb raced the copy kthread: - findasynccopy bumped...

9.8CVSS6.5AI score0.00649EPSS
SaveExploits0References6
CVE
CVE
•added 2026/08/28 6:52 a.m.•41 views

CVE-2026-80683

CVE-2026-80683 is a use-after-free vulnerability in the Linux kernel's Bluetooth SCO subsystem . The root cause is a reference-counting bug: the SCO socket stores a sco_conn pointer without holding its own reference. When a socket close() races the Bluetooth controller's Disconnection Complete ev...

8.8CVSS5.9AI score0.00365EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/08/28 12:00 a.m.•23 views

PT-2026-82983

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: give the socket its own sco conn reference sco conn del drops a reference it does not own. It takes one transient reference via sco conn hold unless zero and releases it with the sco conn put that follows sco sock...

5.9AI score0.00365EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/08/26 12:00 a.m.•16 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098916)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098916 advisory. In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: Fix potential UAF when ddgst mismatch Shivam Kumar found via vulnerability testing: Wh...

9.8CVSS5.8AI score0.00547EPSS
SaveExploits0References4
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: The use-after-free issue in amdxdnagemdmabufmmap has been fixed. When vminsertpages fails, the error path calls vma-vmops-closevma. This call internally invokes drmgemvmclose, which in turn calls drmgemobjectput...

7.8CVSS5.8AI score0.00168EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
•added 2026/08/21 11:33 a.m.•15 views

CVE-2026-74534

A flaw was found in the Linux kernel's Bluetooth ISO subsystem. A race condition between isoconndel and isochandel functions can lead to a double-put of isoconn objects. This can result in a Use-After-Free UAF vulnerability, potentially allowing an attacker to cause a denial of service or achieve...

8.8CVSS5.7AI score0.00375EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/15 1:17 p.m.•15 views

CVE-2026-74534

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

8.8CVSS0.00375EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/15 1:17 p.m.•14 views

UBUNTU-CVE-2026-74534

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

8.8CVSS5.4AI score0.00375EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/15 1:17 p.m.•14 views

CVE-2026-74534

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

8.8CVSS5.5AI score0.00375EPSS
SaveExploits0References5
attackerkb
attackerkb
•added 2026/08/15 12:27 p.m.•26 views

CVE-2026-74534

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

5.3AI score0.00375EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
•added 2026/08/15 12:27 p.m.•35 views

CVE-2026-74534 Bluetooth: ISO: fix refcounting of iso_conn

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

8.8CVSS0.00375EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•17 views

CVE-2026-72093

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix use-after-free in amdxdnagemdmabufmmap When vminsertpages fails, the error path calls vma-vmops-closevma which internally calls drmgemvmclose → drmgemobjectput, releasing the GEM object reference acquired at th...

7.8CVSS5.7AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/15 6:21 a.m.•11 views

UBUNTU-CVE-2026-72085

In the Linux kernel, the following vulnerability has been resolved: scsi: xen: scsiback: Free unsubmitted command instead of double-putting it scsibackgetpendreq obtains a command tag and returns a vscsibkpend whose embedded secmd has only been memset to 0, so its cmdkref is 0; the secmd is...

9.3CVSS5.5AI score0.0019EPSS
SaveExploits0References12
Rows per page
Query Builder