CVE-2024-32876
Last modified
CVE-2024-32876 is a high-severity vulnerability rated 8.5/10 on the CVSS scale. NewPipe is an Android app for video streaming written in Java. It supports exporting and importing backups, as a way to let users move their data to a new device effortlessly. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
NewPipe is an Android app for video streaming written in Java. It supports exporting and importing backups, as a way to let users move their data to a new device effortlessly. However, in versions 0.13.4 through 0.26.1, importing a backup file from an untrusted source could have resulted in Arbitrary Code Execution. This is because backups are serialized/deserialized using Java's Object Serialization Stream Protocol, which can allow constructing any class in the app, unless properly restricted. To exploit this vulnerability, an attacker would need to build a backup file containing the exploit, and then persuade a user into importing it. During the import process, the malicious code would be executed, possibly crashing the app, stealing user data from the NewPipe app, performing nasty actions through Android APIs, and attempting Android JVM/Sandbox escapes through vulnerabilities in the Android OS. The attack can take place only if the user imports a malicious backup file, so an attacker would need to trick a user into importing a backup file from a source they can control. The implementation details of the malicious backup file can be independent of the attacked user or the device they are being run on, and do not require additional privileges. All NewPipe versions from 0.13.4 to 0.26.1 are vulnerable. NewPipe version 0.27.0 fixes the issue by doing the following: Restrict the classes that can be deserialized when calling Java's Object Serialization Stream Protocol, by adding a whitelist with only innocuous data-only classes that can't lead to Arbitrary Code Execution; deprecate backups serialized with Java's Object Serialization Stream Protocol; use JSON serialization for all newly created backups (but still include an alternative file serialized with Java's Object Serialization Stream Protocol in the backup zip for backwards compatibility); show a warning to the user when attempting to import a backup where the only available serialization mode is Java's Object Serialization Stream Protocol (note that in the future this serialization mode will be removed completely).
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:L
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2024-32876?
How severe is CVE-2024-32876?
How do I fix CVE-2024-32876?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-32870Combodo iTop is a simple, web based IT Service Management to…5.8
- CVE-2024-32871Pimcore is an Open Source Data & Experience Management Platf…7.5
- CVE-2024-32872Umbraco workflow provides workflows for the Umbraco content …5.5
- CVE-2024-32873Evmos is the Ethereum Virtual Machine (EVM) Hub on the Cosmo…4.3
- CVE-2024-32874Frigate is a network video recorder (NVR) with realtime loca…6.8
- CVE-2024-32875Hugo is a static site generator. Starting in version 0.123.0…6.1
- CVE-2024-32877Yii 2 is a PHP application framework. During internal penetr…4.7
- CVE-2024-32878Llama.cpp is LLM inference in C/C++. There is a use of unini…8.8
- CVE-2024-32879Python Social Auth is a social authentication/registration m…4.9
- CVE-2024-3288The Logo Slider WordPress plugin before 4.0.0 does not vali…5.4
- CVE-2024-32880pyload is an open-source Download Manager written in pure Py…7.2
- CVE-2024-32881Danswer is the AI Assistant connected to company's docs, app…9.8
Are you affected by CVE-2024-32876?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
