LiveActive security incident?Get immediate response
CVE Record

CVE-2025-48595: In multiple locations, there is a possible way to achieve code execution due to an integer overflow.

In multiple locations, there is a possible way to achieve code execution due to an integer overflow. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.

HighCVSS 8.4Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2025-48595 is an Android vulnerability that could let an attacker gain higher privileges and execute code on a device. It does not require user interaction or existing privileges. CISA lists it as known exploited, so organizations with Android fleets should treat it as urgent.

Executive priority

Urgent for organizations managing Android devices, especially mobile fleets and privileged-user devices. Known exploitation and no-user-interaction requirements justify accelerated patch validation and deployment.

Technical view

Android reports integer overflow issues in multiple locations, classified as CWE-190. The CVSS 3.1 score is 8.4 with local attack vector, low complexity, no privileges required, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is likely on Android 14, 15, 16, and 16-qpr2 devices that have not received the relevant June 2026 Android security updates. Actual exposure depends on OEM, carrier, and device patch delivery.

Exploitation context

CISA KEV inclusion supports known exploitation in the wild. The provided sources do not describe exploit mechanics, affected components, campaigns, or indicators. The attack vector is local, but no user interaction or prior privileges are required.

Researcher notes

The public description is sparse: no affected component, patch commit, or exploit details are provided in the bundle. Analysis should stay anchored to Android bulletin updates, CVSS, CWE-190, and CISA KEV status until vendors publish more detail.

Mitigation direction

  • Apply the Android 2026-06-01 security bulletin updates when available for affected devices.
  • Prioritize Android 14, 15, 16, and 16-qpr2 devices.
  • Check OEM or carrier advisories for device-specific patch availability.
  • Retire, replace, or restrict devices that cannot receive relevant updates.
  • For managed fleets, enforce minimum Android security patch levels after testing.

Validation and detection

  • Inventory Android OS versions and security patch levels across managed devices.
  • Confirm whether devices run Android 14, 15, 16, or 16-qpr2.
  • Verify OEM builds include the Android 2026-06-01 bulletin fixes.
  • Check CISA KEV status and internal prioritization queues.
  • Monitor vendor advisories for updated affected-version or patch guidance.
Prepared
Confidence
medium
Sources
4

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-190: 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

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-2025-48595 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.4 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

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
5Timeline events
1ADP providers
3Source links

CISA KEV status

Status
Known exploited
Source
CISA-ADP
Date added
KEV reference

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: activeAutomatable: noTechnical Impact: total

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.4CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H2.55.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

8.4High
CVSS 3.1 vector shape for CVE-2025-48595Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. Added to KEVCISA-ADP

    CISA Known Exploited Vulnerabilities metadata lists this CVE as known exploited.

  4. ADP timelineCISA-ADP

    CVE-2025-48595 added to CISA KEV

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvcother:kev
  • 2026-06-02T00:00:00.000Z: CVE-2025-48595 added to CISA KEV
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GoogleAndroid16-qpr2, 16, 15, 14unaffected
Weakness

CWE details

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

CWE-190 · source CWE mapping

Integer Overflow or Wraparound

Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.