Skip to content

CrushFTP before 11.3.7_60 is vulnerable to HTML Injection. The Web-Based Server has a feature where users can share files, the feature reflects the filename to an emailbody field with no sanitzations leading to HTML Injection.

Notifications You must be signed in to change notification settings

MMAKINGDOM/CVE-2025-63419

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

CVE-2025-63419

CrushFTP before 11.3.7_60 is vulnerable to HTML Injection. The Web-Based Server has a feature where users can share files, the feature reflects the filename to an emailbody field with no sanitzations leading to HTML Injection.

CWE

CWE-79 — Improper Neutralization of Input During Web Page Generation (Cross-site Scripting)

CVSS v3.1 Base Score: 3.5 (Low)

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N

Summary

The CrushFTP Web-Based Server has a feature where users can share files, the feature reflects the filename to an emailbody field with no sanitzations leading to HTMLi, While the feature intentionally supports limited HTML code usage, lack of sanitzations makes this injection unintentional and poses a low integrity impact.

Steps to reproduce

  1. Navigate to http://127.0.0.1:8080/
  2. Select a file ( Just incase there are no files an attacker must upload one and then proceed with the other steps )
  3. Click on "Rename" and rename the file to:
test<h1>HACKED</h1>test.txt

Rename Rename-2

  1. Select the file
  2. Click on "Share" and observe the unintentional HTMLi:

Share HTMLi

Credit

Muntadhar M. Ahmed (almuntadhar0x01)

About

CrushFTP before 11.3.7_60 is vulnerable to HTML Injection. The Web-Based Server has a feature where users can share files, the feature reflects the filename to an emailbody field with no sanitzations leading to HTML Injection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published