Summary
Vulnerability Allowing MFA Bypass
Affected EC-CUBE Versions
Versions: 4.1.0 – 4.3.1
Vulnerability Overview
If an administrator’s ID and password are compromised, an issue exists that allows an attacker to bypass the normally required two-factor authentication (2FA) and log in to the administrative interface.
Severity and Impact
CVSS v3.1 score
Base score: 6.2 / Temporal score: 5.7 / Environmental score (after mitigation and countermeasures): 0.0
An attacker can forcibly overwrite the 2FA configuration of an account with administrative privileges. As a result, the legitimate administrator can be locked out, while the attacker can log in to the administrative interface and perform unauthorized actions such as viewing sensitive information or tampering with the website.
Root Cause Details
There are flaws in the access control implementation for the 2FA settings page (/admin/two_factor_auth/set).
TwoFactorAuthListener.php
The route for the 2FA settings page (admin_two_factor_auth_set) is included in the list of routes excluded from the 2FA authentication check.TwoFactorAuthController.php
Even for users who already have 2FA configured, the implementation allows reconfiguration (overwriting) of the 2FA secret key without passing 2FA authentication.
Attack Preconditions and Steps
Preconditions:
- The attacker knows the administrative user’s ID and password.
- 2FA is enabled for that user.
Attack Steps:
- Attempt to log in using the ID and password.
- When the 2FA code entry screen is displayed, do not enter a code; instead, directly modify the URL to access
/admin/two_factor_auth/set. - Because access is not denied, the attacker can generate and save (overwrite) a new 2FA secret key.
MFAバイパスが可能な脆弱性
EC-CUBEバージョン
バージョン: 4.1.0 ~ 4.3.1
脆弱性の概要
管理者のIDとパスワードが漏洩している場合、本来必要な2段階認証を回避して管理画面にログインできてしまう問題です。
深刻度と影響
CVSS3.1スコア:基本評価:6.2 / 現状評価:5.7 / 環境評価(緩和・対策後):0.0
攻撃者は管理者権限を持つアカウントの2FA設定を強制的に上書きできます。これにより、正規の管理者を締め出しつつ、攻撃者自身が管理画面へログインし、機密情報の閲覧やWebサイトの改ざんなどの不正操作を行うことが可能になります。
脆弱性の詳細な原因
システムの実装において、2FA設定画面(/admin/two_factor_auth/set)へのアクセス制御に不備があり。
- TwoFactorAuthListener.php
2FA認証チェックを除外するルート設定に、設定画面(admin_two_factor_auth_set)が含まれている。 - TwoFactorAuthController.php
既に2FA設定済みのユーザーであっても、2FA認証を通過せずに新しい鍵の再設定(上書き)を受け入れてしまう仕様になっている。
攻撃の成立条件と手順
前提条件:
管理ユーザーのIDとパスワードを知っていること。
そのユーザーで2FAが有効化されていること。
攻撃手順:
- IDとパスワードでログインを試行する。
- 2FAコード入力画面が表示されるが、入力を行わずに直接URLを書き換えて /admin/two_factor_auth/set へアクセスする。
- アクセスが拒否されないため、攻撃者は新しい2FA秘密鍵を発行し、保存(上書き)する。
- 以降、攻撃者が作成した新しい2FAコードを使ってログインが可能になる。
Impact
The application does not adequately verify the identity of a user, device, or process before granting access. Typical impact: unauthorized access to functions or data reserved for authenticated parties.
GHSA-7RHV-H82H-VPJH has a CVSS score of 6.7 (Medium). The vector is network-reachable, high privileges required, and no user interaction. A CVSS score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether this affects your application depends on whether the vulnerable code is present and reachable in your environment. No fixed version is listed yet, so configuration controls and monitoring matter more in the interim.
Affected versions
Security releases
Kodem intelligence
Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.
Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.
Remediation advice
In the interim: Keep the dependency up to date. Ensure authentication checks are present and cannot be bypassed by manipulating request parameters.
Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.
Frequently Asked Questions
- What is GHSA-7RHV-H82H-VPJH? GHSA-7RHV-H82H-VPJH is a medium-severity improper authentication vulnerability in ec-cube/ec-cube (composer), affecting versions >= 4.1.0, <= 4.3.1. No fixed version is listed yet. The application does not adequately verify the identity of a user, device, or process before granting access.
- How severe is GHSA-7RHV-H82H-VPJH? GHSA-7RHV-H82H-VPJH has a CVSS score of 6.7 (Medium). This score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether it represents real risk in your environment depends on whether the vulnerable code is present and reachable.
- Which versions of ec-cube/ec-cube are affected by GHSA-7RHV-H82H-VPJH? ec-cube/ec-cube (composer) versions >= 4.1.0, <= 4.3.1 is affected.
- Is there a fix for GHSA-7RHV-H82H-VPJH? No fixed version is listed for GHSA-7RHV-H82H-VPJH yet. Monitor the advisory for updates and apply mitigations in the interim.
- Is GHSA-7RHV-H82H-VPJH exploitable, and should I be worried? Whether GHSA-7RHV-H82H-VPJH is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
- What actually determines whether GHSA-7RHV-H82H-VPJH is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
- How do I fix GHSA-7RHV-H82H-VPJH? No fixed version is listed yet. In the interim: Keep the dependency up to date. Ensure authentication checks are present and cannot be bypassed by manipulating request parameters.