Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
Administrator authentication strictly required; file deletion yields high integrity and availability impact but no confidentiality exposure, with no scope change.
Primary rating from Vendor (TuranSec).
CVSS VectorVendor: TuranSec
Lifecycle Timeline
1DescriptionCVE.org
A path traversal vulnerability in Intelliants Subrion CMS through 4.2.1 allows authenticated administrators to delete arbitrary files on the server via the admin panel file deletion endpoint. The endpoint passes a user-supplied file path directly to unlink() without sanitization or path canonicalization. An authenticated administrator can delete sensitive system files outside the web root, potentially causing server instability or facilitating further attacks.
AnalysisAI
Arbitrary file deletion in Subrion CMS through 4.2.1 is enabled by the admin panel file deletion endpoint passing user-supplied paths directly to PHP's unlink() function without sanitization or path canonicalization, allowing directory traversal outside the web root. Authenticated administrators on affected instances can delete sensitive system files, risking server instability, loss of critical configuration, or creating conditions for follow-on privilege escalation. No public exploit code has been identified at time of analysis, and this vulnerability does not appear in the CISA KEV catalog.
Technical ContextAI
Subrion CMS is a PHP-based content management system developed by Intelliants, with source code hosted at https://github.com/intelliants/subrion. The vulnerability is rooted in CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal): the admin panel's file deletion endpoint accepts a user-supplied file path and passes it directly to PHP's native unlink() function without invoking realpath() for canonicalization, stripping traversal sequences (../), or validating that the resolved path falls within an allowed directory boundary. An attacker can craft a path such as ../../../../etc/cron.d/job or ../../../../var/www/html/config.php to reference and delete files anywhere the web server process has write permissions. The CPE string cpe:2.3:a:intelliants:subrion_cms:*:*:*:*:*:*:*:* confirms all versions through 4.2.1 are within scope per EUVD-2026-56043.
RemediationAI
No vendor-released patch has been identified at time of analysis; the sole reference points to the upstream GitHub repository at https://github.com/intelliants/subrion without citing a specific tagged release or security advisory. Administrators should monitor that repository for a patched version and upgrade as soon as one is confirmed. In the interim, restrict network access to the Subrion admin panel using firewall rules or web server ACLs (e.g., nginx allow/deny or Apache mod_authz_host) so that only trusted IP ranges can reach the admin interface, substantially reducing the attack surface even if credentials are compromised. Enforce multi-factor authentication and strong unique passwords for all administrator accounts to raise the credential-theft bar. Run the web server process under an OS user account with file system permissions scoped to the web root and necessary writable directories only, so that even if unlink() is invoked with a traversal path, the OS-level permission boundary prevents deletion of out-of-scope files. Enable and review server-side file system audit logs (e.g., auditd on Linux) to detect anomalous deletion activity. These mitigations do not eliminate the vulnerability but substantially reduce exploit feasibility and blast radius.
More in Subrion Cms
View allSubrion CMS before 4.1.5.10 has a SQL injection vulnerability in /front/search.php via the $_GET array. Rated critical s
/panel/uploads in Subrion CMS 4.2.1 allows remote attackers to execute arbitrary PHP code via a .pht or .phar file, beca
Subrion CMS before 4.1.6 has a SQL injection vulnerability in /front/actions.php via the $_POST array. Rated critical se
Cross Site Request Forgery (CSRF) vulnerability exists in Intelliants Subrion CMS v4.2.1 via the Members administrator f
SQL injection vulnerability in register/ in Subrion CMS before 2.2.3 allows remote attackers to execute arbitrary SQL co
Multiple cross-site request forgery (CSRF) vulnerabilities in Subrion CMS before 2.2.3 allow remote attackers to hijack
Multiple cross-site scripting (XSS) vulnerabilities in Subrion CMS 2.2.1 allow remote attackers to inject arbitrary web
A SQL injection vulnerability exists in Subrion CMS v4.2.1 in the visual-mode. Rated high severity (CVSS 7.2), this vuln
Cross Site Scripting (XSS) vulnerability exists in Subrion CMS 4.2.1 via the q parameter in the Kickstart template. Rate
Multilple Cross Site Scripting (XSS) vulnerability exists in Intelliants Subrion CMS v4.2.1 in the Configuration panel.
Multiple reflected cross-site scripting (XSS) vulnerabilities in the installation module of Subrion CMS v4.2.1 allows at
Multiple Cross-Site Scripting (XSS) vulnerabilities in installation of Subrion CMS v.4.2.1 allows a local attacker to ex
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-56043
GHSA-fgfw-7r72-25m2