Cyber Resilience

CVE-2025-27839

Published
08 March 2025
Modified
15 April 2026
CVSS Score v3.1 3.2
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N
EPSS Score 0.0035 28th percentile
Risk Priority 28 floored blend · peak EPSS

Summary

CVE-2025-27839 is a low-severity Comparison Using Wrong Factors (CWE-1025) vulnerability in Tangem SDK (inferred from references). Its CVSS base score is 3.2 (Low).

Operationally, ranked at the 28th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

operations/attestation/AttestationTask.kt in the Tangem SDK before 5.18.3 for Android has a logic flow in offline wallet attestation (genuineness check) that causes verification results to be disregarded during the first scan of a card. Exploitation may not have been possible.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-20342Shared CWE-1025
CVE-2026-40880Shared CWE-1025
CVE-2026-40227Shared CWE-1025
CVE-2025-2887Shared CWE-1025
CVE-2025-71377Shared CWE-1025
CVE-2026-9800Shared CWE-1025
CVE-2025-2888Shared CWE-1025
CVE-2025-32464Shared CWE-1025
CVE-2026-48860Shared CWE-1025
CVE-2025-25306Shared CWE-1025

Affected Assets

Tangem
SDK
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover incorrect comparison logic after implementation but does not stop the flaw from being written.

Requiring a documented development process and tools can embed standards that reduce introduction of erroneous comparison factors.

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.PS-06 mostly match
prevents

Secure SDLC activities such as code review and logic testing directly prevent incorrect comparison factors in code.

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.

finds

Security testing can detect incorrect comparison results during development and acceptance.

prevents

Secure development lifecycle includes requirements and reviews that can catch incorrect comparison logic.

prevents

Application security requirements can specify correct comparison criteria and validation rules.

prevents

Secure coding standards directly address proper comparison logic and factor selection.

References