LiveActive security incident?Get immediate response
CVE Record

CVE-2016-15030: Arno0x TwoFactorAuth login.php redirect

A vulnerability classified as problematic has been found in Arno0x TwoFactorAuth. This affects an unknown part of the file login/login.php. The manipulation of the argument from leads to open redirect. It is possible to initiate the attack remotely. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. The patch is named 8549ad3cf197095f783643e41333586d6a4d0e54. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-223803.

MediumCVSS 4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:N/I:P/A:N

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
4CVSS 2.0MediumAV:N/AC:L/Au:S/C:N/I:P/A:N82.9Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

4Medium
CVSS 2.0 vector shape for CVE-2016-15030Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:N/I:P/A:N

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Arno0xTwoFactorAuthn/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-601 · source CWE mapping

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.