CyberRota
Back to database

CVE-2026-42886

MEDIUM · CVSS 4.9 EPSS 0.05% Public Exploit

Source: NVD + CISA KEV + EPSS · Published: 2026-05-11 · Last synced: 2026-06-09

CyberRota Analysis

Bellek tüketimine neden olabilir.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-42886
Severity
MEDIUM
CVSS
4.9
EPSS
0.05%

Original NVD Description

Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, the POST /api/backups/upload endpoint decompresses the details entry from an uploaded .audiobookshelf ZIP file entirely into memory using zip.entryData(), with no limit on the decompressed size. The upload middleware also has no file size limit. An admin user can upload a crafted ZIP containing a highly compressed details entry that, when decompressed, consumes hundreds of megabytes or gigabytes of memory, crashing the server process via out-of-memory. This vulnerability is fixed in 2.32.2.