Lucene search
K

321 matches found

Vulnrichment
Vulnrichment
added 2024/07/30 7:47 a.m.13 views

CVE-2024-42227 drm/amd/display: Fix overlapping copy within dml_core_mode_programming

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

6.8AI score0.00179EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/07/30 7:47 a.m.34 views

CVE-2024-42227 drm/amd/display: Fix overlapping copy within dml_core_mode_programming

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

0.00179EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2024/07/05 12:51 p.m.30 views

CVE-2024-39480

In the Linux kernel, the following vulnerability has been resolved: kdb: Fix buffer overflow during tab-complete Currently, when the user attempts symbol completion with the Tab key, kdb will use strncpy to insert the completed symbol into the command buffer. Unfortunately it passes the size of t...

4.4CVSS7.5AI score0.00256EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/07/05 7:15 a.m.30 views

CVE-2024-39480

In the Linux kernel, the following vulnerability has been resolved: kdb: Fix buffer overflow during tab-complete Currently, when the user attempts symbol completion with the Tab key, kdb will use strncpy to insert the completed symbol into the command buffer. Unfortunately it passes the size of t...

7.8CVSS6.6AI score0.00256EPSS
Exploits0References31
Vulnrichment
Vulnrichment
added 2024/07/05 6:55 a.m.32 views

CVE-2024-39480 kdb: Fix buffer overflow during tab-complete

In the Linux kernel, the following vulnerability has been resolved: kdb: Fix buffer overflow during tab-complete Currently, when the user attempts symbol completion with the Tab key, kdb will use strncpy to insert the completed symbol into the command buffer. Unfortunately it passes the size of t...

7.3AI score0.00256EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/07/05 6:55 a.m.27 views

CVE-2024-39480 kdb: Fix buffer overflow during tab-complete

In the Linux kernel, the following vulnerability has been resolved: kdb: Fix buffer overflow during tab-complete Currently, when the user attempts symbol completion with the Tab key, kdb will use strncpy to insert the completed symbol into the command buffer. Unfortunately it passes the size of t...

0.00256EPSS
Exploits0References8
Gentoo Linux
Gentoo Linux
added 2024/06/22 12:0 a.m.24 views

LZ4: Memory Corruption

Background LZ4 is a lossless compression algorithm, providing compression speed 500 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. Description An attacker who...

9.8CVSS9.7AI score0.03216EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/05/30 8:24 p.m.2 views

lz4: memory corruption due to an integer overflow bug caused by memmove argument

There's a flaw in lz4. An attacker who submits a crafted file to an application linked with lz4 may be able to trigger an integer overflow, leading to calling of memmove on a negative size argument, causing an out-of-bounds write and/or a crash. The greatest impact of this flaw is to availability...

9.8CVSS7.1AI score0.03216EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/05/21 2:0 a.m.5 views

SUSE CVE-2024-35823

In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 "vt: fix memory overlapping when deleting chars in the buffer". The cure is also the...

5.5CVSS6.8AI score0.00907EPSS
Exploits0References16
RedhatCVE
RedhatCVE
added 2024/05/17 11:41 p.m.30 views

CVE-2024-35823

A vulnerability as found in the Linux kernel’s virtual terminal VT subsystem, which could lead to unicode buffer corruption when deleting characters. This issue arises from improper handling of unicode data, which can corrupt memory or lead to unintended behavior. Mitigation Mitigation for this...

5.5CVSS9AI score0.00907EPSS
Exploits0References4
OSV
OSV
added 2024/05/17 2:15 p.m.2 views

DEBIAN-CVE-2024-35823

In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 "vt: fix memory overlapping when deleting chars in the buffer". The cure is also the...

5.3CVSS6.1AI score0.00907EPSS
Exploits0References1
NVD
NVD
added 2024/05/17 2:15 p.m.16 views

CVE-2024-35823

In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 "vt: fix memory overlapping when deleting chars in the buffer". The cure is also the...

5.3CVSS6.8AI score0.00907EPSS
Exploits0References11
OSV
OSV
added 2024/05/17 2:15 p.m.7 views

UBUNTU-CVE-2024-35823

In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 "vt: fix memory overlapping when deleting chars in the buffer". The cure is also the...

5.3CVSS6.3AI score0.00907EPSS
Exploits0References24
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.35 views

CVE-2024-35823 vt: fix unicode buffer corruption when deleting characters

In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 "vt: fix memory overlapping when deleting chars in the buffer". The cure is also the...

6.8AI score0.00907EPSS
Exploits0References8
CVE
CVE
added 2024/05/17 1:23 p.m.168 views

CVE-2024-35823

CVE-2024-35823: Linux kernel vt buffer corruption when deleting characters has been fixed. Root cause: overlapping buffers in VT text handling; solution: replace memcpy() with memmove() (same approach as VGA text buffer fix). Affected component: vt in the Linux kernel. Remediation: upgrade to a k...

5.3CVSS7.1AI score0.00907EPSS
Exploits0References11Affected Software1
OSV
OSV
added 2024/03/02 10:15 p.m.1 views

DEBIAN-CVE-2022-48627

In the Linux kernel, the following vulnerability has been resolved: vt: fix memory overlapping when deleting chars in the buffer A memory overlapping copy occurs when deleting a long line. This memory overlapping copy can cause data corruption when scrmemcpyw is optimized to memcpy because memcpy...

5.5CVSS5.9AI score0.00278EPSS
Exploits0References1
OSV
OSV
added 2024/03/01 2:15 p.m.13 views

DEBIAN-CVE-2023-52497

In the Linux kernel, the following vulnerability has been resolved: erofs: fix lz4 inplace decompression Currently EROFS can map another compressed buffer for inplace decompression, that was used to handle the cases that some pages of compressed data are actually not in-place I/O. However, like...

6.1CVSS5.9AI score0.00278EPSS
Exploits0References1
OSV
OSV
added 2023/09/21 8:57 p.m.7 views

CLSA-2023-1695326199 lz4: Fix of CVE-2021-3520

CVE-2021-3520: Fix potential memory corruption with negative memmove size...

9.8CVSS6.8AI score0.03216EPSS
Exploits0References1
Veracode
Veracode
added 2023/04/17 1:42 p.m.18 views

Denial Of Service (DoS)

libbzip3.so is vulnerable to Denial of Service DoS. The vulnerability exists in bz3decodeblock function of libbz3.c due to an invalid memmove causing an application crash...

6.5CVSS7.3AI score0.00888EPSS
Exploits1References11Affected Software1
NVD
NVD
added 2023/04/06 5:15 a.m.24 views

CVE-2023-29420

An issue was discovered in libbzip3.a in bzip3 before 1.2.3. There is a crash caused by an invalid memmove in bz3decodeblock...

6.5CVSS6.4AI score0.00888EPSS
Exploits1References6
Rows per page
Query Builder