Lucene search
+L

4374 matches found

Code423n4
Code423n4
added 2022/05/03 12:00 a.m.9 views

Use of ChainlinkFeed latestAnswer in PriceOracleImplementation is deprecated and not sufficiently validated

Lines of code Vulnerability details Impact PriceOracleImplementation.sol uses the latestAnswer function on the mainnet deployed ChainlinkFeed for the USDC oracle price. However, this function is deprecated as outlined in the comments of the deployed Chainlink contract see POC below. Notably,...

6.8AI score
SaveExploits0
OSV
OSV
added 2022/05/02 12:16 p.m.6 views

ALPINE-CVE-2021-46790

ntfsck in NTFS-3G through 2021.8.22 has a heap-based buffer overflow involving buffer+5123-2. NOTE: the upstream position is that ntfsck is deprecated; however, it is shipped by some Linux distributions...

7.8CVSS7.4AI score0.00504EPSS
SaveExploits1References1
OSV
OSV
added 2022/05/02 12:16 p.m.9 views

AZL-9597 CVE-2021-46790 affecting package ntfs-3g for versions less than 2022.5.17-1

ntfsck in NTFS-3G through 2021.8.22 has a heap-based buffer overflow involving buffer+5123-2. NOTE: the upstream position is that ntfsck is deprecated; however, it is shipped by some Linux distributions...

7.8CVSS7.4AI score0.00504EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2022/05/02 12:16 p.m.9 views

CVE-2021-46790

ntfsck in NTFS-3G through 2021.8.22 has a heap-based buffer overflow involving buffer+5123-2. NOTE: the upstream position is that ntfsck is deprecated; however, it is shipped by some Linux distributions...

7.8CVSS7.5AI score0.00504EPSS
SaveExploits1References12
OSV
OSV
added 2022/05/02 12:16 p.m.5 views

UBUNTU-CVE-2021-46790

ntfsck in NTFS-3G through 2021.8.22 has a heap-based buffer overflow involving buffer+5123-2. NOTE: the upstream position is that ntfsck is deprecated; however, it is shipped by some Linux distributions...

7.8CVSS7.3AI score0.00504EPSS
SaveExploits1References4
Code423n4
Code423n4
added 2022/05/02 12:00 a.m.14 views

Usage of deprecated transfer to send ETH in VaultsCore.sol

Lines of code Vulnerability details Impact Smart contract is not robust as it depends on gas cost so it can fail in some circumstances. PoC The usage of transfer to send ETH is widely considered a bad practice as it limits the gas usage to 2300. msg.sender.transferamount; @Audit deprecated transf...

6.8AI score
SaveExploits0
OSV
OSV
added 2022/05/01 4:15 p.m.32 views

CVE-2022-25844

The package angular after 1.7.0 are vulnerable to Regular Expression Denial of Service ReDoS by providing a custom locale rule that makes it possible to assign the parameter in posPre: ' '.repeat of NUMBERFORMATS.PATTERNS1.posPre with a very high value. Note: 1 This package has been deprecated an...

7.5CVSS6.4AI score
SaveExploits0References9
NVD
NVD
added 2022/05/01 4:15 p.m.20 views

CVE-2022-25844

The package angular after 1.7.0 are vulnerable to Regular Expression Denial of Service ReDoS by providing a custom locale rule that makes it possible to assign the parameter in posPre: ' '.repeat of NUMBERFORMATS.PATTERNS1.posPre with a very high value. Note: 1 This package has been deprecated an...

7.5CVSS0.04927EPSS
SaveExploits1References9
Prion
Prion
added 2022/05/01 4:15 p.m.39 views

Code injection

The package angular after 1.7.0 are vulnerable to Regular Expression Denial of Service ReDoS by providing a custom locale rule that makes it possible to assign the parameter in posPre: ' '.repeat of NUMBERFORMATS.PATTERNS1.posPre with a very high value. Note: 1 This package has been deprecated an...

5CVSS7.2AI score0.04927EPSS
SaveExploits1References8Affected Software2
UbuntuCve
UbuntuCve
added 2022/05/01 4:15 p.m.67 views

CVE-2022-25844

The package angular after 1.7.0 are vulnerable to Regular Expression Denial of Service ReDoS by providing a custom locale rule that makes it possible to assign the parameter in posPre: ' '.repeat of NUMBERFORMATS.PATTERNS1.posPre with a very high value. Note: 1 This package has been deprecated an...

7.5CVSS6.7AI score0.04927EPSS
SaveExploits1References7
OSV
OSV
added 2022/05/01 4:15 p.m.31 views

UBUNTU-CVE-2022-25844

The package angular after 1.7.0 are vulnerable to Regular Expression Denial of Service ReDoS by providing a custom locale rule that makes it possible to assign the parameter in posPre: ' '.repeat of NUMBERFORMATS.PATTERNS1.posPre with a very high value. Note: 1 This package has been deprecated an...

7.5CVSS6.7AI score0.04927EPSS
SaveExploits1References8
Cvelist
Cvelist
added 2022/05/01 3:25 p.m.37 views

CVE-2022-25844 Regular Expression Denial of Service (ReDoS)

The package angular after 1.7.0 are vulnerable to Regular Expression Denial of Service ReDoS by providing a custom locale rule that makes it possible to assign the parameter in posPre: ' '.repeat of NUMBERFORMATS.PATTERNS1.posPre with a very high value. Note: 1 This package has been deprecated an...

5.3CVSS7.5AI score0.04927EPSS
SaveExploits1References8
Tenable Nessus
Tenable Nessus
added 2022/04/28 12:00 a.m.58 views

Amazon Linux 2 : java-1.8.0-amazon-corretto (ALAS-2022-002) (deprecated)

This plugin has been deprecated following detection of an issue with overlapping filenames. It has been replaced by al2ALASCORRETTO8-2022-002.nasl plugin ID 160405. C Tenable, Inc. The descriptive text and package checks in this plugin were extracted from Amazon Linux 2 Security Advisory...

7.5CVSS5.8AI score0.04046EPSS
SaveExploits0References11
Code423n4
Code423n4
added 2022/04/27 12:00 a.m.17 views

Incorrect accounting of free weight in _decrementWeightUntilFree

Lines of code Vulnerability details Impact In decrementWeightUntilFree, the free weight is calculated by balanceOfuser - getUserWeightuser plus weight freed from non-deprecated gauges. The non-deprecated criteria is unnecessary and lead to incorrect accounting of free weight. Proof of Concept...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/04/27 12:00 a.m.21 views

Unsafe use of .transfer

Lines of code Vulnerability details Impact User funds can be locked by using a smart contract wallet with inefficient callback, or by future hardforks that change the gas consumption. address.transfer has been suggested to deprecate by most auditors, because of the potential OOG error. However,...

6.8AI score
SaveExploits0
OSV
OSV
added 2022/04/24 12:00 p.m.25 views

RUSTSEC-2022-0071 Rusoto is unmaintained

The maintainers of Rusoto advise that all its crates are deprecated. This includes the common crates rusotocore, rusotosignature, rusotocredential, and service crates such as rusotos3 and rusotoec2. Users should migrate to the AWS SDK for Rust, which is maintained by AWS...

7.1AI score
SaveExploits0References3
RustSec
RustSec
added 2022/04/24 12:00 p.m.19 views

Rusoto is unmaintained

The maintainers of Rusoto advise that all its crates are deprecated. This includes the common crates rusotocore, rusotosignature, rusotocredential, and service crates such as rusotos3 and rusotoec2. Users should migrate to the AWS SDK for Rust, which is maintained by AWS...

3.3AI score
SaveExploits0
Snyk
Snyk
added 2022/04/21 8:37 a.m.10 views

Regular Expression Denial of Service (ReDoS)

Overview AngularJS.Core is an AngularJS. package for other Angular modules within .NET. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS by providing a custom locale rule that makes it possible to assign the parameter in posPre: ' '.repeat of...

7.5CVSS6.6AI score0.04927EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/04/21 8:37 a.m.6 views

Regular Expression Denial of Service (ReDoS)

Overview Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS by providing a custom locale rule that makes it possible to assign the parameter in posPre: ' '.repeat of NUMBERFORMATS.PATTERNS1.posPre with a very high value. Note: 1 This package has been...

7.5CVSS6.6AI score0.04927EPSS
SaveExploits1References2
Code423n4
Code423n4
added 2022/04/13 12:00 a.m.12 views

Use of deprecated Chainlink API

Lines of code Vulnerability details Impact The contract uses Chainlink’s deprecated API latestAnswer. Such functions might suddenly stop working if Chainlink stopped supporting deprecated APIs. Impact: Deprecated API stops working. Prices cannot be obtained. Protocol stops and contracts have to b...

6.8AI score
SaveExploits0
Rows per page
Query Builder