Cyber Resilience

CVE-2025-8207

Canarabank Ai1 6.3.23

Public PoC
Published
26 July 2025
Modified
17 June 2026
CVSS Score v4 1.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0021 11th percentile
Risk Priority 20 floored blend · peak EPSS

Summary

CVE-2025-8207 is a low-severity Improper Export of Android Application Components (CWE-926) vulnerability in Canarabank Ai1. Its CVSS base score is 1.9 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Inter-Process Communication (T1559); ranked at the 11th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A vulnerability was found in Canara ai1 Mobile Banking App 3.6.23 on Android and classified as problematic. This issue affects some unknown processing of the file AndroidManifest.xml of the component com.canarabank.mobility. The manipulation leads to improper export of android application…

more

components. Local access is required to approach this attack. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1559 Inter-Process Communication Execution
Adversaries may abuse inter-process communication (IPC) mechanisms for local code or command execution.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-9672Shared CWE-926
CVE-2025-8258Shared CWE-926
CVE-2025-9093Shared CWE-926
CVE-2025-9677Shared CWE-926
CVE-2025-7940Shared CWE-926
CVE-2025-10722Shared CWE-926
CVE-2026-57848Shared CWE-926
CVE-2023-41827Shared CWE-926
CVE-2025-9097Shared CWE-926
CVE-2024-3479Shared CWE-926

Affected Assets

canarabank
ai1
6.3.23

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

AC-3 directly requires enforcement of authorizations on logical access, which stops an exported Android component from being reachable without proper restrictions.

Least privilege reduces the exposure of exported components by limiting unnecessary authorizations granted to other apps.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Defining and enforcing least-privilege access permissions directly prevents unauthorized export of Android components.

PR.PS-06 mostly match
prevents

Secure SDLC practices include configuring component exports and permission checks to avoid this weakness.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure-coding standards require explicit permission declarations and intent-filter restrictions to avoid improper exports.

finds

Security testing can detect exported components lacking proper restrictions, providing partial coverage of the weakness.

prevents

Enforcing information-access restrictions on exported Android components directly prevents unauthorized launch or data access.

prevents

Defining application security requirements includes specifying proper export restrictions and permission checks for components.

prevents

Secure architecture principles discourage overly permissive component exports, though the control is broader than this single weakness.

References