CVE-2026-54600

8.2

ellite · Wallos

Wallos versions prior to 4.9.4 contain an authentication bypass vulnerability in endpoints/db/import.php allowing unauthenticated attackers to overwrite the application database.

Executive summary

An authentication bypass vulnerability in the Wallos subscription tracker allows unauthenticated attackers to overwrite the database, posing a high risk to data integrity.

Vulnerability

This is an improper authentication vulnerability (CWE-287) located in the endpoints/db/import.php file. An unauthenticated attacker can replace the entire database if the user table row count is zero, which typically occurs in fresh or unconfigured installations.

Business impact

The ability to overwrite the database could result in complete data loss or the injection of malicious administrative accounts, leading to unauthorized access and loss of service. With a CVSS score of 8.2, this vulnerability represents a significant risk to the availability and integrity of the Wallos platform.

Remediation

Immediate Action: Update the Wallos installation to version 4.9.4 or later immediately.

Proactive Monitoring: Review web server access logs for unusual requests directed at the endpoints/db/import.php file.

Compensating Controls: Ensure the Wallos instance is not exposed to the public internet and restrict access to the application via a VPN or IP allow-listing.

Exploitation status

Public Exploit Available: No confirmed public exploit available.

Analyst recommendation

Given the high CVSS score and the critical impact of database modification, administrators should prioritize updating to version 4.9.4. Failure to apply this patch leaves the application susceptible to unauthorized database manipulation, potentially leading to total system compromise.

More ellite CVEs

Sources