Lucene search
+L

8951 matches found

Code423n4
Code423n4
added 2023/02/01 12:00 a.m.18 views

Possibly Susceptible to Reentrancy Attack

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. No protection against reentrancy attacks, which could allow an attacker to exploit the contract's logic by calling functions in the contract before the original call is completed. Proof of Concept To...

6.7AI score
SaveExploits0
NVD
NVD
added 2023/01/30 11:15 p.m.33 views

CVE-2022-32515

A CWE-307: Improper Restriction of Excessive Authentication Attempts vulnerability exists that could cause brute force attacks to take over the admin account when the product does not implement a rate limit mechanism on the admin authentication form. Affected Products: Conext™ ComBox All Versions...

9.8CVSS9.1AI score0.00638EPSS
SaveExploits0References1
Prion
Prion
added 2023/01/30 11:15 p.m.25 views

Authentication flaw

A CWE-307: Improper Restriction of Excessive Authentication Attempts vulnerability exists that could cause brute force attacks to take over the admin account when the product does not implement a rate limit mechanism on the admin authentication form. Affected Products: Conext™ ComBox All Versions...

7.5CVSS9.4AI score0.00638EPSS
SaveExploits0References1
CVE
CVE
added 2023/01/30 12:00 a.m.47 views

CVE-2022-32515

Conext ComBox is affected by CWE-307 due to insufficient restriction of excessive authentication attempts on the admin login form. The vulnerability exists in all versions and could enable brute-force takeover of the admin account when rate limiting is not implemented. The connected sources confi...

9.8CVSS9.4AI score0.00638EPSS
SaveExploits0References1Affected Software1
Patchstack
Patchstack
added 2023/01/30 12:00 a.m.5 views

WordPress Limit Login Attempts Plus Plugin <= 1.0.9 is vulnerable to Cross Site Scripting (XSS)

Software Limit Login Attempts Plus Type Plugin Vulnerable versions = 1.0.9 Fixed in 1.1.0 OWASP Top 10 A7: Cross-Site Scripting XSS Classification Cross Site Scripting XSS CVE N/A Patch priority Low CVSS severity Low 5.9 Developer Claim ownership PSID d20017bee021 Credits Unknown Required privile...

6AI score
SaveExploits0References1Affected Software1
NVD
NVD
added 2023/01/28 12:15 a.m.30 views

CVE-2023-23616

Discourse is an open-source discussion platform. Prior to version 3.0.1 on the stable branch and 3.1.0.beta2 on the beta and tests-passed branches, when submitting a membership request, there is no character limit for the reason provided with the request. This could potentially allow a user to...

4.3CVSS4.1AI score0.00678EPSS
SaveExploits0References4
Prion
Prion
added 2023/01/28 12:15 a.m.18 views

Design/Logic Flaw

Discourse is an open-source discussion platform. Prior to version 3.0.1 on the stable branch and 3.1.0.beta2 on the beta and tests-passed branches, when submitting a membership request, there is no character limit for the reason provided with the request. This could potentially allow a user to...

4CVSS4.7AI score0.00678EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2023/01/27 12:39 a.m.11 views

CVE-2023-22740 Discourse vulnerable to Allocation of Resources Without Limits via Chat drafts

Discourse is an open source platform for community discussion. Versions prior to 3.1.0.beta1 beta tests-passed are vulnerable to Allocation of Resources Without Limits. Users can create chat drafts of an unlimited length, which can cause a denial of service by generating an excessive load on the...

4.3CVSS5.7AI score0.00683EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2023/01/27 12:00 a.m.36 views

CVE-2023-23616 Discourse membership requests lack character limit

Discourse is an open-source discussion platform. Prior to version 3.0.1 on the stable branch and 3.1.0.beta2 on the beta and tests-passed branches, when submitting a membership request, there is no character limit for the reason provided with the request. This could potentially allow a user to...

3.5CVSS5.3AI score0.00678EPSS
SaveExploits0References4
OSV
OSV
added 2023/01/27 12:00 a.m.25 views

CVE-2023-23616 Discourse membership requests lack character limit

Discourse is an open-source discussion platform. Prior to version 3.0.1 on the stable branch and 3.1.0.beta2 on the beta and tests-passed branches, when submitting a membership request, there is no character limit for the reason provided with the request. This could potentially allow a user to...

3.5CVSS4.7AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2023/01/27 12:00 a.m.14 views

PT-2023-19078 · Discourse · Discourse

Name of the Vulnerable Software and Affected Versions: Discourse versions prior to 3.0.1 on the stable branch Discourse versions prior to 3.1.0.beta2 on the beta and tests-passed branches Description: The issue concerns the submission of membership requests, where there is no character limit for...

4.3CVSS4.5AI score0.00678EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2023/01/27 12:00 a.m.7 views

CVE-2023-23616 Discourse membership requests lack character limit

Discourse is an open-source discussion platform. Prior to version 3.0.1 on the stable branch and 3.1.0.beta2 on the beta and tests-passed branches, when submitting a membership request, there is no character limit for the reason provided with the request. This could potentially allow a user to...

3.5CVSS4.4AI score0.00678EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/01/25 9:20 a.m.7 views

golang: regexp/syntax: limit memory used by parsing regexps

A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as...

7.5CVSS6.6AI score0.01427EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/01/25 9:20 a.m.14 views

golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers

A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory,...

7.5CVSS6.6AI score0.01659EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2023/01/25 8:34 a.m.6 views

golang: regexp/syntax: limit memory used by parsing regexps

A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as...

7.5CVSS6.6AI score0.01427EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/01/25 8:34 a.m.7 views

golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers

A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory,...

7.5CVSS6.6AI score0.01659EPSS
SaveExploits0References7
Metasploit
Metasploit
added 2023/01/24 7:51 p.m.160 views

Python Exec, Python Meterpreter, Python Reverse TCP Stager with UUID Support

Execute a Python payload from a command. Run a meterpreter server in Python compatible with 2.5-2.7 & 3.1+. Connect back to the attacker with UUID Support Module Options msf use payload/cmd/windows/python/meterpreter/reversetcpuuid msf payloadreversetcpuuid show actions ...actions... msf...

7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/01/23 3:26 p.m.8 views

golang: regexp/syntax: limit memory used by parsing regexps

A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as...

7.5CVSS6.6AI score0.01427EPSS
SaveExploits0References6
Prion
Prion
added 2023/01/23 3:15 p.m.20 views

Design/Logic Flaw

The WP Limit Login Attempts WordPress plugin through 2.6.4 prioritizes getting a visitor's IP from certain HTTP headers over PHP's REMOTEADDR, which makes it possible to bypass IP-based restrictions on login forms...

5CVSS7.4AI score0.00703EPSS
SaveExploits2References1Affected Software1
Positive Technologies
Positive Technologies
added 2023/01/23 12:00 a.m.17 views

PT-2023-14171 · WordPress +1 · Wp Limit Login Attempts +1

Name of the Vulnerable Software and Affected Versions: WP Limit Login Attempts plugin versions prior to 2.7 Description: The issue allows bypassing IP-based restrictions on login forms by prioritizing certain HTTP headers over PHP's REMOTE ADDR for getting a visitor's IP. Recommendations: For WP...

9.8CVSS6.7AI score0.59501EPSS
SaveExploits8References25
Rows per page
Query Builder