CVE-2026-41230
Last modified
CVE-2026-41230 is a high-severity vulnerability rated 8.5/10 on the CVSS scale. Froxlor is open source server administration software. Prior to version 2.3.6, `DomainZones::add()` accepts arbitrary DNS record types without a whitelist and does not sanitize newline characters in the `content` field. EPSS estimates a 0.35% chance of exploitation in the next 30 days.
Description
Froxlor is open source server administration software. Prior to version 2.3.6, `DomainZones::add()` accepts arbitrary DNS record types without a whitelist and does not sanitize newline characters in the `content` field. When a DNS type not covered by the if/elseif validation chain is submitted (e.g., `NAPTR`, `PTR`, `HINFO`), content validation is entirely bypassed. Embedded newline characters in the content survive `trim()` processing, are stored in the database, and are written directly into BIND zone files via `DnsEntry::__toString()`. An authenticated customer can inject arbitrary DNS records and BIND directives (`$INCLUDE`, `$ORIGIN`, `$GENERATE`) into their domain's zone file. Version 2.3.6 fixes the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Froxlor | Froxlor | < 2.3.6 |
References
- https://github.com/froxlor/froxlor/security/advisories/GHSA-47hf-23pw-3m8cExploit, Mitigation, Vendor Advisory
- https://github.com/froxlor/froxlor/security/advisories/GHSA-47hf-23pw-3m8cExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-41230?
How severe is CVE-2026-41230?
How do I fix CVE-2026-41230?
Are you affected by CVE-2026-41230?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
