LiveActive security incident?Get immediate response
CVE Record

CVE-2022-3255: Cross-site Scripting (XSS) - Reflected in pimcore/pimcore

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user. Amongst other things, the attacker can: Perform any action within the application that the user can perform. View any information that the user is able to view. Modify any information that the user is able to modify. Initiate interactions with other application users, including malicious attacks, that will appear to originate from the initial victim user.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-3255 is a reflected cross-site scripting issue in Pimcore. A successful attack could make a victim’s browser run attacker-controlled script and act with that user’s application permissions. The public data rates it medium, but impact can be serious for privileged users.

Executive priority

Treat as a scheduled security update unless Pimcore is internet-facing, heavily customized, or used by high-privilege administrators. Prioritize confirming exposure because the public record lacks exact affected versions.

Technical view

The CVE describes CWE-79 reflected XSS in pimcore/pimcore with CVSS 3.0 score 6.8. The vector indicates network reachability, low attack complexity, high privileges required, and victim interaction required, with high confidentiality, integrity, and availability impact if exploited.

Likely exposure

Exposure is limited to organizations running affected Pimcore code. The source bundle does not identify exact vulnerable versions, CPEs, routes, or fixed release numbers, so teams must verify against Pimcore advisory and commit history.

Exploitation context

The bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation appears to require an attacker with high privileges and a victim interaction, reducing broad internet-scale likelihood but leaving privileged-account abuse risk.

Researcher notes

Do not assume exploit availability or affected version ranges from the bundle. The key gaps are vulnerable versions, affected endpoint details, fixed release mapping, and exploit telemetry. Base validation on Pimcore’s advisory and the referenced patch.

Mitigation direction

  • Check Pimcore guidance for affected and fixed versions.
  • Upgrade to a Pimcore release containing the referenced fix.
  • If maintaining a fork, review commit 1e916e7d668c9e47b217e20cc0ea4812f466201b.
  • Limit privileged Pimcore access to trusted users.
  • Apply least privilege for administrative accounts.

Validation and detection

  • Inventory all Pimcore deployments and versions.
  • Confirm whether the referenced fix commit is present.
  • Review vendor advisory details for affected routes or components.
  • Use authorized XSS testing to confirm reflected output is safely encoded.
  • Review privileged-user activity for unusual browser-driven actions.
Prepared
Confidence
medium
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-3255 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
6.8 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H

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
6.8CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H0.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

6.8Medium
CVSS 3.0 vector shape for CVE-2022-3255Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H

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
pimcorepimcore/pimcoreunspecifiedListed
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.