---
id: CVE-2026-100717
title: froxlor is a server administration panel
summary: >-
  froxlor is a server administration panel. In versions 2.3.10 and earlier,
  Validate::validateUrl rejects carriage return and line feed characters only in
  the path, query and fragment components returned by parse_url, and never
  inspects th…
severity: critical
cvss: 9.9
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:H'
cwe:
  - CWE-93
vendor: froxlor
product: froxlor
affected:
  - froxlor < 2.3.12
published: '2026-09-26'
updated: '2026-09-26'
sourceUpdated: '2026-09-26T14:16:57.867'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-100717'
references:
  - url: 'https://github.com/froxlor/froxlor/security/advisories/GHSA-gxx3-hwjc-h2gp'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/froxlor-before-2.3.12-crlf-injection-via-validateurl-userinfo
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-26T13:33:20.894Z'
---

## Overview

froxlor is a server administration panel. In versions 2.3.10 and earlier, Validate::validateUrl rejects carriage return and line feed characters only in the path, query and fragment components returned by parse_url, and never inspects the userinfo (user:pass@) components. This is an incomplete fix for GHSA-c3p2. An authenticated low-privilege customer with subdomain-create rights (no admin or change_serversettings privilege required) can supply a subdomain redirect URL that carries a CR/LF payload in the userinfo portion (e.g. http://user%0areturn 200 "pwned";%0a@evil.com/). The value passes validation, survives IDNA encoding, and is written verbatim into the generated nginx or Apache vhost configuration, allowing the attacker to break out of the emitted directive and inject arbitrary web-server configuration lines. froxlor regenerates and reloads the web-server configuration as root, so the injected directives take effect server-wide and can hijack responses or read local files. The issue is fixed in version 2.3.12.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
