Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
HighPublic exploit

Android CallRedirectionProcessor permission bypass leading to local privilege escalation

IdentifiersCVE-2023-40130CWE-863

CVE-2023-40130 is an Android System elevation-of-privilege vulnerability in the CallRedirectionProcessor component. According to the provided description, the flaw exists in notifyTimeout and is caused by a logic error that results in a permission bypass. Successful exploitation can allow a local attacker to trigger background activity launch and achieve local escalation of privilege without requiring additional execution privileges. User interaction is not required.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

A successful exploit can bypass intended permission checks in the affected Android System component, enabling a local attacker or malicious app to escalate privileges beyond its normal app context. The vulnerability also permits background activity launch, which can undermine Android’s execution and activity-start restrictions. This can increase attacker capability for unauthorized actions on the device without user involvement.

Mitigation

If you can’t patch tonight, do this now.

Until patches are applied, reduce exposure by limiting installation of untrusted or low-reputation applications, enforcing application allowlisting where possible, and ensuring devices only run software from trusted sources. Enterprise environments should use managed-device controls to restrict sideloading and accelerate deployment of OEM security updates. No specific configuration-based mitigation is provided in the supplied content.

Remediation

Patch, then assume compromise.

Apply the Android security updates that address CVE-2023-40130, as referenced in the Android security bulletin context. Devices should be updated to a security patch level that includes the fix from Google and any corresponding OEM-provided update that incorporates the Android System remediation.
PUBLIC EXPLOITS

Exploits

1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.

VALID 1 / 1 TOTALView more in app
CVE-2023-40130MaturityPoCVerified exploit

This repository is an Android proof-of-concept (POC) application demonstrating a technique to start an activity from the background by chaining a CallRedirectionService and a JobService. The core Java files are BgService.java, MyCallRedirectionService.java, MainActivity.java, and TestActivity.java. The exploit works by requesting the call redirection role, then, upon a call event, the MyCallRedirectionService schedules a job (via JobScheduler) that runs BgService. BgService then attempts to start TestActivity from the background using both direct startActivity and PendingIntent.send(). This approach is designed to test or potentially bypass Android's restrictions on background activity launches introduced in recent Android versions (API 31+). The manifest declares the necessary permissions and exports the relevant services. The repository is structured as a standard Android Studio project, with supporting Gradle build files and resource XMLs. No hardcoded network endpoints or external IPs are present; the attack vector is local, requiring the app to be installed and granted the appropriate permissions and roles.

wrluDisclosed May 27, 2025javaxmllocal
EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
GoogleAndroidoperating_system

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

ACTIVITY FEED

Recent activity

3 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity2

Community discussion across Reddit, Mastodon, and other social sources.