Lucene search
K

1716 matches found

CVE
CVE
added 2024/04/02 6:22 a.m.108 views

CVE-2023-52631

CVE-2023-52631 affects the Linux kernel NTFS3 path. The issue is a NULL dereference in ntfs_load_attr_list() caused by a 32-bit overflow in size calculation (le32_to_cpu(attr->res.data_size) + 1023), which can yield zero and make kmalloc return ZERO_SIZE_PTR, leading to a crash on memcpy. The ...

5.5CVSS6.3AI score0.00225EPSS
Exploits0References5Affected Software1
UbuntuCve
UbuntuCve
added 2024/04/02 12:0 a.m.18 views

CVE-2023-52631

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix an NULL dereference bug The issue here is when this is called from ntfsloadattrlist. The "size" comes from le32tocpuattr-res.datasize so it can't overflow on a 64bit systems but on 32bit systems the "+ 1023" can...

5.5CVSS6.2AI score0.00225EPSS
Exploits0References17
RedhatCVE
RedhatCVE
added 2024/03/26 6:3 p.m.33 views

CVE-2024-26645

In the Linux kernel, the following vulnerability has been resolved: tracing: Ensure visibility when inserting an element into tracingmap Running the following two commands in parallel on a multi-processor AArch64 machine can sporadically produce an unexpected warning about duplicate histogram...

4.4CVSS7AI score0.00242EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/03/26 3:17 p.m.27 views

CVE-2024-26645

In the Linux kernel, the following vulnerability has been resolved: tracing: Ensure visibility when inserting an element into tracingmap Running the following two commands in parallel on a multi-processor AArch64 machine can sporadically produce an unexpected warning about duplicate histogram...

5.5CVSS7.1AI score0.00242EPSS
Exploits0
CVE
CVE
added 2024/03/26 3:17 p.m.212 views

CVE-2024-26645

CVE-2024-26645 : The issue is in the Linux kernel tracing subsystem (tracing_map) where a race can occur when inserting a new element. The root cause is CPU reordering between memcpy(elt->key, key, map->key_size) and entry->val = elt in __tracing_map_insert(), which can cause a later che...

5.5CVSS6.2AI score0.00242EPSS
Exploits0References10Affected Software1
Positive Technologies
Positive Technologies
added 2024/03/23 12:0 a.m.3 views

PT-2024-27210

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to a memcpy field-spanning write warning in the Linux kernel's mpi3mr driver. When the "storcli2 show" command is executed for eHBA-9600, the driver prints a warning...

5.7CVSS5.5AI score0.00228EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/03/19 5:43 p.m.1 views

kernel: CIFS Filesystem Decryption Improper Input Validation Remote Code Execution Vulnerability in function receive_encrypted_standard of client

An out-of-bounds memory read flaw was found in receiveencryptedstandard in fs/smb/client/smb2ops.c in the SMB Client sub-component in the Linux Kernel. This issue occurs due to integer underflow on the memcpy length, leading to a denial of service...

7.4CVSS6.8AI score0.01999EPSS
Exploits0References5
OSV
OSV
added 2024/03/06 11:4 a.m.14 views

BIT-PILLOW-2021-25290

An issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is a negative-offset memcpy with an invalid size...

7.5CVSS7.4AI score0.02372EPSS
Exploits0References4
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
Debian CVE
Debian CVE
added 2024/03/02 9:31 p.m.84 views

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.5CVSS6.6AI score0.00278EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2024/03/02 12:0 a.m.2 views

PT-2024-14603 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A data race issue was found in the Linux kernel, specifically in the bpf long memcpy function. This issue was reported by syzbot. Recommendations: At the moment, there is no informatio...

6.8AI score
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2024/02/29 12:0 a.m.25 views

CentOS 9 : libtiff-4.4.0-2.el9

The remote CentOS Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the libtiff-4.4.0-2.el9 build changelog. - Null source pointer passed as an argument to memcpy function within TIFFFetchStripThing in tifdirread.c in libtiff versions from 3.9.0 to...

7.7CVSS6.7AI score0.01555EPSS
Exploits10References11
Vulnrichment
Vulnrichment
added 2024/02/27 6:40 p.m.19 views

CVE-2021-46951 tpm: efi: Use local variable for calculating final log size

In the Linux kernel, the following vulnerability has been resolved: tpm: efi: Use local variable for calculating final log size When tpmreadlogefi is called multiple times, which happens when one loads and unloads a TPM2 driver multiple times, then the global variable efitpmfinallogsize will at...

6.5AI score0.00235EPSS
Exploits0References5
NVD
NVD
added 2024/02/27 7:15 a.m.18 views

CVE-2021-46913

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: clone set element expression template memcpy breaks when using connlimit in set elements. Use nftexprclone to initialize the connlimit expression list, otherwise connlimit garbage collector crashes when walki...

5.5CVSS5.3AI score0.00232EPSS
Exploits0References3
OSV
OSV
added 2024/02/27 7:15 a.m.2 views

DEBIAN-CVE-2021-46913

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: clone set element expression template memcpy breaks when using connlimit in set elements. Use nftexprclone to initialize the connlimit expression list, otherwise connlimit garbage collector crashes when walki...

5.5CVSS5.4AI score0.00232EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.22 views

CVE-2021-46913 netfilter: nftables: clone set element expression template

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: clone set element expression template memcpy breaks when using connlimit in set elements. Use nftexprclone to initialize the connlimit expression list, otherwise connlimit garbage collector crashes when walki...

5.3AI score0.00232EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/02/27 6:53 a.m.24 views

CVE-2021-46913

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: clone set element expression template memcpy breaks when using connlimit in set elements. Use nftexprclone to initialize the connlimit expression list, otherwise connlimit garbage collector crashes when walki...

5.5CVSS5.3AI score0.00232EPSS
Exploits0
Cvelist
Cvelist
added 2024/02/27 6:53 a.m.17 views

CVE-2021-46913 netfilter: nftables: clone set element expression template

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: clone set element expression template memcpy breaks when using connlimit in set elements. Use nftexprclone to initialize the connlimit expression list, otherwise connlimit garbage collector crashes when walki...

5.8AI score0.00232EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2024/02/01 12:0 a.m.14 views

FreeBSD : lizard -- Negative size passed to memcpy resulting in memory corruption (67c2eb06-5579-4595-801b-30355be24654)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 67c2eb06-5579-4595-801b-30355be24654 advisory. - In Lizard v1.0 and LZ5 v2.0 the prior release, before the product was renamed, there is an unchecked...

7.8CVSS8AI score0.02013EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2024/01/23 12:0 a.m.54 views

Amazon Linux 2023 : bpftool, kernel, kernel-devel (ALAS2023-2024-488)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2024-488 advisory. In the Linux kernel, the following vulnerability has been resolved: iouring/afunix: disable sending iouring over sockets CVE-2023-52654 In the Linux kernel, the following vulnerability has been...

8.8CVSS6.2AI score0.01999EPSS
Exploits2References26
Rows per page
Query Builder