Lucene search
+L

1360 matches found

OSV
OSV
added 2025/07/03 9:15 a.m.2 views

DEBIAN-CVE-2025-38142

In the Linux kernel, the following vulnerability has been resolved: hwmon: asus-ec-sensors check sensor index in readstring Prevent a potential invalid memory access when the requested sensor is not found. findecsensorindex may return a negative value e.g. -ENOENT, but its result was used without...

5.5CVSS5.5AI score0.00156EPSS
Exploits0References1
OSV
OSV
added 2025/07/03 9:15 a.m.5 views

UBUNTU-CVE-2025-38142

In the Linux kernel, the following vulnerability has been resolved: hwmon: asus-ec-sensors check sensor index in readstring Prevent a potential invalid memory access when the requested sensor is not found. findecsensorindex may return a negative value e.g. -ENOENT, but its result was used without...

5.5CVSS6AI score0.00156EPSS
Exploits0References31
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.12 views

CVE-2025-38142 hwmon: (asus-ec-sensors) check sensor index in read_string()

In the Linux kernel, the following vulnerability has been resolved: hwmon: asus-ec-sensors check sensor index in readstring Prevent a potential invalid memory access when the requested sensor is not found. findecsensorindex may return a negative value e.g. -ENOENT, but its result was used without...

0.00156EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2025/06/21 5:58 a.m.9 views

CVE-2025-38064

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7CVSS6.9AI score0.00136EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:42 a.m.4 views

SUSE CVE-2022-50093

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: avoid invalid memory access via nodeonlineNUMANONODE KASAN reports: 4.668325 T0 BUG: KASAN: wild-memory-access in dmarparseonerhsa arch/x86/include/asm/bitops.h:214 arch/x86/include/asm/bitops.h:226...

5.5CVSS6.4AI score0.00215EPSS
Exploits0References12
CVE
CVE
added 2025/06/18 11:2 a.m.111 views

CVE-2022-50093

CVE-2022-50093 affects the Linux kernel IOMMU VT-d code. The issue arises from using arch_test_bit() with a possibly invalid first argument when NUMA is disabled, causing a potential wild memory access after node_online() returns NUMA_NO_NODE. The fix adds an explicit check for node != NUMA_NO_NO...

7.1CVSS6.6AI score0.00215EPSS
Exploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.8 views

CVE-2022-50093

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: avoid invalid memory access via nodeonlineNUMANONODE KASAN reports: 4.668325 T0 BUG: KASAN: wild-memory-access in dmarparseonerhsa arch/x86/include/asm/bitops.h:214 arch/x86/include/asm/bitops.h:226...

7.1CVSS5.2AI score0.00215EPSS
Exploits0
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.8 views

CVE-2022-50084 dm raid: fix address sanitizer warning in raid_status

In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raidstatus There is this warning when using a kernel with the address sanitizer and running this testsuite: https://gitlab.com/cki-project/kernel-tests/-/tree/main/storage/swraid/scsiraid...

0.00168EPSS
Exploits0References9
NVD
NVD
added 2025/06/18 10:15 a.m.11 views

CVE-2025-38074

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: protect vq-logused with vq-mutex The vhost-scsi completion path may access vq-logbase when vq-logused is already set to false. vhost-thread QEMU-thread vhostscsicompletecmdwork - vhostaddused - vhostaddusedn if...

5.5CVSS0.00165EPSS
Exploits0References9
OSV
OSV
added 2025/06/18 10:15 a.m.5 views

AZL-63986 CVE-2025-38064 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

5.5CVSS5.6AI score0.00136EPSS
Exploits0References1
NVD
NVD
added 2025/06/18 10:15 a.m.24 views

CVE-2025-38064

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

5.5CVSS0.00136EPSS
Exploits0References2
OSV
OSV
added 2025/06/18 9:33 a.m.6 views

CVE-2025-38074 vhost-scsi: protect vq->log_used with vq->mutex

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: protect vq-logused with vq-mutex The vhost-scsi completion path may access vq-logbase when vq-logused is already set to false. vhost-thread QEMU-thread vhostscsicompletecmdwork - vhostaddused - vhostaddusedn if...

5.5CVSS6AI score0.00165EPSS
Exploits0References12
CVE
CVE
added 2025/06/18 9:28 a.m.90 views

CVE-2025-38027

The CVE-2025-38027 entry describes a Linux kernel vulnerability in the regulator max20086 code path. The root cause is that max20086_parse_regulators_dt() uses an on-stack array of struct of_regulator_match for matches and then relies on devm_of_regulator_put_matches(), which allocates a devm_of_...

7.1CVSS6.3AI score0.00167EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2025/06/18 9:28 a.m.9 views

CVE-2025-38027 regulator: max20086: fix invalid memory access

In the Linux kernel, the following vulnerability has been resolved: regulator: max20086: fix invalid memory access max20086parseregulatorsdt calls ofregulatormatch using an array of struct ofregulatormatch allocated on the stack for the matches argument. ofregulatormatch calls...

7.1CVSS6.4AI score0.00167EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.14 views

CVE-2025-38027

In the Linux kernel, the following vulnerability has been resolved: regulator: max20086: fix invalid memory access max20086parseregulatorsdt calls ofregulatormatch using an array of struct ofregulatormatch allocated on the stack for the matches argument. ofregulatormatch calls...

7.1CVSS5.9AI score0.00167EPSS
Exploits0
CNNVD
CNNVD
added 2025/06/18 12:0 a.m.9 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 Linux kernel that stems from a stack allocation matching array, which could lead to invalid memory accesses...

7.1CVSS6.8AI score0.00167EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.14 views

PT-2025-25802

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the regulator max20086. The issue involves invalid memory access when the device fails to probe, resulting in a call to ...

7.1CVSS6.8AI score0.00167EPSS
Exploits0
CNNVD
CNNVD
added 2025/06/18 12:0 a.m.5 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 Linux kernel that originates from iommu/vt-d accessing invalid memory at nodeonlineNUMANONODE...

7.1CVSS6.4AI score0.00215EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2025/05/23 6:25 a.m.7 views

CVE-2024-27528

wasm3 139076a suffers from Invalid Memory Read, leading to DoS and potential Code Execution...

8.4CVSS7.1AI score0.0024EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 2:3 a.m.7 views

CVE-2023-33974

RIOT-OS, an operating system for Internet of Things IoT devices, contains a network stack with the ability to process 6LoWPAN frames. In versions 2023.01 and prior, an attacker can send multiple crafted frames to the device to trigger a race condition. The race condition invalidates assumptions...

7.5CVSS6.7AI score0.00707EPSS
Exploits0References1
Rows per page
Query Builder