Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2019-19118

6.5 · MEDIUM
Published Dec 2, 2019 djangoproject CWE-276

Overview

CVE-2019-19118 is a medium-severity vulnerability affecting djangoproject django. It was published on December 2, 2019 and has a CVSS 3.1 base score of 6.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 6.5, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

Django 2.1 before 2.1.15 and 2.2 before 2.2.8 allows unintended model editing. A Django model admin displaying inline related models, where the user has view-only permissions to a parent model but edit permissions to the inline model, would be presented with an editing UI, allowing POST requests, for updating the inline model. Directly editing the view-only parent model was not possible, but the parent model's save() method was called, triggering potential side effects, and causing pre and post-save signal handlers to be invoked. (To resolve this, the Django admin is adjusted to require edit permissions on the parent model in order for inline models to be editable.)

Remediation

Check the references section for vendor advisories and patches from djangoproject. Update django to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
djangoproject django >= 2.1, < 2.1.15 Affected

Frequently Asked Questions

What is CVE-2019-19118?

CVE-2019-19118 is a medium-severity vulnerability affecting djangoproject django. It was published on December 2, 2019 and has a CVSS 3.1 base score of 6.5 (MEDIUM).

How severe is CVE-2019-19118?

This vulnerability has a CVSS 3.1 base score of 6.5, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2019-19118?

Check the references section for vendor advisories and patches from djangoproject. Update django to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2019-19118?

CyberStrike's AI-powered security agents can automatically detect CVE-2019-19118 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.