In accordance with our security release policy , the Django team is issuing releases for Django 6.0.6 and Django 5.2.15 . These releases address the security issues detailed below. We encourage all users of Django to upgrade as soon as possible. CVE-2026-6873: Signed cookie salt namespace collision in django.http.HttpRequest.get_signed_cookie get_signed_cookie() derived the signing salt by concatenating the cookie name ( key ) and salt arguments. When distinct name and salt pairs produced the…