CVE-2021-21374
26.03.2021, 22:15
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.Enginsight
Vendor | Product | Version |
---|---|---|
nim-lang | nim | 𝑥 < 1.2.10 |
nim-lang | nim | 1.4.0 ≤ 𝑥 < 1.4.4 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-348 - Use of Less Trusted SourceThe software has two different sources of the same data or information, but it uses the source that has less support for verification, is less trusted, or is less resistant to attack.
- CWE-295 - Improper Certificate ValidationThe software does not validate, or incorrectly validates, a certificate.