
Vulnerabilities
A Vulnerability is a state in a computing system (or set of systems) which either (a) allows an attacker to execute commands as another user, (b) allows an attacker to access data that is contrary to the specified access restrictions for that data, (c) allows an attacker to pose as another entity, or (d) allows an attacker to conduct a denial of service.Advisories relating to Symantec products may be viewed here.
Django CVE-2019-19118 Privilege Escalation Vulnerability
- Risk:
- High
- Date Discovered:
- December 02, 2019
- Description:
- Django is prone to a privilege-escalation vulnerability. A remote attacker can exploit this issue to gain elevated privileges and perform unauthorized actions on an affected system. Django versions prior to 2.2.8 and 2.1.15 are vulnerable.
Technologies Affected
- Djangoproject Django 2.1
- Djangoproject Django 2.1.1
- Djangoproject Django 2.1.10
- Djangoproject Django 2.1.11
- Djangoproject Django 2.1.12
- Djangoproject Django 2.1.13
- Djangoproject Django 2.1.14
- Djangoproject Django 2.1.2
- Djangoproject Django 2.1.3
- Djangoproject Django 2.1.4
- Djangoproject Django 2.1.5
- Djangoproject Django 2.1.6
- Djangoproject Django 2.1.7
- Djangoproject Django 2.1.8
- Djangoproject Django 2.1.9
- Djangoproject Django 2.2
- Djangoproject Django 2.2.1
- Djangoproject Django 2.2.2
- Djangoproject Django 2.2.3
- Djangoproject Django 2.2.4
- Djangoproject Django 2.2.5
- Djangoproject Django 2.2.6
- Djangoproject Django 2.2.7
Recommendations
-
Block external access at the network boundary, unless external parties require service.If global access isn't needed, filter access to the affected computer at the network boundary. Restricting access to only trusted computers and networks might greatly reduce the likelihood of successful exploits.
-
Run all software as a nonprivileged user with minimal access rights.When possible, run client software as regular user accounts with limited access to system resources. This may limit the immediate consequences of client-side vulnerabilities.
-
Deploy network intrusion detection systems to monitor network traffic for malicious activity.Deploy NIDS to monitor network traffic for signs of suspicious or anomalous activity. This may help detect malicious actions that an attacker may take after successfully exploiting vulnerabilities in applications. Review logs regularly.
-
Implement multiple redundant layers of security.Various memory-protection schemes (such as nonexecutable and randomly mapped memory segments) may hinder an attacker's ability to exploit this vulnerability to execute arbitrary code.
References
Credits
Shen Ying