mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 01:49:30 +02:00
20 lines
1.3 KiB
Markdown
20 lines
1.3 KiB
Markdown
### [CVE-2021-21374](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21374)
|
|

|
|

|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://consensys.net/diligence/vulnerabilities/nim-insecure-ssl-tls-defaults-remote-code-execution/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|