Skip to content

python-django: Fix CVE-2026-4292#4

Open
deepin-ci-robot wants to merge 1 commit intomasterfrom
fix/CVE-2026-4292
Open

python-django: Fix CVE-2026-4292#4
deepin-ci-robot wants to merge 1 commit intomasterfrom
fix/CVE-2026-4292

Conversation

@deepin-ci-robot
Copy link
Copy Markdown
Contributor

CVE-2026-4292: Privilege abuse in ModelAdmin.list_editable

Severity: Low

Affected versions: Django 4.2 < 4.2.30

Description

Admin changelist forms using ModelAdmin.list_editable incorrectly allowed new instances to be created via forged POST data.

Fix

This fix adds a check to disallow instance creation when using list_editable.

Upstream Reference

django/django@abfe1a1

References

Changes

  • Added debian/patches/cve_2026_4292.patch to fix the vulnerability
  • Updated debian/patches/series
  • Updated debian/changelog (version: 3:4.2.27-2deepin1)

CVE-2026-4292: Privilege abuse in ModelAdmin.list_editable

Admin changelist forms using ModelAdmin.list_editable incorrectly allowed new
instances to be created via forged POST data. This fix adds a check to disallow
instance creation when using list_editable.

Upstream: django/django@abfe1a1
@deepin-ci-robot
Copy link
Copy Markdown
Contributor Author

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign xzl01 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@github-actions
Copy link
Copy Markdown

TAG Bot

TAG: 3%4.2.27-2deepin1
EXISTED: no
DISTRIBUTION: unstable

@deepin-community-ci-bot
Copy link
Copy Markdown

TAG Bot

New tag: 3%4.2.27-2deepin1
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #5

@deepin-community-ci-bot
Copy link
Copy Markdown

TAG Bot

New tag: 3%4.2.27-2
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants