TinyEnv: Missing .env file not required — may cause unexpected behavior
Moderate severity
GitHub Reviewed
Published
Sep 8, 2025
in
datahihi1/tiny-env
•
Updated Sep 10, 2025
Package
Affected versions
< 1.0.3
>= 1.0.9, < 1.0.11
Patched versions
1.0.3
1.0.11
Description
Published by the National Vulnerability Database
Sep 9, 2025
Published to the GitHub Advisory Database
Sep 9, 2025
Reviewed
Sep 9, 2025
Last updated
Sep 10, 2025
Impact
TinyEnv did not require the
.env
file to exist when loading environment variables.This could lead to unexpected behavior where the application silently ignores missing configuration, potentially causing insecure defaults or deployment misconfigurations.
Affected versions:
Patches
The issue has been fixed in version 1.0.11.
All users should upgrade to
1.0.11
or later.Workarounds
As a workaround, users can manually verify the existence of the
.env
file before initializing TinyEnv, for example: