Lucene search
+L

83 matches found

RedhatCVE
RedhatCVE
added 6 days ago4 views

CVE-2026-64364

A flaw was found in the Linux kernel's Human Interface Device HID multitouch subsystem. A remote attacker can exploit this vulnerability by connecting a specially crafted multitouch device that advertises a large contact count. This can lead to an out-of-bounds bit access, corrupting adjacent...

8.8CVSS5.9AI score0.00345EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 4:0 p.m.7 views

SUSE CVE-2026-64364

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix out-of-bounds bit access on mtioflags mtioflags is a single unsigned long, but mtprocessslot, mtreleasependingpalms and mtreleasecontacts use it as a per-slot bitmap indexed by the slot number. That slot numb...

8.8CVSS5.7AI score0.00345EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/25 10:17 a.m.9 views

UBUNTU-CVE-2026-64364

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix out-of-bounds bit access on mtioflags mtioflags is a single unsigned long, but mtprocessslot, mtreleasependingpalms and mtreleasecontacts use it as a per-slot bitmap indexed by the slot number. That slot numb...

8.8CVSS5.6AI score0.00345EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 8:50 a.m.6 views

EUVD-2026-48908

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix out-of-bounds bit access on mtioflags mtioflags is a single unsigned long, but mtprocessslot, mtreleasependingpalms and mtreleasecontacts use it as a per-slot bitmap indexed by the slot number. That slot numb...

5.7AI score0.00345EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.14 views

CVE-2026-64364

The CVE-2026-64364 entry describes a Linux kernel multitouch flaw where mt_io_flags is treated as a per-slot bitmap indexed by slot number, but the slot index can be as large as td->maxcontacts (up to 255) and not bounded by BITS_PER_LONG. This can cause set_bit/clear_bit to access beyond mt_i...

8.8CVSS5.7AI score0.00345EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-64364

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: multitouch: fix out-of-bounds bit access on mtioflags mtioflags is a single unsigned long, but mtprocessslot, mtreleasependingpalms and mtreleasecontacts...

8.8CVSS5.5AI score0.00345EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.12 views

PT-2026-64585

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds bit access exists in the HID multitouch subsystem. The mt io flags variable is treated as a per-slot bitmap indexed by a slot number that can be as high as 255, based on...

8.8CVSS5.8AI score0.00345EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/07/14 12:0 a.m.9 views

SUSE SLES12: cluster-md-kmp-default / dlm-kmp-default / gfs2-kmp-default / etc (SUSE-SU-2026:2914-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:2914-1 advisory. The SUSE Linux Enterprise 12 SP5 kernel was updated to fix various security issues The following security issues were fixed: - CVE-2023-53995:...

9.8CVSS6.9AI score0.93235EPSS
SaveExploits52References196
SUSE Linux
SUSE Linux
added 2026/07/13 2:56 p.m.9 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 12 SP5 kernel was updated to fix various security issues The following security issues were fixed: CVE-2023-53995: net: ipv4: fix one memleak in inetdelifa bsc1255616. CVE-2026-23255: net: add proper RCU protection to /proc/net/ptype bsc1259891. CVE-2026-23451: bonding:...

9.3CVSS6.9AI score0.00574EPSS
SaveExploits14References260
BDU FSTEC
BDU FSTEC
added 2026/06/25 12:0 a.m.10 views

The vulnerability in the driver/multi-touch.c module of the Linux operating system allows a hacker to trigger a service failure.

The vulnerability in the driver/multi-touch.c module of the Linux operating system is related to writing beyond the buffer boundaries. Exploiting this vulnerability can allow an attacker to cause a service failure...

7.8CVSS6.1AI score0.0012EPSS
SaveExploits0References13Affected Software3
OSV
OSV
added 2026/05/22 1:21 p.m.19 views

OESA-2026-2419 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Validate L2CAPINFORSP payload length before access l2capinformationrsp checks that cmdlen covers the fixed l2capinforsp header type + result, 4...

9.1CVSS5.9AI score0.00537EPSS
SaveExploits0References6
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.10 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: HID: Multitouch: Corrected the reference to the devm device for the hidinput inputdev name. The reference should point to the HID device, rather than the input device, for the allocation of the inputdev name. Referring to the...

7.8CVSS6.4AI score0.00153EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/05/02 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-43047

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: multitouch: Check to ensure report responses match the request It is possible for a malicious or clumsy device to respond to a specific report's feature...

7.8CVSS7.1AI score0.0012EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/01 6:33 p.m.7 views

CVE-2026-43047

A flaw was found in the Linux kernel's Human Interface Device HID multitouch subsystem. A malicious or improperly configured HID device can respond to a feature request with an incorrect report ID. This confusion in the HID core can lead to out-of-bounds writes, potentially allowing a local...

7.8CVSS6.3AI score0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/01 3:16 p.m.7 views

CVE-2026-43047

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Check to ensure report responses match the request It is possible for a malicious or clumsy device to respond to a specific report's feature request using a completely different report ID. This can cause confusio...

7.8CVSS0.0012EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:15 p.m.4 views

CVE-2026-43047

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Check to ensure report responses match the request It is possible for a malicious or clumsy device to respond to a specific report's feature request using a completely different report ID. This can cause confusio...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.6 views

CVE-2026-43047

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Check to ensure report responses match the request It is possible for a malicious or clumsy device to respond to a specific report's feature request using a completely different report ID. This can cause confusio...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0
CVE
CVE
added 2026/05/01 2:15 p.m.44 views

CVE-2026-43047

The CVE-2026-43047 issue concerns the Linux kernel HID multitouch subsystem. A malicious or misconfigured HID device could answer a feature request with a different report ID than requested, causing the HID core to misinterpret data and potentially trigger out-of-bounds writes. The bug is fixed b...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References8Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:0 a.m.4 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013862)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013862 advisory. In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Add NULL check in mtinputconfigured devmkasprintf can return a NULL pointer on...

5.5CVSS5.7AI score0.00227EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.6 views

Unity Linux 20.1050e / 20.1070e Security Update: kernel (UTSA-2026-011373)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011373 advisory. In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Add NULL check in mtinputconfigured devmkasprintf can return a NULL pointer on...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References4
Rows per page
Query Builder