LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25605: EquityPandit 1.0 Insecure Logging Information Disclosure

EquityPandit 1.0 contains an insecure logging vulnerability that allows attackers to capture sensitive user credentials by accessing developer console logs via Android Debug Bridge. Attackers can use adb logcat to extract plaintext passwords logged during the forgot password function, exposing user account credentials.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

EquityPandit 1.0 for Android reportedly logs plaintext passwords during the forgot-password flow. Someone able to read device debug logs could capture user credentials. This is most urgent where the app is still installed, USB debugging is enabled, or devices are handled by untrusted parties.

Executive priority

Treat as a high-priority mobile credential exposure issue if EquityPandit 1.0 is in use. Prioritize identifying affected users, removing or updating the app, and reducing debug-log access. If the app is not present in your environment, business urgency is low.

Technical view

CVE-2019-25605 is an insecure logging information disclosure in EquityPandit 1.0, mapped to CWE-612. Sources state passwords are written to Android developer console logs and can be read from device logs. The record lists CVSS 4.0 score 8.7 high. No vendor patch details are provided in the supplied sources.

Likely exposure

Exposure appears limited to Android devices running EquityPandit 1.0 where debug logs are accessible. The source description centers on Android Debug Bridge log access, so practical risk depends on device configuration, local access, enterprise device controls, and whether users still use the affected version.

Exploitation context

A public ExploitDB reference exists, but the CVE is not marked KEV in the provided data. The sources support public exploit information, not confirmed active exploitation. The core issue is credential disclosure through application logging, especially during password recovery.

Researcher notes

The provided record names EquityPandit 1.0 and describes plaintext password leakage through Android logs. Evidence includes a third-party advisory and ExploitDB listing. No supplied source names a patched version, vendor bulletin, or observed exploitation campaign. Avoid assuming broader affected versions without vendor confirmation.

Mitigation direction

  • Check Google Play or vendor channels for a fixed EquityPandit release.
  • Upgrade or remove EquityPandit 1.0 where present.
  • Disable USB debugging on user devices unless explicitly required.
  • Use MDM controls to restrict ADB/debug access on managed Android devices.
  • Advise affected users to change passwords if exposure is suspected.

Validation and detection

  • Inventory managed Android devices for EquityPandit installation and version.
  • Confirm whether any device still runs EquityPandit 1.0.
  • Review MDM posture for USB debugging and ADB restrictions.
  • Check vendor or app-store release notes for remediation guidance.
  • Assess whether users invoked forgot-password on devices with accessible logs.
Prepared
Confidence
medium
Sources
5

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-612: 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-2019-25605 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
High
CVSS
8.7 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA: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
4Source 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
8.7CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

8.7High
CVSS 4.0 vector shape for CVE-2019-25605Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
PlayEquityPandit1.0Listed
Weakness

CWE details

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

CWE-612 · source CWE mapping

Improper Authorization of Index Containing Sensitive Information

Improper Authorization of Index Containing Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.