nuclei-templates/http/cves/2022/CVE-2022-4057.yaml

43 lines
1.2 KiB
YAML
Raw Normal View History

id: CVE-2022-4057
2023-07-12 09:11:58 +00:00
info:
2023-07-12 11:42:54 +00:00
name: Autoptimize < 3.1.0 - Information Disclosure
2023-07-12 09:11:58 +00:00
author: DhiyaneshDK
severity: medium
description: |
The Autoptimize WordPress plugin before 3.1.0 uses an easily guessable path to store plugin's exported settings and logs.
reference:
- https://wpscan.com/vulnerability/95ee1b9c-1971-4c35-8527-5764e9ed64af
- https://wordpress.org/plugins/autoptimize/
2023-07-12 11:42:54 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-4057
2023-07-12 09:11:58 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
2023-07-12 11:42:54 +00:00
cve-id: CVE-2022-4057
2023-07-12 09:11:58 +00:00
cvss-score: 5.3
cwe-id: CWE-200
metadata:
2023-07-12 11:42:54 +00:00
max-request: 2
2023-07-12 09:11:58 +00:00
verified: true
2023-07-12 11:42:54 +00:00
publicwww-query: /wp-content/plugins/autoptimize
2023-07-12 09:11:58 +00:00
tags: cve,cve2023,wp,wordpress,wp-plugin,disclosure,autoptimize
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/uploads/ao_ccss/queuelog.html"
- "{{BaseURL}}/blog/wp-content/uploads/ao_ccss/queuelog.html"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Job id &lt;'
- 'log messages'
condition: and
- type: status
status:
- 200