Lucene search
+L

4968 matches found

SUSE CVE
SUSE CVE
added 2024/04/04 2:17 a.m.5 views

SUSE 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.9AI score0.00225EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.22 views

CVE-2024-26784

In the Linux kernel, the following vulnerability has been resolved: pmdomain: arm: Fix NULL dereference on scmiperfdomain removal On unloading of the scmiperfdomain module got the below splat, when in the DT provided to the system under test the 'power-domain-cells' property was missing. Indeed,...

5.5CVSS5.8AI score0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/03 3:15 p.m.1 views

DEBIAN-CVE-2024-26717

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid-of: fix NULL-deref on failed power up A while back the I2C HID implementation was split in an ACPI and OF part, but the new OF driver never initialises the client pointer which is dereferenced on power-up failures...

5.5CVSS5.5AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/03 3:15 p.m.5 views

UBUNTU-CVE-2024-26717

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid-of: fix NULL-deref on failed power up A while back the I2C HID implementation was split in an ACPI and OF part, but the new OF driver never initialises the client pointer which is dereferenced on power-up failures...

5.5CVSS6.1AI score0.0023EPSS
SaveExploits0References18
OSV
OSV
added 2024/04/03 2:55 p.m.21 views

CVE-2024-26717 HID: i2c-hid-of: fix NULL-deref on failed power up

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid-of: fix NULL-deref on failed power up A while back the I2C HID implementation was split in an ACPI and OF part, but the new OF driver never initialises the client pointer which is dereferenced on power-up failures...

6AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/04/02 11:40 p.m.27 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.5CVSS7.2AI score0.00225EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/02 7:34 p.m.7 views

python-cryptography: NULL-dereference when loading PKCS7 certificates

A null-pointer dereference vulnerability was found in python-cryptography during the loading of PKCS7 certificates. Invoking "loadpempkcs7certificates" or "loadderpkcs7certificates" can trigger this issue and lead to subsequent segmentation fault and result in a Denial of Service DoS for any...

7.5CVSS7.1AI score0.00985EPSS
SaveExploits1References7
NVD
NVD
added 2024/04/02 11:15 a.m.15 views

CVE-2024-29947

There is a NULL dereference pointer vulnerability in some Hikvision NVRs. Due to an insufficient validation of a parameter in a message, an attacker may send specially crafted messages to an affected product, causing a process abnormality...

2.7CVSS3.6AI score0.00446EPSS
SaveExploits0References1
CVE
CVE
added 2024/04/02 11:6 a.m.90 views

CVE-2024-29947

CVE-2024-29947 is a NULL pointer dereference vulnerability in some Hikvision NVRs caused by insufficient validation of a parameter in a message, leading to a process abnormality and potential denial of service. Affected products explicitly include Hikvision NVRs such as the DS-7604NI-K1 family (a...

2.7CVSS6.7AI score0.00446EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/04/02 11:6 a.m.36 views

CVE-2024-29947

There is a NULL dereference pointer vulnerability in some Hikvision NVRs. Due to an insufficient validation of a parameter in a message, an attacker may send specially crafted messages to an affected product, causing a process abnormality...

2.7CVSS4.1AI score0.00446EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/02 7:15 a.m.16 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.5CVSS7.6AI score0.00225EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/02 7:15 a.m.3 views

UBUNTU-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.1AI score0.00225EPSS
SaveExploits0References18
CVE
CVE
added 2024/04/02 6:22 a.m.123 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
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/04/02 6:22 a.m.8 views

CVE-2023-52631 fs/ntfs3: Fix an NULL dereference bug

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.3AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/02 6:22 a.m.21 views

CVE-2023-52631 fs/ntfs3: Fix an NULL dereference bug

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...

7.8AI score0.00225EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/04/02 6:22 a.m.29 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.5CVSS7.3AI score0.00225EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/04/02 12:0 a.m.26 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.5CVSS6AI score0.00225EPSS
SaveExploits0References17
Positive Technologies
Positive Technologies
added 2024/04/02 12:0 a.m.14 views

PT-2024-6580 · Hikvision · Hikvision Ds-7604Ni-K1/4P +1

Name of the Vulnerable Software and Affected Versions: Hikvision NVRs affected versions not specified Hikvision DS-7604NI-K1/4PB affected versions not specified Description: The issue is related to a NULL dereference pointer vulnerability. It is caused by insufficient validation of a parameter in...

4CVSS7AI score0.00446EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/03/27 4:25 a.m.5 views

SUSE CVE-2021-47164

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix null deref accessing lag dev It could be the lag dev is null so stop processing the event. In bondenslave the active/backup slave being set before setting the upper dev so first event is without an upper dev. After...

5.5CVSS7.8AI score0.00232EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/03/25 5:54 p.m.19 views

CVE-2021-47164

A vulnerability was found in the net/mlx5e driver in the Linux kernel where a NULL pointer dereference was caused when accessing a lag device. This issue occurred because the driver processed an event without confirming the existence of an upper device, which led to potential crashes. Mitigation...

4.4CVSS5.1AI score0.00232EPSS
SaveExploits0References4
Rows per page
Query Builder