Cyber Resilience

CVE-2025-15464

Yintibao Fun Print 6.05.15

Public PoC
Published
08 January 2026
Modified
12 February 2026
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0048 39th percentile
Risk Priority 58 floored blend · peak EPSS

Summary

CVE-2025-15464 is a high-severity Improper Export of Android Application Components (CWE-926) vulnerability in Yintibao Fun Print. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Inter-Process Communication (T1559); ranked at the 39th 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.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-15464 is a vulnerability in the Gmail Android application involving an improperly exported Activity component. This flaw enables external applications to acquire the application's context and directly launch the Gmail app with access to the user's inbox, circumventing intended security controls. Classified under CWE-926 (Improper Export of Android Application Components), it carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact with network accessibility and low attack complexity.

Any unauthenticated external application can exploit this vulnerability without user privileges or interaction beyond normal app usage. An attacker could deploy a malicious app or leverage network-accessible intents, such as from a web page, to invoke the exported Activity. Successful exploitation grants direct read access to the victim's Gmail inbox, potentially exposing sensitive email content.

KoreLogic's advisory (KL-001-2026-001) provides technical details on the issue, published on January 8, 2026, with a proof-of-concept exploit available. Additional analysis appears in the Full Disclosure mailing list archive for January 2026. No patches or specific mitigations are detailed in the provided references.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Exported Activity allows external applications to gain application context and directly launch Gmail with inbox access, bypassing security controls.

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-8207Shared CWE-926
CVE-2025-8258Shared CWE-926
CVE-2025-9093Shared CWE-926
CVE-2025-9672Shared CWE-926
CVE-2025-7940Shared CWE-926
CVE-2025-9677Shared CWE-926
CVE-2025-10722Shared CWE-926
CVE-2026-57848Shared CWE-926
CVE-2023-41827Shared CWE-926
CVE-2025-9097Shared CWE-926

Affected Assets

yintibao
fun print
6.05.15

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