cve/2018/CVE-2018-12556.md

19 lines
899 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-12556](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12556)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The signature verification routine in install.sh in yarnpkg/website through 2018-06-05 only verifies that the yarn release is signed by any (arbitrary) key in the local keyring of the user, and does not pin the signature to the yarn release key, which allows remote attackers to sign tampered yarn release packages with their own key.
### POC
#### Reference
- http://packetstormsecurity.com/files/152703/Johnny-You-Are-Fired.html
2024-06-09 00:33:16 +00:00
- http://packetstormsecurity.com/files/152703/Johnny-You-Are-Fired.html
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.