Lucene search
+L

266548 matches found

Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.10 views

CVE-2026-80785

In the Linux kernel, the following vulnerability has been resolved: fbdev: serialize mode sysfs access with lockfbinfo showmode, showmodes, and storemode access fbinfo-modelist and fbinfo-mode without holding lockfbinfo. storemodes takes lockfbinfo while replacing the modelist and freeing the old...

5.4AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 3:12 p.m.8 views

CVE-2026-80786 fbdev: Wrap user-invoked calls to fb_set_var() in helper

In the Linux kernel, the following vulnerability has been resolved: fbdev: Wrap user-invoked calls to fbsetvar in helper Handle fbcon during display updates in fbsetvarfromuser. Check with fbcon if the mode change is possible, update hardware state and finally update fbcon. Update all callers. On...

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

CVE-2026-80785

CVE-2026-80785 is a race condition in the Linux kernel's fbdev (framebuffer device) subsystem. The functions show_mode(), show_modes(), and store_mode() access fb_info->modelist and fb_info->mode without holding lock_fb_info(), while store_modes() takes that lock and frees the old modelist....

5.3AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/04 3:12 p.m.7 views

EUVD-2026-71428

In the Linux kernel, the following vulnerability has been resolved: fbdev: serialize mode sysfs access with lockfbinfo showmode, showmodes, and storemode access fbinfo-modelist and fbinfo-mode without holding lockfbinfo. storemodes takes lockfbinfo while replacing the modelist and freeing the old...

5.3AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/04 3:12 p.m.5 views

EUVD-2026-71429

In the Linux kernel, the following vulnerability has been resolved: fbdev: Wrap user-invoked calls to fbsetvar in helper Handle fbcon during display updates in fbsetvarfromuser. Check with fbcon if the mode change is possible, update hardware state and finally update fbcon. Update all callers. On...

5.4AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 3:12 p.m.10 views

CVE-2026-80785 fbdev: serialize mode sysfs access with lock_fb_info()

In the Linux kernel, the following vulnerability has been resolved: fbdev: serialize mode sysfs access with lockfbinfo showmode, showmodes, and storemode access fbinfo-modelist and fbinfo-mode without holding lockfbinfo. storemodes takes lockfbinfo while replacing the modelist and freeing the old...

5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/09/04 3:12 p.m.19 views

CVE-2026-80784

CVE-2026-80784 is a memory leak in the Linux kernel MPTCP (Multipath TCP) protocol management subsystem, caused by a race condition between socket teardown (mptcp_pm_destroy()) and concurrent userspace PM ANNOUNCE handlers. mptcp_pm_destroy() drops the lock between emptying two address lists, all...

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

CVE-2026-80784

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: fix memory leak from alloc-during-teardown race mptcppmdestroy empties msk-pm.annolist and msk-pm.userspacepmlocaladdrlist under msk-pm.lock during socket teardown, dropping the lock between the two. A concurrent...

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

EUVD-2026-71427

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: fix memory leak from alloc-during-teardown race mptcppmdestroy empties msk-pm.annolist and msk-pm.userspacepmlocaladdrlist under msk-pm.lock during socket teardown, dropping the lock between the two. A concurrent...

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

CVE-2026-80784 mptcp: pm: fix memory leak from alloc-during-teardown race

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: fix memory leak from alloc-during-teardown race mptcppmdestroy empties msk-pm.annolist and msk-pm.userspacepmlocaladdrlist under msk-pm.lock during socket teardown, dropping the lock between the two. A concurrent...

5.7AI score
SaveExploits0References9
CVE
CVE
added 2026/09/04 3:12 p.m.16 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
EUVD
EUVD
added 2026/09/04 3:12 p.m.6 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
OSV
OSV
added 2026/09/04 3:12 p.m.8 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.20 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
EUVD
EUVD
added 2026/09/04 3:12 p.m.13 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.8 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
EUVD
EUVD
added 2026/09/04 3:12 p.m.6 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.10 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
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
OSV
OSV
added 2026/09/04 3:12 p.m.10 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
Rows per page
Query Builder