Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/advisories/GHSA-x6w6-2xwp-3jh6
- https://github.com/froxlor/froxlor/releases/tag/2.3.7
- https://github.com/froxlor/froxlor/security/advisories/GHSA-37m5-m4q3-fc6x
- https://github.com/froxlor/froxlor/security/advisories/GHSA-37m5-m4q3-fc6x
FAQ
What is CVE-2026-41234?
CVE-2026-41234 is a vulnerability with a CVSS score of 7.6 (HIGH). 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 ...
How severe is CVE-2026-41234?
CVE-2026-41234 has been rated HIGH with a CVSS base score of 7.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-41234?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.