AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2013-6044

MEDIUM · CVSS 4.3 EPSS 2.30% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2013-10-04 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2013-6044
Severity
MEDIUM
CVSS
4.3
EPSS
2.30%
Java

Original NVD Description

The is_safe_url function in utils/http.py in Django 1.4.x before 1.4.6, 1.5.x before 1.5.2, and 1.6 before beta 2 treats a URL's scheme as safe even if it is not HTTP or HTTPS, which might introduce cross-site scripting (XSS) or other vulnerabilities into Django applications that use this function, as demonstrated by "the login view in django.contrib.auth.views" and the javascript: scheme.