CVE-2026-27953

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:collerek:ormar:*:*:*:*:*:python:*:*

History

27 Mar 2026, 21:48

Type Values Removed Values Added
References () https://github.com/ormar-orm/ormar/blob/master/examples/fastapi_quick_start.py#L55 - () https://github.com/ormar-orm/ormar/blob/master/examples/fastapi_quick_start.py#L55 - Patch
References () https://github.com/ormar-orm/ormar/blob/master/ormar/fields/foreign_key.py#L41 - () https://github.com/ormar-orm/ormar/blob/master/ormar/fields/foreign_key.py#L41 - Patch
References () https://github.com/ormar-orm/ormar/blob/master/ormar/models/helpers/pydantic.py#L108 - () https://github.com/ormar-orm/ormar/blob/master/ormar/models/helpers/pydantic.py#L108 - Patch
References () https://github.com/ormar-orm/ormar/blob/master/ormar/models/model.py#L89 - () https://github.com/ormar-orm/ormar/blob/master/ormar/models/model.py#L89 - Patch
References () https://github.com/ormar-orm/ormar/blob/master/ormar/models/newbasemodel.py#L128 - () https://github.com/ormar-orm/ormar/blob/master/ormar/models/newbasemodel.py#L128 - Patch
References () https://github.com/ormar-orm/ormar/blob/master/ormar/models/newbasemodel.py#L292 - () https://github.com/ormar-orm/ormar/blob/master/ormar/models/newbasemodel.py#L292 - Patch
References () https://github.com/ormar-orm/ormar/commit/7f22aa21a7614b993970345b392dabb0ccde0ab3 - () https://github.com/ormar-orm/ormar/commit/7f22aa21a7614b993970345b392dabb0ccde0ab3 - Patch
References () https://github.com/ormar-orm/ormar/releases/tag/0.23.1 - () https://github.com/ormar-orm/ormar/releases/tag/0.23.1 - Product, Release Notes
References () https://github.com/ormar-orm/ormar/security/advisories/GHSA-f964-whrq-44h8 - () https://github.com/ormar-orm/ormar/security/advisories/GHSA-f964-whrq-44h8 - Exploit, Mitigation, Vendor Advisory
First Time Collerek
Collerek ormar
CPE cpe:2.3:a:collerek:ormar:*:*:*:*:*:python:*:*
Summary
  • (es) ormar es un mini ORM asíncrono para Python. Las versiones 0.23.0 e inferiores son vulnerables a un bypass de validación de Pydantic a través del constructor del modelo, permitiendo a cualquier usuario no autenticado omitir toda la validación de campos inyectando '__pk_only__': true en un cuerpo de solicitud JSON. Al inyectar '__pk_only__': true en un cuerpo de solicitud JSON, un atacante no autenticado puede omitir toda la validación de campos y persistir datos no validados directamente en la base de datos. Una inyección de parámetro secundaria __excluded__ utiliza el mismo patrón para anular selectivamente campos de modelo arbitrarios (p. ej., correo electrónico o rol) durante la construcción. Esto afecta el patrón canónico de integración de FastAPI de ormar recomendado en su documentación oficial, permitiendo la escalada de privilegios, violaciones de integridad de datos y bypass de lógica de negocio en cualquier aplicación que utilice ormar.Model directamente como parámetro del cuerpo de la solicitud. Este problema ha sido solucionado en la versión 0.23.1.

20 Mar 2026, 19:16

Type Values Removed Values Added
References () https://github.com/ormar-orm/ormar/security/advisories/GHSA-f964-whrq-44h8 - () https://github.com/ormar-orm/ormar/security/advisories/GHSA-f964-whrq-44h8 -

19 Mar 2026, 21:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-19 21:17

Updated : 2026-03-27 21:48


NVD link : CVE-2026-27953

Mitre link : CVE-2026-27953

CVE.ORG link : CVE-2026-27953


JSON object : View

Products Affected

collerek

  • ormar
CWE
CWE-20

Improper Input Validation

CWE-915

Improperly Controlled Modification of Dynamically-Determined Object Attributes