GHSA-47hf-23pw-3m8c · Severity: high · Ecosystem: composer — Froxlor has a BIND Zone File Injection via Unsanitized DNS Record Content in DomainZones::add()
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.
Conclusion & alert: CVE-2026-41230 is rated Exploit Available (58.5/100): CVSS High severity, with low exploitation likelihood (EPSS 0.35%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.05% | 0.35% | +0.30% |
| 2 | 2026-04-29 | 0.04% | 0.05% | +0.01% |
| 3 | 2026-04-23 | — | 0.04% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.5 | 3.1 | HIGH |
|
3.1 | 4.7 | [email protected] |
GHSA-47hf-23pw-3m8c · Severity: high · Ecosystem: composer — Froxlor has a BIND Zone File Injection via Unsanitized DNS Record Content in DomainZones::add()
| URL | Tags |
|---|---|
| https://github.com/froxlor/froxlor/commit/47a8af5d9523cb6ec94567405cfc2e294d3a1442 | Patch |
| https://github.com/froxlor/froxlor/releases/tag/2.3.6 | Release Notes |
| https://github.com/froxlor/froxlor/security/advisories/GHSA-47hf-23pw-3m8c | Exploit Mitigation Vendor Advisory |