๐Ÿ” CVE Alert

CVE-2026-27953

HIGH 7.1

ormar has a Pydantic Validation Bypass via Kwargs Injection in Model Constructor

CVSS Score
7.1
EPSS Score
0.1%
EPSS Percentile
33th

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.

CWE CWE-915 CWE-20
Vendor ormar-orm
Product ormar
Published Mar 19, 2026
Last Updated Mar 20, 2026
Stay Ahead of the Next One

Get instant alerts for ormar-orm ormar

Be the first to know when new high vulnerabilities affecting ormar-orm ormar are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Affected Versions

ormar-orm / ormar
< 0.23.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ormar-orm/ormar/security/advisories/GHSA-f964-whrq-44h8 github.com: https://github.com/ormar-orm/ormar/commit/7f22aa21a7614b993970345b392dabb0ccde0ab3 github.com: https://github.com/ormar-orm/ormar/blob/master/examples/fastapi_quick_start.py#L55 github.com: https://github.com/ormar-orm/ormar/blob/master/ormar/fields/foreign_key.py#L41 github.com: https://github.com/ormar-orm/ormar/blob/master/ormar/models/helpers/pydantic.py#L108 github.com: https://github.com/ormar-orm/ormar/blob/master/ormar/models/model.py#L89 github.com: https://github.com/ormar-orm/ormar/blob/master/ormar/models/newbasemodel.py#L128 github.com: https://github.com/ormar-orm/ormar/blob/master/ormar/models/newbasemodel.py#L292 github.com: https://github.com/ormar-orm/ormar/releases/tag/0.23.1