LiveActive security incident?Get immediate response
CVE Record

CVE-2022-24876: Stored cross site scrpting in GLPI's Kanban

GLPI is a Free Asset and IT Management Software package, that provides ITIL Service Desk features, licenses tracking and software auditing. Kanban is a GLPI view to display Projects, Tickets, Changes or Problems on a task board. In versions prior to 10.0.1 a user can exploit a cross site scripting vulnerability in Kanban by injecting HTML code in its user name. Users are advised to upgrade. There are no known workarounds for this issue.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2022-24876Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
glpi-projectglpi< 10.0.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

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.