Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Datahihi1

#19274of 53,624
13.8Total CVSS
Vulnerabilities · 2
Medium
1
High
1
PT-2025-36952
7.3
2025-09-09
Tinyenv · Tiny-Env · CVE-2025-58758
Name of the Vulnerable Software and Affected Versions: TinyEnv versions 1.0.1 through 1.0.2 TinyEnv versions 1.0.9 through 1.0.10 Description: 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. Recommendations: Upgrade to version 1.0.11 or later. Manually verify the existence of the `.env` file before initializing TinyEnv.
PT-2025-36953
6.5
2025-09-09
Tinyenv · Tiny-Env · CVE-2025-58759
Name of the Vulnerable Software and Affected Versions: TinyEnv versions 1.0.9 through 1.0.10 Description: TinyEnv did not properly strip inline comments inside .env values. This could lead to unexpected behavior or misconfiguration, where variables contain unintended characters, including # or comment text. Applications depending on strict environment values may expose logic errors, insecure defaults, or failed authentication. Recommendations: Upgrade to version 1.0.11. Avoid using inline comments in .env files. Manually sanitize loaded values as a temporary workaround.