LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50906: e107 CMS v3.2.1 - Admin Upload Restriction Bypass + Stored XSS

e107 CMS 3.2.1 contains an upload restriction bypass vulnerability that allows authenticated administrators to upload malicious SVG files through the media manager. Attackers with admin privileges can exploit this vulnerability to upload SVG files with embedded cross-site scripting (XSS) payloads that can execute arbitrary scripts when viewed.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

e107 CMS 3.2.1 allows an administrator to upload SVG files that can contain stored cross-site scripting. The business risk is limited by the need for admin privileges and someone viewing the file, but impact can include script execution in another user’s browser within the site context.

Executive priority

Treat as a moderate-priority web CMS issue. Prioritize if e107 3.2.1 is internet-facing, has many administrators, or hosts sensitive user sessions. No active exploitation is evidenced in the provided sources.

Technical view

CVE-2022-50906 is a CWE-79 stored XSS issue in e107 CMS 3.2.1. An authenticated administrator can bypass upload restrictions through the media manager and store a malicious SVG. When viewed, embedded script may execute. CVSS v4.0 is 4.8, reflecting high privileges required and user interaction.

Likely exposure

Exposure appears limited to e107 CMS version 3.2.1 installations, especially where administrators can upload media files and SVG rendering is allowed or reachable by other users.

Exploitation context

A public ExploitDB entry and VulnCheck advisory exist. The source bundle does not show CISA KEV listing or active exploitation. Exploitation requires authenticated administrator access and a user action to view the uploaded SVG.

Researcher notes

The provided evidence names e107 CMS 3.2.1 only. A public exploit reference exists, but do not infer active exploitation. Fix information is not explicit in the bundle; validate against vendor guidance before declaring remediation complete.

Mitigation direction

  • Identify any e107 CMS 3.2.1 deployments.
  • Check e107 and advisory sources for upgrade or vendor guidance.
  • Restrict administrator access to trusted users only.
  • Disable or block SVG uploads/rendering if the platform supports it.
  • Remove untrusted SVG files from the media manager.

Validation and detection

  • Confirm the running e107 CMS version.
  • Review media manager contents for unexpected SVG files.
  • Review logs for recent administrator media uploads.
  • Verify administrative accounts are authorized and still needed.
  • Check the e107 download page for current available versions.
Prepared
Confidence
high
Sources
6

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-50906 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
4.8 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA: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
5Source 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
4.8CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

4.8Medium
CVSS 4.0 vector shape for CVE-2022-50906Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
e107e107 CMS3.2.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.