CVE-2023-40130 is an Android elevation-of-privilege vulnerability in the CallRedirectionProcessor component. The flaw is located in the notifyTimeout logic, where a code logic error can cause a permission bypass. Successful exploitation allows a local attacker to trigger behavior that should be restricted by Android permission checks, resulting in local privilege escalation and the ability to launch background activity without requiring additional execution privileges. Exploitation does not require user interaction.
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.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.
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.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
5 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.