LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10071: gitter-badger ezpublish-modern-legacy forgotpassword.php password recovery

A vulnerability was found in gitter-badger ezpublish-modern-legacy. It has been rated as problematic. This issue affects some unknown processing of the file kernel/user/forgotpassword.php. The manipulation leads to weak password recovery. The complexity of an attack is rather high. The exploitation is known to be difficult. Upgrading to version 1.0 is able to address this issue. The patch is named 5908d5ee65fec61ce0e321d586530461a210bf2a. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-218951.

LowCVSS 2.6Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity weakness in the password recovery flow of gitter-badger ezpublish-modern-legacy. Sources indicate possible limited confidentiality impact, but exploitation is high complexity and described as difficult. The practical business action is to confirm whether this legacy component is in use and upgrade to release 1.0 if present.

Executive priority

Handle through normal vulnerability management unless this component is externally reachable or protects sensitive accounts. Prioritize identification and upgrade during the next maintenance window rather than emergency response.

Technical view

CVE-2015-10071 is CWE-640 in kernel/user/forgotpassword.php of gitter-badger ezpublish-modern-legacy. The CVSS 3.1 vector is 2.6 low, with adjacent-network attack vector, high attack complexity, low privileges required, and low confidentiality impact. The cited fix is commit 5908d5ee65fec61ce0e321d586530461a210bf2a and release 1.0.

Likely exposure

Exposure is likely limited to environments running gitter-badger ezpublish-modern-legacy with the affected password recovery code. The source bundle does not identify exact affected versions beyond recommending upgrade to 1.0, so asset inventory and code comparison are required.

Exploitation context

The source bundle does not show active exploitation, and KEV is false. VulDB characterizes exploitation as difficult with high attack complexity. Do not treat this as internet-wide urgent without evidence that the affected component is deployed and reachable.

Researcher notes

Evidence is sparse: affected versions are listed as unknown, and the public description names only the file and weakness class. The CVSS vector implies adjacent access, low privileges, no user interaction, and limited confidentiality impact. Validate by version and patch presence, not by exploit testing.

Mitigation direction

  • Upgrade gitter-badger ezpublish-modern-legacy to release 1.0 where applicable.
  • Apply or verify commit 5908d5ee65fec61ce0e321d586530461a210bf2a in maintained forks.
  • Restrict access to legacy password recovery endpoints where business requirements allow.
  • Check vendor or project guidance before applying compensating controls not documented in sources.

Validation and detection

  • Inventory applications for gitter-badger ezpublish-modern-legacy usage.
  • Check whether kernel/user/forgotpassword.php exists in deployed code.
  • Compare deployed code against release 1.0 or the referenced patch commit.
  • Review password recovery exposure in staging without testing offensive bypass techniques.
  • Confirm monitoring covers password recovery requests and account recovery anomalies.
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 · low confidence lookup

CWE-640: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2015-10071 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
Low
CVSS
2.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:N/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
2.6CVSS 3.1LowCVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N1.21.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

2.6Low
CVSS 3.1 vector shape for CVE-2015-10071Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
gitter-badgerezpublish-modern-legacyn/aListed
Weakness

CWE details

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

CWE-640 · source CWE mapping

Weak Password Recovery Mechanism for Forgotten Password

Weak Password Recovery Mechanism for Forgotten Password represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.