Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Collerek | Ormar | < 0.23.1 |
Related Weaknesses (CWE)
References
- https://github.com/ormar-orm/ormar/blob/master/examples/fastapi_quick_start.py#LPatch
- https://github.com/ormar-orm/ormar/blob/master/ormar/fields/foreign_key.py#L41Patch
- https://github.com/ormar-orm/ormar/blob/master/ormar/models/helpers/pydantic.py#Patch
- https://github.com/ormar-orm/ormar/blob/master/ormar/models/model.py#L89Patch
- https://github.com/ormar-orm/ormar/blob/master/ormar/models/newbasemodel.py#L128Patch
- https://github.com/ormar-orm/ormar/blob/master/ormar/models/newbasemodel.py#L292Patch
- https://github.com/ormar-orm/ormar/commit/7f22aa21a7614b993970345b392dabb0ccde0aPatch
- https://github.com/ormar-orm/ormar/releases/tag/0.23.1ProductRelease Notes
- https://github.com/ormar-orm/ormar/security/advisories/GHSA-f964-whrq-44h8ExploitMitigationVendor Advisory
- https://github.com/ormar-orm/ormar/security/advisories/GHSA-f964-whrq-44h8ExploitMitigationVendor Advisory
FAQ
What is CVE-2026-27953?
CVE-2026-27953 is a vulnerability with a CVSS score of 7.1 (HIGH). 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 validati...
How severe is CVE-2026-27953?
CVE-2026-27953 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-27953?
Check the references section above for vendor advisories and patch information. Affected products include: Collerek Ormar.