Description
A weakness has been identified in Intelliants Subrion CMS up to 4.2.1. This vulnerability affects the function iaUsers::authorize of the file front/login.php of the component Login Page. This manipulation of the argument $_SERVER['HTTP_REFERER'] causes open redirect. The attack is possible to be carried out remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-24
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Open Redirect Potentially Leading to Phishing
Action: Apply Patch
AI Analysis

Impact

A weakness in Subrion CMS’s iaUsers::authorize function allows manipulation of the $_SERVER['HTTP_REFERER'] header in the login endpoint. This results in a browser redirect to an attacker‑supplied URL after authentication. The CVE description confirms that the flaw can be exploited remotely and that a public exploit is available, meaning a user who logs in may be unknowingly sent to a malicious site.

Affected Systems

Intelliants Subrion CMS versions up to and including 4.2.1 are affected, specifically the authentication component located in front/login.php.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog. The exploit is publicly available and requires only a crafted HTTP_REFERER header sent to the login endpoint; no local privileges or authentication bypass are needed. Therefore the risk of exploitation is non‑zero.

Generated by OpenCVE AI on September 24, 2026 at 02:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Subrion CMS to version 4.2.2 or later where the redirect issue is fixed.
  • If an upgrade is not possible, modify iaUsers::authorize to validate or ignore the HTTP_REFERER header before using it for redirection.
  • Configure the login process to restrict post‑login redirects to a whitelist of trusted domains or disable automatic redirects altogether.

Generated by OpenCVE AI on September 24, 2026 at 02:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 24 Sep 2026 01:15:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in Intelliants Subrion CMS up to 4.2.1. This vulnerability affects the function iaUsers::authorize of the file front/login.php of the component Login Page. This manipulation of the argument $_SERVER['HTTP_REFERER'] causes open redirect. The attack is possible to be carried out remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Title Intelliants Subrion CMS Login Page login.php authorize redirect
First Time appeared Intelliants
Intelliants subrion Cms
Weaknesses CWE-601
CPEs cpe:2.3:a:intelliants:subrion_cms:*:*:*:*:*:*:*:*
Vendors & Products Intelliants
Intelliants subrion Cms
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:P/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Intelliants Subrion Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-24T13:17:15.832Z

Reserved: 2026-09-23T16:11:36.186Z

Link: CVE-2026-96773

cve-icon Vulnrichment

Updated: 2026-09-24T13:17:11.678Z

cve-icon NVD

Status : Deferred

Published: 2026-09-24T01:17:00.207

Modified: 2026-09-24T14:40:36.103

Link: CVE-2026-96773

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T03:30:07Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')