Lucene search
+L

116 matches found

BDU FSTEC
BDU FSTEC
added 2024/03/04 12:0 a.m.8 views

The vulnerability of the devm_kasprintf function in the Intel E800 network card driver for Linux operating systems allows a hacker to cause a service failure.

The vulnerability of the devmkasprintf function in the iceptp.c file of the Intel E800 network card driver for the Linux operating system is related to a pointer dereferencing error. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.6AI score0.00232EPSS
SaveExploits0References12Affected Software3
NVD
NVD
added 2024/02/28 9:15 a.m.32 views

CVE-2021-46994

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix resume from sleep before interface was brought up Since 8ce8c0abcba3 the driver queues work via priv-restartwork when resuming after suspend, even when the interface was not previously enabled. This causes a nul...

5.5CVSS6.3AI score0.00235EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/28 9:15 a.m.37 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix resume from sleep before interface was brought up Since 8ce8c0abcba3 the driver queues work via priv-restartwork when resuming after suspend, even when the interface was not previously enabled. This causes a nul...

6.6AI score0.00235EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/28 8:13 a.m.118 views

CVE-2021-46994

CVE-2021-46994 concerns the Linux kernel, specifically the can: mcp251x CAN driver. The vulnerability arises when resuming from suspend: since commit 8ce8c0abcba3, the driver queues work via priv->restart_work even if the interface was not previously enabled. This can lead to a NULL pointer de...

5.5CVSS6.4AI score0.00235EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2023/12/25 12:0 a.m.10 views

PT-2023-25822 · C-Blosc2 · C-Blosc2

Name of the Vulnerable Software and Affected Versions: C-blosc2 versions prior to 2.9.3 Description: The issue is related to a NULL pointer dereference in the ndlz/ndlz8x8.c file of C-blosc2. This occurs when a NULL pointer is passed to the memset function. Recommendations: For versions prior to...

7.5CVSS7.1AI score0.00834EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2023/05/31 12:0 a.m.15 views

GPAC 代码问题漏洞

GPAC is an open source multimedia framework. A code issue vulnerability exists in GPAC versions prior to 2.2.2 that stems from a null pointer dereference...

7.8CVSS6.7AI score0.00375EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.11 views

kernel: scsi: sd: Fix potential NULL pointer dereference

A flaw was found in the Linux kernel's SCSI subsystem. A NULL pointer dereference can be triggered when an error occurs before the sdkp-device object is fully initialized, causing a system crash and a denial of service...

5.5CVSS6.5AI score0.00263EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 6:12 a.m.6 views

SUSE CVE-2007-1388

The doipv6setsockopt function in net/ipv6/ipv6sockglue.c in Linux kernel before 2.6.20, and possibly other versions, allows local users to cause a denial of service oops by calling setsockopt with the IPV6RTHDR option name and possibly a zero option length or invalid option value, which triggers ...

4.4CVSS6.5AI score0.00551EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2023/02/15 4:28 a.m.4 views

SUSE CVE-2018-10548

An issue was discovered in PHP before 5.6.36, 7.0.x before 7.0.30, 7.1.x before 7.1.17, and 7.2.x before 7.2.5. ext/ldap/ldap.c allows remote LDAP servers to cause a denial of service NULL pointer dereference and application crash because of mishandling of the ldapgetdn return value...

5.9CVSS8.2AI score0.08677EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2022/12/22 12:0 a.m.18 views

The vulnerability of the amvdec_set_canvases() function in the Linux kernel’s drivers/staging/media/meson/vdec/vdec_helpers.c file allows a hacker to cause a service failure or gain increased privileges.

The vulnerability of the amvdecsetcanvases function in the drivers/staging/media/meson/vdec/vdechelpers.c file of the Linux kernel is related to a pointer dereferencing error. Exploiting this vulnerability could allow an attacker to cause service failures or gain increased privileges...

5.5CVSS6.7AI score0.00214EPSS
SaveExploits0References10Affected Software3
BDU FSTEC
BDU FSTEC
added 2022/09/23 12:0 a.m.10 views

The vulnerability of the leaf_hdr_load_raw() function in the internal/dcraw_common.cpp component of the LibRaw image processing library allows a hacker to cause a service failure.

The vulnerability of the leafhdrloadraw function in the internal/dcrawcommon.cpp component of the LibRaw image processing library is related to pointer dereferencing errors. Exploiting this vulnerability allows an attacker to cause service failures...

7.1CVSS6.9AI score0.01689EPSS
SaveExploits0References7Affected Software2
OSV
OSV
added 2022/02/15 4:15 p.m.7 views

UBUNTU-CVE-2021-44960

In SVGPP SVG++ library 1.3.0, the XMLDocument::getRoot function in the renderDocument function handled the XMLDocument object improperly, returning a null pointer in advance at the second if, resulting in a null pointer reference behind the renderDocument function...

6.5CVSS7.3AI score0.01179EPSS
SaveExploits1References5
OSV
OSV
added 2022/01/17 2:15 p.m.5 views

DEBIAN-CVE-2022-0240

mruby is vulnerable to NULL Pointer Dereference...

7.5CVSS6.7AI score0.00963EPSS
SaveExploits1References1
OSV
OSV
added 2021/12/02 10:15 p.m.0 views

DEBIAN-CVE-2020-36130

AOM v2.0.1 was discovered to contain a NULL pointer dereference via the component av1/av1dxiface.c...

6.5CVSS6.8AI score0.01381EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2021/12/02 12:0 a.m.25 views

Aom 代码问题漏洞

Aom is a next-generation open source digital media technology for everyone organized by the Alliance For Open Media. version 2.0.1 of AOM contains a null pointer dereference vulnerability that stems from the presence of a NULL pointer for dereference in the component ratehist.c. No details of the...

6.5CVSS5.5AI score0.01381EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2021/04/19 12:0 a.m.12 views

GPAC 代码问题漏洞

GPAC is a multimedia framework for rich media and distributed under the LGPL license. A null pointer dereference vulnerability exists in the MergeTrack function in GPAC version 1.0.1. An attacker can exploit this vulnerability via specially crafted files to cause a denial of service...

5.5CVSS5.7AI score0.00872EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2021/01/26 6:16 p.m.4 views

CVE-2021-25903

An issue was discovered in the cache crate through 2021-01-01 for Rust. A raw pointer is dereferenced...

7.5CVSS7.3AI score0.01397EPSS
SaveExploits1References2
OSV
OSV
added 2020/02/18 7:35 p.m.12 views

USN-4285-1 linux-aws-5.0, linux-azure, linux-gcp, linux-gke-5.0, linux-oracle-5.0 vulnerabilities

It was discovered that the Linux kernel did not properly clear data structures on context switches for certain Intel graphics processors. A local attacker could use this to expose sensitive information. CVE-2019-14615 It was discovered that the HSA Linux kernel driver for AMD GPU devices did not...

7.8CVSS6.9AI score0.10114EPSS
SaveExploits3References13
Positive Technologies
Positive Technologies
added 2019/12/27 12:0 a.m.8 views

PT-2019-16068 · Upx Team +3 · Upx +2

Name of the Vulnerable Software and Affected Versions: UPX version 3.95 ALT Linux affected versions not specified Description: An issue was found in the canUnpack function in p mach.cpp, which can be triggered by a crafted Mach-O file, leading to an invalid memory address dereference...

7.8CVSS6.5AI score0.02473EPSS
SaveExploits20References87
RedHat Linux
RedHat Linux
added 2019/08/06 12:47 p.m.7 views

kernel: NULL pointer dereference in xfs_da_shrink_inode function

An issue was discovered in the XFS filesystem in fs/xfs/libxfs/xfsattrleaf.c in the Linux kernel. A NULL pointer dereference may occur for a corrupted xfs image after xfsdashrinkinode is called with a NULL bp. This can lead to a system crash and a denial of service...

5.5CVSS7.2AI score0.02179EPSS
SaveExploits1References4
Rows per page
Query Builder