mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
708 B
Markdown
18 lines
708 B
Markdown
### [CVE-2007-6737](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6737)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
FTPServer.py in pyftpdlib before 0.2.0 does not increment the attempted_logins count for a USER command that specifies an invalid username, which makes it easier for remote attackers to obtain access via a brute-force attack.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://code.google.com/p/pyftpdlib/source/browse/trunk/HISTORY
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|