add cve-2023-6389
parent
e688a29bd5
commit
9fd2e20d99
|
@ -0,0 +1,36 @@
|
|||
id: CVE-2023-6389
|
||||
|
||||
info:
|
||||
name: WordPress Toolbar <= 2.2.6 - Open Redirect
|
||||
author: Kazgangap
|
||||
severity: medium
|
||||
description: |
|
||||
The plugin redirects to any URL via the "wptbto" parameter. This makes it possible for unauthenticated attackers to redirect users to potentially malicious sites if they can successfully trick them into performing an action.
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2023-6389
|
||||
- https://wpscan.com/vulnerability/04dafc55-3a8d-4dd2-96da-7a8b100e5a81/
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||||
cvss-score: 6.1
|
||||
cve-id: CVE-2023-6389
|
||||
cwe-id: CWE-601
|
||||
epss-score: 0.00097
|
||||
epss-percentile: 0.40297
|
||||
cpe: cpe:2.3:a:abhinavsingh:wordpress_toolbar:*:*:*:*:*:*:wordpress:*
|
||||
metadata:
|
||||
vendor: abhinavsingh
|
||||
product: wordpress_toolbar
|
||||
tags: wpscan,redirect,wordpress,cve2023,wp-plugin
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/wordpress-toolbar/toolbar.php?wptbto=https://oast.me&wptbhash=acme"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers:
|
||||
- type: regex
|
||||
part: header
|
||||
regex:
|
||||
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)oast\.me.*$'
|
Loading…
Reference in New Issue