Lucene search
+L

3449 matches found

OSV
OSV
added 2026/09/04 4:18 p.m.4 views

AZL-99650 CVE-2026-80780 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: pidff: fix OOB write when hid-inputs is empty hidpidffinitwithquirks derives its inputdev from listentryhid-inputs.next, struct hidinput, list without first checking that hid-inputs is non-empty. The list member of struct...

5.9AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.5 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
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

AZL-99672 CVE-2026-80772 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: fix out-of-bounds read in joyconctlrreadhandler joyconctlrreadhandler casts an incoming HID input report to struct joyconinputreport and parses it, guarding the cast only with a 12-byte length check: if size = 12 /...

5.9AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

AZL-99624 CVE-2026-80771 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: register input device after capabilities are set inputregisterdevice exposes the device to userspace immediately. In joyconinputcreate it was called before joyconconfigrumble configures the FFRUMBLE capability and...

5.8AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

AZL-99591 CVE-2026-80770 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: stop device IO before hidhwstop on probe failure nintendohidprobe calls hiddeviceiostart before joyconinit and joyconledscreate. If either fails, the error path jumps to errclose which calls hidhwclose/hidhwstop...

5.8AI score0.00173EPSS
SaveExploits0References1
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
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

AZL-99660 CVE-2026-80768 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: ft260: fix stack-use-after-return write in I2C read race ft260i2cread points dev-readbuf at a caller-supplied buffer often an on-stack variable, arms a completion and waits up to five seconds for the device to return the dat...

6AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

AZL-99615 CVE-2026-80765 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: validate initial device info bounds The Hyper-V synthetic HID host supplies SYNTHHIDINITIALDEVICEINFO messages that contain a HID descriptor followed by the report descriptor bytes. mousevsconreceivedeviceinfo trusts...

5.9AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

AZL-99513 CVE-2026-80766 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

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

EUVD-2026-71426

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouserawevent magicmouserawevent handles DOUBLEREPORTID 0xf7 packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only...

5.7AI score0.00195EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/04 3:12 p.m.10 views

CVE-2026-80783

CVE-2026-80783 affects the Linux kernel's HID magicmouse driver. The function magicmouse_raw_event() handles DOUBLE_REPORT_ID (0xf7) packets by splitting them and recursing on each half. The only guard was a size

5.7AI score0.00195EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.8 views

CVE-2026-80783

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouserawevent magicmouserawevent handles DOUBLEREPORTID 0xf7 packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only...

5.7AI score0.00195EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 3:12 p.m.5 views

CVE-2026-80783 HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event()

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouserawevent magicmouserawevent handles DOUBLEREPORTID 0xf7 packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only...

5.9AI score
SaveExploits0References11
CVE
CVE
added 2026/09/04 3:12 p.m.10 views

CVE-2026-80782

CVE-2026-80782 is a use-after-free vulnerability in the Linux kernel's HID magicmouse driver (used by Apple USB Magic Mouse 2 / Magic Trackpad 2). The root cause is that magicmouse_input_mapping() caches the input_dev pointer in msc->input during report descriptor parsing. On the hidinput_conn...

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

CVE-2026-80782

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: do not keep a stale msc-input if no input is claimed magicmouseinputmapping caches the first hidinput's inputdev in msc-input while the report descriptor is parsed, and the rest of the driver treats a non-NULL...

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

EUVD-2026-71425

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: do not keep a stale msc-input if no input is claimed magicmouseinputmapping caches the first hidinput's inputdev in msc-input while the report descriptor is parsed, and the rest of the driver treats a non-NULL...

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

CVE-2026-80782 HID: magicmouse: do not keep a stale msc->input if no input is claimed

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: do not keep a stale msc-input if no input is claimed magicmouseinputmapping caches the first hidinput's inputdev in msc-input while the report descriptor is parsed, and the rest of the driver treats a non-NULL...

5.7AI score
SaveExploits0References12
CVE
CVE
added 2026/09/04 3:12 p.m.10 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
EUVD
EUVD
added 2026/09/04 3:12 p.m.5 views

EUVD-2026-71423

In the Linux kernel, the following vulnerability has been resolved: HID: pidff: fix OOB write when hid-inputs is empty hidpidffinitwithquirks derives its inputdev from listentryhid-inputs.next, struct hidinput, list without first checking that hid-inputs is non-empty. The list member of struct...

5.4AI score0.00181EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.8 views

CVE-2026-80780

In the Linux kernel, the following vulnerability has been resolved: HID: pidff: fix OOB write when hid-inputs is empty hidpidffinitwithquirks derives its inputdev from listentryhid-inputs.next, struct hidinput, list without first checking that hid-inputs is non-empty. The list member of struct...

5.4AI score0.00181EPSS
SaveExploits0
Rows per page
Query Builder