Lucene search
+L

11924 matches found

CNNVD
CNNVD
added 2022/06/21 12:00 a.m.8 views

Nginx 资源管理错误漏洞

Nginx is a lightweight web server/reverse proxy server and email IMAP/POP3 proxy server from Nginx, Inc. njs is one of the scripting language components that supports extended NGINX functionality. A security vulnerability exists in Nginx NJS version v0.7.2, which stems from a segmentation violati...

5.5CVSS5.6AI score0.00642EPSS
SaveExploits1References3
Spring Security Advisories
Spring Security Advisories
added 2022/06/20 12:39 p.m.169 views

Spring Data MongoDB SpEL Expression Injection Vulnerability (CVE-2022-22980)

Updates 06-20 CVE-2022-22980 is published 06-20 Spring Data MongoDB 3.4.1 and 3.3.5 are available Table of Contents Overview Vulnerability Am I Impacted Status Suggested Workarounds Overview We would like to announce that we have released Spring Data MongoDB 3.4.1 and 3.3.5 to address the followi...

6.8CVSS1.1AI score0.17969EPSS
SaveExploits3
RedhatCVE
RedhatCVE
added 2022/06/20 5:01 a.m.45 views

CVE-2022-31625

A vulnerability was found in PHP due to an uninitialized array in pgqueryparams function. When using the Postgres database extension, supplying invalid parameters to the parameterized query may lead to PHP attempting to free memory, using uninitialized data as pointers. This flaw allows a remote...

8.1CVSS5.8AI score0.03666EPSS
SaveExploits1References4
Veracode
Veracode
added 2022/06/19 9:26 a.m.16 views

Denial Of Service (DoS)

Janet before 1.22.0 mishandles arrays...

7.5CVSS7.4AI score0.01824EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2022/06/18 9:30 p.m.31 views

MGASA-2022-0234 Updated php packages fix security vulnerability

CLI -Fixed bug 8575 CLI closes standard streams too early. Core -Fixed Haiku ZTS builds. Date -Fixed bug 8471 Segmentation fault when converting immutable and mutable DateTime instances created using reflection. php-fpm - Fixed bug 72185 writes empty fcgi record causing nginx 502. Mysqlnd - Fixed...

8.8CVSS8.7AI score0.5838EPSS
SaveExploits4References3
OSV
OSV
added 2022/06/18 12:00 a.m.15 views

GHSA-J32J-2HXV-RQF7 pg-native and libpq vulnerable to uncontrolled resource consumption

pg-native before 3.0.1 and libpq before 1.8.10 are vulnerable to Denial of Service DoS when the addons attempt to cast the second argument to an array and fail. This happens for every non-array argument passed. Note: pg-native is a mere binding to npm's libpq library, which in turn has the addons...

7.5CVSS5.8AI score0.01302EPSS
SaveExploits1References5
Prion
Prion
added 2022/06/17 8:15 p.m.18 views

Design/Logic Flaw

All versions of package pg-native; all versions of package libpq are vulnerable to Denial of Service DoS when the addons attempt to cast the second argument to an array and fail. This happens for every non-array argument passed. Note: pg-native is a mere binding to npm's libpq library, which in...

5CVSS7.5AI score0.01302EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2022/06/17 8:00 p.m.9 views

CVE-2022-25852

All versions of package pg-native; all versions of package libpq are vulnerable to Denial of Service DoS when the addons attempt to cast the second argument to an array and fail. This happens for every non-array argument passed. Note: pg-native is a mere binding to npm's libpq library, which in...

7.5CVSS7AI score0.01302EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2022/06/17 12:00 a.m.11 views

PT-2022-17569 · Npm · Libpq +1

Name of the Vulnerable Software and Affected Versions: pg-native versions prior to 3.0.1 libpq versions prior to 1.8.10 Description: The issue is related to a Denial of Service DoS condition that occurs when the addons attempt to cast the second argument to an array and fail. This happens for eve...

7.5CVSS7.4AI score0.01302EPSS
SaveExploits1References9
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
Rows per page
Query Builder