CVE-2026-72604
Received Received - Intake

Authenticated Path Traversal in Subrion CMS 4.2.1

Vulnerability report for CVE-2026-72604, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-11

Last updated on: 2026-08-11

Assigner: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-11
Last Modified
2026-08-11
Generated
2026-08-11
AI Q&A
2026-08-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
intelliants subrion 4.2.1
intelliants subrion_cms 4.2.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a path traversal vulnerability in Intelliants Subrion CMS version 4.2.1 or earlier. An authenticated administrator can exploit it by sending a specially crafted file path to the file deletion endpoint in the admin panel. The endpoint directly passes this path to the unlink() function without proper sanitization or path validation, allowing the attacker to delete arbitrary files on the server, including sensitive system files outside the web root.

Detection Guidance

Check for unauthorized file deletions in server logs, especially under the admin panel file deletion endpoint. Look for paths containing '..' or unusual file operations in access logs.

Impact Analysis

If you are an administrator of a vulnerable Subrion CMS instance, an attacker with admin access could delete critical system files, causing server instability or complete failure. This could lead to data loss, service disruption, or enable further attacks by removing security controls or logs. Even if you are not an admin, if an attacker gains admin privileges through other means, they could exploit this to cause significant damage.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR or HIPAA by enabling unauthorized file deletion, potentially resulting in data breaches or loss of protected health information. GDPR requires protecting personal data integrity, while HIPAA mandates safeguarding medical records. Exploiting this flaw could violate these regulations, leading to legal penalties, fines, or reputational damage.

Mitigation Strategies

Immediately update Subrion CMS to the latest patched version. Restrict admin panel access to trusted IPs. Monitor file system changes and disable the vulnerable endpoint if possible.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72604. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart