CVE-2026-36162
Deferred Deferred - Pending Action

Authenticated Stored XSS in LiquidFiles Upload File Shares API

Vulnerability report for CVE-2026-36162, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-07

Last updated on: 2026-07-08

Assigner: MITRE

Description

An authenticated stored cross-site scripting (XSS) vulnerability in the Upload File Shares API of LiquidFiles v4.2.7 allows attackers to execute arbitrary Javascript or HTML via injecting a crafted payload into the Name parameter.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-07
Last Modified
2026-07-08
Generated
2026-07-11
AI Q&A
2026-07-08
EPSS Evaluated
2026-07-09
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
liquidfiles liquidfiles 4.2.7

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an authenticated stored cross-site scripting (XSS) issue in the Upload File Shares API of LiquidFiles version 4.2.7. It allows attackers who have authentication to inject malicious JavaScript or HTML code by crafting a payload in the Name parameter.

Impact Analysis

Exploitation of this vulnerability can lead to execution of arbitrary JavaScript or HTML in the context of users interacting with the affected API. This can result in unauthorized actions, data theft, session hijacking, or other malicious activities performed by the attacker.

Compliance Impact

The vulnerability allows attackers to execute arbitrary JavaScript in a victim's browser by injecting malicious payloads into the file upload system, potentially leading to unauthorized access or manipulation of sensitive data.

Such unauthorized access or data manipulation could impact compliance with data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information against unauthorized access and ensuring data integrity.

The vulnerability bypasses Content Security Policy protections and can lead to full instance compromise if administrative users are targeted, increasing the risk of data breaches and non-compliance with security standards.

Detection Guidance

Detection of this vulnerability involves identifying if the LiquidFiles instance is running version 4.2.7, which is known to be vulnerable.

Since the vulnerability exploits the Upload File Shares API by injecting malicious payloads into the Name parameter, monitoring HTTP requests to this API endpoint for suspicious or crafted payloads can help detect exploitation attempts.

Additionally, reviewing activity logs for filenames containing unexpected HTML or JavaScript code may indicate exploitation.

Specific commands are not provided in the resources, but general approaches include:

  • Using network monitoring tools (e.g., tcpdump, Wireshark) to capture and analyze HTTP POST requests to the file upload API for suspicious payloads.
  • Querying the LiquidFiles database or logs for entries in the Name parameter containing HTML or JavaScript tags.
  • Checking the installed LiquidFiles version via its interface or command line to confirm if it is version 4.2.7.
Mitigation Strategies

The primary immediate mitigation step is to upgrade LiquidFiles from version 4.2.7 to the patched version 4.2.8 or later, which addresses this stored XSS vulnerability.

Until the upgrade can be applied, restrict access to the Upload File Shares API to trusted and authenticated users only, minimizing the risk of malicious payload injection.

Additionally, review and harden Content Security Policy (CSP) settings to prevent execution of injected scripts, although the vulnerability bypasses default CSP protections.

Monitor activity logs for suspicious filenames and remove any malicious entries if found.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-36162. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart