CVE-2026-27886
Last modified
CVE-2026-27886 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Strapi is an open source headless content management system. Strapi versions starting in 4.0.0 and prior to 5.37.0 did not sufficiently sanitize query parameters when filtering content via relational fields. EPSS estimates a 0.61% chance of exploitation in the next 30 days.
Description
Strapi is an open source headless content management system. Strapi versions starting in 4.0.0 and prior to 5.37.0 did not sufficiently sanitize query parameters when filtering content via relational fields. An unauthenticated attacker could use the `where` query parameter on any publicly-accessible content-type with an `updatedBy` (or other admin-relation) field to perform a boolean-oracle attack against private fields on the joined `admin_users` table, including the `resetPasswordToken` field. Extracting an admin reset token via this oracle made full administrative account takeover possible without authentication. When a filter such as `where[updatedBy][resetPasswordToken][$startsWith]=a` was applied to a public Content API endpoint, the underlying query generation performed a `LEFT JOIN` against the `admin_users` table and emitted a `WHERE` clause referencing the joined column. The query parameter sanitization layer did not block operator chains that traversed into relational target schemas the caller had no read permission on, allowing the response count to be used as a one-bit oracle on any admin-table field. The patch in version 5.37.0 introduces explicit query-parameter sanitization at the controller and service boundary via three new primitives: `strictParam`, `addQueryParams`, and `addBodyParams`. Operator chains that traverse into restricted relational targets are now rejected before reaching the database.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Strapi | Strapi | >= 4.0.0, < 5.37.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-27886?
How severe is CVE-2026-27886?
How do I fix CVE-2026-27886?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-27880The OpenFeature feature toggle evaluation endpoint reads unb…7.5
- CVE-2026-27881Coolify is an open-source and self-hostable tool for managin…5
- CVE-2026-27882Coolify is an open-source and self-hostable tool for managin…4.8
- CVE-2026-27883Coolify is an open-source and self-hostable tool for managin…5
- CVE-2026-27884NetExec is a network execution tool. Prior to version 1.5.1,…5.3
- CVE-2026-27885Piwigo is an open source photo gallery application for the w…7.2
- CVE-2026-27887Spin is an open source developer tool for building and runni…6.9
- CVE-2026-27888pypdf is a free and open-source pure-python PDF library. Pri…7.5
- CVE-2026-27889NATS-Server is a High-Performance server for NATS.io, a clou…7.5
- CVE-2026-2789Use-after-free in the Graphics: ImageLib component. This vul…9.8
- CVE-2026-27890Firebird is an open-source relational database management sy…8.2
- CVE-2026-27891FacturaScripts is an open source accounting and invoicing so…7.2
Are you affected by CVE-2026-27886?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
