CVE-2017-0360:
Tryton Information Disclosure Vulnerability
5.3
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.54229%
CWE
Published
5/13/2022
Updated
11/18/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
trytond | pip | >= 3.0.0, <= 3.0.17 | |
trytond | pip | >= 3.2.0, <= 3.2.17 | |
trytond | pip | >= 3.4.0, <= 3.4.17 | |
trytond | pip | >= 3.6.0, <= 3.6.16 | |
trytond | pip | >= 3.8.0, <= 3.8.14 | |
trytond | pip | >= 4.0.0, <= 4.0.9 | |
trytond | pip | >= 4.2.0, <= 4.2.2 | 4.2.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the insecure path validation in secure_join
, as shown in the commit diff. The patch modified this function to address the suffix bypass, and the associated test case in test_tools.py
explicitly tests for this attack vector. The CWE-269 (Improper Privilege Management) aligns with the function's failure to properly restrict file access. While file_open
is the entry point, the root cause is the flawed logic in secure_join
.