Lucene search
+L

8949 matches found

Code423n4
Code423n4
added 2022/10/10 12:00 a.m.11 views

The buyer will lose their funds by "gas limit DoS via unbounded operations"

Lines of code Vulnerability details Impact If the buyer invoke execute he will lose their funds by gas limit DoS via unbounded operations Proof of Concept execute == executeFundsTransfer == transferFees In case, execute is called by the buyer ,and the seller set fees.length == 2^256-1 As we see...

6.7AI score
SaveExploits0
Hacker One
Hacker One
added 2022/10/08 6:13 p.m.151 views

Nextcloud: No password length limit when creating a user as an administrator

Hi, when I try to set the password while creating an account I noticed that you haven't kept any password limit. You need to decrease password length: There are two reasons for limiting the password size. For one, hashing a large amount of data can cause significant resource consumption on behalf...

3.3CVSS0.4AI score0.00806EPSS
SaveExploits0
Veracode
Veracode
added 2022/10/07 11:20 a.m.18 views

Information Disclosure

rdiffweb is vulnerable to Information Disclosure. The vulnerability is due to not having a rate limit on the password change feature which allows an attacker to bruteforce the existing password and set a new password...

9.8CVSS8.9AI score0.00471EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2022/10/07 5:15 a.m.4 views

DEBIAN-CVE-2022-2929

In ISC DHCP 1.0 - 4.4.3, ISC DHCP 4.1-ESV-R1 - 4.1-ESV-R16-P1 a system with access to a DHCP server, sending DHCP packets crafted to include fqdn labels longer than 63 bytes, could eventually cause the server to run out of memory...

6.5CVSS6.8AI score0.00637EPSS
SaveExploits0References1
OSV
OSV
added 2022/10/06 6:52 p.m.16 views

GHSA-9G3V-V24Q-JJ5P rdiffweb does not have a rate limit on incorrect password attempts to prevent brute force attacks

rdiffweb prior to 2.5.0a4 does not have a rate limit to prevent attackers attempting brute force attacks to guess passwords. Version 2.5.0a4 limits the number of incorrect password attempts...

7.3CVSS9.4AI score0.00471EPSS
SaveExploits1References5
Snyk
Snyk
added 2022/10/06 4:42 p.m.3 views

Allocation of Resources Without Limits or Throttling

Overview std/regexp/syntax is a Go standard library package std/regexp/syntax Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling. Go Vulnerability Report:Programs which compile regular expressions from untrusted sources may be vulnerable to...

8.7CVSS6.8AI score0.01427EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2022/10/06 12:26 p.m.12 views

snakeyaml: Denial of Service due to missing nested depth limitation for collections

A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service DoS due to missing nested depth limitation for collections...

7.5CVSS6.8AI score0.02202EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2022/10/06 7:40 a.m.10 views

snakeyaml: Denial of Service due to missing nested depth limitation for collections

A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service DoS due to missing nested depth limitation for collections...

7.5CVSS6.8AI score0.02202EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2022/10/05 5:03 p.m.15 views

snakeyaml: Denial of Service due to missing nested depth limitation for collections

A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service DoS due to missing nested depth limitation for collections...

7.5CVSS6.8AI score0.02202EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2022/10/05 4:36 p.m.12 views

snakeyaml: Denial of Service due to missing nested depth limitation for collections

A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service DoS due to missing nested depth limitation for collections...

7.5CVSS6.8AI score0.02202EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2022/10/05 4:35 p.m.14 views

snakeyaml: Denial of Service due to missing nested depth limitation for collections

A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service DoS due to missing nested depth limitation for collections...

7.5CVSS6.8AI score0.02202EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2022/10/05 2:50 p.m.14 views

snakeyaml: Denial of Service due to missing nested depth limitation for collections

A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service DoS due to missing nested depth limitation for collections...

7.5CVSS6.8AI score0.02202EPSS
SaveExploits2References5
CNNVD
CNNVD
added 2022/10/04 12:00 a.m.5 views

Google Golang 安全漏洞

Google Golang is a static, strongly typed, compiled language from Google.The syntax of Go is close to C, but with differences in variable declarations.Go supports garbage collection.Go's parallel model is based on Tony Hall's Communicating Sequential Processes CSP, and other languages with a...

7.5CVSS7AI score0.01427EPSS
SaveExploits0References33
Positive Technologies
Positive Technologies
added 2022/10/04 12:00 a.m.15 views

PT-2022-26045 · Alt Linux +8 · Alt Linux +8

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: Programs that compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp...

9.8CVSS7.2AI score0.99933EPSS
SaveExploits74References568
Positive Technologies
Positive Technologies
added 2022/10/04 12:00 a.m.9 views

PT-2022-19238 · Ireader +9 · Reader +9

Name of the Vulnerable Software and Affected Versions: Reader affected versions not specified Description: The issue is related to the Reader.Read function not setting a limit on the maximum size of file headers. A maliciously crafted archive could cause Reader.Read to allocate unbounded amounts ...

9.8CVSS7.1AI score0.93305EPSS
SaveExploits16References324
OSV
OSV
added 2022/10/01 12:00 a.m.12 views

GHSA-3FHQ-72HW-JQWV rdiffweb's lack of token name length limit can result in DoS or memory corruption

rdiffweb prior to 2.5.0a3 is vulnerable to Allocation of Resources Without Limits or Throttling. A lack of limit in the length of the Token name parameter can result in denial of service or memory corruption. Version 2.5.0a3 fixes this issue...

8.7CVSS7.3AI score0.01058EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/10/01 12:00 a.m.27 views

rdiffweb's lack of token name length limit can result in DoS or memory corruption

rdiffweb prior to 2.5.0a3 is vulnerable to Allocation of Resources Without Limits or Throttling. A lack of limit in the length of the Token name parameter can result in denial of service or memory corruption. Version 2.5.0a3 fixes this issue...

7.5CVSS7.2AI score0.01058EPSS
SaveExploits1References5Affected Software1
Hacker One
Hacker One
added 2022/09/30 9:36 a.m.55 views

Stripe: Promotion code can be used more than redemption limit.

A race condition vulnerability existed in the promotion code creation process, allowing users to use the same code more times than the specified redemption limit. This could result in unauthorized discounts or other unintended consequences...

7AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2022/09/30 12:17 a.m.17 views

ventilateur-plafond.net Cross Site Scripting vulnerability OBB-2966102

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/09/30 12:00 a.m.10 views

PT-2022-18578 · Unknown · Octopus Deploy

Name of the Vulnerable Software and Affected Versions: Octopus Deploy affected versions not specified Description: The issue allows bypassing rate limiting on login using null bytes. Recommendations: At the moment, there is no information about a newer version that contains a fix for this...

9.8CVSS9.3AI score0.00741EPSS
SaveExploits0References2
Rows per page
Query Builder