Lucene search
+L

2577 matches found

OSV
OSV
added 2023/10/23 6:38 p.m.20 views

BIT-2020-15191

In Tensorflow before versions 2.2.1 and 2.3.1, if a user passes an invalid argument to dlpack.todlpack the expected validations will cause variables to bind to nullptr while setting a status variable to the error condition. However, this status argument is not properly checked. Hence, code...

5.3CVSS6.8AI score0.009EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2023/10/14 12:0 p.m.4 views

RUSTSEC-2023-0087 `MaybeUninit` misuse in `simd-json-derive`

An invalid use of MaybeUninit::uninit.assumeinit in simd-json-derive's derive macro can cause undefined behavior. The original code used MaybeUninit to avoid initialisation of the struct and then set the fields using ptr::write. The undefined behavior triggered by this misuse of MaybeUninit can...

7.2AI score
SaveExploits0References3
RustSec
RustSec
added 2023/10/14 12:0 p.m.7 views

`MaybeUninit` misuse in `simd-json-derive`

An invalid use of MaybeUninit::uninit.assumeinit in simd-json-derive's derive macro can cause undefined behavior. The original code used MaybeUninit to avoid initialisation of the struct and then set the fields using ptr::write. The undefined behavior triggered by this misuse of MaybeUninit can...

7.2AI score
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2023/10/14 12:0 a.m.6 views

PT-2023-36100 · Unknown · Simd-Json-Derive

Name of the Vulnerable Software and Affected Versions: simd-json-derive versions prior to 0.12.0 Description: The issue arises from an invalid use of MaybeUninit::uninit.assume init in the derive macro of simd-json-derive, leading to undefined behavior. This misuse can cause invalid memory access...

7.4AI score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/10/10 3:37 p.m.12 views

kernel: fbcon: shift-out-of-bounds in fbcon_set_font()

A flaw was found in the Framebuffer Console fbcon in the Linux Kernel. When providing a font-width and font-height greater than 32 to the fbconsetfont, since there are no checks in place, a shift-out-of-bounds occurs, leading to undefined behavior and possible denial of service...

5.5CVSS6.6AI score0.00206EPSS
SaveExploits0References4
Amazon
Amazon
added 2023/10/03 12:0 a.m.33 views

Medium: ImageMagick

Issue Overview: A vulnerability was found in ImageMagick. This issue occurs as an undefined behavior, casting double to sizet in svg, mvg and other coders. CVE-2023-34151 Affected Packages: ImageMagick Issue Correction: Run yum update ImageMagick or yum update --advisory ALAS-2023-1844 to update...

5.5CVSS6.1AI score0.01018EPSS
SaveExploits1
Amazon
Amazon
added 2023/09/25 12:0 a.m.12 views

Important: ecs-service-connect-agent

Issue Overview: Wasmtime is a standalone runtime for WebAssembly. Prior to versions 6.0.2, 7.0.1, and 8.0.1, Wasmtime's implementation of managing per-instance state, such as tables and memories, contains LLVM-level undefined behavior. This undefined behavior was found to cause runtime-level issu...

9.8CVSS7.2AI score0.01577EPSS
SaveExploits3
Amazon
Amazon
added 2023/09/20 12:0 a.m.12 views

Important: ecs-service-connect-agent

Issue Overview: Wasmtime is a standalone runtime for WebAssembly. Prior to versions 6.0.2, 7.0.1, and 8.0.1, Wasmtime's implementation of managing per-instance state, such as tables and memories, contains LLVM-level undefined behavior. This undefined behavior was found to cause runtime-level issu...

8.8CVSS7.3AI score0.01577EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2023/09/14 7:0 a.m.5 views

Undefined Behavior for Input to API in Mutt

...

5.7CVSS5.4AI score0.00506EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2023/09/14 7:0 a.m.3 views

Undefined Behavior for Input to API in Mutt

...

6.5CVSS5.8AI score0.00719EPSS
SaveExploits0
OSV
OSV
added 2023/09/11 8:43 p.m.3 views

GHSA-JCR6-4FRQ-9GJJ Users vulnerable to unaligned read of `*const *const c_char` pointer

Affected versions dereference a potentially unaligned pointer. The pointer is commonly unaligned in practice, resulting in undefined behavior. In some build modes, this is observable as a panic followed by abort. In other build modes the UB may manifest in some other way, including the possibilit...

5.9AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2023/09/11 8:43 p.m.22 views

Users vulnerable to unaligned read of `*const *const c_char` pointer

Affected versions dereference a potentially unaligned pointer. The pointer is commonly unaligned in practice, resulting in undefined behavior. In some build modes, this is observable as a panic followed by abort. In other build modes the UB may manifest in some other way, including the possibilit...

6.9AI score
SaveExploits0References3Affected Software1
RustSec
RustSec
added 2023/09/10 12:0 p.m.10 views

Unaligned read of `*const *const c_char` pointer

Affected versions dereference a potentially unaligned pointer. The pointer is commonly unaligned in practice, resulting in undefined behavior. In some build modes, this is observable as a panic followed by abort. In other build modes the UB may manifest in some other way, including the possibilit...

7.1AI score
SaveExploits0
Amazon
Amazon
added 2023/08/25 12:0 a.m.7 views

Medium: ImageMagick

Issue Overview: A vulnerability was found in ImageMagick. This issue occurs as an undefined behavior, casting double to sizet in svg, mvg and other coders. CVE-2023-34151 Affected Packages: ImageMagick Issue Correction: Run dnf update ImageMagick --releasever 2023.1.20230825 or dnf update...

5.5CVSS5.8AI score0.01018EPSS
SaveExploits1
Code423n4
Code423n4
added 2023/08/10 12:0 a.m.11 views

electionToTimestamp() might return incorrect timestamps depending on the day of the first election

Lines of code Vulnerability details Bug Description For nominee elections, election dates are determined using the the electionToTimestamp function in the SecurityCouncilNomineeElectionGovernorTiming module. When SecurityCouncilNomineeElectionGovernor is initialized after deployment, the first...

6.6AI score
SaveExploits0
OSV
OSV
added 2023/07/19 10:9 p.m.11 views

GHSA-F9G6-FP84-FV92 impl `FromMdbValue` for bool is unsound

The implementation of FromMdbValue has several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration. The details of...

6AI score
SaveExploits0References3
OSV
OSV
added 2023/07/13 2:37 p.m.8 views

CLSA-2023-1689259028 Fix CVE(s): CVE-2022-37452, CVE-2022-32546, CVE-2023-34151

SECURITY UPDATE: undefined behaviors of casting double to sizet in svg, mvg and other coders recurring bugs of CVE-2022-32546 - debian/patches/CVE-2023-34151.patch: properly cast double to sizet - CVE-2022-37452...

9.8CVSS6.8AI score0.02935EPSS
SaveExploits2References1
Prion
Prion
added 2023/06/30 10:15 p.m.22 views

Null pointer dereference

A null pointer dereference issue was found in Libtiff's tifdir.c file. This issue may allow an attacker to pass a crafted TIFF image file to the tiffcp utility which triggers a runtime error that causes undefined behavior. This will result in an application crash, eventually leading to a denial o...

1.9CVSS5.2AI score0.00495EPSS
SaveExploits1References6Affected Software1
Vulnrichment
Vulnrichment
added 2023/06/30 12:0 a.m.20 views

CVE-2023-2908 Libtiff: null pointer dereference in tif_dir.c

A null pointer dereference issue was found in Libtiff's tifdir.c file. This issue may allow an attacker to pass a crafted TIFF image file to the tiffcp utility which triggers a runtime error that causes undefined behavior. This will result in an application crash, eventually leading to a denial o...

5.5CVSS6.4AI score0.00495EPSS
SaveExploits1References6
Cvelist
Cvelist
added 2023/06/30 12:0 a.m.44 views

CVE-2023-2908 Libtiff: null pointer dereference in tif_dir.c

A null pointer dereference issue was found in Libtiff's tifdir.c file. This issue may allow an attacker to pass a crafted TIFF image file to the tiffcp utility which triggers a runtime error that causes undefined behavior. This will result in an application crash, eventually leading to a denial o...

5.5CVSS6.1AI score0.00495EPSS
SaveExploits1References6
Rows per page
Query Builder