CVE-2026-90937

9.9

froxlor · froxlor

Froxlor versions before 2.2.5 are vulnerable to CRLF injection via subdomain redirect URLs, allowing authenticated users to manipulate web server configuration files and potentially hijack HTTP responses.

Executive summary

An authenticated CRLF injection vulnerability in froxlor allows attackers to corrupt web server configuration files, creating a critical risk of service disruption and unauthorized traffic redirection.

Vulnerability

This is a CRLF injection vulnerability (CWE-93) where the application fails to validate newline characters in subdomain redirect URLs. An authenticated user can inject arbitrary directives into nginx or Apache configuration files during the automated cron rebuild process.

Business impact

Successful exploitation of this flaw allows an attacker to manipulate the underlying web server configuration, which can lead to a full denial of service or the hijacking of HTTP responses across hosted domains. Given the CVSS score of 9.9, this vulnerability represents a severe risk to the integrity and availability of all hosted web services. The ability to modify server-wide configurations poses a catastrophic risk to data confidentiality and service reliability.

Remediation

Immediate Action: Upgrade to froxlor version 2.2.5 or later, which includes the necessary input validation to prevent CRLF injection.

Proactive Monitoring: Monitor cron job logs and web server configuration file change events for unexpected modifications, and review access logs for suspicious redirect URL patterns.

Compensating Controls: Implement strict input validation at the Web Application Firewall (WAF) layer to block requests containing newline characters or suspicious configuration directives in URL parameters.

Exploitation status

Public Exploit Available: Unknown (no confirmed weaponized exploit or public proof-of-concept exists in the provided data).

Analyst recommendation

This vulnerability is classified as critical due to its potential to compromise the entire web server configuration via authenticated user input. Administrators should prioritize patching to version 2.2.5 immediately to mitigate the risk of configuration corruption and potential domain hijacking.

More froxlor CVEs

History

  1. Disclosed CVE record published
  2. Collected by CVE Brief via github
  3. Analyst report written
  4. Published in the daily brief critical section

Sources

Originally found and disclosed by aslein1413-sys, per the CVE Program record.