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.
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
Link | Tags |
---|---|
https://www.ait.ac.at/ait-sa-20191129-01-unauthenticated-remote-code-execution-okaycms | third party advisory exploit |
http://seclists.org/fulldisclosure/2019/Dec/15 | mailing list third party advisory exploit |
http://packetstormsecurity.com/files/155583/OkayCMS-2.3.4-Remote-Code-Execution.html | third party advisory exploit |