OctoRPKI does not limit the length of a connection, allowing for a slowloris DOS attack to take place which makes OctoRPKI wait forever. Specifically, the repository that OctoRPKI sends HTTP requests to will keep the connection open for a day before a response is returned, but does keep drip feeding new bytes to keep the connection alive.
The product does not properly control the allocation and maintenance of a limited resource.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Octorpki | Cloudflare | * | 1.3.0 (excluding) |
Cfrpki | Ubuntu | hirsute | * |
Cfrpki | Ubuntu | impish | * |
Cfrpki | Ubuntu | kinetic | * |
Cfrpki | Ubuntu | lunar | * |
Cfrpki | Ubuntu | mantic | * |
Cfrpki | Ubuntu | trusty | * |
Cfrpki | Ubuntu | upstream | * |
Cfrpki | Ubuntu | xenial | * |
Mitigation of resource exhaustion attacks requires that the target system either:
The first of these solutions is an issue in itself though, since it may allow attackers to prevent the use of the system by a particular valid user. If the attacker impersonates the valid user, they may be able to prevent the user from accessing the server in question.
The second solution is simply difficult to effectively institute – and even when properly done, it does not provide a full solution. It simply makes the attack require more resources on the part of the attacker.