Lucene search

K
hackeroneMprogrammerH1:2258758
HistoryNov 20, 2023 - 9:21 p.m.

Internet Bug Bounty: CVE-2023-46695: Potential denial of service vulnerability in UsernameField on Windows

2023-11-2021:21:35
mprogrammer
hackerone.com
$2540
64
denial of service
usernamefield
windows
django
vulnerability
bugbounty

AI Score

6.9

Confidence

Low

EPSS

0.001

Percentile

28.0%

In Django versions before 4.2.7, 4.1.13, and 3.2.23, I sent a POST request to the admin login page using Burp Suite, editing the request to send over 1 million invalid unicode characters to my local web server running Django. (I used: “¾”)
After submitting, a single request took 4.4 seconds on average.
When I sent 20 concurrent requests, then I got 60 second wait times, and 504 gateway timeout errors on my machine.
{F2871465}
Normal ascii characters don’t do this and the page loads instantly.

Impact

Denial of Service anywhere a form contains a UsernameField that checks for errors.

AI Score

6.9

Confidence

Low

EPSS

0.001

Percentile

28.0%