DjangoFramework / library · Djangoproject

CVE-2014-0482

MEDIUM · 6.0 CVSS v2.0 Published 2014-08-26
Fix available
A fix is available. Upgrade to after 1.4.13 or later.
See remediation →
66/100
Remediation priority · Elevated
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
The contrib.auth.middleware.RemoteUserMiddleware middleware in Django before 1.4.14, 1.5.x before 1.5.9, 1.6.x before 1.6.6, and 1.7 before release candidate 3, when using the contrib.auth.backends.RemoteUserBackend backend, allows remote authenticated users to hijack web sessions via vectors related to the REMOTE_USER header.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

The RemoteUserMiddleware in Django trusts the REMOTE_USER header from incoming requests without sufficient validation when used with RemoteUserBackend, allowing authenticated remote users to hijack sessions by manipulating this header.

MitigationUpgrade Django to version 1.4.14, 1.5.9, 1.6.6, or 1.7 RC3 or later. If upgrading is not feasible, review and restrict trust in the REMOTE_USER header through middleware or backend customization.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
DjangoFramework / library
Affected:= 1.6= 1.6.1= 1.6.2= 1.6.3= 1.6.4= 1.6.5<= 1.4.13= 1.4= 1.4.1= 1.4.2= 1.4.4= 1.4.5
OpensuseOperating system
Affected:= 12.3= 13.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
M
Authentication
Single
Confidentiality
Partial
Integrity
Partial
Availability
Partial

AV:N/AC:M/Au:S/C:P/I:P/A:P

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check installed Django version
    Run 'python -c "import django; print(django.get_version())"' or 'pip show django' to see the installed version
    Affected if The version is 1.4.x before 1.4.14, 1.5.x before 1.5.9, or 1.6.x before 1.6.6 (including 1.6 through 1.6.5)
  2. Verify RemoteUserMiddleware is enabled
    Check the MIDDLEWARE_CLASSES (Django 1.6 and earlier) or MIDDLEWARE (Django 1.7+) setting in settings.py for 'django.contrib.auth.middleware.RemoteUserMiddleware'
    Affected if RemoteUserMiddleware is listed in the middleware configuration
  3. Confirm RemoteUserBackend is in use
    Check the AUTHENTICATION_BACKENDS setting in settings.py for 'django.contrib.auth.backends.RemoteUserBackend'
    Affected if RemoteUserBackend is included in the authentication backends configuration
  4. Check for REMOTE_USER header trust configuration
    Inspect the Django application deployment behind any reverse proxy or load balancer configuration to see if the REMOTE_USER header could be injected by an external user
    Affected if The application accepts REMOTE_USER headers from untrusted sources without proxy validation

You are affected if you run a vulnerable Django version (1.4 before 1.4.14, 1.5 before 1.5.9, or 1.6 before 1.6.6) AND have RemoteUserMiddleware enabled with RemoteUserBackend while allowing external control of the REMOTE_USER header.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Upgrade available Upgrade to a release after 1.4.13
Interim mitigation

Upgrade Django to version 1.4.14, 1.5.9, 1.6.6, or 1.7 RC3 or later. If upgrading is not feasible, review and restrict trust in the REMOTE_USER header through middleware or backend customization.

Fix this in Django Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing4.0 h
  • Review / QA2.0 h
12.0 hours of engineering $2,080
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,328.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2014-0482 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2014-0482 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data