Lucene search
+L

9180 matches found

Veracode
Veracode
added 2021/05/28 7:15 a.m.23 views

Denial Of Service (DoS)

github.com/tendermint/tendermint is vulnerable to denial of service. Out-of-memory exceptions allows an attacker to crash the application due to lack of P2P connection requests limit...

3.7CVSS3.5AI score0.01369EPSS
SaveExploits0References6Affected Software1
Tenable Nessus
Tenable Nessus
added 2021/05/26 12:00 a.m.33 views

Oracle Linux 8 : krb5 (ELSA-2021-1593)

The remote Oracle Linux 8 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2021-1593 advisory. - Add recursion limit for ASN.1 indefinite lengths CVE-2020-28196 Tenable has extracted the preceding description block directly from the Oracle Linux security...

7.5CVSS7.6AI score0.04417EPSS
SaveExploits0References2
OSV
OSV
added 2021/05/25 7:15 p.m.16 views

AZL-44670 CVE-2021-32640 affecting package js-jquery 3.5.0-4

ws is an open source WebSocket client and server library for Node.js. A specially crafted value of the Sec-Websocket-Protocol header can be used to significantly slow down a ws server. The vulnerability has been fixed in [email protected]...

5.3CVSS6.4AI score0.02821EPSS
SaveExploits2References1
OSV
OSV
added 2021/05/25 7:15 p.m.12 views

UBUNTU-CVE-2021-32640

ws is an open source WebSocket client and server library for Node.js. A specially crafted value of the Sec-Websocket-Protocol header can be used to significantly slow down a ws server. The vulnerability has been fixed in [email protected]...

5.3CVSS5.7AI score0.02821EPSS
SaveExploits2References4
Oracle linux
Oracle linux
added 2021/05/25 12:00 a.m.67 views

krb5 security update

1.18.2-8 - Add recursion limit for ASN.1 indefinite lengths CVE-2020-28196 - Resolves: 1906492 1.18.2-7 - Document -k option in kvno1 synopsis - Resolves: 1869055 1.18.2-6 - Enable MD5 override for FIPS RADIUS - Resolves: 1872689 1.18.2-5.2 - Unify kvno option documentation - Resolves: 1869055...

7.5CVSS1.8AI score0.04417EPSS
SaveExploits0
Oracle linux
Oracle linux
added 2021/05/25 12:00 a.m.57 views

bash security and bug fix update

4.4.19-14 - Fix hang when limit for nproc is very high Resolves: 1890888 4.4.19-13 - Correctly drop saved UID when effective UID is not equal to its real UID Resolves: 1793943...

7.8CVSS0.2AI score0.02608EPSS
SaveExploits5
Hacker One
Hacker One
added 2021/05/24 9:14 a.m.26 views

Courier: 2 Bypass of #1067533 rate limit via X-Forwarded-For<space>: Source IP on ( www.trycourier.app )

A vulnerability with AWS API Gateway was uncovered that allowed rate limiting to be bypassed when the X-Forwarded-For headed was manipulated a string added to the header key I was able to bypass the rate limit by adding extra space before the colon X-Forwarded-For: 127.0.0.1. The actual bug was i...

2.3AI score
SaveExploits0
Hacker One
Hacker One
added 2021/05/22 7:42 p.m.15 views

Reddit: No rate limit leads to spaming post

Vulnerability description not provided...

7.1AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2021/05/20 7:15 p.m.28 views

CVE-2021-28903

A stack overflow in libyang = v1.0.225 can cause a denial of service through function lyxmlparsemem. lyxmlparseelem function will be called recursively, which will consume stack space and lead to crash...

7.5CVSS7.1AI score0.02425EPSS
SaveExploits1References2
Code423n4
Code423n4
added 2021/05/20 12:00 a.m.16 views

Unbounded loop in function transferERC721

Handle shw Vulnerability details Impact The function transferERC721 loops over an unbounded array, timelockERC721KeysnftContract, whose length never decreases but increases whenever the owner locks an ERC721 token. Therefore, the required gas for executing this loop grows over time and could reac...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/20 12:00 a.m.24 views

Unbounded loop in _removeNft could lead to a griefing/DOS attack

Handle shw Vulnerability details Impact Griefing/DOS attack is possible when a malicious NFT contract sends many NFTs to the vault, which could cause excessive gas consumed and even transactions reverted when other users are trying to unlock or transfer NFTs. Proof of Concept 1. The function...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2021/05/19 6:09 a.m.36 views

Reddit: No Rate Limit on redditgifts gift when Adding Comment

Hi team, I hope this report should not be closed as INFORMATIVE Summary: The add comment endpoint was improperly rate-limited so the potential attacker could post a large number of comments, overloading the server . Description: The add comment endpoint has a speed limit, but the number is set to...

1.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/19 12:00 a.m.5 views

Removing NFT could exceed block size limit

Handle Sherlock Vulnerability details Impact On line 129 it loops over all the NFTs stored in the contract. Although a break statement is included it can cause the transaction to run out of gas in case of an extreme amount of NFTs Proof of Concept N/A Tools Used Hardhat Recommended Mitigation Ste...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/19 12:00 a.m.11 views

timelockERC721Keys could exceed the block size limit

Handle Sherlock Vulnerability details Impact On line 504 of Visor.sol, looping through the timelockERC721Keys could exceed the block size limit Proof of Concept N/A Tools Used Hardhat Recommended Mitigation Steps Transfer by index instead of token ID --- The text was updated successfully, but the...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/19 12:00 a.m.12 views

Getting NFT could exceed block size limit

Handle Sherlock Vulnerability details Impact On line 239 it loops over all the NFTs stored in the contract. Although a return statement is included it can cause the transaction to run out of gas in case of an extreme amount of NFTs. Proof of Concept N/A Tools Used Hardhat Recommended Mitigation...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/17 12:00 a.m.15 views

Unbounded loops

Handle paulius.eth Vulnerability details Impact Unbounded for loops may exceed gas limit. There are several places where iterations over dynamically sized arrays take place. For example, function removeNft iterates over all the NFTs and tries to find the one that is needed to be removed. However,...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/15 12:00 a.m.11 views

Unbounded for-loop bricks transferERC721()

Handle toastedsteaksandwich Vulnerability details Impact The nfts array in the Visor contract could become overpopulated, causing certain functions that loop over it to brick, due to the gas limit. These functions include transferERC721 and getNftIdByTokenIdAndAddr. The severity of this issue is...

6.9AI score
SaveExploits0
Prion
Prion
added 2021/05/14 12:15 p.m.26 views

Code injection

Low privileged users can use the AJAX action 'cppluginsdobuttonjoblatercallback' in the Login Protection - Limit Failed Login Attempts WordPress plugin before 2.9, to install any plugin including a specific version from the WordPress repository, as well as activate arbitrary plugin from then blog...

6.5CVSS8.6AI score0.01325EPSS
SaveExploits2References1Affected Software1
Cvelist
Cvelist
added 2021/05/14 11:38 a.m.36 views

CVE-2021-24194 Login Protection - Limit Failed Login Attempts < 2.9 - Arbitrary Plugin Installation/Activation via Low Privilege User

Low privileged users can use the AJAX action 'cppluginsdobuttonjoblatercallback' in the Login Protection - Limit Failed Login Attempts WordPress plugin before 2.9, to install any plugin including a specific version from the WordPress repository, as well as activate arbitrary plugin from then blog...

8.8AI score0.01325EPSS
SaveExploits2References1
Prion
Prion
added 2021/05/13 6:15 p.m.29 views

Denial of service

Kibana versions before 7.12.1 contain a denial of service vulnerability was found in the webhook actions due to a lack of timeout or a limit on the request size. An attacker with permissions to create webhook actions could drain the Kibana host connection pool, making Kibana unavailable for all...

4CVSS6.3AI score0.00999EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder