Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 948130 (CVE-2024-56374) - <dev-python/django-{5.1.5,5.0.11,4.2.18}: multiple vulnerabilities
Summary: <dev-python/django-{5.1.5,5.0.11,4.2.18}: multiple vulnerabilities
Status: CONFIRMED
Alias: CVE-2024-56374
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL: https://www.djangoproject.com/weblog/...
Whiteboard: B3 [glsa?]
Keywords:
Depends on: 948127 948128 948129
Blocks:
  Show dependency tree
 
Reported: 2025-01-15 04:30 UTC by Michał Górny
Modified: 2025-01-16 06:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2025-01-15 04:30:27 UTC
CVE-2024-56374: Potential denial-of-service vulnerability in IPv6 validation

Lack of upper bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address were vulnerable, as was the django.forms.GenericIPAddressField form field, which has now been updated to define a max_length of 39 characters.

The django.db.models.GenericIPAddressField model field was not affected.

Thanks to Saravana Kumar for the report.

This issue has severity "moderate" according to the Django security policy.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2025-01-15 12:27:33 UTC
cleanup done