Lucene search
+L

2216 matches found

Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.13 views

PT-2026-72264

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the ims pcu reset device sysfs callback. The issue occurs because the callback invokes the ims pcu execute command function without acquiring the pcu-cmd mutex...

6AI score0.00215EPSS
SaveExploits0References22
RedhatCVE
RedhatCVE
added 2026/08/11 6:45 p.m.11 views

CVE-2026-68276

A flaw was found in the Linux kernel's drm/amdgpu/gfx component. A local attacker could exploit a buffer overflow vulnerability in the cleaner shader's sysfs path. This occurs because the system incorrectly writes 256 double words dwords into a buffer allocated for only 16 dwords 64 bytes...

7CVSS5.6AI score0.00194EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.8 views

DEBIAN-CVE-2026-68165

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: validate ranges in damonsetregions DAMON core logic assumes zero length regions don't exist. However, a few DAMON API callers including DAMONSYSFS, DAMONRECLAIM and DAMONLRUSORT allow users to set empty monitoring...

5.2AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/10 1:20 p.m.8 views

UBUNTU-CVE-2026-68374

In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously freed in usbresetandverifydevice, a function that is commonly called i...

7.8CVSS5.2AI score0.00128EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.11 views

CVE-2026-68374

In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously freed in usbresetandverifydevice, a function that is commonly called i...

7.8CVSS5.5AI score0.00128EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 1:20 p.m.7 views

UBUNTU-CVE-2026-68276

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: fix cleaner shader IB buffer overflow The cleaner shader sysfs path allocates a 16-dword 64 byte IB but incorrectly fills alignmask + 1 dwords. On GFX rings alignmask is 0xff, so the loop wrote 256 dwords into a...

5.4AI score0.00194EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 12:03 p.m.12 views

CVE-2026-68374 usb: core: sysfs: add lock to bos_descriptors_read()

In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously freed in usbresetandverifydevice, a function that is commonly called i...

7.8CVSS5.3AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/08/10 12:03 p.m.5 views

CVE-2026-68374

In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously freed in usbresetandverifydevice, a function that is commonly called i...

7.8CVSS5.2AI score0.00128EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/10 12:03 p.m.9 views

EUVD-2026-55560

In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously freed in usbresetandverifydevice, a function that is commonly called i...

5.3AI score0.00128EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/10 12:01 p.m.11 views

EUVD-2026-55374

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix context pstate override handling There are several problems in the context pstate handling code. The most serious ones are potential use-after-free and NULL pointer dereferences at context initialization time. Bot...

5.4AI score0.00134EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 11:59 a.m.16 views

CVE-2026-68165 mm/damon/core: validate ranges in damon_set_regions()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: validate ranges in damonsetregions DAMON core logic assumes zero length regions don't exist. However, a few DAMON API callers including DAMONSYSFS, DAMONRECLAIM and DAMONLRUSORT allow users to set empty monitoring...

5.4AI score
SaveExploits0References9
OSV
OSV
added 2026/08/10 11:59 a.m.42 views

CVE-2026-68164 mm/damon/core: disallow overlapping input ranges for damon_set_regions()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: disallow overlapping input ranges for damonsetregions damonsetregions assumes the input ranges are sorted by the address and don't overlap each other. Hence the assumption was initially to be explicitly validated...

5.4AI score
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-68374

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously...

7.8CVSS5.8AI score0.00128EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/10 12:00 a.m.18 views

PT-2026-69774

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the USB core sysfs implementation. The function bos descriptors read accesses the udev-bos variable without proper synchronization. This variable can be...

7.8CVSS5.2AI score0.00128EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/06 8:16 a.m.11 views

UBUNTU-CVE-2026-64603

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

5.3AI score0.00156EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/08/06 7:13 a.m.16 views

EUVD-2026-53789

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

5.4AI score0.00156EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.42 views

CVE-2026-64603 platform/x86: intel-hid: Protect ACPI notify handler against recursion

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

0.00156EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/08/06 12:00 a.m.11 views

The vulnerability of the damon_sysfs_scheme_add_dirs() function in the mm/damon/sysfs-schemes.c module, a memory-management subsystem of the Linux operating system, allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the damonsysfsschemeadddirs function in the mm/damon/sysfs-schemes.c module, a memory management subsystem of the Linux operating system, is related to the improper disabling or release of resources. Exploiting this vulnerability could allow an attacker to compromise the...

7CVSS5.6AI score0.00122EPSS
SaveExploits0References15Affected Software4
BDU FSTEC
BDU FSTEC
added 2026/08/06 12:00 a.m.8 views

The vulnerability of the __sbi_store() and f2fs_sbi_show() functions in the fs/f2fs/sysfs.c file of the F2FS file system driver for the Linux operating system allows a malicious actor to gain unauthorized access to protected information.

The vulnerability of the sbistore and f2fssbishow functions in the fs/f2fs/sysfs.c file of the F2FS file system in the Linux operating system is related to the execution of operations outside of the buffer boundaries. Exploiting this vulnerability could allow an attacker to gain unauthorized acce...

7.1CVSS7.4AI score0.00156EPSS
SaveExploits0References16Affected Software3
RedhatCVE
RedhatCVE
added 2026/07/29 11:19 a.m.12 views

CVE-2026-64495

A flaw was found in the Linux kernel's bmg160 gyroscope driver. An out-of-bounds read vulnerability exists when handling specific bandwidth or filter values provided by userspace through the sysfs interface. A local user can exploit this by supplying a malformed value, leading to a read past the...

5.8AI score0.00195EPSS
SaveExploits0References4
Rows per page
Query Builder