CVE-2025-56467
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAn issue was discovered in AXIS BANK LIMITED Axis Mobile App 9.9 that allows attackers to obtain sensitive information without a UPI PIN, such as account information, balances, transaction history, and unspecified other information. NOTE: the Supplier's perspective is that this is an intended feature and "does not reveal much sensitive information."
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceThe Axis Mobile App version 9.9 contains an authentication/authorization flaw that allows unauthenticated attackers to access sensitive banking information including account details, balances, and transaction history without requiring UPI PIN verification. This represents a broken access control vulnerability where sensitive endpoints are exposed without proper authentication checks.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed Axis Mobile App versionOn Android, navigate to Settings > Apps > Axis Mobile and check the version field. On iOS, go to Settings > Axis Mobile. Note the exact version number displayed.Affected if The installed version is 9.9 exactly, matching the affected version in the CVE.
-
Capture and inspect API traffic for authentication requirementsSet up a network proxy (such as Burp Suite, OWASP ZAP, or Charles Proxy) on a test device with the Axis Mobile App installed. Initiate a session and observe the HTTP/HTTPS requests made to banking endpoints.Affected if API requests to sensitive endpoints (account details, balance, transactions) are sent without requiring a UPI PIN or session token in the request.
-
Test account details endpoint access without authenticationUsing the captured API traffic as reference, attempt a direct HTTP request to the account details endpoint without including any authentication headers, cookies, or UPI PIN parameters.Affected if The endpoint returns full account holder details without rejecting the request for missing authentication.
-
Test balance inquiry endpoint access without UPI PINIdentify the balance query API endpoint from captured traffic. Make a direct request to this endpoint excluding any UPI PIN or authentication token from the payload.Affected if Current account balance is returned in the response without the request being rejected due to missing UPI PIN verification.
-
Test transaction history endpoint access without authenticationLocate the transaction history or mini-statement endpoint from API traffic. Send a request to this endpoint without providing UPI PIN or any valid authentication credential in the request body or headers.Affected if Transaction history including past transfers, payments, or deposits is exposed without requiring UPI PIN verification.
The environment is affected if the Axis Mobile App version 9.9 is installed and any of the sensitive banking endpoints (account details, balances, or transaction history) return data without enforcing UPI PIN or equivalent authentication.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataImplement proper authentication and authorization checks for all sensitive endpoints to ensure UPI PIN or equivalent authentication is required before exposing account information, balances, and transaction history. Conduct security testing to verify unauthorized access is blocked.
- Consultation6.0 h
- Implementation12.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,448.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-56467 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-56467 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data