VYPR

Pydantic

by Pydantic AI

CVEs (2)

  • CVE-2024-3772MedApr 15, 2024
    risk 0.31cvss 5.9epss 0.01

    Regular expression denial of service in Pydanic < 2.4.0, < 1.10.13 allows remote attackers to cause denial of service via a crafted email string.

  • CVE-2021-29510LowMay 13, 2021
    risk 0.15cvss 3.3epss 0.01

    Pydantic is a data validation and settings management using Python type hinting. In affected versions passing either `'infinity'`, `'inf'` or `float('inf')` (or their negatives) to `datetime` or `date` fields causes validation to run forever with 100% CPU usage (on one CPU).…