Lucene search
+L

270 matches found

Prion
Prion
added 2024/01/02 6:15 a.m.35 views

Memory corruption

Memory corruption in Audio when memory map command is executed consecutively in ADSP...

4.3CVSS7.5AI score0.0011EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/01/02 5:38 a.m.19 views

CVE-2023-43514 Use After Free in DSP Services

Memory corruption while invoking IOCTLs calls from user space for internal mem MAP and internal mem UNMAP...

8.4CVSS7.2AI score0.00111EPSS
SaveExploits0References1
CVE
CVE
added 2024/01/02 5:38 a.m.144 views

CVE-2023-33120

CVE-2023-33120 affects Qualcomm ADSP Audio: memory corruption occurs when a memory map command is executed consecutively. This is described across multiple sources (NVD/Red Hat/RH advisories) as a memory corruption in Audio due to repeated memory-mapping commands. The CVSS-based description in th...

7.8CVSS7.9AI score0.0011EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2024/01/01 12:0 a.m.8 views

PT-2024-12421 · Adsp · Adsp

Name of the Vulnerable Software and Affected Versions: ADSP affected versions not specified Description: The issue is related to memory corruption in the Audio component of ADSP when a memory map command is executed consecutively. Recommendations: At the moment, there is no information about a...

7.8CVSS6.8AI score0.0011EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.13 views

kernel: Race between task migrating pages and another task calling exit_mmap to release those same pages getting invalid opcode BUG in include/linux/swapops.h

A flaw was found in pfnswapentrytopage in memory management subsystem in the Linux Kernel. In this flaw, an attacker with a local user privilege may cause a denial of service problem due to a BUG statement referencing pmdt x...

4.7CVSS6.7AI score0.00179EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/11/14 3:24 p.m.10 views

kernel: Race between task migrating pages and another task calling exit_mmap to release those same pages getting invalid opcode BUG in include/linux/swapops.h

A flaw was found in pfnswapentrytopage in memory management subsystem in the Linux Kernel. In this flaw, an attacker with a local user privilege may cause a denial of service problem due to a BUG statement referencing pmdt x...

4.7CVSS6.7AI score0.00179EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.13 views

kernel: missing mmap_lock in file_files_note that could possibly lead to a use after free in the coredump code

A use-after-free flaw was found in the Linux kernel’s core dump subsystem. This flaw allows a local user to crash the system. Only if patch 390031c94211 "coredump: Use the vma snapshot in fillfilesnote" not applied yet, then kernel could be affected...

5.5CVSS6.6AI score0.00325EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2023/09/02 12:0 a.m.7 views

Linux Kernel Competitive Conditions Problem Vulnerability

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. The Linux Kernel suffers from a Competitive Condition Issue vulnerability, which stems from a flaw found in the memory management subsystem, where a competition exists between ...

4.7CVSS6.5AI score0.00179EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2023/05/16 12:0 a.m.12 views

PT-2025-41048

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.1.0-rc1-roce-flush+ 25 Description The Linux kernel contains a flaw in the RDMA/rxe subsystem related to double freeing of memory associated with memory registration mr-map. Specifically, the rxe mr cleanup...

9.1CVSS6.9AI score0.16525EPSS
SaveExploits21References870
SUSE CVE
SUSE CVE
added 2023/02/15 6:17 a.m.6 views

SUSE CVE-2005-3107

fs/exec.c in Linux 2.6, when one thread is tracing another thread that shares the same memory map, might allow local users to cause a denial of service deadlock by forcing a core dump when the traced thread is in the TASKTRACED state...

2.1CVSS6.5AI score0.00422EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:15 a.m.8 views

SUSE CVE-2015-6654

The xenmemaddtophysmapone function in arch/arm/mm.c in Xen 4.5.x, 4.4.x, and earlier does not limit the number of printk console messages when reporting a failure to retrieve a reference on a foreign page, which allows remote domains to cause a denial of service by leveraging permissions to map t...

2.1CVSS6.6AI score0.00405EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 4:23 a.m.7 views

SUSE CVE-2018-17182

An issue was discovered in the Linux kernel through 4.18.8. The vmacacheflushall function in mm/vmacache.c mishandles sequence number overflows. An attacker can trigger a use-after-free and possibly gain privileges via certain thread creation, map, unmap, invalidation, and dereference operations...

7CVSS7.2AI score0.03206EPSS
SaveExploits5References25
SUSE CVE
SUSE CVE
added 2023/02/15 3:35 a.m.4 views

SUSE CVE-2022-0175

A flaw was found in the VirGL virtual OpenGL renderer virglrenderer. The virgl did not properly initialize memory when allocating a host-backed memory resource. A malicious guest could use this flaw to mmap from the guest kernel and read this uninitialized memory from the host, possibly leading t...

6.5CVSS6.3AI score0.00314EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.8 views

kernel: ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential AB/BA lock with buffermutex and mmaplock syzbot caught a potential deadlock between the PCM runtime-buffermutex and the mm-mmaplock. It was brought by the recent fix to cover the racy read/write and other...

5.5CVSS6.3AI score0.002EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/11/08 9:32 a.m.14 views

kernel: ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential AB/BA lock with buffermutex and mmaplock syzbot caught a potential deadlock between the PCM runtime-buffermutex and the mm-mmaplock. It was brought by the recent fix to cover the racy read/write and other...

5.5CVSS6.3AI score0.002EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2022/08/08 12:0 a.m.7 views

Linux kernel 竞争条件问题漏洞

Linux Kernel is the kernel used by the Linux Foundation's open source operating system, Linux. Linux Kernel is vulnerable to a contention condition issue. The vulnerability stems from a copy-on-write COW corruption in the memory subsystem's handling of private read-only shared memory maps. A loca...

7CVSS8.2AI score0.0092EPSS
SaveExploits1References7
OSV
OSV
added 2022/03/23 8:15 p.m.10 views

CVE-2021-27424

GE UR firmware versions prior to version 8.1x shares MODBUS memory map as part of the communications guide. GE was made aware a “Last-key pressed” MODBUS register can be used to gain unauthorized information...

5.3CVSS6.2AI score0.00878EPSS
SaveExploits0References2
NVD
NVD
added 2022/03/23 8:15 p.m.28 views

CVE-2021-27424

GE UR firmware versions prior to version 8.1x shares MODBUS memory map as part of the communications guide. GE was made aware a “Last-key pressed” MODBUS register can be used to gain unauthorized information...

5.3CVSS0.00878EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2021/06/23 12:0 a.m.63 views

Amazon Linux 2 : qemu (ALAS-2021-1671)

The version of qemu installed on the remote host is prior to 3.1.0-8. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2-2021-1671 advisory. A heap buffer overflow flaw was found in the iSCSI support of QEMU. This flaw could lead to an out-of- bounds read access and...

6CVSS6.7AI score0.01865EPSS
SaveExploits1References13
OSV
OSV
added 2021/04/16 6:15 p.m.6 views

UBUNTU-CVE-2021-31347

An issue was discovered in libezxml.a in ezXML 0.8.6. The function ezxmlparsestr performs incorrect memory handling while parsing crafted XML files writing outside a memory region created by mmap...

6.5CVSS5.8AI score0.01106EPSS
SaveExploits1References3
Rows per page
Query Builder