theskumar/python-dotenv

theskumar/python-dotenv

Releases51
Frequency2 months 3 weeks
Last Release
Stars8.78K
Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.

CVE History

CVEPublishedCVSS v3CVSS v2
6.6 MEDIUM

python-dotenv reads key-value pairs from a .env file and can set them as environment variables. Prior to version 1.2.2, `set_key()` and `unset_key()` in python-dotenv follow symbolic links when rewriting `.env` files, allowing a local attacker to overwrite arbitrary files via a crafted symlink when a cross-device rename fallback is triggered. Users should upgrade to v.1.2.2 or, as a workaround, apply the patch manually.