Lucene search
+L

102 matches found

OSV
OSV
added 2024/07/29 3:15 p.m.2 views

DEBIAN-CVE-2024-41060

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check bova-bo is non-NULL before using it The call to radeonvmclearfreed might clear bova-bo, so we have to check it before dereferencing it...

5.5CVSS5.7AI score0.00248EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/07/17 4:19 a.m.8 views

SUSE CVE-2022-48773

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: fix pointer derefs in error cases of rpcrdmaepcreate If there are failures then we must not leave the non-NULL pointers with the error value, otherwise rpcrdmaepdestroy gets confused and tries free them, resulting in an...

5.5CVSS6.5AI score0.0025EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/06/26 11:17 p.m.5 views

SUSE CVE-2024-39371

In the Linux kernel, the following vulnerability has been resolved: iouring: check for non-NULL file pointer in iofilecanpoll In earlier kernels, it was possible to trigger a NULL pointer dereference off the forced async preparation path, if no file had been assigned. The trace leading to that...

5.5CVSS6.3AI score0.00224EPSS
SaveExploits0References13
OSV
OSV
added 2024/05/22 7:15 a.m.9 views

UBUNTU-CVE-2021-47458

In the Linux kernel, the following vulnerability has been resolved: ocfs2: mount fails with buffer overflow in strlen Starting with kernel 5.11 built with CONFIGFORTIFYSOURCE mouting an ocfs2 filesystem with either o2cb or pcmk cluster stack fails with the trace below. Problem seems to be that...

7.8CVSS6AI score0.00247EPSS
SaveExploits0References11
NVD
NVD
added 2024/05/21 4:15 p.m.27 views

CVE-2023-52845

In the Linux kernel, the following vulnerability has been resolved: tipc: Change nlapolicy for bearer-related names to NLANULSTRING syzbot reported the following uninit-value access issue 1: ===================================================== BUG: KMSAN: uninit-value in strlen lib/string.c:418...

7.1CVSS6.5AI score0.00271EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/01/25 8:35 a.m.13 views

libxml2: Hashing of empty dict strings isn't deterministic

A flaw was found in libxml2. This issue occurs when hashing empty strings which aren't null-terminated, xmlDictComputeFastKey could produce inconsistent results, which may lead to various logic or memory errors, including double free errors...

6.5CVSS7.3AI score0.01005EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/08/15 5:37 p.m.20 views

libxml2: Hashing of empty dict strings isn't deterministic

A flaw was found in libxml2. This issue occurs when hashing empty strings which aren't null-terminated, xmlDictComputeFastKey could produce inconsistent results, which may lead to various logic or memory errors, including double free errors...

6.5CVSS7.3AI score0.01005EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/08/01 8:55 a.m.15 views

libxml2: Hashing of empty dict strings isn't deterministic

A flaw was found in libxml2. This issue occurs when hashing empty strings which aren't null-terminated, xmlDictComputeFastKey could produce inconsistent results, which may lead to various logic or memory errors, including double free errors...

6.5CVSS7.3AI score0.01005EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 4:46 a.m.9 views

SUSE CVE-2017-7790

On Windows systems, if non-null-terminated strings are copied into the crash reporter for some specific registry keys, stack memory data can be copied until a null is found. This can potentially contain private data from the local system. Note: This attack only affects Windows operating systems...

7.5CVSS8.4AI score0.01705EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 4:11 a.m.8 views

SUSE CVE-2019-11884

The dohidpsockioctl function in net/bluetooth/hidp/sock.c in the Linux kernel before 5.0.15 allows a local user to obtain potentially sensitive information from kernel stack memory via a HIDPCONNADD command, because a name field may not end with a '\0' character...

4CVSS6AI score0.00495EPSS
SaveExploits0References19
ATTACKERKB
ATTACKERKB
added 2022/07/17 8:15 p.m.3 views

CVE-2022-31260

In Montala ResourceSpace through 9.8 before r19636, csvexportresultsmetadata.php allows attackers to export collection metadata via a non-NULL k value...

6.5CVSS6.6AI score0.01987EPSS
SaveExploits1References4
OSV
OSV
added 2022/07/17 8:15 p.m.10 views

CVE-2022-31260

In Montala ResourceSpace through 9.8 before r19636, csvexportresultsmetadata.php allows attackers to export collection metadata via a non-NULL k value...

6.5CVSS5.8AI score0.01987EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2022/07/17 12:00 a.m.10 views

PT-2022-20648 · Montala · Resourcespace

Name of the Vulnerable Software and Affected Versions: Montala ResourceSpace versions prior to r19636 Description: The issue allows attackers to export collection metadata via a non-NULL k value in the csv export results metadata.php file. Recommendations: For versions prior to r19636, update to ...

6.5CVSS6.3AI score0.01987EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2022/07/17 12:00 a.m.11 views

Montala ResourceSpace 安全漏洞

Montala ResourceSpace is an open source digital asset management tool from Montala UK. It enables users to organize their digital assets. A security vulnerability exists in Montala ResourceSpace version 9.8 and earlier versions, which stems from csvexportresultsmetadata.php Allows an attacker to...

6.5CVSS6.5AI score0.01987EPSS
SaveExploits1References3
OSV
OSV
added 2022/06/16 11:49 p.m.16 views

GHSA-9G55-PG62-M8HH Channel creates zero value of any type

Affected versions of this crate called mem::zeroed to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null. The flaw was corrected by avoiding the use of mem::zeroed, using MaybeUninit instead...

6.9AI score
SaveExploits0References3
RustSec
RustSec
added 2022/05/10 12:00 p.m.27 views

`SegQueue` creates zero value of any type

Affected versions of this crate called mem::zeroed to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null. The flaw was corrected by avoiding the use of mem::zeroed, using MaybeUninit instead...

3.1AI score
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2022/01/11 6:03 p.m.10 views

openssl: Read buffer overruns processing ASN.1 strings

It was found that openssl assumed ASN.1 strings to be NUL terminated. A malicious actor may be able to force an application into calling openssl function with a specially crafted, non-NUL terminated string to deliberately hit this bug, which may result in a crash of the application, causing a...

7.4CVSS6.7AI score0.50445EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2021/11/10 5:20 p.m.16 views

openssl: Read buffer overruns processing ASN.1 strings

It was found that openssl assumed ASN.1 strings to be NUL terminated. A malicious actor may be able to force an application into calling openssl function with a specially crafted, non-NUL terminated string to deliberately hit this bug, which may result in a crash of the application, causing a...

7.4CVSS6.7AI score0.50445EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2021/11/10 5:14 p.m.12 views

openssl: Read buffer overruns processing ASN.1 strings

It was found that openssl assumed ASN.1 strings to be NUL terminated. A malicious actor may be able to force an application into calling openssl function with a specially crafted, non-NUL terminated string to deliberately hit this bug, which may result in a crash of the application, causing a...

7.4CVSS6.7AI score0.50445EPSS
SaveExploits0References5
OSV
OSV
added 2021/08/25 9:00 p.m.25 views

GHSA-66P5-J55P-32R9 smallvec creates uninitialized value of any type

Affected versions of this crate called mem::uninitialized to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null and thus may not remain uninitialized. The flaw was corrected by avoiding the use of mem::uninitialized, using MaybeUninit...

7.5CVSS7.4AI score0.01389EPSS
SaveExploits1References4
Rows per page
Query Builder