KLog Server through 2.4.1 allows authenticated command injection. async.php calls shell_exec() on the original value of the source parameter.
The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
Link | Tags |
---|---|
https://docs.unsafe-inline.com/0day/klog-server-authenticated-command-injection | third party advisory exploit |
http://packetstormsecurity.com/files/161208/Klog-Server-2.4.1-Command-Injection.html | third party advisory exploit |