CVE-2021-46872
- EPSS 0.67%
- Veröffentlicht 13.01.2023 06:15:10
- Zuletzt bearbeitet 07.04.2025 20:15:17
An issue was discovered in Nim before 1.6.2. The RST module of the Nim language stdlib, as used in NimForum and other products, permits the javascript: URI scheme and thus can lead to XSS in some applications. (Nim versions 1.6.2 and later are fixed;...
CVE-2021-29495
- EPSS 0.11%
- Veröffentlicht 07.05.2021 16:15:08
- Zuletzt bearbeitet 21.11.2024 06:01:15
Nim is a statically typed compiled systems programming language. In Nim standard library before 1.4.2, httpClient SSL/TLS certificate verification was disabled by default. Users can upgrade to version 1.4.2 to receive a patch or, as a workaround, set...
CVE-2021-21372
- EPSS 1.79%
- Veröffentlicht 26.03.2021 22:15:12
- Zuletzt bearbeitet 21.11.2024 05:48:13
Nimble is a package manager for the Nim programming language. In Nim release version before versions 1.2.10 and 1.4.4, Nimble doCmd is used in different places and can be leveraged to execute arbitrary commands. An attacker can craft a malicious entr...
CVE-2021-21373
- EPSS 0.19%
- Veröffentlicht 26.03.2021 22:15:12
- Zuletzt bearbeitet 21.11.2024 05:48:13
Nimble is a package manager for the Nim programming language. In Nim release versions before versions 1.2.10 and 1.4.4, "nimble refresh" fetches a list of Nimble packages over HTTPS by default. In case of error it falls back to a non-TLS URL http://i...
CVE-2021-21374
- EPSS 0.31%
- Veröffentlicht 26.03.2021 22:15:12
- Zuletzt bearbeitet 21.11.2024 05:48:13
Nimble is a package manager for the Nim programming language. In Nim release versions before versions 1.2.10 and 1.4.4, "nimble refresh" fetches a list of Nimble packages over HTTPS without full verification of the SSL/TLS certificate due to the defa...
CVE-2020-15690
- EPSS 2.52%
- Veröffentlicht 30.01.2021 06:15:12
- Zuletzt bearbeitet 21.11.2024 05:06:01
In Nim before 1.2.6, the standard library asyncftpclient lacks a check for whether a message contains a newline character.
- EPSS 2.09%
- Veröffentlicht 14.08.2020 19:15:12
- Zuletzt bearbeitet 21.11.2024 05:06:01
In Nim 1.2.4, the standard library browsers mishandles the URL argument to browsers.openDefaultBrowser. This argument can be a local file path that will be opened in the default explorer. An attacker can pass one argument to the underlying open comma...
CVE-2020-15693
- EPSS 1.09%
- Veröffentlicht 14.08.2020 19:15:12
- Zuletzt bearbeitet 21.11.2024 05:06:01
In Nim 1.2.4, the standard library httpClient is vulnerable to a CR-LF injection in the target URL. An injection is possible if the attacker controls any part of the URL provided in a call (such as httpClient.get or httpClient.post), the User-Agent h...
CVE-2020-15694
- EPSS 1.09%
- Veröffentlicht 14.08.2020 19:15:12
- Zuletzt bearbeitet 21.11.2024 05:06:01
In Nim 1.2.4, the standard library httpClient fails to properly validate the server response. For example, httpClient.get().contentLength() does not raise any error if a malicious server provides a negative Content-Length.