PatchSiren cyber security CVE debrief
CVE-2026-73679 ImpressCMS CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-14T19:18:01.610Z and has not been modified since then. ImpressCMS contains an authenticated remote code execution vulnerability in the custom tag module that allows authenticated administrators to execute arbitrary PHP code by storing a malicious payload in a custom tag with PHP type enabled. The application decodes HTML-encoded content via undoHtmlSpecialChars() before passing it to eval() in the renderWithPhp() method, bypassing HTML Purifier sanitization. This allows attackers to execute arbitrary PHP code on the affected system, potentially leading to system compromise. Administrators and users of ImpressCMS, especially those with administrative privileges, should be aware of this vulnerability and take necessary precautions to prevent exploitation. Additionally, security teams and vulnerability management teams should prioritize patching and monitoring affected systems to prevent potential attacks.
- Vendor
- ImpressCMS
- Product
- Unknown
- CVSS
- HIGH 8.6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-14
- Original CVE updated
- 2026-08-26
- Advisory published
- 2026-08-14
- Advisory updated
- 2026-08-26
Who should care
Administrators and users of ImpressCMS, especially those with administrative privileges, should be aware of this vulnerability and take necessary precautions to prevent exploitation. Additionally, security teams and vulnerability management teams should prioritize patching and monitoring affected systems to prevent potential attacks.
Technical summary
The vulnerability allows authenticated administrators to execute arbitrary PHP code by storing a malicious payload in a custom tag with PHP type enabled. The application decodes HTML-encoded content via undoHtmlSpecialChars() before passing it to eval() in the renderWithPhp() method, bypassing HTML Purifier sanitization. This allows attackers to execute arbitrary PHP code on the affected system, potentially leading to system compromise.
Defensive priority
Authenticated administrators can execute arbitrary PHP code via custom tags, posing a high risk to affected systems.
Recommended defensive actions
- Inventory affected systems and verify vendor remediation
- Implement compensating controls, such as restricting access to custom tag functionality
- Monitor for suspicious activity and exception tracking
- Apply vendor patches or updates when available
- Restrict administrative access to sensitive functionality
- Review security logs for potential exploitation attempts
- Conduct regular vulnerability assessments and penetration testing
Evidence notes
The vulnerability allows authenticated administrators to execute arbitrary PHP code by storing a malicious payload in a custom tag with PHP type enabled. The application decodes HTML-encoded content via undoHtmlSpecialChars() before passing it to eval() in the renderWithPhp() method, bypassing HTML Purifier sanitization. Evidence is limited to source-provided details and CVE metadata. Defenders should verify affected systems, review vendor guidance, and monitor for suspicious activity.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73679 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73679
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73679 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73679
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/DevVaibhav07/VULN-POC/blob/main/ImpressCMSRCCE.md
-
Source reference
Unverified legacy reference
URL: https://github.com/ImpressCMS/impresscms
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/impresscms-authenticated-rce-via-php-custom-tag-eval
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.