Files
CVEs-PoC/2020/CVE-2020-11052.md
T
2024-05-25 21:48:12 +02:00

18 lines
1016 B
Markdown

### [CVE-2020-11052](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11052)
![](https://img.shields.io/static/v1?label=Product&message=Sorcery&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-307%3A%20Improper%20Restriction%20of%20Excessive%20Authentication%20Attempts&color=brighgreen)
### Description
In Sorcery before 0.15.0, there is a brute force vulnerability when using password authentication via Sorcery. The brute force protection submodule will prevent a brute force attack for the defined lockout period, but once expired, protection will not be re-enabled until a user or malicious actor logs in successfully. This does not affect users that do not use the built-in brute force protection submodule, nor users that use permanent account lockout. This has been patched in 0.15.0.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon