There are 3 open security issues in buster.
3 issues left for the package maintainer to handle:
- CVE-2020-8131:
(needs triaging)
Arbitrary filesystem write vulnerability in Yarn before 1.22.0 allows attackers to write to any path on the filesystem and potentially lead to arbitrary code execution by forcing the user to install a malicious package.
- CVE-2019-10773:
(needs triaging)
In Yarn before 1.21.1, the package install functionality can be abused to generate arbitrary symlinks on the host filesystem by using specially crafted "bin" keys. Existing files could be overwritten depending on the current user permission set.
- CVE-2019-15608:
(needs triaging)
The package integrity validation in yarn < 1.19.0 contains a TOCTOU vulnerability where the hash is computed before writing a package to cache. It's not computed again when reading from the cache. This may lead to a cache pollution attack.
You can find information about how to handle these issues in the security team's documentation.