CVE-2025-30007 PUBLISHED

HestiaCP < 1.9.5 Authenticated OS Command Injection via DNS Record Management

Assigner: VulnCheck
Reserved: 13.03.2025 Published: 10.07.2026 Updated: 10.07.2026

HestiaCP before 1.9.5 contains an authenticated OS command injection vulnerability that allows low-privilege authenticated users to execute arbitrary commands as root by injecting a single-quote character into unvalidated DNS record types. Attackers can exploit insufficient input validation in is_dns_record_format_valid() combined with unsafe eval-based parsing in update_domain_zone() to prematurely close a variable assignment string and achieve full root code execution on the underlying host in a single DNS record creation step.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor hestiacp
Product hestiacp
Versions Default: affected
  • affected from 0 to 1.9.5 (excl.)

Credits

  • Djibril Mounkoro finder

References

Problem Types

  • Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE