Lucene search
+L

220 matches found

OSV
OSV
added 2026/09/09 5:17 p.m.5 views

AZL-99965 CVE-2026-80918 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix number/pointer type confusion on long items When fetchitem is called by hidscanreport on an item with HIDITEMTAGLONG, it stores a pointer to the item data in item-data.longdata instead of storing a value directly i...

0.00182EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/09 4:13 p.m.21 views

CVE-2026-80918

CVE-2026-80918 is a type-confusion bug in the Linux kernel HID core subsystem. When hid_scan_report() calls fetch_item() on an item tagged HID_ITEM_TAG_LONG, the data is stored as a pointer in item->data.longdata rather than as a value. However, item_udata() and item_sdata() assume the item is...

0.00182EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/09 4:13 p.m.9 views

EUVD-2026-75093

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix number/pointer type confusion on long items When fetchitem is called by hidscanreport on an item with HIDITEMTAGLONG, it stores a pointer to the item data in item-data.longdata instead of storing a value directly i...

0.00182EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/09 4:13 p.m.8 views

CVE-2026-80918 HID: core: fix number/pointer type confusion on long items

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix number/pointer type confusion on long items When fetchitem is called by hidscanreport on an item with HIDITEMTAGLONG, it stores a pointer to the item data in item-data.longdata instead of storing a value directly i...

5.8AI score
SaveExploits0References12
OSV
OSV
added 2026/09/04 4:18 p.m.9 views

AZL-99407 CVE-2026-80781 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix OOB read of field-usage in hidsetfield hidsetfield hands field-usage + offset to hiddumpinput before the guard that bounds offset: hiddumpinputfield-report-device, field-usage + offset, value; if offset =...

5.8AI score0.00195EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/04 3:12 p.m.11 views

CVE-2026-80781

CVE-2026-80781 is an out-of-bounds read in the Linux kernel's HID core subsystem. The function hid_set_field() passes field->usage + offset to hid_dump_input() before validating that the offset is within field->report_count. When CONFIG_DEBUG_FS is enabled, hid_dump_input() dereferences the...

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

CVE-2026-80781 HID: core: fix OOB read of field->usage in hid_set_field()

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix OOB read of field-usage in hidsetfield hidsetfield hands field-usage + offset to hiddumpinput before the guard that bounds offset: hiddumpinputfield-report-device, field-usage + offset, value; if offset =...

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

CVE-2026-80781

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix OOB read of field-usage in hidsetfield hidsetfield hands field-usage + offset to hiddumpinput before the guard that bounds offset: hiddumpinputfield-report-device, field-usage + offset, value; if offset =...

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

EUVD-2026-71424

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix OOB read of field-usage in hidsetfield hidsetfield hands field-usage + offset to hiddumpinput before the guard that bounds offset: hiddumpinputfield-report-device, field-usage + offset, value; if offset =...

5.4AI score0.00195EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/08/31 9:46 a.m.8 views

CVE-2026-80604

A flaw was found in the Linux kernel's Human Interface Device HID core. When processing numbered reports, the hidgetreport function can attempt to read data from an invalid memory location if a size of zero is provided. This out-of-bounds read can lead to a kernel panic, effectively causing a...

8.8CVSS5.9AI score0.00266EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-80604

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: core: Fix OOB read in hidgetreport for numbered reports When a caller passes a size of 0 to hidreportrawevent for a numbered report, the function originall...

8.8CVSS8AI score0.00266EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/28 8:16 a.m.16 views

CVE-2026-80604

In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix OOB read in hidgetreport for numbered reports When a caller passes a size of 0 to hidreportrawevent for a numbered report, the function originally called hidgetreport before performing any size validation. Inside...

8.8CVSS0.00266EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.13 views

CVE-2026-80604

In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix OOB read in hidgetreport for numbered reports When a caller passes a size of 0 to hidreportrawevent for a numbered report, the function originally called hidgetreport before performing any size validation. Inside...

8.8CVSS5.8AI score0.00266EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/28 8:16 a.m.7 views

UBUNTU-CVE-2026-80604

In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix OOB read in hidgetreport for numbered reports When a caller passes a size of 0 to hidreportrawevent for a numbered report, the function originally called hidgetreport before performing any size validation. Inside...

8.8CVSS5.8AI score0.00266EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/08/28 6:48 a.m.9 views

EUVD-2026-67480

In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix OOB read in hidgetreport for numbered reports When a caller passes a size of 0 to hidreportrawevent for a numbered report, the function originally called hidgetreport before performing any size validation. Inside...

5.8AI score0.00266EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/28 6:48 a.m.17 views

CVE-2026-80604

CVE-2026-80604 is an out-of-bounds read in the Linux kernel's HID core subsystem. When hid_report_raw_event() is called with a size of 0 for a numbered report, it invokes hid_get_report() before validating the size. Inside hid_get_report(), the function unconditionally dereferences data[0] to ext...

8.8CVSS5.8AI score0.00266EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.36 views

CVE-2026-80604 HID: core: Fix OOB read in hid_get_report for numbered reports

In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix OOB read in hidgetreport for numbered reports When a caller passes a size of 0 to hidreportrawevent for a numbered report, the function originally called hidgetreport before performing any size validation. Inside...

8.8CVSS0.00266EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/28 6:48 a.m.12 views

CVE-2026-80604 HID: core: Fix OOB read in hid_get_report for numbered reports

In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix OOB read in hidgetreport for numbered reports When a caller passes a size of 0 to hidreportrawevent for a numbered report, the function originally called hidgetreport before performing any size validation. Inside...

8.8CVSS5.8AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.9 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098751 advisory. In the Linux kernel, the following vulnerability has been resolved: HID: core: ensure the allocated report buffer can contain the reserved report ID When the report ...

8.8CVSS6.5AI score0.00298EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix shift-out-of-bounds in hidreportrawevent Syzbot reported a shift-out-of-bounds issue in hidreportrawevent. microsoft 0003:045E:07DA.0001: hidfieldextract called with n 128 32! swapper/0 UBSAN: shift-out-of-bounds i...

5.5CVSS5.6AI score0.00249EPSS
SaveExploits0References2
Rows per page
Query Builder