CVE-2025-30008 PUBLISHED

HestiaCP < 1.9.5 Stored XSS via DNS Record Management Interface

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

HestiaCP before 1.9.5 contains a stored cross-site scripting vulnerability that allows authenticated low-privilege users to inject arbitrary HTML by creating a DNS record with a double-quote followed by a script payload in the value field. The application fails to apply htmlspecialchars() encoding to the DNS record value field rendered into the data-sort-value HTML attribute in list_dns_rec.php, allowing the payload to execute in the browser of any user who views the DNS record list, including administrators.

Metrics

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

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 Input During Web Page Generation ('Cross-site Scripting') CWE