CVE Published: 14/10/2022 |
CVE Updated: 03/08/2024 |
CVE Year: 2022 Source: Go |
Vendor: Go standard library |
Product: archive/tar Status : PUBLISHED
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.