CVE-2026-2331
AppEngine · Fileaccess over HTTP
AppEngine's Fileaccess over HTTP feature lacks proper access restrictions, allowing unauthenticated read/write access to sensitive filesystem areas, including device parameters and Lua code.
Executive summary
Unauthenticated filesystem access in AppEngine allows attackers to read sensitive passwords, modify critical settings, and execute arbitrary Lua code.
Vulnerability
A critical filesystem directory was unintentionally exposed through the HTTP-based file access feature without authentication. An unauthenticated attacker can perform read and write operations on sensitive files, including those containing customer-defined passwords and application settings. Furthermore, they can upload and execute arbitrary Lua code within the sandboxed environment.
Business impact
This vulnerability poses a severe threat to both data confidentiality and system integrity. Attackers can gain access to administrative credentials and modify the core logic of the application. In industrial or critical environments, this could lead to unauthorized process changes and significant safety risks. The CVSS score of 9.8 highlights the absolute lack of access control.
Remediation
Immediate Action: Apply the latest security updates provided by the vendor to restrict HTTP file access. If a patch is unavailable, disable the HTTP file access feature entirely.
Proactive Monitoring: Review HTTP logs for unauthorized access to sensitive directories and audit the filesystem for unexpected .lua files or modified configuration parameters.
Compensating Controls: Place the affected device behind a VPN or firewall and restrict HTTP access to trusted management IP addresses only.
Exploitation status
Public Exploit Available: No
Analyst recommendation
The exposure of a filesystem via unauthenticated HTTP is a critical security failure. Administrators must act immediately to secure these endpoints. Prioritize the application of vendor patches and ensure that no sensitive management interfaces are reachable from the public internet.