CVE-2026-36163: HTML Injection in LiquidFiles v4.2.7 File View Endpoint
LiquidFiles v4.2.7 contains a stored HTML injection flaw in its file viewing feature. When an authenticated user uploads a crafted HTML file, the application fails to properly sanitize or escape the content before displaying it to other users. This allows an attacker to embed malicious JavaScript that executes in victims' browsers, potentially stealing session tokens, redirecting users, or performing actions on their behalf within the LiquidFiles interface.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 5.4 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
- Weaknesses (CWE)
- CWE-79
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-07-07 / 2026-07-09
NVD description (verbatim)
An HTML injection vulnerability in the file view endpoint of LiquidFiles v4.2.7 allows authenticated attackers to execute arbitrary JavaScript in the context of the victim's browser via the uploading of and user interaction with a crafted HTML file.
3 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-36163 is a cross-site scripting (XSS) vulnerability classified as CWE-79 HTML injection. The vulnerability exists in LiquidFiles v4.2.7's file view endpoint, where user-supplied HTML from uploaded files is rendered without adequate input validation or output encoding. The attack requires prior authentication and user interaction—specifically, a victim must view the malicious HTML file—but the attack surface is cross-site in scope, meaning the injected script runs with the privileges of the viewing user's session. The CVSS v3.1 score of 5.4 (MEDIUM) reflects low attack complexity and network accessibility, balanced against the requirement for valid credentials and user action.
Business impact
An attacker with valid LiquidFiles credentials could plant HTML payloads in shared files to harvest credentials, session cookies, or sensitive data viewed by colleagues. This is particularly damaging in collaborative environments where files are routinely shared across teams. The attack undermines trust in file-sharing workflows and may expose confidential information handled through the platform. Organizations relying on LiquidFiles for secure document exchange face potential data leakage and compliance violations if user sessions are compromised.
Affected systems
LiquidFiles v4.2.7 is confirmed vulnerable. Organizations running this version with file-sharing or file-viewing features enabled should assume exposure. Earlier and later versions require vendor confirmation; consult the official LiquidFiles security advisory to determine the full affected range and any available patched versions.
Exploitability
Exploitation is moderately straightforward. An attacker needs valid authentication credentials—either their own account or a compromised one—to upload a malicious HTML file. The victim must then view or open the file within LiquidFiles. No network-level access controls or zero-click delivery mechanisms are involved. Because the attack is not in the CISA Known Exploited Vulnerabilities (KEV) catalog, there is no evidence yet of active weaponization, but the relative simplicity of the attack vector warrants rapid remediation.
Remediation
Apply the vendor's patched version of LiquidFiles as soon as it becomes available. Verify the patch version against the official LiquidFiles security advisory. As interim mitigations, restrict file upload permissions to trusted users, educate staff to avoid opening untrusted HTML files from colleagues, and consider disabling in-browser HTML preview if operationally feasible. Monitor file uploads for suspicious HTML attachments containing script tags.
Patch guidance
Consult the official LiquidFiles vendor advisory for the specific patched version number and installation instructions. Patches typically involve output encoding of HTML content and stricter input validation in the file view endpoint. Test patches in a non-production environment before rolling out to production instances. Verify that file preview and download functionality remain intact after patching.
Detection guidance
Monitor for uploaded files with .html or .htm extensions, especially those containing script, iframe, or event handler tags. Review web server access logs for anomalous file view requests or repeated access to uploaded HTML files by different users. Inspect browser console errors or XSS-related alerts if your web application firewall (WAF) is configured to detect reflected or stored XSS patterns. Conduct a review of recent file uploads in your LiquidFiles instance to identify any suspicious HTML files already in circulation.
Why prioritize this
Although CVSS 5.4 is rated MEDIUM, the vulnerability's presence in a file-sharing platform—where collaboration and trust are core functions—elevates practical risk. Stored XSS in shared files can compromise multiple users and persist until remediated. The requirement for authentication and user interaction, while reducing the attack surface compared to unauthenticated XSS, does not eliminate risk in insider-threat scenarios or if attacker credentials are obtained via phishing. Organizations using LiquidFiles for handling sensitive intellectual property or regulated data should prioritize patching.
Risk score, explained
The CVSS 5.4 score reflects a network-accessible, low-complexity attack (AV:N/AC:L) that requires valid user privileges (PR:L) and user interaction (UI:R). The scope is changed (S:C), meaning the vulnerability can affect resources beyond the vulnerable component—in this case, other users' browser sessions. Confidentiality and integrity are impacted (C:L/I:L), but availability is not (A:N). This places the vulnerability in the MEDIUM band. However, the stored nature of the payload and its presence in a trust-critical file-sharing context may justify elevated internal risk scores depending on your organization's threat modeling.
Frequently asked questions
Can this vulnerability be exploited without uploading a file?
No. The attacker must first upload the malicious HTML file using valid LiquidFiles credentials. The file then persists in the system and is executed when a victim views it.
Does this affect all file types or only HTML files?
The vulnerability specifically targets HTML files in the file view endpoint. Other file types are not directly affected, though an attacker could attempt to craft files with HTML-like content or use MIME type confusion in certain scenarios. Consult the vendor advisory for specifics.
What if we disable HTML preview in LiquidFiles?
Disabling in-browser HTML preview would mitigate the risk of script execution via the view endpoint. However, this is a workaround and not a substitute for patching. Users could still potentially download and open the file locally, exposing themselves to the vulnerability in their browser.
How do we know if our instance has been compromised by this vulnerability?
Review your LiquidFiles audit logs and file upload history for any HTML files uploaded by users, especially ones containing suspicious content or uploaded by high-privilege accounts. Check browser history and user reports of unexpected redirects or pop-ups when viewing files. Consider a forensic review if you suspect active exploitation.
This analysis is based on the published CVE record and vendor information available as of the last update date. No exploit code or detailed proof-of-concept is provided. Organizations should consult the official LiquidFiles security advisory for authoritative patch availability and version compatibility. This summary does not constitute security advice; engage your internal security team and vendor support for remediation decisions. The lack of KEV designation does not indicate the vulnerability is low-risk in your environment—assess based on your threat model and asset criticality. Source: NVD (public-domain), retrieved 2026-08-16. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2016-20070MEDIUMPrivilege Escalation & Stored XSS in WordPress Booking Calendar Contact Form 1.0.23
- CVE-2018-25384MEDIUMStored XSS in Wikidforum 2.20 Allows Authenticated Attackers to Inject Malicious Scripts
- CVE-2019-25731MEDIUMStored XSS in Zuz Music 2.1 Contact Form
- CVE-2019-25737MEDIUMStored XSS in Live Chat Unlimited 2.8.3 – Admin Session Compromise
- CVE-2019-25739MEDIUMGigToDo 1.3 Stored XSS Vulnerability in Proposal Descriptions
- CVE-2019-25742MEDIUMStored XSS in Zoner Real Estate WordPress Theme 4.1.1 – Admin Account Compromise Risk
- CVE-2019-25743MEDIUMWordPress Soliloquy Lite 2.5.6 Stored XSS Vulnerability
- CVE-2019-25744MEDIUMWordPress Popup Builder 3.49 Stored XSS Vulnerability – Exploit Prevention & Patch Guide