CVE-2026-96773
Received Received - Intake

Open Redirect in Subrion CMS via HTTP_REFERER

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

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
intelliants subrion_cms to 4.2.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-601 The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an open redirect issue in Intelliants Subrion CMS versions up to 4.2.1. It occurs in the login page where the application stores the HTTP Referer header value in the user's session without proper validation. After login, the stored Referer is used to redirect users, allowing attackers to send victims to malicious sites immediately after authentication.

Detection Guidance

To detect this vulnerability, inspect the HTTP Referer header handling in Subrion CMS login functionality. Check if the application stores and uses the Referer header without validating its scheme or host. Review session data after login attempts to see if arbitrary URLs are stored and used for redirection.

Impact Analysis

This vulnerability can be exploited in phishing and social engineering attacks. Attackers can trick users into visiting malicious pages right after they log in to a legitimate Subrion CMS site. This may lead to credential theft, malware infections, or other malicious activities.

Compliance Impact

This vulnerability could indirectly impact compliance with GDPR and HIPAA by enabling phishing and social engineering attacks. If an attacker redirects users to a malicious site post-login, it may lead to unauthorized data access or disclosure, violating confidentiality requirements under these regulations.

Mitigation Strategies

Update Subrion CMS to the latest version if available. If not, implement strict validation for the HTTP Referer header, ensuring only application-relative or allowlisted destinations are used for post-login redirection. Redirect to a fixed local page if validation fails.

Chat Assistant

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

EPSS Chart