Potential cross-site scripting via URLField values in the admin

Summary

CVECVE-2026-15920
StatePUBLISHED
AssignerDSF
Source PriorityCVE Program / NVD first with legacy fallback
Published2026-08-04 17:16:46 UTC
Updated2026-08-04 18:16:45 UTC
DescriptionAn issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. `django.contrib.admin.utils.display_for_field()` renders `URLField` values as clickable links in the admin without validating the URL. A value stored with an unsafe scheme is displayed as a link on changelist and read-only admin pages, which allows cross-site scripting against staff users who click the link. Exploitation requires the unsafe value to already be stored in the database. `URLField` validation through a `ModelForm` or the admin rejects unsafe schemes, so this affects applications that persist `URLField` data without running model validation, for example through direct queryset writes, deserialization, or bulk import of untrusted input. Django would like to thank Egor Saltykov for reporting this issue.

Risk And Classification

Primary CVSS: v4.0 5.1 MEDIUM from 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Problem Types: CWE-83 | CWE-83 CWE-83: Improper Neutralization of Script in Attributes in a Web Page


VersionSourceTypeScoreSeverityVector
4.06a34fbeb-21d4-45e7-8e0a-62b95bc12c92Secondary5.1MEDIUMCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/C...
4.0CNADECLARED5.1MEDIUMCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
3.16a34fbeb-21d4-45e7-8e0a-62b95bc12c92Secondary6.1MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
3.1CNADECLARED6.1MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

CVSS v4.0 Breakdown

Attack Vector
Network
Attack Complexity
Low
Attack Requirements
None
Privileges Required
None
User Interaction
Active
Confidentiality
None
Integrity
None
Availability
None
Sub Conf.
Low
Sub Integrity
Low
Sub Availability
None

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

CVSS v3.1 Breakdown

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Vendor Declared Affected Products

SourceVendorProductVersionPlatforms
CNA Djangoproject Django affected 6.0 6.0.8 python Not specified
CNA Djangoproject Django unaffected 6.0.8 python Not specified
CNA Djangoproject Django affected 5.2 5.2.17 python Not specified
CNA Djangoproject Django unaffected 5.2.17 python Not specified

References

ReferenceSourceLinkTags
github.com/django/django/commit/5a260d309a4c8010c2ebda24eb758a5d95e2508a 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92 github.com
github.com/django/django/commit/13debb622a32720bda1bccda7622fd14fbf3931b 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92 github.com
www.djangoproject.com/weblog/2026/aug/04/security-releases 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92 www.djangoproject.com
github.com/django/django/commit/47511a21026cdd721d8fbf8571cc079bc38bb46d 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92 github.com
groups.google.com/g/django-announce 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92 groups.google.com
docs.djangoproject.com/en/dev/releases/security 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92 docs.djangoproject.com
github.com/django/django/commit/b9adb81339cc418f8f56b1050cca6dfec3ab6349 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92 github.com
CVE Program record CVE.ORG www.cve.org canonical
NVD vulnerability detail NVD nvd.nist.gov canonical, analysis

Vendor Comments And Credit

Discovery Credit

CNA: Egor Saltykov (en)

CNA: Natalia Bidart (en)

CNA: Natalia Bidart (en)

Additional Advisory Data

SourceTimeEvent
CNA2026-07-13T00:00:00.000ZInitial report received.
CNA2026-07-21T00:00:00.000ZVulnerability confirmed.
CNA2026-08-04T10:00:00.000ZSecurity release issued.

© CVE.report 2026

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report