Vulnerabilities (CVE)

Filtered by vendor Gnu Subscribe
Filtered by product Guile
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2016-8605 2 Fedoraproject, Gnu 2 Fedora, Guile 2023-12-10 5.0 MEDIUM 5.3 MEDIUM
The mkdir procedure of GNU Guile temporarily changed the process' umask to zero. During that time window, in a multithreaded application, other threads could end up creating files with insecure permissions. For example, mkdir without the optional mode argument would create directories as 0777. This is fixed in Guile 2.0.13. Prior versions are affected.
CVE-2016-8606 2 Fedoraproject, Gnu 2 Fedora, Guile 2023-12-10 7.5 HIGH 9.8 CRITICAL
The REPL server (--listen) in GNU Guile 2.0.12 allows an attacker to execute arbitrary code via an HTTP inter-protocol attack.