Lucene search
+L

9170 matches found

Huntr
Huntr
added 2022/07/12 7:07 a.m.118 views

Email Verification Bypass Leads To Account Takeover

Hello maintainer, i noticed that there is no ratelimit protetcion on https://book.dansmonorage.blue/confirm-email endpoint, so we can perform bruteforce attack Steps to reproduce: 1. Create a acount with victims email id 2. When the account is created, its ask for email confirmation via...

7.5CVSS0.9AI score0.15434EPSS
SaveExploits4
Openbugbounty
Openbugbounty
added 2022/07/09 5:19 p.m.25 views

nobull.com Cross Site Scripting vulnerability OBB-2749158

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
OSV
OSV
added 2022/07/08 11:05 a.m.10 views

OESA-2022-1739 docker security update

Docker is an open source project to build, ship and run any application as a lightweight container. Security Fixes: Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby Docker Engine where the data directory typically /var/lib/docker...

7.5CVSS7AI score0.02848EPSS
SaveExploits3References4
Code423n4
Code423n4
added 2022/07/08 12:00 a.m.12 views

The splits configuration will become frozen once enough splits are added

Lines of code Vulnerability details Impact If there are enough entries in the splits array, the checks done to ensure existing locks are respected will cause attempts to change the split to revert, preventing the existing split assignment from changing. If the project has a lock with a long...

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

JBPayoutRedemptionPaymentTerminal#processFees may run out of gas and revert due to long list of _heldFeesOf[_projectId]

Lines of code Vulnerability details Proof of Concept // Get a reference to the project's held fees. JBFee memory heldFees = heldFeesOfprojectId; // Delete the held fees. delete heldFeesOfprojectId; // Push array length in stack uint256 heldFeeLength = heldFees.length; // Process each fee. for...

6.9AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/07/07 7:15 p.m.6 views

CVE-2021-31645

An issue was discovered in glFTPd 2.11a that allows remote attackers to cause a denial of service via exceeding the connection limit...

7.5CVSS7AI score0.01902EPSS
SaveExploits1References3
NVD
NVD
added 2022/07/07 7:15 p.m.24 views

CVE-2021-31645

An issue was discovered in glFTPd 2.11a that allows remote attackers to cause a denial of service via exceeding the connection limit...

7.5CVSS0.01902EPSS
SaveExploits1References2
Prion
Prion
added 2022/07/07 7:15 p.m.18 views

Code injection

An issue was discovered in glFTPd 2.11a that allows remote attackers to cause a denial of service via exceeding the connection limit...

5CVSS7.4AI score0.01902EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2022/07/07 6:42 p.m.28 views

CVE-2021-31645

An issue was discovered in glFTPd 2.11a that allows remote attackers to cause a denial of service via exceeding the connection limit...

7.6AI score0.01902EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2022/07/07 12:30 a.m.80 views

CrackQL - GraphQL Password Brute-Force And Fuzzing Utility

CrackQL is a GraphQL password brute-force and fuzzing utility. CrackQL is a versatile GraphQL penetration testing tool that exploits poor rate-limit and cost analysis controls to brute-force credentials and fuzz operations. How it works? CrackQL works by automatically batching a single GraphQL...

6.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/07/06 6:38 p.m.292 views

Moment.js vulnerable to Inefficient Regular Expression Complexity

Impact using string-to-date parsing in moment more specifically rfc2822 parsing, which is tried by default has quadratic N^2 complexity on specific inputs noticeable slowdown is observed with inputs above 10k characters users who pass user-provided strings without sanity length checks to moment...

7.5CVSS7.6AI score0.05249EPSS
SaveExploits1References20Affected Software2
OSV
OSV
added 2022/07/06 6:15 p.m.8 views

DEBIAN-CVE-2022-31129

moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment more specifically rfc2822 parsing, which is tried by default has...

7.5CVSS6.4AI score0.05249EPSS
SaveExploits1References1
OSV
OSV
added 2022/07/06 6:15 p.m.10 views

UBUNTU-CVE-2022-31129

moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment more specifically rfc2822 parsing, which is tried by default has...

7.5CVSS6.6AI score0.05249EPSS
SaveExploits1References6
Huntr
Huntr
added 2022/07/06 2:38 p.m.14 views

Improperly Configured rack_attack.rb does not prevent rate limit attacks

Description The lobsters repository depends upon rackattack.rb to prevent rate limit attacks against the /login or the /login/setnewpassword endpoint, allowing for only 4 requests in a minute. However, this can be bypassed by simply appending some strings like /login.turtles to the endpoint. Proo...

1AI score
SaveExploits0References3
Huntr
Huntr
added 2022/07/06 8:55 a.m.31 views

No Rate Limit On Reset Password Page

Description I have identified that when Reset Password for account , the request has no rate limit which then can be used to loop through one request. This can annoy to the root users sending mass password to one email. A rate limiting algorithm is used to check if the user session or IP-address...

7.4AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/07/06 12:00 a.m.32 views

Improper Restriction of Excessive Authentication Attempts

Nakama Console does not enforce any limit for the number of unsuccessful login attempts...

9.8CVSS3AI score0.01536EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
added 2022/07/06 12:00 a.m.49 views

CVE-2022-31129 Inefficient Regular Expression Complexity in moment

moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment more specifically rfc2822 parsing, which is tried by default has...

7.5CVSS7.8AI score0.05249EPSS
SaveExploits1References10
Positive Technologies
Positive Technologies
added 2022/07/06 12:00 a.m.7 views

PT-2022-28156

Name of the Vulnerable Software and Affected Versions Luxon versions 1.x prior to 1.38.1 Luxon versions 2.x prior to 2.5.2 Luxon versions 3.x prior to 3.2.1 Moment versions prior to 2.29.4 Description The issue is related to quadratic N^2 complexity in date and time parsing on specific inputs,...

7.5CVSS6.8AI score0.01707EPSS
SaveExploits0References37
Huntr
Huntr
added 2022/07/02 3:56 p.m.24 views

Hiperlink injection in email

BUG ========= Hiperlink injection in email SUMMURY ============= There is no character length limit in user fullname . So, user can set fullname to large number character and also can put link url . DETAILS =============== 1. goto admin account profile and change fullname to bellow Hi, You have...

0.3AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/07/01 12:27 a.m.15 views

Mozilla: Potential integer overflow in ReplaceElementsAt

The Mozilla Foundation Security Advisory describes this flaw as: In the nsTArrayImpl::ReplaceElementsAt function, where an integer overflow could occur when the number of elements to replace was too large for the container...

8.8CVSS7.4AI score0.00783EPSS
SaveExploits0References6
Rows per page
Query Builder