First published: Tue Apr 15 2025(Updated: )
This vulnerability allows any authenticated user to cause the server to consume very large amounts of disk space when extracting a Zip Bomb. If user import is enabled (which is the default setting), any registered user can upload an archive for importing. The code uses the yauzl library for reading the archive. The yauzl library does not contain any mechanism to detect or prevent extraction of a Zip Bomb https://en.wikipedia.org/wiki/Zip_bomb . Therefore, when using the User Import functionality with a Zip Bomb, PeerTube will try extracting the archive which will cause a disk space resource exhaustion.
Credit: reefs@jfrog.com
Affected Software | Affected Version | How to fix |
---|---|---|
PeerTube |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2025-32949 is high as it allows authenticated users to exploit the system for resource exhaustion.
To fix CVE-2025-32949, ensure user import is disabled or implement size restrictions on uploaded archives.
CVE-2025-32949 affects any instance of PeerTube where user import functionality is enabled.
A Zip Bomb is a malicious file designed to consume excessive resources when decompressed, which CVE-2025-32949 exploits.
While CVE-2025-32949 primarily causes resource exhaustion, it can potentially lead to service disruptions or data loss.