Lucene search
+L

7629 matches found

RedHat Linux
RedHat Linux
added 2018/10/16 5:38 p.m.6 views

django: Catastrophic backtracking in regular expressions via 'urlize' and 'urlizetrunc'

An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions only one regular expression for Django...

5.3CVSS7.2AI score0.04517EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/10/16 5:38 p.m.9 views

python-django: Open redirect and possible XSS attack via user-supplied numeric redirect URLs

A redirect flaw, where the issafeurl function did not correctly sanitize numeric-URL user input, was found in python-django. A remote attacker could exploit this flaw to perform XSS attacks against the OpenStack dashboard...

6.1CVSS7.1AI score0.02384EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2018/10/16 5:38 p.m.8 views

django: Information leakage in AuthenticationForm

django.contrib.auth.forms.AuthenticationForm in Django 2.0 before 2.0.2, and 1.11.8 and 1.11.9, allows remote attackers to obtain potentially sensitive information by leveraging data exposure from the confirmloginallowed method, as demonstrated by discovering whether a user account is inactive...

7.5CVSS7.2AI score0.04806EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/10/16 5:38 p.m.256 views

Important: Red Hat Security Advisory: Satellite 6.4 security, bug fix, and enhancement update

An update is now available for Red Hat Satellite 6.4 for RHEL 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE...

9.8CVSS6.9AI score0.37721EPSS
SaveExploits9References115
RedHat Linux
RedHat Linux
added 2018/10/16 5:38 p.m.10 views

django: Catastrophic backtracking in regular expressions via 'truncatechars_html' and 'truncatewords_html'

An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. If django.utils.text.Truncator's chars and words methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a...

5.3CVSS7.2AI score0.04374EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2018/10/15 4:19 p.m.32 views

CVE-2018-16984

An issue was discovered in Django 2.1 before 2.1.2, in which unprivileged users can read the password hashes of arbitrary accounts. The read-only password widget used by the Django Admin to display an obfuscated password hash was bypassed if a user has only the "view" permission new in Django 2.1...

4.9CVSS1.9AI score0.02033EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2018/10/04 9:58 p.m.40 views

Django open redirect

django.middleware.common.CommonMiddleware in Django 1.11.x before 1.11.15 and 2.0.x before 2.0.8 has an Open Redirect...

6.1CVSS6.4AI score0.2549EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2018/10/04 9:58 p.m.11 views

GHSA-5HG3-6C2F-F3WR Django open redirect

django.middleware.common.CommonMiddleware in Django 1.11.x before 1.11.15 and 2.0.x before 2.0.8 has an Open Redirect...

6.1CVSS6.6AI score0.2549EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2018/10/04 12:00 a.m.30 views

FreeBSD : Django -- password hash disclosure (004d8c23-c710-11e8-98c7-000c29434208)

Django release notes : CVE-2018-16984: Password hash disclosure to 'view only' admin users If an admin user has the change permission to the user model, only part of the password hash is displayed in the change form. Admin users with the view but not change permission to the user model were...

4.9CVSS6.3AI score0.02033EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2018/10/03 9:13 p.m.43 views

Django vulnerable to information leakage in AuthenticationForm

django.contrib.auth.forms.AuthenticationForm in Django 2.0 before 2.0.2, and 1.11.8 and 1.11.9, allows remote attackers to obtain potentially sensitive information by leveraging data exposure from the confirmloginallowed method, as demonstrated by discovering whether a user account is inactive...

7.5CVSS7.2AI score0.04806EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2018/10/03 9:13 p.m.13 views

GHSA-RF4J-J272-FJ86 Django vulnerable to information leakage in AuthenticationForm

django.contrib.auth.forms.AuthenticationForm in Django 2.0 before 2.0.2, and 1.11.8 and 1.11.9, allows remote attackers to obtain potentially sensitive information by leveraging data exposure from the confirmloginallowed method, as demonstrated by discovering whether a user account is inactive...

8.7CVSS6.8AI score0.04806EPSS
SaveExploits0References9
OSV
OSV
added 2018/10/03 8:07 p.m.12 views

GHSA-6MX3-3VQG-HPP2 Django allows unprivileged users to read the password hashes of arbitrary accounts

An issue was discovered in Django 2.1 before 2.1.2, in which unprivileged users can read the password hashes of arbitrary accounts. The read-only password widget used by the Django Admin to display an obfuscated password hash was bypassed if a user has only the "view" permission new in Django 2.1...

6.9CVSS6.8AI score0.02033EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2018/10/03 8:07 p.m.39 views

Django allows unprivileged users to read the password hashes of arbitrary accounts

An issue was discovered in Django 2.1 before 2.1.2, in which unprivileged users can read the password hashes of arbitrary accounts. The read-only password widget used by the Django Admin to display an obfuscated password hash was bypassed if a user has only the "view" permission new in Django 2.1...

4.9CVSS5.7AI score0.02033EPSS
SaveExploits0References7Affected Software1
Veracode
Veracode
added 2018/10/03 3:07 a.m.23 views

Information Disclosure

django is vulnerable to information disclosure. Admin users with the view-only permission are able to retrieve the entire password hash of arbitrary accounts through the read-only password widget that displays obfuscated password hashes...

4.9CVSS5AI score0.02033EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2018/10/02 6:29 p.m.27 views

CVE-2018-16984

An issue was discovered in Django 2.1 before 2.1.2, in which unprivileged users can read the password hashes of arbitrary accounts. The read-only password widget used by the Django Admin to display an obfuscated password hash was bypassed if a user has only the "view" permission new in Django 2.1...

4.9CVSS5AI score0.02033EPSS
SaveExploits0References3
OSV
OSV
added 2018/10/02 6:29 p.m.23 views

CVE-2018-16984

An issue was discovered in Django 2.1 before 2.1.2, in which unprivileged users can read the password hashes of arbitrary accounts. The read-only password widget used by the Django Admin to display an obfuscated password hash was bypassed if a user has only the "view" permission new in Django 2.1...

4.9CVSS5AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2018/10/02 6:29 p.m.25 views

CVE-2018-16984

An issue was discovered in Django 2.1 before 2.1.2, in which unprivileged users can read the password hashes of arbitrary accounts. The read-only password widget used by the Django Admin to display an obfuscated password hash was bypassed if a user has only the "view" permission new in Django 2.1...

4.9CVSS6.8AI score0.02033EPSS
SaveExploits0References2
PyPA
PyPA
added 2018/10/02 6:29 p.m.10 views

PYSEC-2018-3

An issue was discovered in Django 2.1 before 2.1.2, in which unprivileged users can read the password hashes of arbitrary accounts. The read-only password widget used by the Django Admin to display an obfuscated password hash was bypassed if a user has only the "view" permission new in Django 2.1...

4.9CVSS7.1AI score0.02033EPSS
SaveExploits0References4Affected Software1
Prion
Prion
added 2018/10/02 6:29 p.m.18 views

Default credentials

An issue was discovered in Django 2.1 before 2.1.2, in which unprivileged users can read the password hashes of arbitrary accounts. The read-only password widget used by the Django Admin to display an obfuscated password hash was bypassed if a user has only the "view" permission new in Django 2.1...

4CVSS5AI score0.02033EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2018/10/02 6:29 p.m.6 views

PYSEC-2018-3

An issue was discovered in Django 2.1 before 2.1.2, in which unprivileged users can read the password hashes of arbitrary accounts. The read-only password widget used by the Django Admin to display an obfuscated password hash was bypassed if a user has only the "view" permission new in Django 2.1...

4.9CVSS6.8AI score0.02033EPSS
SaveExploits0References4
Rows per page
Query Builder