cve/2015/CVE-2015-6928.md

19 lines
891 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2015-6928](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6928)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
classes/admin.class.php in CubeCart 5.2.12 through 5.2.16 and 6.x before 6.0.7 does not properly validate that a password reset request was made, which allows remote attackers to change the administrator password via a recovery request with a space character in the validate parameter and the administrator email in the email parameter.
### POC
#### Reference
- http://packetstormsecurity.com/files/133535/CubeCart-6.0.6-Administrative-Bypass.html
- http://seclists.org/fulldisclosure/2015/Sep/40
#### Github
No PoCs found on GitHub currently.