Lucene search
+L

64 matches found

ATTACKERKB
ATTACKERKB
added 2026/03/04 2:38 p.m.6 views

CVE-2026-23237

In the Linux kernel, the following vulnerability has been resolved: platform/x86: classmate-laptop: Add missing NULL pointer checks In a few places in the Classmate laptop driver, code using the accel object may run before that object's address is stored in the driver data of the input device usi...

5.8AI score0.00193EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/03/04 2:38 p.m.40 views

CVE-2026-23237

CVE-2026-23237 affects the Linux kernel, specifically the platform/x86 classmate-laptop driver. The issue arises when sysfs attributes of the input device are accessed before the driver has stored the input device address, causing NULL pointer dereferences via dev_get_drvdata(&inputdev->dev) i...

5.5CVSS5.8AI score0.00193EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/03/04 2:36 p.m.6 views

CVE-2026-23235 f2fs: fix out-of-bounds access in sysfs attribute read/write

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix out-of-bounds access in sysfs attribute read/write Some f2fs sysfs attributes suffer from out-of-bounds memory access and incorrect handling of integer values whose size is not 4 bytes. For example: vm: echo 65537...

7.1CVSS5.7AI score0.00156EPSS
SaveExploits0References11
CVE
CVE
added 2025/12/16 1:30 p.m.24 views

CVE-2025-40352

The CVE-2025-40352 entry concerns a Linux kernel issue in the Mellanox mlxbf-pmc driver. The vulnerability arises from missing initialization of the count_clock data structure’s sysfs attributes, which triggers a lockdep-related warning (CONFIG_LOCK_STAT) during BlueField-3 boot, specifically a m...

6AI score0.00179EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from mlxbf-pmc not initializing the sysfs attribute, which could result in a NULL pointer dereference...

6.2AI score0.00179EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.7 views

PT-2025-51568

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The mlxbf pmc driver in the Linux kernel does not call sysfs attr init during the initialization of the "count clock" data structure. This causes a warning related to lock-related debug...

5.4AI score0.00601EPSS
SaveExploits4References385
CNNVD
CNNVD
added 2025/12/06 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an unhidden VRAM sysfs attribute of a VRAM-less GPU, which could lead to a system crash...

6AI score0.00164EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/10/24 12:0 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from unrestricted VF access to the sysfs attribute, which could lead to incorrect access to registers...

6.1AI score0.00172EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/15 7:58 a.m.19 views

CVE-2025-39999

The CVE-2025-39999 issue affects the Linux kernel’s blk-mq path, where tags growth via the sysfs nr_requests attribute can lead to a double free: hctx->sched_tags is freed while et->tags (the allocated tags) has already been freed, risking a kernel panic during elevator exit. The documented...

6AI score0.00184EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/04 4:15 p.m.4 views

UBUNTU-CVE-2023-53550

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: fix global sysfs attribute type In commit 3666062b87ec "cpufreq: amd-pstate: move to use busgetdevroot" the "amdpstate" attributes where moved from a dedicated kobject to the cpu root kobject. While the...

5.5CVSS6.2AI score0.00128EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/04 3:16 p.m.5 views

CVE-2023-53550 cpufreq: amd-pstate: fix global sysfs attribute type

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: fix global sysfs attribute type In commit 3666062b87ec "cpufreq: amd-pstate: move to use busgetdevroot" the "amdpstate" attributes where moved from a dedicated kobject to the cpu root kobject. While the...

5.5CVSS6.6AI score0.00128EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/10/04 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a mis-typed amd-pstate global sysfs attribute, which could lead to a failure of control-flow integrity...

5.8AI score0.00128EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/06 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39719

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: imu: bno055: fix OOB access of hwxlate array Fix a potential out-of-bounds array access of the hwxlate array in bno055.c. In bno055getregmask, hwxlate was...

7.1CVSS6.5AI score0.00139EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/05 6:15 p.m.12 views

DEBIAN-CVE-2025-39719

In the Linux kernel, the following vulnerability has been resolved: iio: imu: bno055: fix OOB access of hwxlate array Fix a potential out-of-bounds array access of the hwxlate array in bno055.c. In bno055getregmask, hwxlate was iterated over the length of the vals array instead of the length of t...

7.1CVSS6AI score0.00139EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/09/05 5:21 p.m.26 views

CVE-2025-39719 iio: imu: bno055: fix OOB access of hw_xlate array

In the Linux kernel, the following vulnerability has been resolved: iio: imu: bno055: fix OOB access of hwxlate array Fix a potential out-of-bounds array access of the hwxlate array in bno055.c. In bno055getregmask, hwxlate was iterated over the length of the vals array instead of the length of t...

0.00139EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/05 5:21 p.m.8 views

CVE-2025-39719 iio: imu: bno055: fix OOB access of hw_xlate array

In the Linux kernel, the following vulnerability has been resolved: iio: imu: bno055: fix OOB access of hwxlate array Fix a potential out-of-bounds array access of the hwxlate array in bno055.c. In bno055getregmask, hwxlate was iterated over the length of the vals array instead of the length of t...

7.1CVSS6AI score0.00139EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2025/09/02 6:5 a.m.13 views

kernel: USB: core: Fix deadlock in port "disable" sysfs attribute

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in port disable sysfs attribute The Linux kernel CVE team has assigned CVE-2024-26933 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024050123-CVE-2024-26933-c18d@gregkh/T...

7.8CVSS6.4AI score0.00179EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-26933

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in port disable sysfs attribute The show and store callback routines...

7.8CVSS5.7AI score0.00179EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/26 7:1 a.m.23 views

CVE-2022-49406

In the Linux kernel, the following vulnerability has been resolved: block: Fix potential deadlock in blkiarangesysfsshow When being read, a sysfs attribute is already protected against removal with the kobject node active reference counter. As a result, in blkiarangesysfsshow, there is no need to...

5.5CVSS0.00192EPSS
SaveExploits0References3
CVE
CVE
added 2025/02/26 2:12 a.m.81 views

CVE-2022-49406

The CVE-2022-49406 entry is active in Linux kernel and concerns a deadlock in blk_ia_range_sysfs_show() caused by unnecessary use of the queue sysfs lock during reads. The fix, as described in the sources, is to remove the mutex_lock()/mutex_unlock() calls from blk_ia_range_sysfs_show(), since th...

5.5CVSS5.3AI score0.00192EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder