Files
CVEs-PoC/2021/CVE-2021-33394.md
2025-09-29 21:09:30 +02:00

18 lines
871 B
Markdown

### [CVE-2021-33394](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33394)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
Cubecart 6.4.2 allows Session Fixation. The application does not generate a new session cookie after the user is logged in. A malicious user is able to create a new session cookie value and inject it to a victim. After the victim logs in, the injected cookie becomes valid, giving the attacker access to the user's account through the active session.
### POC
#### Reference
- https://github.com/xoffense/POC/blob/main/Session%20Fixation%20in%20Cubecart%206.4.2.md
#### Github
No PoCs found on GitHub currently.