UBUNTU-CVE-2021-29510

See a problem?
Source
https://ubuntu.com/security/CVE-2021-29510
Import Source
https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2021/UBUNTU-CVE-2021-29510.json
JSON Data
https://api.osv.dev/v1/vulns/UBUNTU-CVE-2021-29510
Related
Published
2021-05-13T19:15:00Z
Modified
2024-10-15T14:08:07Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

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). Pydantic has been patched with fixes available in the following versions: v1.8.2, v1.7.4, v1.6.2. All these versions are available on pypi(https://pypi.org/project/pydantic/#history), and will be available on conda-forge(https://anaconda.org/conda-forge/pydantic) soon. See the changelog(https://pydantic-docs.helpmanual.io/) for details. If you absolutely can't upgrade, you can work around this risk using a validator(https://pydantic-docs.helpmanual.io/usage/validators/) to catch these values. This is not an ideal solution (in particular you'll need a slightly different function for datetimes), instead of a hack like this you should upgrade pydantic. If you are not using v1.8.x, v1.7.x or v1.6.x and are unable to upgrade to a fixed version of pydantic, please create an issue at https://github.com/samuelcolvin/pydantic/issues requesting a back-port, and we will endeavour to release a patch for earlier versions of pydantic.

References

Affected packages

Ubuntu:20.04:LTS / pydantic

Package

Name
pydantic
Purl
pkg:deb/ubuntu/pydantic?arch=src?distro=focal

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

0.*

0.30.1-1

1.*

1.2-1

Ecosystem specific

{
    "ubuntu_priority": "medium"
}

Ubuntu:Pro:20.04:LTS / pydantic

Package

Name
pydantic
Purl
pkg:deb/ubuntu/pydantic?arch=src?distro=esm-apps/focal

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.2-1ubuntu0.1~esm1

Affected versions

0.*

0.30.1-1

1.*

1.2-1

Ecosystem specific

{
    "availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
    "ubuntu_priority": "medium",
    "binaries": [
        {
            "binary_version": "1.2-1ubuntu0.1~esm1",
            "binary_name": "python3-pydantic"
        }
    ]
}

Ubuntu:22.04:LTS / pydantic

Package

Name
pydantic
Purl
pkg:deb/ubuntu/pydantic?arch=src?distro=jammy

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.8.2-1

Affected versions

1.*

1.7.4-1

Ecosystem specific

{
    "availability": "No subscription required",
    "ubuntu_priority": "medium",
    "binaries": [
        {
            "binary_version": "1.8.2-1",
            "binary_name": "python3-pydantic"
        }
    ]
}

Ubuntu:24.04:LTS / pydantic

Package

Name
pydantic
Purl
pkg:deb/ubuntu/pydantic?arch=src?distro=noble

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.10.4-1ubuntu1

Ecosystem specific

{
    "availability": "No subscription required",
    "ubuntu_priority": "medium",
    "binaries": [
        {
            "binary_version": "1.10.4-1ubuntu1",
            "binary_name": "python3-pydantic"
        }
    ]
}