Lucene search
+L

29 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 10:45 p.m.2 views

CVE-2026-89729

A flaw was found in the Linux kernel's Human Interface Device HID sensor-hub driver. A local attacker could exploit this vulnerability by providing a specially crafted HID descriptor. This malicious descriptor could cause the sensorhubgetfeature function to write data beyond the intended memory...

6.3CVSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 8:28 p.m.2 views

CVE-2026-89626

A flaw was found in the Linux kernel's Human Interface Device HID sensor custom driver. When creating sysfs groups for custom sensor fields, the hidsensorcustomaddattributes function fails to properly clean up previously created groups if an error occurs. This improper resource management could...

4.4CVSS
SaveExploits0References7
NVD
NVD
added 2026/09/11 8:20 p.m.4 views

CVE-2026-89729

In the Linux kernel, the following vulnerability has been resolved: HID: sensor-hub: Fix out-of-bounds write in sensorhubgetfeature sensorhubgetfeature clamps its return value to the caller's buffer size, but the copy loop still copies field-reportsize / 8 bytes for each report value. A malicious...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.1 views

CVE-2026-89626

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix field sysfs group cleanup on failure hidsensorcustomaddattributes creates one sysfs group for each custom sensor field. If sysfscreategroup fails after some groups have already been created, the function...

SaveExploits0References4
CVE
CVE
added 2026/09/11 7:46 p.m.6 views

CVE-2026-89729

CVE-2026-89729 is an out-of-bounds write in the Linux kernel's HID sensor-hub driver, specifically in sensor_hub_get_feature(). The function clamps its return value to the caller's buffer size, but the internal copy loop still writes field->report_size / 8 bytes per report value. A malicious H...

SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89729 HID: sensor-hub: Fix out-of-bounds write in sensor_hub_get_feature

In the Linux kernel, the following vulnerability has been resolved: HID: sensor-hub: Fix out-of-bounds write in sensorhubgetfeature sensorhubgetfeature clamps its return value to the caller's buffer size, but the copy loop still copies field-reportsize / 8 bytes for each report value. A malicious...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:46 p.m.3 views

EUVD-2026-76641

In the Linux kernel, the following vulnerability has been resolved: HID: sensor-hub: Fix out-of-bounds write in sensorhubgetfeature sensorhubgetfeature clamps its return value to the caller's buffer size, but the copy loop still copies field-reportsize / 8 bytes for each report value. A malicious...

SaveExploits0References4
CVE
CVE
added 2026/09/11 7:45 p.m.4 views

CVE-2026-89626

This Linux kernel vulnerability affects the HID sensor custom driver. The function hid_sensor_custom_add_attributes() creates one sysfs group per custom sensor field; if sysfs_create_group() fails after some groups are already created, the previously created groups are left in place. The fix adds...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:45 p.m.3 views

EUVD-2026-76538

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix field sysfs group cleanup on failure hidsensorcustomaddattributes creates one sysfs group for each custom sensor field. If sysfscreategroup fails after some groups have already been created, the function...

SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89626 HID: sensor: custom: Fix field sysfs group cleanup on failure

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix field sysfs group cleanup on failure hidsensorcustomaddattributes creates one sysfs group for each custom sensor field. If sysfscreategroup fails after some groups have already been created, the function...

SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.5 views

PT-2026-90445

In the Linux kernel, the following vulnerability has been resolved: HID: sensor-hub: Fix out-of-bounds write in sensor hub get feature sensor hub get feature clamps its return value to the caller's buffer size, but the copy loop still copies field-report size / 8 bytes for each report value. A...

SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/09/05 12:27 a.m.10 views

SUSE CVE-2026-80767

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix use-after-free in enablesensor enablesensorstore can call setpowerreportstate, which dereferences sensorinst-powerstate and sensorinst-reportstate. These pointers refer to entries in sensorinst-fields...

6.4AI score0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

AZL-99500 CVE-2026-80767 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix use-after-free in enablesensor enablesensorstore can call setpowerreportstate, which dereferences sensorinst-powerstate and sensorinst-reportstate. These pointers refer to entries in sensorinst-fields...

6.4AI score0.00195EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/04 3:12 p.m.5 views

EUVD-2026-71410

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix use-after-free in enablesensor enablesensorstore can call setpowerreportstate, which dereferences sensorinst-powerstate and sensorinst-reportstate. These pointers refer to entries in sensorinst-fields...

5.4AI score0.00195EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/04 3:12 p.m.6 views

CVE-2026-80767 HID: sensor: custom: Fix use-after-free in enable_sensor

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix use-after-free in enablesensor enablesensorstore can call setpowerreportstate, which dereferences sensorinst-powerstate and sensorinst-reportstate. These pointers refer to entries in sensorinst-fields...

5.7AI score
SaveExploits0References12
CVE
CVE
added 2026/09/04 3:12 p.m.8 views

CVE-2026-80767

CVE-2026-80767 is a use-after-free vulnerability in the Linux kernel's HID sensor custom driver. The enable_sensor sysfs attribute can be accessed before the underlying power_state and report_state field attributes are initialized, or after they are freed during device removal, allowing a concurr...

5.4AI score0.00195EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.9 views

CVE-2026-80767

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix use-after-free in enablesensor enablesensorstore can call setpowerreportstate, which dereferences sensorinst-powerstate and sensorinst-reportstate. These pointers refer to entries in sensorinst-fields...

5.5AI score0.00195EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-80767

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: sensor: custom: Fix use-after-free in enablesensor enablesensorstore can call setpowerreportstate, which dereferences sensorinst-powerstate and...

6.8AI score0.00195EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2013-2837

Malware in sbrugna...

1.9CVSS6.5AI score0.00364EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2025-9535

Malicious code in bioql PyPI...

7.3AI score0.00203EPSS
SaveExploits0References9
Rows per page
Query Builder