Lucene search
+L

16 matches found

AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.8 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: A memory leak was avoided in the magicmousereportfixup function. The magicmousereportfixup function returned a buffer that was allocated using kmemdup. However, this buffer was never freed. The caller of...

5.5CVSS4.8AI score0.00123EPSS
SaveExploits0References2
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
CVE
CVE
added 2026/09/04 3:12 p.m.22 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
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-80782

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.7AI score0.00195EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2026/08/25 12:00 a.m.5 views

The vulnerability of the `magicmouse_report_fixup()` function in the `drivers/hid/hid-magicmouse.c` driver module of the Linux kernel’s input device subsystem allows a hacker to trigger a maintenance failure.

The vulnerability of the magicmousereportfixup function in the drivers/hid/hid-magicmouse.c driver of the Linux kernel’s input device subsystem relates to the failure to release resources after their useful life has expired. Exploiting this vulnerability could allow an attacker to cause service...

5.5CVSS4.4AI score0.00123EPSS
SaveExploits0References13Affected Software3
RedhatCVE
RedhatCVE
added 2026/05/06 6:27 p.m.18 views

CVE-2026-43140

A flaw was found in the Linux kernel's HID Human Interface Device magicmouse driver. A local attacker with physical access could exploit this vulnerability by connecting a specially crafted USB device. This device could send a malformed report descriptor, causing the msc-input to remain...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/06 12:16 p.m.13 views

CVE-2026-43140

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: Do not crash on missing msc-input Fake USB devices can send their own report descriptors for which the inputmapping hook does not get called. In this case, msc-input stays NULL, leading to a crash at a later time...

5.5CVSS0.00128EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:27 a.m.12 views

CVE-2026-43140

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: Do not crash on missing msc-input Fake USB devices can send their own report descriptors for which the inputmapping hook does not get called. In this case, msc-input stays NULL, leading to a crash at a later time...

5.7AI score0.00128EPSS
SaveExploits0References9Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/22 8:21 p.m.9 views

CVE-2026-31522

A flaw was found in the Linux kernel's HID magicmouse driver. The magicmousereportfixup function, responsible for fixing report descriptors, allocates a new memory buffer but fails to free it. This memory leak can accumulate over time, potentially allowing a local attacker to exhaust system...

5.5CVSS5.9AI score0.00123EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/22 3:31 p.m.13 views

EUVD-2026-24909

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: avoid memory leak in magicmousereportfixup The magicmousereportfixup function was returning a newly kmemdup-allocated buffer, but never freeing it. The caller of reportfixup does not take ownership of the returne...

5.7AI score0.00123EPSS
SaveExploits0References8
NVD
NVD
added 2026/04/22 2:16 p.m.14 views

CVE-2026-31522

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: avoid memory leak in magicmousereportfixup The magicmousereportfixup function was returning a newly kmemdup-allocated buffer, but never freeing it. The caller of reportfixup does not take ownership of the returne...

5.5CVSS0.00123EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/04/22 1:54 p.m.4 views

CVE-2026-31522

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: avoid memory leak in magicmousereportfixup The magicmousereportfixup function was returning a newly kmemdup-allocated buffer, but never freeing it. The caller of reportfixup does not take ownership of the returne...

5.6AI score0.00123EPSS
SaveExploits0References8Affected Software1
SUSE CVE
SUSE CVE
added 2024/03/19 3:50 a.m.7 views

SUSE CVE-2021-47120

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 "HID: magicmouse: add support for Apple Magic Trackpad 2" added a sanity check for an Apple trackpad but returned success instead of -ENODEV when the check failed...

5.5CVSS7.6AI score0.00235EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/15 9:15 p.m.1 views

DEBIAN-CVE-2021-47120

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 "HID: magicmouse: add support for Apple Magic Trackpad 2" added a sanity check for an Apple trackpad but returned success instead of -ENODEV when the check failed...

5.5CVSS5.6AI score0.00235EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/03/15 9:15 p.m.27 views

CVE-2021-47120

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 "HID: magicmouse: add support for Apple Magic Trackpad 2" added a sanity check for an Apple trackpad but returned success instead of -ENODEV when the check failed...

5.5CVSS6.4AI score0.00235EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2021/05/27 12:00 a.m.12 views

PT-2024-11172 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability has been resolved in the Linux kernel. The issue is related to the HID magicmouse driver, where a sanity check for an Apple trackpad was added but returned success...

7.8CVSS6.3AI score0.01549EPSS
SaveExploits5References813
Rows per page
Query Builder