Octorpki · Octorpki · CVE-2021-3912
**Name of the Vulnerable Software and Affected Versions**
OctoRPKI (affected versions not specified)
**Description**
The issue allows an attacker to create a repository that can cause OctoRPKI to run out of memory and crash. This is possible because OctoRPKI tries to load the entire contents of a repository in memory, and in the case of a GZIP bomb, it unzips it in memory. The `HTTPFetcher.GetXML` function reads a response of unlimited size into memory, permitting resource exhaustion.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.