CVE-2023-50639
Description
Cross Site Scripting (XSS) vulnerability in CuteHttpFileServer v.1.0 and v.2.0 allows attackers to obtain sensitive information via the file upload function in the home page.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CuteHttpFileServer v1.0 and v2.0 contain a stored XSS vulnerability via file upload that triggers when a victim views the malicious PDF.
Vulnerability
A Cross-Site Scripting (XSS) vulnerability exists in CuteHttpFileServer versions 1.0 and 2.0, specifically in the file upload function accessible from the home page [1]. The flaw allows an attacker to upload a specially crafted PDF file containing malicious JavaScript. When a victim opens this PDF in a browser (e.g., Google Chrome), the embedded script executes within the context of the application [1].
Exploitation
An attacker must have network access to the CuteHttpFileServer web interface and be able to upload files (no authentication is required for the file upload function in these versions) [1]. The attacker prepares a PDF file with embedded JavaScript and uploads it via the upload form. Any user who then clicks on the uploaded file link and opens it in a browser that renders PDF inline (like Chrome) will trigger the XSS payload [1]. The attack requires no user interaction beyond opening the malicious file.
Impact
Successful exploitation leads to execution of arbitrary JavaScript in the victim's browser in the context of the CuteHttpFileServer origin. This can be leveraged to steal sensitive information such as session cookies, perform actions on behalf of the victim, or deface the application interface. The attacker does not gain server-side code execution, but can compromise user sessions and data confidentiality [1].
Mitigation
As of the latest disclosure, the vendor has not released a patched version for CuteHttpFileServer v1.0 or v2.0 [1]. Users should consider upgrading to any newer version if available, or restrict access to the file upload functionality (e.g., via network segmentation or by disabling the upload feature if not required). No workaround is documented in the available references [1].
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- CuteHttpFileServer/CuteHttpFileServerdescription
- Range: 1.0, 2.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.