9.8
CVE-2026-27953
- EPSS 1.19%
- Veröffentlicht 19.03.2026 20:23:06
- Zuletzt bearbeitet 27.03.2026 21:48:05
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
ormar has a Pydantic Validation Bypass via Kwargs Injection in Model Constructor
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.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 1.19% | 0.639 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| security-advisories@github.com | 7.1 | 2.8 | 4.2 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
|
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
CWE-915 Improperly Controlled Modification of Dynamically-Determined Object Attributes
The product receives input from an upstream component that specifies multiple attributes, properties, or fields that are to be initialized or updated in an object, but it does not properly control which attributes can be modified.
https://github.com/ormar-orm/ormar/security/advisories/GHSA-f964-whrq-44h8
https://github.com/ormar-orm/ormar/commit/7f22aa21a7614b993970345b392dabb0ccde0ab3
https://github.com/ormar-orm/ormar/blob/master/examples/fastapi_quick_start.py#L55
https://github.com/ormar-orm/ormar/blob/master/ormar/fields/foreign_key.py#L41
https://github.com/ormar-orm/ormar/blob/master/ormar/models/helpers/pydantic.py#L108
https://github.com/ormar-orm/ormar/blob/master/ormar/models/model.py#L89
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#L292
https://github.com/ormar-orm/ormar/releases/tag/0.23.1