← volver
CVE-2022-2879

Unbounded memory consumption when reading headers in archive/tar

3Vexday Risk Score

Sin señal de explotación. Ningún artefacto público de explotación conocido hasta ahora.

ssvc Trackepss 1.6%
probabilidad de explotación
1.6%top 27% de las CVE
explotación observada
noninguna fuente lo reporta
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.