Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-django
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-django
Commits
ae8ed262
Commit
ae8ed262
authored
2 months ago
by
Chris Lamb
Browse files
Options
Downloads
Patches
Plain Diff
releasing package python-django version 3:5.2.2-1
parent
cb3c413d
No related branches found
No related tags found
No related merge requests found
Pipeline
#874605
passed with warnings
2 months ago
Stage: provisioning
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/changelog
+20
-3
20 additions, 3 deletions
debian/changelog
with
20 additions
and
3 deletions
debian/changelog
+
20
−
3
View file @
ae8ed262
python-django (3:5.2.2-1)
UNRELEASED
; urgency=medium
python-django (3:5.2.2-1)
experimental
; urgency=medium
* New upstream release.
* New upstream security release:
- CVE-2025-48432: Potential log injection via unescaped request path.
Django's internal HTTP response logging used request.path directly,
allowing control characters (e.g. newlines or ANSI escape sequences) to
be written unescaped into logs. This could enable log injection or
forgery, letting attackers manipulate log appearance or structure,
especially in logs processed by external systems or viewed in terminals.
Although this does not directly impact Django's security model, it poses
risks when logs are consumed or interpreted by other tools. To fix this,
the internal django.utils.log.log_response() function now escapes all
positional formatting arguments using a safe encoding.
(Closes: #1107282)
<https://www.djangoproject.com/weblog/2025/jun/04/security-releases/>
-- Chris Lamb <lamby@debian.org> Wed, 04 Jun 2025 08:09:
22
-0700
-- Chris Lamb <lamby@debian.org> Wed, 04 Jun 2025 08:09:
36
-0700
python-django (3:5.2.1-1) experimental; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment