mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 11:01:35 +02:00
18 lines
715 B
Markdown
18 lines
715 B
Markdown
### [CVE-2013-1895](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1895)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The py-bcrypt module before 0.3 for Python does not properly handle concurrent memory access, which allows attackers to bypass authentication via multiple authentication requests, which trigger the password hash to be overwritten.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/alanfairless/exploit-pybcrypt
|
|
|