Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
📦 npm

CVE-2023-34093

MEDIUMFix: strapi/strapi@2fa8f30

CVE-2023-34093 is a medium-severity (CVSS 4.8) Information Exposure vulnerability in @strapi/strapi. 1 public exploit reference exists, so weaponization risk is real. O3 Security confirms whether CVE-2023-34093 is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

Strapi allows actors to make all attributes on a content-type public without noticing it

Also known asGHSA-chmr-rg2f-9jmf
Published
Jul 25, 2023
Updated
Jul 15, 2026
Affected
3 pkgs
Patched
3 / 3
Exploits
1 known

Real-World Exposure

3 pkgs affected

How broadly this vulnerability is actually deployed: weekly install volume shows current usage, a proxy for how much of the ecosystem is exposed.

@strapi/utilsnpm
349Kdownloads / week
@strapi/databasenpm
199Kdownloads / week

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.

Affected Packages

3 total 3 fixed
EcosystemPackageVulnerable rangeFix
📦npm@strapi/strapiall versions4.10.8
📦npm@strapi/utilsall versions4.10.8
📦npm@strapi/databaseall versions4.10.8
Exploits & PoCs
1

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for @strapi/strapi. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update @strapi/strapi to 4.10.8 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2023-34093 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether CVE-2023-34093 is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to CVE-2023-34093. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

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 attack
O3 Security · Impact-Aware SCA

Is CVE-2023-34093 in your dependencies?

O3 detects CVE-2023-34093 across npm dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.