CVE-2023-34093
Strapi allows actors to make all attributes on a content-type public without noticing it
Record summary
CVE-2023-34093 has a selected CVSS score of 4.8 (medium).
Description
Strapi is an open-source headless content management system. Prior to version 4.10.8, anyone (Strapi developers, users, plugins) can make every attribute of a Content-Type public without knowing it. The vulnerability only affects the handling of content types by Strapi, not the actual content types themselves. Users can use plugins or modify their own content types without realizing that the `privateAttributes` getter is being removed, which can result in any attribute becoming public. This can lead to sensitive information being exposed or the entire system being taken control of by an attacker(having access to password hashes). Anyone can be impacted, depending on how people are using/extending content-types. If the users are mutating the content-type, they will not be affected. Version 4.10.8 contains a patch for this issue.
Exploitation context
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Oct 3, 2024 · Source: CVE List
Affected products and versions
4| Product | Source | Version range | Status |
|---|---|---|---|
strapiBrowse strapi / strapiDefault status: unknown | CVE List | Before 4.10.8 | affected |
| < 4.10.8 | affected | ||
@strapi/databaseBrowse npm / @strapi/database | GitHub Advisory | Before 4.10.8 · Fixed in 4.10.8 | affected |
@strapi/strapiBrowse npm / @strapi/strapi | GitHub Advisory | Before 4.10.8 · Fixed in 4.10.8 | affected |
@strapi/utilsBrowse npm / @strapi/utils | GitHub Advisory | Before 4.10.8 · Fixed in 4.10.8 | affected |