Início
Tendências
Vulnerabilidades
Notícias
Pesquisadores
Por que dbugs?

Vasilij Schneidermann

#15659de 53,635
17.3CVSS total
Vulnerabilidades · 2
Alta
1
Crítica
1
PT-2017-9029
9.8
2017-01-10
Chicken · Chicken Scheme · CVE-2016-6830
**Name of the Vulnerable Software and Affected Versions** CHICKEN Scheme versions prior to 4.12 **Description** The issue arises from the "process-execute" and "process-spawn" procedures in CHICKEN Scheme, which utilize fixed-size buffers to hold arguments and environment variables for the execve() call. This can lead to a buffer overrun when user-supplied argument or environment variable lists are used. **Recommendations** For versions prior to 4.12, update to version 4.12 or 5.0 when available to resolve the issue. As a temporary workaround, consider restricting the use of the "process-execute" and "process-spawn" procedures to minimize the risk of exploitation.
PT-2017-9030
7.5
2017-01-10
Chicken · Chicken · CVE-2016-6831
**Name of the Vulnerable Software and Affected Versions** CHICKEN versions prior to 4.12 **Description** The issue arises from the `process-execute` and `process-spawn` procedures not freeing memory correctly when the `execve()` call fails, leading to a memory leak. This could be exploited by an attacker to cause resource exhaustion or a denial of service. **Recommendations** For versions prior to 4.12, update to version 4.12 or 5.0 when available to resolve the issue. As a temporary workaround, consider implementing measures to monitor and limit resource usage to minimize the risk of exploitation.