CVE-2026-94102
Received Received - Intake

Open Redirect in WuzhiCMS Login Component

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

Publication date: 2026-09-21

Last updated on: 2026-09-21

Assigner: VulDB

Description

A flaw has been found in WuzhiCMS up to 4.1.0. This affects an unknown function of the file /index.php?m=member&v=Login of the component Login. This manipulation of the argument forward causes open redirect. The attack can be initiated remotely. The exploit has been published and may be used. The only sanitization is remove_xss(), an XSS keyword/entity scrubber. 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-21
Last Modified
2026-09-21
Generated
2026-09-21
AI Q&A
2026-09-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wuzhicms wuzhicms to 4.1.0 (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 flaw in WuzhiCMS versions up to 4.1.0. It affects the login page where the 'forward' parameter can be manipulated to redirect users to arbitrary URLs after successful login. The only protection is a basic XSS scrubber called remove_xss().

Detection Guidance

To detect this vulnerability, monitor network traffic for POST requests to /index.php?m=member&v=login with a 'forward' parameter containing an external URL. Check server logs for redirects to suspicious domains after login attempts.

Impact Analysis

An attacker could trick you into visiting a legitimate-looking login page with a malicious 'forward' parameter. After you log in, you would be redirected to a fake site controlled by the attacker, potentially stealing your credentials or installing malware. This is often used for phishing attacks.

Compliance Impact

This vulnerability could indirectly impact compliance with GDPR and HIPAA by enabling phishing attacks. If exploited, attackers may trick users into entering credentials on malicious sites, potentially leading to unauthorized access to personal or health data. However, the vulnerability itself does not directly violate these regulations but could facilitate breaches that do.

Mitigation Strategies

Immediately restrict the 'forward' parameter to only accept relative paths or whitelist same-origin URLs. Block absolute URLs to external domains. Update WuzhiCMS to the latest version if available.

Chat Assistant

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

EPSS Chart