Skip to main content

Subrion CMS CVE-2026-72604

| EUVDEUVD-2026-56043 MEDIUM
Path Traversal (CWE-22)
2026-08-11 TuranSec GHSA-fgfw-7r72-25m2
6.5
CVSS 3.1 · Vendor: TuranSec
Share

Severity by source

Vendor (TuranSec) PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
vuln.today AI
6.5 MEDIUM

Administrator authentication strictly required; file deletion yields high integrity and availability impact but no confidentiality exposure, with no scope change.

3.1 AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (TuranSec).

CVSS VectorVendor: TuranSec

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Lifecycle Timeline

1
Analysis Generated
Aug 11, 2026 - 12:28 vuln.today

DescriptionCVE.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.

CVE-2017-11444 CRITICAL POC
9.8 Jul 19

Subrion CMS before 4.1.5.10 has a SQL injection vulnerability in /front/search.php via the $_GET array. Rated critical s

CVE-2018-19422 HIGH POC
7.2 Nov 21

/panel/uploads in Subrion CMS 4.2.1 allows remote attackers to execute arbitrary PHP code via a .pht or .phar file, beca

CVE-2017-11445 CRITICAL POC
9.8 Jul 19

Subrion CMS before 4.1.6 has a SQL injection vulnerability in /front/actions.php via the $_POST array. Rated critical se

CVE-2020-18326 HIGH POC
8.8 Mar 04

Cross Site Request Forgery (CSRF) vulnerability exists in Intelliants Subrion CMS v4.2.1 via the Members administrator f

CVE-2012-4772 HIGH POC
7.5 Oct 22

SQL injection vulnerability in register/ in Subrion CMS before 2.2.3 allows remote attackers to execute arbitrary SQL co

CVE-2012-4773 MEDIUM POC
6.8 Oct 22

Multiple cross-site request forgery (CSRF) vulnerabilities in Subrion CMS before 2.2.3 allow remote attackers to hijack

CVE-2012-5452 MEDIUM POC
4.3 Oct 22

Multiple cross-site scripting (XSS) vulnerabilities in Subrion CMS 2.2.1 allow remote attackers to inject arbitrary web

CVE-2021-41947 HIGH POC
7.2 Oct 08

A SQL injection vulnerability exists in Subrion CMS v4.2.1 in the visual-mode. Rated high severity (CVSS 7.2), this vuln

CVE-2020-18324 MEDIUM POC
6.1 Mar 04

Cross Site Scripting (XSS) vulnerability exists in Subrion CMS 4.2.1 via the q parameter in the Kickstart template. Rate

CVE-2020-18325 MEDIUM POC
6.1 Mar 04

Multilple Cross Site Scripting (XSS) vulnerability exists in Intelliants Subrion CMS v4.2.1 in the Configuration panel.

CVE-2025-70958 MEDIUM POC
6.1 Feb 02

Multiple reflected cross-site scripting (XSS) vulnerabilities in the installation module of Subrion CMS v4.2.1 allows at

CVE-2023-43875 MEDIUM POC
6.1 Oct 19

Multiple Cross-Site Scripting (XSS) vulnerabilities in installation of Subrion CMS v.4.2.1 allows a local attacker to ex

Share

CVE-2026-72604 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy