CVE detail
CVE-2026-15920
An 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.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 22.0 · diversity 18.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 8
- within the 30d window
- Peak daily
- 7
- highest bucket
Evidence
Source links by recency
8 source links · newest first
in a security bulletin published August 4 . Two are critical. Veeam released the build on July 29. The one to watch is CVE-2026-58073 (CVSS score: 9.5), which lets an unauthenticated attacker impersonate a managed agent and obtain that agent's credentials. Its CVSS vector rates attack complexity as high. The second critical flaw, CVE-2026-58072 (CVSS
newsthehackernews.comAug 5, 2026, 2:27 PM- https://www.djangoproject.com/weblog/2026/aug/04/security-releases/www.djangoproject.com
No excerpt available.
Vendor Advisorywww.djangoproject.comAug 4, 2026, 5:16 PM - https://groups.google.com/g/django-announcegroups.google.com
No excerpt available.
Vendor Advisorygroups.google.comAug 4, 2026, 5:16 PM No excerpt available.
Exploitgithub.comAug 4, 2026, 5:16 PMNo excerpt available.
Exploitgithub.comAug 4, 2026, 5:16 PMNo excerpt available.
Exploitgithub.comAug 4, 2026, 5:16 PMNo excerpt available.
Exploitgithub.comAug 4, 2026, 5:16 PM- https://docs.djangoproject.com/en/dev/releases/security/docs.djangoproject.com
No excerpt available.
Vendor Advisorydocs.djangoproject.comAug 4, 2026, 5:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-62324CVSS 5.4 · Medium
Jodit Editor is a WYSIWYG editor with a built-in file browser & image editor. Prior to 4.12.31, Jodit's sanitizeHTMLElement method fails to use isDangerousUrl to normalize javascr…
- CVE-2026-59727CVSS 2.1 · Low
Astro is a web framework for content-driven websites. In versions 3.10.0 through 7.0.3, when a transition:persist, transition:scope, or transition:persist-props directive is appli…
- CVE-2026-49276CVSS 7.4 · High
Kirby is an open-source content management system. Prior to 4.9.4 and 5.4.4, Kirby sites using the writer field in any blueprint allowed a scripting link to be included as the tar…
- CVE-2026-58263CVSS 7.2 · High
Jodit Editor is a WYSIWYG editor with a built-in file browser & image editor. In versions prior to 4.12.28, the built-in clean-html sanitizer can be bypassed by a MathML/<style> c…
- CVE-2026-48591CVSS 4.8 · Medium
Improper Neutralization of Script in Attributes in a Web Page vulnerability in pragdave earmark allows stored cross-site scripting via unescaped HTML attribute values. 'Elixir.Ea…
- CVE-2026-53841CVSS 2.1 · Low
OpenClaw before 2026.5.12 contains a cross-site scripting vulnerability in exported session HTML that preserves unsafe javascript: and data: links in generated content. Attackers…