VYPR
Unrated severityNVD Advisory· Published Jun 22, 2020· Updated Aug 4, 2024

CVE-2020-13888

CVE-2020-13888

Description

Stored XSS in Kordil EDMS up to 2.2.60rc3 allows attackers to inject arbitrary JavaScript via user profile fields, leading to potential data theft or session hijacking.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Stored XSS in Kordil EDMS up to 2.2.60rc3 allows attackers to inject arbitrary JavaScript via user profile fields, leading to potential data theft or session hijacking.

Vulnerability

Kordil EDMS through version 2.2.60rc3 contains stored cross-site scripting (XSS) vulnerabilities in the users_edit.php, users_management_edit.php, and user_management.php pages. These pages do not properly sanitize user-controlled input before storing it and later rendering it in the browser. The bug is reachable without special prerequisites, as it is part of standard user management functionality. [1]

Exploitation

An attacker with the ability to edit user profiles (typically any authenticated user with user management privileges) can inject malicious JavaScript into fields such as name, email, or other profile attributes. The injected script is stored on the server and executed in the context of any administrator or user who views the affected management pages. No user interaction beyond viewing the page is required for the exploit to trigger.

Impact

Successful exploitation allows the attacker to execute arbitrary JavaScript in the browser of anyone viewing the affected pages. This can lead to session cookie theft, exfiltration of sensitive data displayed on the page, or further actions such as impersonating the victim user. The scope of compromise is limited to the browser context, but it can enable further attacks within the EDMS application.

Mitigation

As of the publication date (2020-06-22), the vendor has not released a patched version beyond 2.2.60rc3. Users are advised to restrict access to the user management pages to trusted administrators only, and to monitor for official updates on the project page [1]. No workaround is documented. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog as of the knowledge cutoff.

AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2
  • Kordil/EDMSdescription
  • Kordil/EDMSllm-fuzzy
    Range: <=2.2.60rc3

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

2

News mentions

0

No linked articles in our index yet.