Description
The Apple Find My backend service through 2025-12-17 allows an attacker in possession of a valid PET (Private Endpoint Token) to enumerate devices and remove offline devices from an Apple ID account without triggering two-factor authentication or ownership verification. This may result in unauthorized removal of devices associated with the account.
Published: 2026-07-21
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Apple Find My backend service, as implemented up to 2025‑12‑17, contains an authentication bypass weakness (CWE‑287) and a missing authorization check (CWE‑306). An attacker who has a valid Private Endpoint Token (PET) can enumerate all devices associated with an Apple ID and remove offline devices. Because this action bypasses two‑factor authentication and ownership verification, the attacker can erase devices from an account without the user’s knowledge or consent, potentially compromising account recovery and device management.

Affected Systems

Affected systems are the Apple Find My backend component used by all Apple ID accounts that rely on PET authentication. No specific product version numbers are listed, but the vulnerability applies to all releases prior to 2025‑12‑17 as noted by the data.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate impact, while an EPSS score of less than 1% suggests that widespread exploitation is unlikely at present. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires that an attacker already possess a valid PET, implying a token compromise or leaking scenario. Once in possession, the attacker can directly interact with the backend and perform removal actions without additional privileges or further authentication steps.

Generated by OpenCVE AI on August 4, 2026 at 05:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Revoke all unused Private Endpoint Tokens immediately and enforce a rotation policy for any active tokens (mitigates authentication bypass CWE‑287 and authorization omission CWE‑306).
  • Configure the Find My backend to require two‑factor authentication for device removal even when a PET is used (addresses authentication and authorization weaknesses CWE‑287, CWE‑306).
  • Monitor audit logs for unexpected device removal events and alert administrators of suspicious activity (helps detect exploitation of authentication bypass CWE‑287 and missing authorization CWE‑306).

Generated by OpenCVE AI on August 4, 2026 at 05:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Title Apple Find My Backend Authentication Bypass Allows Device Enumeration and Removal

Thu, 30 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Title Apple Find My Backend Authentication Bypass Allows Device Enumeration and Removal

Wed, 29 Jul 2026 00:45:00 +0000

Type Values Removed Values Added
Title Apple Find My Backend: Unauthorized Device Removal via Private Endpoint Token

Sun, 26 Jul 2026 07:15:00 +0000

Type Values Removed Values Added
Title Apple Find My Backend: Unauthorized Device Removal via Private Endpoint Token

Wed, 22 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-287
CWE-306
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Description The Apple Find My backend service through 2025-12-17 allows an attacker in possession of a valid PET (Private Endpoint Token) to enumerate devices and remove offline devices from an Apple ID account without triggering two-factor authentication or ownership verification. This may result in unauthorized removal of devices associated with the account.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-22T15:46:53.127Z

Reserved: 2025-12-20T00:00:00.000Z

Link: CVE-2025-68640

cve-icon Vulnrichment

Updated: 2026-07-22T15:16:37.307Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-21T17:17:04.183

Modified: 2026-07-23T18:28:35.280

Link: CVE-2025-68640

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T06:00:05Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function