CVE-2026-27953CRITICAL 9.8EPSS p64.0%

CVE-2026-27953CVE-2026-27953

Description

ormar is a async mini ORM for Python. Versions 0.23.0 and below are vulnerable to Pydantic validation bypass through the model constructor, allowing any unauthenticated user to skip all field validation by injecting "__pk_only__": true into a JSON request body. By injecting "__pk_only__": true into a JSON request body, an unauthenticated attacker can skip all field validation and persist unvalidated data directly to the database. A secondary __excluded__ parameter injection uses the same pattern to selectively nullify arbitrary model fields (e.g., email or role) during construction. This affects ormar's canonical FastAPI integration pattern recommended in its official documentation, enabling privilege escalation, data integrity violations, and business logic bypass in any application using ormar.Model directly as a request body parameter. This issue has been fixed in version 0.23.1.

Scoring

CVSS 3.19.8 (CRITICAL)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS1.19% probability of exploitation · percentile 64.0% · 2026-06-19T12:03:05Z
Published2026-03-19
Last modified2026-03-27

Underlying weaknesses· 2

CWE-20CWE-915

References

  1. https://github.com/ormar-orm/ormar/blob/master/examples/fastapi_quick_start.py#L55
  2. https://github.com/ormar-orm/ormar/blob/master/ormar/fields/foreign_key.py#L41
  3. https://github.com/ormar-orm/ormar/blob/master/ormar/models/helpers/pydantic.py#L108
  4. https://github.com/ormar-orm/ormar/blob/master/ormar/models/model.py#L89
  5. https://github.com/ormar-orm/ormar/blob/master/ormar/models/newbasemodel.py#L128
  6. https://github.com/ormar-orm/ormar/blob/master/ormar/models/newbasemodel.py#L292
  7. https://github.com/ormar-orm/ormar/commit/7f22aa21a7614b993970345b392dabb0ccde0ab3
  8. https://github.com/ormar-orm/ormar/releases/tag/0.23.1

2

TypeTargetConfidenceTier
WeaknessImproper Input Validationcwe-200%live
WeaknessImproperly Controlled Modification of Dynamically-Determined Object Attributescwe-9150%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2025-57833
CVE
CVE-2026-23947
CVE
CVE-2026-46645
CVE
CVE-2026-24132
CVE
CVE-2026-34220
CVE
CVE-2026-22785
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.