CVE-2026-15920 is a stored cross-site scripting vulnerability in Django admin affecting Django 5.2 before 5.2.17 and 6.0 before 6.0.8. The issue is in django.contrib.admin.utils.display_for_field(), which rendered django.db.models.URLField values as clickable links in admin changelist views and read-only admin fields without validating that the stored URL used a safe scheme. If an unsafe scheme was already persisted in the database, the admin interface could render that value as an executable link. The flaw is limited to cases where URLField data is stored without normal model validation, such as direct queryset writes, deserialization, or bulk import of untrusted input, because ModelForm and Django admin validation reject unsafe schemes. Django fixed the issue by validating URLField values with URLValidator before rendering hyperlinks and falling back to plain-text display when validation fails.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
14 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A stored cross-site scripting vulnerability in Django admin caused by auto-linking URLField values without validating the URL scheme, allowing a stored javascript: value to be rendered as a clickable link.
A moderate-severity stored XSS vulnerability in Django admin views caused by rendering URLField values as clickable links without validating that the URL scheme is safe.
A moderate-severity Django cross-site scripting vulnerability in admin rendering of URLField values, where unsafe URL schemes could be rendered as clickable links.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.