Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%
Get alerts for future matching vulnerabilitiesLog in to subscribe
I. Basic Information for CVE-2026-27953
Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
ormar has a Pydantic Validation Bypass via Kwargs Injection in Model Constructor
Source: NVD (National Vulnerability Database)
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.
Source: NVD (National Vulnerability Database)
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
Source: NVD (National Vulnerability Database)
Vulnerability Type
CWE-915
Source: NVD (National Vulnerability Database)
Vulnerability Title
ormar 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
ormar是collerek个人开发者的一个Python的ORM库。 ormar 0.23.0及之前版本存在安全漏洞,该漏洞源于模型构造器存在Pydantic验证绕过,可能导致未经验证的用户通过向JSON请求体中注入__pk_only__: true来跳过所有字段验证,从而将未经验证的数据直接持久化到数据库,造成权限提升、数据完整性破坏和业务逻辑绕过。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)
Affected Products
VendorProductAffected VersionsCPESubscribe
ormar-ormormar < 0.23.1 -
II. Public POCs for CVE-2026-27953
#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium
kimi-k2.5 · 8960 chars
Paid plan includes:
In-depth vulnerability mechanism
Trigger conditions & impact
Full executable POC code
Exploit chain & mitigation
POC zip download
100+ AI POC generations per month
III. Intelligence Information for CVE-2026-27953
Please Login to view more intelligence information
IV. Related Vulnerabilities
V. Comments for CVE-2026-27953

No comments yet


Leave a comment