CVE-2020-37014
Description
Tryton 5.4 contains a persistent cross-site scripting vulnerability in the user profile name input that allows remote attackers to inject malicious scripts. Attackers can exploit the vulnerability by inserting script payloads in the name field, which execute in the frontend and backend user interfaces.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Tryton 5.4 contains a persistent XSS vulnerability in the user profile name field, allowing remote attackers to inject malicious scripts that execute in frontend and backend interfaces.
CVE-2020-37014 is a persistent cross-site scripting (XSS) vulnerability in Tryton version 5.4. The flaw resides in the user profile name input field, where the application fails to properly sanitize user-supplied input before storing it. This allows an attacker to inject arbitrary script code into the name parameter [1][2].
Exploitation requires only low-privileged access to the Tryton web application. An attacker can submit a crafted POST request containing malicious JavaScript in the name field of the User Profile module. The injected payload is then stored on the server and executed whenever the profile name is rendered in the frontend user interface (e.g., the avatar area) or in the backend administration views [1][2].
Successful exploitation can lead to session hijacking, persistent phishing attacks, and redirection of users to malicious sites. Because the script executes in the context of the affected application, it can also be used to manipulate application modules or steal sensitive data [1][2].
The vulnerability was publicly disclosed in May 2020. The Tryton project released a security update addressing issue #9351, which likely patches this vulnerability. Users are advised to upgrade to a supported version [1].
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5News mentions
0No linked articles in our index yet.