cve/2023/CVE-2023-5752.md

27 lines
1.3 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-5752](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-5752)
![](https://img.shields.io/static/v1?label=Product&message=pip&color=blue)
2024-05-28 08:49:17 +00:00
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
2024-05-25 21:48:12 +02:00
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-77%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20a%20Command%20('Command%20Injection')&color=brighgreen)
### Description
When installing a package from a Mercurial VCS URL (ie "pip install hg+...") with pip prior to v23.3, the specified Mercurial revision could be used to inject arbitrary configuration options to the "hg clone" call (ie "--config"). Controlling the Mercurial configuration can modify how and which repository is installed. This vulnerability does not affect users who aren't installing from Mercurial.
### POC
#### Reference
No PoCs from references.
#### Github
2024-05-28 08:49:17 +00:00
- https://github.com/Murken-0/docker-vulnerabilities
- https://github.com/PaulZtx/docker_practice
2024-05-25 21:48:12 +02:00
- https://github.com/Viselabs/zammad-google-cloud-docker
- https://github.com/alex-grandson/docker-python-example
2024-05-28 08:49:17 +00:00
- https://github.com/efrei-ADDA84/20200511
2024-05-25 21:48:12 +02:00
- https://github.com/egorvozhzhov/docker-test
- https://github.com/jbugeja/test-repo
2024-05-28 08:49:17 +00:00
- https://github.com/malinkamedok/devops_sandbox
- https://github.com/mmbazm/device_api
- https://github.com/nqrm/sdl_docker
2024-05-25 21:48:12 +02:00