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.
Published: 2026-08-11
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A path traversal flaw in the admin panel file deletion endpoint permits an authenticated administrator to delete any file on the server because the supplied path is passed directly to unlink() without sanitization. This flaw enables removal of critical system files outside the web root, which can destabilize the server, disrupt services, or open the door to further exploitation.

Affected Systems

Intelliants Subrion CMS, up to and including version 4.2.1, is affected. Administrators with access to the CMS admin interface can exploit this flaw.

Risk and Exploitability

The CVSS score of 6.5 reflects moderate severity, as the flaw requires administrative authentication and does not provide direct code execution. Although EPSS is not available, the vulnerability is not listed in the CISA KEV catalog. An attacker who is a legitimate administrator can delete arbitrary files or potentially drop malicious payloads via the same endpoint, increasing the risk of escalation.

Generated by OpenCVE AI on August 11, 2026 at 16:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade or patch Subrion CMS to a version that validates or canonicalizes file paths before deletion.
  • Disable or restrict the file deletion functionality in the CMS admin panel to trusted personnel only.
  • Implement file system permissions that prevent deletion of critical system files by the web server user.

Generated by OpenCVE AI on August 11, 2026 at 16:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Tue, 11 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
First Time appeared Intelliants
Intelliants subrion Cms
Vendors & Products Intelliants
Intelliants subrion Cms

Tue, 11 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
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.
Title Intelliants Subrion CMS - Path Traversal
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H'}


Subscriptions

Intelliants Subrion Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-11T12:11:53.699Z

Reserved: 2026-08-10T10:33:03.258Z

Link: CVE-2026-72604

cve-icon Vulnrichment

Updated: 2026-08-11T12:11:42.227Z

cve-icon NVD

Status : Deferred

Published: 2026-08-11T12:17:43.507

Modified: 2026-08-28T18:51:39.823

Link: CVE-2026-72604

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T17:15:06Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')