Denial of Service Vulnerability in Go's ZIP Archive Handling
CVE-2025-61728
6.5MEDIUM
What is CVE-2025-61728?
The Go archive/zip package is vulnerable to a denial of service (DoS) attack caused by a super-linear file name indexing algorithm triggered when opening ZIP files. If a user attempts to access a maliciously constructed ZIP archive, the indexing algorithm may consume excessive resources, leading to potential service interruptions. It is crucial for users of the affected package to apply updates and monitor for any patches to mitigate this risk.
Affected Version(s)
archive/zip 0 < 1.24.12
archive/zip 1.25.0 < 1.25.6
