← Back

Nim Lang

nim-lang

11 CVEs • 4 products

Products (4)

Click to collapse
Toggle
Nim
nim
Nimforum
nimforum
Nim Lang
nim-lang
Docutils
docutils

CVEs (11)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Nim Lang
2Nim
Nimforum
Jun 17, 2026
Jan 13, 2023
N/A· v4
6.1 MEDIUM· v3
N/A· v2
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 versi...Show more
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; there may be backports of the fix to some earlier versions. NimForum 2.2.0 is fixed.)Show less
1Nim Lang
2Docutils
Nimforum
Jun 17, 2026
Feb 1, 2022
N/A· v4
8.1 HIGH· v3
5.5 MEDIUM· v2
Nimforum is a lightweight alternative to Discourse written in Nim. In versions prior to 2.2.0 any forum user can create a new thread/post with an include referencing a file local to the host operating system. Nimforum wi...Show more
Nimforum is a lightweight alternative to Discourse written in Nim. In versions prior to 2.2.0 any forum user can create a new thread/post with an include referencing a file local to the host operating system. Nimforum will render the file if able. This can also be done silently by using NimForum's post "preview" endpoint. Even if NimForum is running as a non-critical user, the forum.json secrets can be stolen. Version 2.2.0 of NimForum includes patches for this vulnerability. Users are advised to upgrade as soon as is possible. There are no known workarounds for this issue.Show less
1Nim Lang
1Nim Lang
Jun 17, 2026
Aug 10, 2021
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
A vulnerability in all versions of Nim-lang allows unauthenticated attackers to write files to arbitrary directories via a crafted zip file with dot-slash characters included in the name of the crafted file.
1Nim Lang
1Nim
Jun 17, 2026
May 7, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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...Show more
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 "verifyMode = CVerifyPeer" as documented.Show less
1Nim Lang
1Nim
Jun 17, 2026
Mar 26, 2021
N/A· v4
8.1 HIGH· v3
6.8 MEDIUM· v2
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/T...Show more
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 default setting of httpClient. An attacker able to perform MitM can deliver a modified package list containing malicious software packages. If the packages are installed and used the attack escalates to untrusted code execution.Show less
1Nim Lang
1Nim
Jun 17, 2026
Mar 26, 2021
N/A· v4
5.9 MEDIUM· v3
4.3 MEDIUM· v2
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...Show more
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://irclogs.nim-lang.org/packages.json. An attacker able to perform MitM can deliver a modified package list containing malicious software packages. If the packages are installed and used the attack escalates to untrusted code execution.Show less
1Nim Lang
1Nim
Jun 17, 2026
Mar 26, 2021
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
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 attac...Show more
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 entry in the packages.json package list to trigger code execution.Show less
1Nim Lang
1Nim
Jun 17, 2026
Jan 30, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
In Nim before 1.2.6, the standard library asyncftpclient lacks a check for whether a message contains a newline character.
1Nim Lang
1Nim
Jun 17, 2026
Aug 14, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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-Lengt...Show more
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.Show less
1Nim Lang
1Nim
Jun 17, 2026
Aug 14, 2020
N/A· v4
6.5 MEDIUM· v3
6.4 MEDIUM· v2
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 http...Show more
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 header value, or custom HTTP header names or values.Show less
1Nim Lang
1Nim
Jun 17, 2026
Aug 14, 2020
N/A· v4
9.8 CRITICAL· v3
10.0 HIGH· v2
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 argumen...Show more
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 command to execute arbitrary registered system commands.Show less