updated req
parent
59b11d16d4
commit
8de59ba02b
|
@ -1,16 +1,16 @@
|
|||
id: CVE-2023-6444
|
||||
|
||||
info:
|
||||
name: Seriously Simple Podcasting < 3.0.0 - Email Disclosure
|
||||
name: Seriously Simple Podcasting < 3.0.0 - Information Disclosure
|
||||
author: s4eio
|
||||
severity: medium
|
||||
description: |
|
||||
The Seriously Simple Podcasting WordPress plugin before 3.0.0 discloses the Podcast owner's email address (which by default is the admin email address) via an unauthenticated crafted request.
|
||||
remediation: Fixed in 3.0.0
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2023-6444
|
||||
- https://wpscan.com/vulnerability/061c59d6-f4a0-4cd1-b945-5e92b9c2b4aa/
|
||||
- https://github.com/Wayne-Ker/CVE-2023-6444-POC/blob/main/cve-2023-6444.py
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2023-6444
|
||||
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
|
||||
|
@ -20,25 +20,25 @@ info:
|
|||
cpe: cpe:2.3:a:seriously_simple_podcasting_plugin:seriously_simple_podcasting_plugin:2:*:*:*:*:*:*:*
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
max-request: 2
|
||||
vendor: castos
|
||||
product: seriously-simple-podcasting
|
||||
framework: wordpress
|
||||
publicwww-query: "/wp-content/plugins/seriously-simple-podcasting/"
|
||||
tags: cve,cve2023,wordpress,wp-plugin,info-leak,wp,seriously-simple-podcasting
|
||||
tags: cve,cve2023,wordpress,wp-plugin,exposure,wp,seriously-simple-podcasting
|
||||
|
||||
flow: http(1) && http(2)
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /wp-content/plugins/seriously-simple-podcasting/readme.txt HTTP/1.1
|
||||
GET / HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body,"Seriously Simple Podcasting")'
|
||||
- 'contains(body,"/wp-content/plugins/seriously-simple-podcasting")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
||||
internal: true
|
||||
|
|
Loading…
Reference in New Issue