Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2022-20494 — Exploit app for CVE-2022-20494, a high severity permanent denial-of-service vulnerability that leverages Android's DND (Do not disturb) feature | Kitploit
Tools/GitHubGitHub/supersonic/cve-2022-20494
Android SecurityVulnerability AnalysisExploitationMobile SecurityLearning & Education
GitHubsupersonic/cve-2022-20494

CVE-2022-20494

Exploit app for CVE-2022-20494, a high severity permanent denial-of-service vulnerability that leverages Android's DND (Do not disturb) feature

View Repository
27613 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2022-20494

Download as APK

This app demonstrates a high severity permanent denial-of-service vulnerability in Android's NotificationManagerService that I discovered. After running the exploit, the device show a black screen or it will keep repeatedly crashing and rebooting.

It exploits the addAutomaticZenRule API to exhaust device memory, by crafting malicious zen rules (a.k.a. do not disturb rules) that occupy a large amount of memory. The app allows you to control the size and the amount of rules added: the predefined amount should work in almost all devices.

The app targets API 24 (Android 7.0 Nougat) but may not work in devices prior to Android Q, due to changes to the zen rule structure. It also requires the dangerous-level permission ACCESS_NOTIFICATION_POLICY to work; the app will request it upon launch.

The vulnerability was fixed - along with many other bugs in the same subsystem - in Jan 2023 Android Security Bulletin by trimming long strings within AutomaticZenRule constructors. (both normal and parcel serialization related constructors)

If you have ADB access, devices bricked due to this bug may potentially be recovered by running the following ADB command.

root@kitploit:~
adb uninstall me.sithi.cve_2022_20494

Note that this project is provided for educational purposes only; please don't use it for malicious activities.

Download Tool