The process-execute and process-spawn procedures did not free memory correctly when the execve() call failed, resulting in a memory leak. This could be abused by an attacker to cause resource exhaustion or a denial of service. This affects all releases of CHICKEN up to and including 4.11 (it will be fixed in 4.12 and 5.0, which are not yet released).
The product does not properly control the allocation and maintenance of a limited resource.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Chicken | Call-cc | * | 4.11.0 (including) |
Chicken | Ubuntu | artful | * |
Chicken | Ubuntu | esm-apps/xenial | * |
Chicken | Ubuntu | precise | * |
Chicken | Ubuntu | trusty | * |
Chicken | Ubuntu | upstream | * |
Chicken | Ubuntu | xenial | * |
Chicken | Ubuntu | yakkety | * |
Chicken | Ubuntu | zesty | * |
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.