Security readout for executives and security teams
Plain-English summary
This issue concerns Strapi 4.1.12 allowing permitted Media Library users to upload PDF files that may contain JavaScript. If those files are publicly accessible, a victim who opens a crafted PDF could face XSS-style browser risk. The CVE note says this behavior may align with Strapi documentation and configuration choices.
Executive priority
Prioritize as moderate when content contributors or external users can upload media. If only trusted administrators can upload PDFs, urgency is lower, but the configuration should still be reviewed because public assets can be externally accessible.
Technical view
CVE-2022-32114 describes unrestricted file upload in Strapi's Add New Assets function enabling XSS via crafted PDFs. The record notes users with Media Library Create upload permission can upload PDFs, public assets are externally accessible unless dot-prefixed, and administrators can restrict allowed media types to image, video, and audio.
Likely exposure
Exposure is most likely in Strapi 4.1.12 deployments where non-admin or less-trusted users have Media Library Create upload permission and PDF uploads remain allowed in public assets.
Exploitation context
The provided sources do not show KEV listing or active exploitation evidence. Exploitation appears to require upload permission and a victim interacting with the uploaded crafted PDF.
Researcher notes
Evidence is nuanced: the CVE note says Strapi documentation permits PDF uploads with JavaScript for users granted upload permission. No CVSS, CWE, CPE, patch, or KEV signal is provided. Treat validation as a configuration and trust-boundary assessment, not proof of universal exposure.
Mitigation direction
- Restrict Media Library Create upload permission to trusted administrators only.
- Disable PDF uploads where business workflows do not require them.
- Review public asset exposure and avoid publishing untrusted uploaded files.
- Check Strapi vendor guidance for supported versions and any remediation.
- Document the accepted risk if PDF uploads must remain enabled.
Validation and detection
- Inventory Strapi instances and confirm whether version 4.1.12 is present.
- Review administrator roles for Media Library Create upload permission.
- Check allowed media types for PDF acceptance.
- Audit public asset storage for unexpected or user-supplied PDFs.
- Review upload logs for unusual PDF upload activity.
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.
File access behavior lookup
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2022-32114 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
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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 and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/bypazs/strapiCVE reference
- https://grimthereaperteam.medium.com/strapi-v4-1-12-unrestricted-file-upload-b993bfd07e4eCVE reference
- https://docs.strapi.io/dev-docs/configurations/public-assetsCVE reference
- https://docs.strapi.io/user-docs/users-roles-permissions/configuring-administrator-rolesCVE reference
- https://github.com/strapi/strapi/blob/d9277d616b4478a3839e79e47330a4aaf167a2f1/packages/core/upload/admin/src/components/MediaLibraryInput/index.js#L33CVE reference
- https://github.com/strapi/strapi/blob/d9277d616b4478a3839e79e47330a4aaf167a2f1/packages/core/content-type-builder/admin/src/components/AllowedTypesSelect/index.js#L14CVE reference
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.
