CVE-2020-15703: aptdaemon Information Disclosure via Improper Input Validation in Transaction class
4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.13111%
CWE
Published
5/24/2022
Updated
8/16/2023
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| aptdaemon | pip | < 1.1.1 | 1.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing path validation in the locale handling of Transaction class. The patch adds a check for '/' in locale_str, confirming the flaw existed in _set_locale method. The CVE-2020-15703.patch directly modifies this function in core.py, and the vulnerability description matches this code context.