Security readout for executives and security teams
Plain-English summary
GLPI versions before 10.0.1 allow a logged-in user to store HTML in their username that can execute as cross-site scripting in Kanban views. This is not a system takeover, but it can expose data or alter actions for users who view affected boards. Upgrade is the vendor-recommended resolution.
Executive priority
Schedule remediation in the normal vulnerability cycle, faster for internet-facing or broadly shared GLPI deployments. The issue can affect user trust and data confidentiality, but available evidence supports moderate urgency rather than emergency response.
Technical view
CVE-2022-24876 is stored XSS in GLPI Kanban affecting glpi-project GLPI versions below 10.0.1. The attack vector is network-accessible, low complexity, requires low privileges, and requires another user to interact with the affected Kanban view. CVSS 3.1 is 5.4 with low confidentiality and integrity impact.
Likely exposure
Exposure is limited to organizations running GLPI before 10.0.1 and using Kanban views for Projects, Tickets, Changes, or Problems. Risk is higher where many low-privileged or external users can set profile names and where administrators routinely view shared Kanban boards.
Exploitation context
The source bundle does not show CISA KEV listing or known active exploitation. Exploitation requires an authenticated user to inject HTML into their username and another user to view the affected Kanban context. Treat as plausible insider or compromised-account abuse, not confirmed widespread exploitation.
Researcher notes
The affected component is GLPI Kanban rendering of user names. The CVSS vector indicates authenticated, low-complexity stored XSS with user interaction and changed scope. Sources state no workarounds; avoid assuming sanitization rules or backportable fixes beyond vendor guidance.
Mitigation direction
- Upgrade GLPI to version 10.0.1 or later.
- Check vendor advisory before applying compensating controls.
- Limit who can create or modify GLPI user names until upgraded.
- Review suspicious GLPI usernames containing HTML-like markup.
- Prioritize systems exposed to broad user populations or third parties.
Validation and detection
- Inventory GLPI instances and confirm installed versions.
- Verify whether each instance is below 10.0.1.
- Confirm Kanban views are enabled or used for tracked objects.
- Review user profile names for unexpected markup.
- After upgrade, confirm GLPI reports version 10.0.1 or later.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2022-24876 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.4 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.4MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/glpi-project/glpi/security/advisories/GHSA-33g2-m556-gccrCVE reference · x_refsource_CONFIRM
- https://github.com/glpi-project/glpi/commit/9a3c7487c8761eaa8f3b07589d6dcdfa5d1e4ed6CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
