Security readout for executives and security teams
Plain-English summary
CVE-2016-15030 is an open redirect in Arno0x TwoFactorAuth. A logged-in remote attacker may manipulate the login page's from parameter to redirect users to an unintended site. This mainly creates phishing and trust-abuse risk, not direct system takeover.
Executive priority
Handle as a moderate web trust issue. Prioritize if this component is internet-facing or used in sensitive authentication workflows, but it is not described as direct data theft or remote code execution.
Technical view
The issue is CWE-601 in login/login.php, where the from argument can influence redirect behavior. The CVSS v2 score is 4.0 with network access, low complexity, authenticated access, partial integrity impact, and no confidentiality or availability impact. Version boundaries are unavailable because the product does not use versioning.
Likely exposure
Exposure appears limited to deployments of Arno0x TwoFactorAuth using the affected login/login.php code. The source bundle does not identify affected or fixed versions, CPEs, package names, or downstream products.
Exploitation context
The sources say the attack can be initiated remotely and requires authentication. There is no KEV listing and no cited evidence of active exploitation in the provided bundle.
Researcher notes
The record is sparse: no affected version range, no unaffected release, and no exploit-in-the-wild evidence. Validation should focus on code lineage and redirect handling in login/login.php rather than version strings.
Mitigation direction
- Apply patch 8549ad3cf197095f783643e41333586d6a4d0e54 from the project repository.
- Review the linked pull request and vendor repository guidance before production rollout.
- Inventory any deployed copies because version-based detection is unavailable.
- Monitor authentication flows for suspicious external redirect targets.
Validation and detection
- Identify whether Arno0x TwoFactorAuth is deployed in your environment.
- Compare login/login.php against the referenced patched commit.
- Confirm the login from parameter cannot redirect users to untrusted external destinations.
- Review web logs for unusual redirect destinations tied to login activity.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-601: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2016-15030 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4 (2.0)
- Known Exploited
- No
- Published
Vector: AV:N/AC:L/Au:S/C:N/I:P/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
AV:N/AC:L/Au:S/C:N/I:P/A:N82.9Primary CVE scoreVulnerability scoring details
Base CVSS 2.0 score
4MediumVector: AV:N/AC:L/Au:S/C:N/I:P/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.223803CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.223803CVE reference · signature, permissions-required
- https://github.com/Arno0x/TwoFactorAuth/pull/3CVE reference · issue-tracking
- https://github.com/Arno0x/TwoFactorAuth/commit/8549ad3cf197095f783643e41333586d6a4d0e54CVE reference · patch
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
URL Redirection to Untrusted Site ('Open Redirect')
URL Redirection to Untrusted Site ('Open Redirect') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
