Lucene search
+L

1186 matches found

ATTACKERKB
ATTACKERKB
•added 2022/12/02 11:15 p.m.•6 views

CVE-2021-32915

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.1AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2022/12/02 11:15 p.m.•6 views

CVE-2021-43870

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

5.8AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2022/12/02 11:15 p.m.•5 views

CVE-2021-32905

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.1AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2022/12/02 11:15 p.m.•5 views

CVE-2021-32911

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.1AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2022/12/02 11:15 p.m.•6 views

CVE-2021-32910

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.1AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2022/12/02 11:15 p.m.•4 views

CVE-2021-32884

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.1AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2022/12/02 11:15 p.m.•6 views

CVE-2021-32872

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.1AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2022/12/02 11:15 p.m.•5 views

CVE-2021-32867

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.1AI score
SaveExploits0References1
Code423n4
Code423n4
•added 2022/11/18 12:00 a.m.•10 views

Medium: Node runner whitelisting functionality is broken

Lines of code Vulnerability details Description isNodeRunnerWhitelisted manages whitelisting of nodeRunners. If whitelisting is enabled, this mapping is checked in isNodeRunnerValid: function isNodeRunnerValidaddress nodeRunner internal view returns bool requirenodeRunner != address0, "Zero...

6.7AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/11/10 12:00 a.m.•11 views

Unlimited length of LineOfCredit.ids: out of gas

Lines of code Vulnerability details Impact There are no restrictions for ids length But there are many loops through ids. So if length will be bigger then some max value, loops may fail because of consuming all gas Proof of Concept Functions LineOfCredit.updateOutstandingDebt and...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/11/08 12:00 a.m.•11 views

Wrong bidIndex calculation

Lines of code Vulnerability details Impact Return wrong bidIndex Proof of Concept SizeSealed.sol Tools Used Manual Recommended Mitigation Steps uint256 bidIndex = a.bids.length - 1 ; --- The text was updated successfully, but these errors were encountered: šŸ‘Ž 1 trust1995 reacted with thumbs down...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/10/23 12:00 a.m.•8 views

LBToken._transfer() won't work properly when _from == _to.

Lines of code Vulnerability details Impact LBToken.transfer won't work properly when from == to. Users can double their balances as they want by transferring the tokens to their accounts again. As a result, the token will be useless. Proof of Concept Inside the transfer, it uses fromBalance and...

7AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/10/23 12:00 a.m.•8 views

JBTiered721DelegateStore#totalRedemtionWeight contains critical tierID mismatch

Lines of code Vulnerability details Impact Loss of redemption functionality or incorrect redemptions Proof of Concept for uint256 i; i maxTierId; // Keep a reference to the stored tier. storedTier = storedTierOfnfti + 1; // Add the tier's contribution floor multiplied by the quantity minted. weig...

6.4AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
•added 2022/10/20 7:30 p.m.•2 views

CVE-2022-43560

REJECT DO NOT USE THIS CANDIDATE NUMBER. The CVE was never used...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2022/10/20 7:30 p.m.•3 views

CVE-2022-43559

REJECT DO NOT USE THIS CANDIDATE NUMBER. The CVE was never used...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2022/10/20 7:30 p.m.•2 views

CVE-2022-43558

REJECT DO NOT USE THIS CANDIDATE NUMBER. The CVE was never used...

5.2AI score
SaveExploits0References1
OSV
OSV
•added 2022/10/19 2:15 p.m.•9 views

UBUNTU-CVE-2022-43034

An issue was discovered in Bento4 v1.6.0-639. There is a heap buffer overflow vulnerability in the AP4BitReader::SkipBitsunsigned int function in mp42ts...

6.5CVSS6AI score0.0064EPSS
SaveExploits1References3
Code423n4
Code423n4
•added 2022/10/12 12:00 a.m.•14 views

Dont check return type

Lines of code Vulnerability details Impact Dont check return type Proof of Concept Tools Used Static analytics Recommended Mitigation Steps Add suitable checks --- The text was updated successfully, but these errors were encountered: šŸ‘Ž 1 trust1995 reacted with thumbs down emoji All reactions šŸ‘Ž 1...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/10/12 12:00 a.m.•12 views

No check for zero address

Lines of code Vulnerability details Impact No check for zero address Proof of Concept Tools Used Recommended Mitigation Steps Add check for zero address for contractAddress inside there is not need to emit event if contract does not exist. --- The text was updated successfully, but these errors...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/10/09 12:00 a.m.•16 views

test

Lines of code http://L1 Vulnerability details Impact Detailed description of the impact of this finding. Proof of Concept Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept. Tools Used Recommended Mitigation Steps...

7.1AI score
SaveExploits0
Rows per page
Query Builder