Description
Froxlor is open source server administration software. Prior to 2.3.8, DNS TXT record content accepted by lib/Froxlor/Api/Commands/DomainZones.php can contain HTML special characters, lib/Froxlor/UI/Callbacks/Text.php returns the content from Text::wordwrap without HTML escaping, and templates/Froxlor/table/table.html.twig renders the callback result with the raw filter. An authenticated customer with DNS editor access can store JavaScript-bearing content in a TXT record. When an administrator views the affected domain's DNS configuration, the payload executes automatically in the administrator's browser session, which can expose session data or perform privileged panel actions. This issue is fixed in version 2.3.8.
Published: 2026-08-18
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This issue arises from an unescaped HTML field when a customer creates a DNS TXT record. The stored payload is rendered without escaping in the administration panel, so a malicious script runs in the administrator’s browser. The result is that an attacker who can manage DNS zones can steal or manipulate an administrator’s session, potentially allowing privileged actions such as credential theft or further exploitation. The weakness is stored cross‑site scripting (CWE‑79).

Affected Systems

Froxlor server administration software is affected. Versions before 2.3.8 are vulnerable; the fix is included in release 2.3.8 and later.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity, and the EPSS score is not available, so the current exploitation probability is unknown. The vulnerability is not listed in the CISA KEV catalog. The likely attack path requires an authenticated customer with DNS editor rights, who then stores a malicious script in a TXT record. When an administrator later views that DNS configuration, the JavaScript executes automatically in the admin’s browser session, giving the attacker the same privileges as the administrator. Because a content manage role is required, attackers must have access to the backend before exploiting the XSS.

Generated by OpenCVE AI on August 18, 2026 at 21:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Froxlor to version 2.3.8 or later, which applies proper HTML escaping.
  • If an upgrade is not yet possible, restrict or remove DNS editor permissions for ordinary customers and monitor admin sessions for unexpected activity.
  • Ensure that any custom DNS entries are rendered with HTML escaping or sanitized to prevent script execution; consider using a CDN or proxy that strips potentially unsafe content.
  • If the admin login requires a critical session token, change credentials immediately and enable multi‑factor authentication to reduce the impact of session hijacking.
  • Verify that the database and file permissions for configuration directories are not overly permissive, to limit user control over template rendering.

Generated by OpenCVE AI on August 18, 2026 at 21:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-43gm-9rr3-cx7g Froxlor: Stored XSS in DNS TXT Record Content Allows Customer-to-Admin Account Takeover
History

Tue, 18 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
First Time appeared Froxlor
Froxlor froxlor
Vendors & Products Froxlor
Froxlor froxlor

Tue, 18 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Description Froxlor is open source server administration software. Prior to 2.3.8, DNS TXT record content accepted by lib/Froxlor/Api/Commands/DomainZones.php can contain HTML special characters, lib/Froxlor/UI/Callbacks/Text.php returns the content from Text::wordwrap without HTML escaping, and templates/Froxlor/table/table.html.twig renders the callback result with the raw filter. An authenticated customer with DNS editor access can store JavaScript-bearing content in a TXT record. When an administrator views the affected domain's DNS configuration, the payload executes automatically in the administrator's browser session, which can expose session data or perform privileged panel actions. This issue is fixed in version 2.3.8.
Title Froxlor: Stored XSS in DNS TXT Record Content Allows Customer-to-Admin Account Takeover
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 8.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-18T20:16:36.659Z

Reserved: 2026-06-12T19:23:22.317Z

Link: CVE-2026-54347

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-18T21:16:36.027

Modified: 2026-08-18T21:16:36.027

Link: CVE-2026-54347

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T21:45:16Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')