CVE-2026-1959
Description
Stored Cross-Site Scripting (XSS) vulnerability in Loggro Pymes, via the
'descripción'
parameter in the '/loggrodemo/jbrain/MaestraCuentasBancarias' endpoint.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS vulnerability in Loggro Pymes web application allows attackers to inject malicious scripts via the 'descripción' parameter in the bank accounts endpoint.
CVE-2026-1959 is a stored cross-site scripting (XSS) vulnerability in the Loggro Pymes web application, a business management platform. The flaw resides in the '/loggrodemo/jbrain/MaestraCuentasBancarias' endpoint, where the 'descripción' parameter fails to properly sanitize user input before storage. This allows an attacker to inject arbitrary HTML or JavaScript code that will be executed when the stored data is later rendered in a victim's browser [1].
Exploitation requires no authentication (CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A) but does require user interaction—the victim must visit the affected page containing the malicious input. An attacker can craft a request to the vulnerable endpoint with a malicious payload in the 'descripción' field. Since the input is stored, any user who subsequently views the bank accounts page will trigger the script [1].
The impact is limited to the confidentiality and integrity of the session context (SC:L, SI:L). An attacker could perform actions on behalf of the victim, such as stealing session cookies, redirecting to phishing pages, or defacing the application interface. However, the CVSS vector indicates no impact to the vulnerable system itself (VC:N/VI:N/VA:N), meaning the attack is confined to the user's browser session [1].
The vulnerability has been addressed by Loggro Pymes in version 1.0.124. Users are advised to update to this version or later to mitigate the risk. No public exploit is known at the time of disclosure [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.
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.