Lucene search
+L

3508 matches found

Cvelist
Cvelist
added 2023/04/07 12:0 a.m.36 views

CVE-2023-27806

H3C Magic R100 R100V100R005.bin was discovered to contain a stack overflow via the ipqoslanipdellist interface at /goform/aspForm. This vulnerability allows attackers to cause a Denial of Service DoS via a crafted payload...

5.5AI score0.00787EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2023/04/07 12:0 a.m.11 views

PT-2023-19983 · Tenda · Tenda Ac5

Name of the Vulnerable Software and Affected Versions: Tenda AC5 version US AC5V1.0RTL V15.03.06.28 Description: The issue is related to a stack overflow via the fromSetWirelessRepeat function, allowing attackers to cause a Denial of Service DoS or execute arbitrary code via a crafted payload...

9.8CVSS8.2AI score0.0087EPSS
SaveExploits0References4
Prion
Prion
added 2023/04/05 7:15 p.m.27 views

Authentication flaw

Zoho ManageEngine ADSelfService Plus before 6218 allows anyone to conduct a Denial-of-Service attack via the Mobile App Authentication API...

5CVSS7.5AI score0.78338EPSS
SaveExploits0References2Affected Software1
Code423n4
Code423n4
added 2023/04/04 12:0 a.m.13 views

Upgraded Q -> 2 from #17 [1680620822176]

Judge has assessed an item in Issue 17 as 2 risk. The relevant finding follows: L-10 It is possible in theory that stakes get locked due to call to LockTo with very small reward amount I pointed out and explained in my report 7 MuteBond.sol: deposit function reverts if remaining payout is very...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/04/03 12:0 a.m.27 views

MuteBond is susceptible to DOS

Lines of code Vulnerability details Proof of Concept Observe that if timeToTokens is called with locktime = 1 week, amount 52, it will return 0. function timeToTokensuint256 amount, uint256 locktime internal pure returns uint256 uint256 weektime = 1 weeks; uint256 maxlock = 52 weeks;...

7AI score
SaveExploits0
Veracode
Veracode
added 2023/03/31 4:30 a.m.43 views

Denial Of Services (DoS)

graphql-java is vulnerable to Denial Of Services DoS. An attacker can send a maliciously crafted GraphQL query that causes excessive stack consumption, which can lead to an application crash...

7.5CVSS7.2AI score0.01051EPSS
SaveExploits0References10Affected Software1
Code423n4
Code423n4
added 2023/03/30 12:0 a.m.19 views

dMute.sol: Attacker can push lock items to victim's array such that redemptions are forever blocked

Lines of code Vulnerability details Impact This report deals with how an attacker can abuse the fact that he can lock MUTE tokens for any other user and thereby push items to the array of UserLockInfo structs of the user. There are two functions in the dMute contract that iterate over all items i...

6.9AI score
SaveExploits0
FreeBSD
FreeBSD
added 2023/03/30 12:0 a.m.62 views

Gitlab -- Multiple Vulnerabilities

Gitlab reports: Cross-site scripting in "Maximum page reached" page Private project guests can read new changes using a fork Mirror repository error reveals password in Settings UI DOS and high resource consumption of Prometheus server through abuse of Prometheus integration proxy endpoint...

9.8CVSS6.3AI score0.01242EPSS
SaveExploits1References1
Code423n4
Code423n4
added 2023/03/28 12:0 a.m.15 views

DOS attack to RedeemTo() and GetUnderlyingTokens(), leading to loss of funds.

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. An attacker can launch a DOS attack to RedeemTo and GetUnderlyingTokens so that it will always fail for a particular account, say Bob. In this way, Bob will not be able to redeem the MuteToken locked...

7AI score
SaveExploits0
Packet Storm
Packet Storm
added 2023/03/27 12:0 a.m.191 views

Google Chrome 109.0.5414.74 Unsafe Library Load

Vulnerability: Google Chrome code execution via missing lib file Ubuntu Product: Google Chrome Discovered by: Rafay Baloch and Muhammad Samak Version: 109.0.5414.74 Impact: Moderate Company: Cyber Citadel Website: https://www.cybercitadel.com Tested-on : Ubuntu 22.04.1 Description Google chrome...

6.8AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2023/03/24 1:7 p.m.106 views

CVE-2023-0464

A security vulnerability has been identified in all supported OpenSSL versions related to verifying X.509 certificate chains that include policy constraints. This flaw allows attackers to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of...

5.9CVSS7.1AI score0.03658EPSS
SaveExploits0References4
Veracode
Veracode
added 2023/03/24 5:47 a.m.45 views

Denial Of Service (DoS)

net.minidev, json-smart is vulnerable to Denial Of Service DoS. The vulnerability exists because there is no nested depth checks for deeply nested JSON arrays or objects, which allows an attacker to crash the application via a malicious array with deeply nested elements...

7.5CVSS7.4AI score0.01119EPSS
SaveExploits1References6Affected Software3
FreeBSD
FreeBSD
added 2023/03/23 12:0 a.m.53 views

OpenSSL -- Excessive Resource Usage Verifying X.509 Policy Constraints

The OpenSSL project reports: Severity: Low A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious...

7.5CVSS7.3AI score0.03658EPSS
SaveExploits0References1
Prion
Prion
added 2023/03/22 5:15 p.m.76 views

Design/Logic Flaw

A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of...

5CVSS7.5AI score0.03658EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2023/03/22 4:36 p.m.51 views

CVE-2023-0464 Excessive Resource Usage Verifying X.509 Policy Constraints

A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of...

7.5CVSS6.5AI score
SaveExploits0References13
Code423n4
Code423n4
added 2023/03/20 12:0 a.m.10 views

buy() method of Tray.sol may exceed Block Limit

Lines of code Vulnerability details Impact DOS in buy method. Proof of Concept File: Tray.sol function buyuint256 amount external uint256 startingTrayId = nextTokenId; if prelaunchMinted == typeuint256.max // Still in prelaunch phase if msg.sender != owner revert OnlyOwnerCanMintPreLaunch; if...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/17 12:0 a.m.12 views

getBlockHashEVM() function vulnerability leads to DoS attack

Lines of code Vulnerability details Impact By using the getBlockHashEVM function with erroneous input, an attacker can take advantage of this vulnerability to deprive the contract of gas and launch a denial of service DoS attack against the network, contracts and valid transactions will therefore...

7.1AI score
SaveExploits0
OSV
OSV
added 2023/03/16 7:40 a.m.2 views

SUSE-SU-2023:0752-1 Security update for java-11-openjdk

This update for java-11-openjdk fixes the following issues: - CVE-2023-21843: Fixed soundbank URL remote loading bsc1207248. - CVE-2023-21835: Fixed handshake DoS attack against DTLS connections bsc1207246. Bugfixes: - Remove broken accessibility sub-package bsc1206549...

5.3CVSS5.1AI score0.01851EPSS
SaveExploits0References6
Prion
Prion
added 2023/03/13 2:15 p.m.23 views

Buffer overflow

Tenda V15V1.0 was discovered to contain a buffer overflow vulnerability via the gotoUrl parameter in the formPortalAuth function. This vulnerability allows attackers to cause a Denial of Service DoS via a crafted request...

5CVSS7.6AI score0.00896EPSS
SaveExploits1References1Affected Software1
Veracode
Veracode
added 2023/03/12 5:7 p.m.35 views

Denial Of Service (DoS)

Redis is vulnerable to Denial Of Service DoS. An authenticated attacker can use string matching commands like SCAN or KEYS with a specially crafted pattern to trigger a denial of service attack on the system...

5.5CVSS5.7AI score0.59706EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder