cve/2019/CVE-2019-16885.md

20 lines
945 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-16885](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16885)
![](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
In OkayCMS through 2.3.4, an unauthenticated attacker can achieve remote code execution by injecting a malicious PHP object via a crafted cookie. This could happen at two places: first in view/ProductsView.php using the cookie price_filter, and second in api/Comparison.php via the cookie comparison.
### POC
#### Reference
- http://packetstormsecurity.com/files/155583/OkayCMS-2.3.4-Remote-Code-Execution.html
- http://seclists.org/fulldisclosure/2019/Dec/15
- https://www.ait.ac.at/ait-sa-20191129-01-unauthenticated-remote-code-execution-okaycms
#### Github
No PoCs found on GitHub currently.