OSV 1.4.0 · github-reviewed · 修改于 2021-08-05 05:28
发布时间
2019-06-04 23:42
GitHub 审查时间
2019-06-04 23:41
NVD 发布时间
—
源文件
advisories/github-reviewed/2019/06/GHSA-pgcr-7wm4-mcv6/GHSA-pgcr-7wm4-mcv6.json
Versions of pem before 1.13.2 expose sensitive data when the readPkcs12 is used.
The readPkcs12 function reads the certificate and key data from a pkcs12 file using the encryption password. As part of this process it creates a globally readable file with a filename of 20 random 0-f characters in the temporary directory containing the password which is then read by OpenSSL. The file containing the password is never cleaned up after it is used giving access to the pkcs12 password to any other users with access to read files from the system.
Update to version 1.13.2 or later.