cvedb.io
CVE-2026-27953
HIGH · CVSS 7.1
EPSS exploitation probability: 0%
Published 2026-03-19T21:17:09.573 · Last modified 2026-06-17T10:27:58.157

Summary

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

Affected products

collerek — ormar

Does this affect you?

Add your gear to cvedb and we'll alert you only when collerek ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.