Files
CVEs-PoC/2022/CVE-2022-2879.md
T
2025-09-29 21:09:30 +02:00

1.3 KiB

CVE-2022-2879

Description

Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.

POC

Reference

No PoCs from references.

Github