mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-11 20:52:49 +02:00
18 lines
977 B
Markdown
18 lines
977 B
Markdown
### [CVE-2019-6972](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6972)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered on TP-Link TL-WR1043ND V2 devices. The credentials can be easily decoded and cracked by brute-force, WordList, or Rainbow Table attacks. Specifically, credentials in the "Authorization" cookie are encoded with URL encoding and base64, leading to easy decoding. Also, the username is cleartext, and the password is hashed with the MD5 algorithm (after decoding of the URL encoded string with base64).
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/MalFuzzer/Vulnerability-Research/blob/master/TL-WR1043ND%20V2%20-%20TP-LINK/TL-WR1043ND_PoC.pdf
|
|
|
|
#### Github
|
|
- https://github.com/MalFuzzer/Vulnerability-Research
|
|
|