Lucene search
+L

11915 matches found

OSV
OSV
added 2022/06/16 11:53 p.m.21 views

GHSA-RXHX-9FJ6-6H2M enum_map macro can cause UB when `Enum` trait is incorrectly implemented

Affected versions of this crate did not properly check the length of an enum when using enummap! macro, trusting user-provided length. When the LENGTH in the Enum trait does not match the array length in the EnumArray trait, this can result in the initialization of the enum map with uninitialized...

7.8AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2022/06/16 11:40 p.m.20 views

`array!` macro is unsound when its length is impure constant

Affected versions of this crate did substitute the array length provided by an user at compile-time multiple times. When an impure constant expression is passed as an array length such as a result of an impure procedural macro, this can result in the initialization of an array with uninitialized...

3.3AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/06/16 11:40 p.m.16 views

GHSA-7V4J-8WVR-V55R `array!` macro is unsound when its length is impure constant

Affected versions of this crate did substitute the array length provided by an user at compile-time multiple times. When an impure constant expression is passed as an array length such as a result of an impure procedural macro, this can result in the initialization of an array with uninitialized...

7.6AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/06/16 11:40 p.m.15 views

`array!` macro is unsound in presence of traits that implement methods it calls internally

Affected versions of this crate called some methods using auto-ref. The affected code looked like this. rust let mut arr = $crate::core::mem::MaybeUninit::uninit; let mut vec = $crate::ArrayVec::::newarr.asmutptr as mut T; In this case, the problem is that asmutptr is a method of &mut MaybeUninit...

0.5AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/06/16 11:40 p.m.26 views

GHSA-83GG-PWXF-JR89 `array!` macro is unsound in presence of traits that implement methods it calls internally

Affected versions of this crate called some methods using auto-ref. The affected code looked like this. rust let mut arr = $crate::core::mem::MaybeUninit::uninit; let mut vec = $crate::ArrayVec::::newarr.asmutptr as mut T; In this case, the problem is that asmutptr is a method of &mut MaybeUninit...

7.1AI score
SaveExploits0References5
NVD
NVD
added 2022/06/14 10:15 a.m.30 views

CVE-2021-35072

Possible buffer overflow due to improper validation of array index while processing external DIAG command in Snapdragon Auto, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables...

7.8CVSS0.00162EPSS
SaveExploits0References1
Prion
Prion
added 2022/06/14 10:15 a.m.35 views

Design/Logic Flaw

An array index is improperly used to lock and unlock a mutex which can lead to a Use After Free condition In the Synx driver in Snapdragon Compute, Snapdragon Connectivity, Snapdragon Industrial IOT, Snapdragon Mobile...

4.6CVSS6.7AI score0.0015EPSS
SaveExploits0References1
Prion
Prion
added 2022/06/14 10:15 a.m.22 views

Buffer overflow

Possible buffer overflow due to improper validation of array index while processing external DIAG command in Snapdragon Auto, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables...

7.2CVSS8AI score0.00162EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2022/06/14 9:50 a.m.46 views

CVE-2021-35072

Possible buffer overflow due to improper validation of array index while processing external DIAG command in Snapdragon Auto, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables...

7.8CVSS8.2AI score0.00162EPSS
SaveExploits0References1
CVE
CVE
added 2022/06/14 9:50 a.m.83 views

CVE-2021-35072

CVE-2021-35072 is a Qualcomm/Snapdragon DIAG command handling vulnerability where an input validation error on array indexes in the Modem/DIAG path can cause a buffer overflow. The issue affects Snapdragon line components (Auto, Consumer IoT, Industrial IoT, Mobile, Voice & Music, Wearables) with...

7.8CVSS8AI score0.00162EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2022/06/14 9:40 a.m.45 views

CVE-2021-35121

An array index is improperly used to lock and unlock a mutex which can lead to a Use After Free condition In the Synx driver in Snapdragon Compute, Snapdragon Connectivity, Snapdragon Industrial IOT, Snapdragon Mobile...

6.7CVSS6.8AI score0.0015EPSS
SaveExploits0References1
CVE
CVE
added 2022/06/14 9:40 a.m.122 views

CVE-2021-35121

CVE-2021-35121 affects Qualcomm/Snapdragon kernel components, specifically the Synx driver, where an array index is improperly used to lock/unlock a mutex. This leads to a Use-After-Free condition that can be triggered locally, with the CVSS v3.1 vector indicating Local access, Low attack complex...

6.7CVSS6.6AI score0.0015EPSS
SaveExploits0References1Affected Software1
Code423n4
Code423n4
added 2022/06/14 12:00 a.m.21 views

The Oracle address settings for the PriceOracle.sol contract are not checked for ZERO Address, and will not do the expected work if the prophecy machine address is set to Zero address (which will be populated with 0 by default if not passed to the constructor).

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. The getPrice function of the PriceOracle contract internally calls getPriceFromAdapters to get the price, but does not check that the adapters are not set to Zero Address, so when the address in the...

7.1AI score
SaveExploits0
NVD
NVD
added 2022/06/13 3:15 p.m.34 views

CVE-2022-31763

The kernel module has the null pointer and out-of-bounds array vulnerabilities. Successful exploitation of this vulnerability may affect system availability...

5.5CVSS0.00151EPSS
SaveExploits0References2
Prion
Prion
added 2022/06/13 3:15 p.m.22 views

Null pointer dereference

The kernel module has the null pointer and out-of-bounds array vulnerabilities. Successful exploitation of this vulnerability may affect system availability...

4.9CVSS5.5AI score0.00151EPSS
SaveExploits0References2Affected Software2
CVE
CVE
added 2022/06/13 2:55 p.m.81 views

CVE-2022-31763

CVE-2022-31763 relates to Huawei HarmonyOS, describing a kernel-module vulnerability with null-pointer dereference and array-out-of-bounds conditions. The issue is reported to potentially affect system availability if exploited. The Red Hat, NVD, and other feeds reiterate the same kernel-level ro...

5.5CVSS5.5AI score0.00151EPSS
SaveExploits0References2Affected Software2
Cvelist
Cvelist
added 2022/06/13 2:55 p.m.37 views

CVE-2022-31763

The kernel module has the null pointer and out-of-bounds array vulnerabilities. Successful exploitation of this vulnerability may affect system availability...

5.8AI score0.00151EPSS
SaveExploits0References2
Veracode
Veracode
added 2022/06/13 1:57 a.m.556 views

Remote Code Execution (RCE)

php is vulnerable to remote code execution. The vulnerability exists due to a lack of sanitization of Uninitialized array in pgqueryparams allowing an attacker to inject maliciously crafted script into the system...

8.1CVSS8.6AI score0.03666EPSS
SaveExploits1References11Affected Software9
Tenable Nessus
Tenable Nessus
added 2022/06/13 12:00 a.m.43 views

EulerOS 2.0 SP10 : kernel (EulerOS-SA-2022-1829)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - In drivers/usb/gadget/udc/udc-xilinx.c in the Linux kernel before 5.16.12, the endpoint index is not validated and might be manipulated by the...

8.8CVSS6.5AI score0.02151EPSS
SaveExploits2References3
OpenVAS
OpenVAS
added 2022/06/10 12:00 a.m.23 views

PHP < 7.4.30, 8.0.x < 8.0.20, 8.1.x < 8.1.7 Security Update (Jun 2022) - Linux

PHP released new versions which include a security fix. SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:php:php"; if description...

8.8CVSS8.9AI score0.5838EPSS
SaveExploits4References5
Rows per page
Query Builder