CVE-2026-12673
Received Received - Intake
Broken Access Control in LiquidFiles Prior to 4.2.12

Publication date: 2026-06-20

Last updated on: 2026-06-20

Assigner: ab69c47f-b95e-4bf2-b2d9-4b1fd1b24b4a

Description
Liquidfiles versions before 4.2.12 are affected by a broken access control vulnerability resulting in privilege escalation from an Admin in a secondary domain to a Sysadmin by modifying a group in their managed secondary (non-default) group.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-20
Last Modified
2026-06-20
Generated
2026-06-20
AI Q&A
2026-06-20
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
liquidfiles liquidfiles to 4.2.12 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-285 The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-12673 is a privilege escalation vulnerability in LiquidFiles, a file-sharing platform that supports multiple domains. It allows an administrator in a secondary domain to escalate their privileges to sysadmin level in the default domain, which is normally restricted to the highest-level administrators.

The root cause is insufficient validation in the group management logic. While the system blocks secondary domain admins from creating or modifying groups with Domain Admin privileges, it fails to prevent them from creating or modifying groups with SysAdmin privileges. This can be exploited by manually setting the admin_level parameter to 5 through intercepted HTTP requests.

Additionally, there is a bug in the user interface when deleting custom groups: users moved to another group before deletion are actually deleted, which can be exploited to escalate a user's privileges by moving them to a higher-privilege group during deletion.

The vendor fixed the issue by adding stricter validation to ensure administrators cannot grant groups privileges higher than their own.

Impact Analysis

This vulnerability can allow an administrator in a secondary domain to gain sysadmin privileges in the default domain, effectively giving them full control over the system.

With sysadmin access, an attacker could manage all groups, users, and settings, potentially leading to unauthorized access to sensitive files and data.

The flaw in group deletion could also be exploited to manipulate user privileges or delete users unintentionally, causing disruption or unauthorized privilege changes.

Detection Guidance

This vulnerability involves privilege escalation by modifying group privileges through intercepted HTTP requests or via the user interface. Detection can focus on monitoring for unusual HTTP requests that attempt to set the `admin_level` parameter to 5, which is the SysAdmin level, especially from secondary domain administrators.

Network detection could involve inspecting HTTP traffic for suspicious POST or PUT requests to group management endpoints where the `admin_level` parameter is set or modified. Additionally, monitoring logs for unexpected privilege changes or group modifications by secondary domain admins can help identify exploitation attempts.

Suggested commands might include using network traffic analysis tools like `tcpdump` or `Wireshark` to filter HTTP requests to the LiquidFiles server, for example:

  • tcpdump -i eth0 -A -s 0 'tcp port 80 or tcp port 443' | grep admin_level
  • Use web server access logs to search for requests containing `admin_level=5` or similar parameters.
  • Audit LiquidFiles application logs for group modification events performed by secondary domain admins.
Mitigation Strategies

The primary mitigation is to upgrade LiquidFiles to version 4.2.12 or later, where the vendor has implemented stricter validation to prevent secondary domain administrators from assigning SysAdmin privileges.

Until the upgrade can be applied, restrict secondary domain administrators' ability to modify groups or escalate privileges by limiting their access and monitoring their activities closely.

Additionally, review and audit group memberships and privileges to detect and revert any unauthorized privilege escalations.

Compliance Impact

The vulnerability allows privilege escalation from an admin in a secondary domain to a sysadmin, potentially enabling unauthorized access to sensitive data or administrative functions.

Such unauthorized privilege escalation could lead to violations of compliance requirements in standards like GDPR or HIPAA, which mandate strict access controls and protection of sensitive information.

By allowing an attacker to gain sysadmin privileges improperly, the vulnerability increases the risk of data breaches or misuse, which could result in non-compliance with these regulations.

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