CVE Catalog

CVE-2026-41234

HighCVSS 7.6
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.27%

19th percentile - higher than 19% of all known CVEs

Summary

Froxlor prior to version 2.3.7 has a vulnerability in the DomainZones.add API endpoint that does not sanitize newline characters in TXT record content. An authenticated customer with DNS editing enabled can inject newlines, allowing injection of arbitrary BIND directives and DNS records into the zone file.

Risk Assessment

The organization is at risk of injection of malicious BIND directives and DNS records, potentially leading to DNS configuration integrity issues and domain takeover.

Recommendation

Update Froxlor to version 2.3.7 or later, which contains the fix.

Other vulnerabilities in Froxlor

See all
Original NVD description (English source)

Froxlor is open source server administration software. Prior to version 2.3.7, the `DomainZones.add` API endpoint does not sanitize newline characters in TXT record content. An authenticated customer with DNS editing enabled can inject newlines into TXT record values, which break out of the record line in the generated BIND zone file. This enables injection of arbitrary BIND directives (`$INCLUDE`, `$GENERATE`) and arbitrary DNS records (A, MX, CNAME) into the zone file written to disk by the DNS rebuild cron. This is an incomplete fix for CVE-2026-30932 (GHSA-x6w6-2xwp-3jh6), which patched the same newline injection for LOC, RP, SSHFP, and TLSA record types but did not patch TXT records. Version 2.3.7 contains an updated patch.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS