LOW 3.3

CVE-2026-0134: Android Factory Reset Data Persistence Vulnerability

A logic error in Android's factory reset process allows sensitive data to persist on the device after a reset completes. An attacker with local access to the device can read this leftover information without needing special privileges or user interaction. While the exposure is limited to local information disclosure, the issue is particularly concerning because factory reset is a key data-wiping mechanism users rely on before selling, donating, or recycling devices.

Source data · NVD / CISA · public domain

CVSS
3.1 · 3.3 LOW · CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Weaknesses (CWE)
CWE-1188
Affected products
1 configuration(s)
Published / Modified
2026-06-16 / 2026-06-17

NVD description (verbatim)

In PostWipeData of recovery_ui.cpp, there is a possible data persistence issue after a factory reset due to a logic error in the code. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-0134 stems from a flaw in the PostWipeData function within recovery_ui.cpp on Android devices. During factory reset operations, certain data structures fail to be properly cleared due to a logic error in the code path. This allows residual sensitive information to remain accessible in memory or storage that should have been erased. The vulnerability requires local access but no elevated privileges, and exploitation occurs without user interaction once physical or logical device access is established.

Business impact

For device manufacturers and carriers, this vulnerability undermines the integrity of the factory reset feature—a critical mechanism for data sanitization. Organizations managing device fleets, retailers processing returned devices, and customers reselling hardware face elevated risk of data leakage. This could result in regulatory compliance issues (GDPR, state privacy laws), customer trust erosion, and potential liability if personal or sensitive corporate data is exposed through seemingly-wiped devices.

Affected systems

Google Android devices are affected. The vulnerability exists in the recovery partition's UI component. Specific version ranges should be verified against Google's official security advisory, as patch versions are not enumerated in the available intelligence. Devices running affected Android versions that have not received the patched recovery image remain vulnerable.

Exploitability

Exploitation requires local access to the device—either physical possession or logical access via ADB (Android Debug Bridge) or similar local interfaces. No network access, no elevated system privileges, and no user interaction are required once access is obtained. This makes the vulnerability practical for attackers with hands-on device access, such as supply chain actors, refurbishment facilities, or individuals with temporary physical possession. The low CVSS score (3.3) reflects the local-only attack vector, but the real-world risk is elevated in scenarios where devices change hands.

Remediation

Apply the security patch provided by Google for affected Android versions. The patch addresses the logic error in PostWipeData to ensure complete data sanitization during factory reset. Device manufacturers should prioritize deploying this update to their recovery partitions. Organizations should verify patch availability for their specific device models and Android versions through official vendor channels.

Patch guidance

Consult Google's official Android Security & Privacy Year in Review or security bulletin for specific patched versions and release timelines. Device-level patches typically ship as system updates; verify your device model's update status through Settings > About Phone > System Update. For enterprise-managed devices, use your MDM platform to verify and enforce deployment of patched recovery images. Test patches in a controlled environment before wide-scale rollout to ensure no impact on factory reset workflows.

Detection guidance

Detection of past exploitation is difficult, as the vulnerability leaves residual data rather than forensic artifacts of the attack itself. Monitor for unusual access to recovery mode or repeated factory reset attempts on managed devices. For forensic investigation of potentially compromised devices, engage data recovery specialists to analyze unallocated space post-reset. Implement device inventory and history tracking to identify devices that may have been subject to unauthorized access before reaching end users.

Why prioritize this

Although assigned a LOW severity score due to its local-attack-only nature, this vulnerability should receive attention proportional to your organization's role in the device lifecycle. For retailers, refurbishment centers, and managed-device programs, prioritize patching to protect customer privacy and regulatory compliance. For individual consumers, prioritization is lower unless you plan to resell or donate your device soon. The gap between CVSS score and business risk underscores the importance of context-driven remediation strategies.

Risk score, explained

The CVSS 3.1 score of 3.3 (LOW) reflects a local attack vector (AV:L), low complexity (AC:L), and limited privilege requirements (PR:L), with confidentiality impact (C:L) but no integrity or availability impact. This scoring appropriately captures the technical constraints: an attacker must already have local device access. However, the score does not account for the strategic importance of factory reset as a data-protection mechanism, nor the supply-chain and refurbishment scenarios where local access is commonplace. Risk assessment should layer business context on top of the CVSS metric.

Frequently asked questions

Will my device automatically receive the patch?

Device updates depend on your manufacturer's update schedule. Check Settings > About Phone > System Update on Android to see if a patch is available. Carrier-locked devices may receive updates through your carrier first. For enterprise devices, your IT team will manage deployment through MDM.

Is my data at risk if I've already done a factory reset?

If you factory-reset an affected device before the patch was installed, residual data may remain. Affected data is typically limited to what was in memory or specific storage structures targeted by the bug, not your entire user data partition. For maximum assurance, use a full-disk encryption tool on sensitive devices and verify encryption was enabled before any sensitive data was stored.

How is this different from other data-persistence bugs?

This flaw is specific to the recovery partition's reset process, which is supposed to be the most thorough data-wipe mechanism available. Unlike bugs in the main Android OS that might miss data, this one exists at the lowest firmware level, making it harder for users to mitigate without a patch.

Do I need to worry if I only use my device locally and never sell it?

The direct risk to you is low if you never resell or donate the device, since no one else would have access. However, if your device is lost, stolen, or serviced by a third party, the vulnerability becomes relevant. Enabling full-disk encryption provides a defense-in-depth measure independent of this patch.

This analysis is provided for informational purposes and represents SEC.co's interpretation of available intelligence as of the publication date. CVSS scores, CWE classifications, and patch timelines are sourced from official vendor advisories and the National Vulnerability Database. Specific patch versions, affected device models, and release dates should be verified directly with Google's security advisories and your device manufacturer before deployment. This vulnerability intelligence does not constitute security advice specific to your organization; conduct your own risk assessment based on your device inventory, business processes, and threat model. No exploit code or weaponized proof-of-concept is provided or endorsed. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).