Lucene search
+L

337 matches found

Gentoo Linux
Gentoo Linux
added 2024/06/22 12:0 a.m.25 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.0319EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/05/30 8:24 p.m.5 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.0319EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/21 2:0 a.m.6 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
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/05/17 11:41 p.m.31 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
SaveExploits0References4
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
SaveExploits0References1
NVD
NVD
added 2024/05/17 2:15 p.m.17 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
SaveExploits0References11
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
SaveExploits0References24
CVE
CVE
added 2024/05/17 1:23 p.m.173 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
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.41 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
SaveExploits0References8
OSV
OSV
added 2024/03/02 10:15 p.m.2 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
SaveExploits0References1
OSV
OSV
added 2024/03/01 2:15 p.m.14 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.00279EPSS
SaveExploits0References1
OSV
OSV
added 2023/09/21 8:57 p.m.9 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.0319EPSS
SaveExploits0References1
Veracode
Veracode
added 2023/04/17 1:42 p.m.19 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
SaveExploits1References11Affected Software1
OSV
OSV
added 2023/04/06 5:15 a.m.1 views

DEBIAN-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
SaveExploits1References1
NVD
NVD
added 2023/04/06 5:15 a.m.25 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
SaveExploits1References6
OSV
OSV
added 2023/04/06 5:15 a.m.9 views

UBUNTU-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.6AI score0.00888EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2023/04/06 5:15 a.m.28 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.6AI score0.00888EPSS
SaveExploits1References3
Prion
Prion
added 2023/04/06 5:15 a.m.19 views

Code injection

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

4.3CVSS6.5AI score0.00888EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2023/04/06 12:0 a.m.21 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.5CVSS7.2AI score
SaveExploits0References8
CVE
CVE
added 2023/04/06 12:0 a.m.61 views

CVE-2023-29420

CVE-2023-29420 affects libbzip3.a in bzip3, with a crash caused by an invalid memmove in bz3_decode_block present in versions before 1.2.3. The issue enables a NETWORK attack with LOW complexity and requires user interaction, yielding HIGH impact to availability and MEDIUM overall severity (CVSS ...

6.5CVSS7.1AI score0.00888EPSS
SaveExploits1References6Affected Software1
Rows per page
Query Builder