The vulnerability allows any authenticated user to cause the PeerTube server to stop functioning in a persistent manner. 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. If the yauzl library encounters a filename that is considered illegal, it raises an exception that is uncaught by PeerTube, leading to a crash which repeats infinitely on startup.
References
Configurations
No configuration.
History
15 Apr 2025, 13:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-04-15 13:15
Updated : 2025-04-15 18:39
NVD link : CVE-2025-32944
Mitre link : CVE-2025-32944
CVE.ORG link : CVE-2025-32944
JSON object : View
Products Affected
No product.
CWE
CWE-248
Uncaught Exception