Create CVE-2023-29298.yaml

patch-1
Dhiyaneshwaran 2023-07-12 14:41:58 +05:30 committed by GitHub
parent 097d14d125
commit 2247d3584c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
id: CVE-2023-29298
info:
name: Autoptimize < 3.1.0 - Sensitive Data Disclosure
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://nvd.nist.gov/vuln/detail/CVE-2023-29298
- https://wordpress.org/plugins/autoptimize/
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
cwe-id: CWE-200
metadata:
max-request: 1
publicwww-query: /wp-content/plugins/autoptimize
verified: true
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