CVE-2025-55671
BaseFortify
Publication date: 2025-09-05
Last updated on: 2025-09-05
Assigner: JPCERT/CC
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kujirahand | tkeasygui | 1.0.22 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-427 | The product uses a fixed or controlled search path to find resources, but one or more locations in that path can be under the control of unintended actors. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an uncontrolled search path element issue in TkEasyGUI versions prior to v1.0.22. It means that the software improperly handles the search path for loading components or code, which can allow an attacker to execute arbitrary code with the same privileges as the running program.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker to execute arbitrary code on your system with the privileges of the program running TkEasyGUI. This could lead to unauthorized actions such as data modification, data theft, or system compromise.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update TkEasyGUI to version 1.0.22 or later by running the command: `pip install -U TkEasyGUI`. [1]