Lucene search
+L

8114 matches found

Nuclei
Nuclei
added yesterday36 views

Django RasterField - SQL Injection

Django 6.0.2, 5.2.11, and 4.2.28 contains a SQL injection caused by improper sanitization of the band index parameter in RasterField on PostGIS, letting remote attackers inject SQL, exploit requires crafted input. id: CVE-2026-1207 info: name: Django RasterField - SQL Injection author: omarkurt...

8.3CVSS7AI score0.12976EPSS
SaveExploits1References3
Nuclei
Nuclei
added yesterday74 views

Django - Open Redirect

Django 1.11.x before 1.11.15 and 2.0.x before 2.0.8 contains an open redirect vulnerability. If django.middleware.common.CommonMiddleware and APPENDSLASH settings are selected, and if the project has a URL pattern that accepts any path ending in a slash, an attacker can redirect a user to a...

6.1CVSS5.8AI score0.2549EPSS
SaveExploits0References6
Nuclei
Nuclei
added 2 days ago104 views

Django Debug Page - Cross-Site Scripting

Django 1.10.x before 1.10.8 and 1.11.x before 1.11.5 has HTML autoescaping disabled in a portion of the template for the technical 500 debug page. We detected that right circumstances DEBUG=True are present to allow a cross-site scripting attack. id: CVE-2017-12794 info: name: Django Debug Page -...

6.1CVSS5.7AI score0.23566EPSS
SaveExploits0References5
Nuclei
Nuclei
added 2 days ago107 views

Label Studio - Sensitive Information Exposure

An attacker can construct a filter chain to filter tasks based on sensitive fields for all user accounts on the platform by exploiting Django's Object Relational Mapper ORM. Since the results of query can be manipulated by the ORM filter, an attacker can leak these sensitive fields character by...

7.5CVSS6.7AI score0.04055EPSS
SaveExploits3References3
SUSE CVE
SUSE CVE
added 5 days ago8 views

SUSE CVE-2026-15307

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. GeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the django.contrib.gis.gdal.GDALRaster constructor. Any value used in a spatial lookup against a GeometryField or...

9.9CVSS6.1AI score0.00538EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 5 days ago8 views

SUSE CVE-2026-15337

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. django.utils.translation.checkforlanguage is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory...

7.5CVSS5.4AI score0.00521EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 5 days ago9 views

SUSE CVE-2026-15920

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. django.contrib.admin.utils.displayforfield renders URLField values as clickable links in the admin without validating the URL. A value stored with an unsafe scheme is displayed as a link on changelist and read-only admin...

5.4CVSS5.2AI score0.00304EPSS
SaveExploits0References4
OSV
OSV
added 5 days ago4 views

OPENSUSE-SU-2026:11464-1 python313-Django-6.0.8-1.1 on GA media

These are all security issues fixed in the python313-Django-6.0.8-1.1 package on the GA media of openSUSE Tumbleweed...

8.8CVSS5.6AI score0.00538EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 5 days ago10 views

SUSE SLES15 Security Update : python-Django (SUSE-SU-2026:3503-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3503-1 advisory. - CVE-2026-15307: server-side file-write and request forgery via spatial lookups bsc1272997. - CVE-2026-15337: potential denial-of-service...

8.8CVSS5.7AI score0.00538EPSS
SaveExploits0References13
The Hacker News
The Hacker News
added 6 days ago9 views

Veeam, Terraform MCP, Django Patch Critical Flaws, Led by CVSS 10.0 Cross-Tenant Bug

HashiCorp, Veeam, and the Django Software Foundation have patched 11 vulnerabilities across Terraform MCP Server, Veeam Service Provider Console, and Django. The three most serious: An unauthenticated flaw in Veeam's console that hands over a managed agent's credentials, rated 9.5 A cross-tenant...

10CVSS6.5AI score0.00538EPSS
SaveExploits0
SUSE Linux
SUSE Linux
added 6 days ago19 views

Security update for python-Django

This update for python-Django fixes the following issues: CVE-2026-15307: server-side file-write and request forgery via spatial lookups bsc1272997. CVE-2026-15337: potential denial-of-service vulnerability in checkforlanguage bsc1272998. CVE-2026-15830: potential denial-of-service vulnerability...

9.9CVSS5.6AI score0.00538EPSS
SaveExploits0References16
NVD
NVD
added 6 days ago7 views

CVE-2026-71239

DjangoCRM's massmail module renders user-controlled EmlMessage fields subject, content through Django's Template constructor with no sanitization, in at least three locations: messagepreviews.py builds an f-string embedding message.subject/message.content directly into a Template call;...

8.1CVSS0.00229EPSS
SaveExploits0References1
CVE
CVE
added 6 days ago42 views

CVE-2026-71240

DjangoCRM exposes a vulnerability in the toggle_default_sorting view: it is the sole route in common/urls.py not wrapped by login_required or staff_member_required. The handler redirects to a caller-supplied next_url GET parameter after only validating secure_url(next_url) (which checks host agai...

4.3CVSS5.3AI score0.00189EPSS
SaveExploits0References1
CVE
CVE
added 6 days ago42 views

CVE-2026-71239

DjangoCRM: Mass Mail rendering flaw in three code paths (message_previews.py, email_creators.py, helpers.py) uses Django Template() on user-controlled EmlMessage fields without sanitization. This enables authenticated users with mass-mail edit rights to inject Django template syntax ({{ }}, {% %}...

8.1CVSS5.2AI score0.00229EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 6 days ago8 views

CVE-2026-71239

DjangoCRM's massmail module renders user-controlled EmlMessage fields subject, content through Django's Template constructor with no sanitization, in at least three locations: messagepreviews.py builds an f-string embedding message.subject/message.content directly into a Template call;...

8.1CVSS5.6AI score0.00229EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 6 days ago7 views

CVE-2026-71238 DjangoCRM - Hardcoded Django SECRET_KEY Enables Session and CSRF Token Forgery

DjangoCRM ships with its Django SECRETKEY hardcoded directly in the committed webcrm/settings.py rather than read from an environment variable. Since this key is used for session signing, CSRF token generation, and password reset tokens, anyone who reads the public repository can forge valid...

9.1CVSS5.3AI score0.00313EPSS
SaveExploits1References1
EUVD
EUVD
added 6 days ago13 views

EUVD-2026-52981

A weakness has been identified in Ehco1996 django-sspanel up to 2023.12.26. This affects the function TicketDetailView of the file apps/sspanel/views.py of the component Support Ticket Handler. Executing a manipulation can lead to authorization bypass. The attack can be executed remotely. The...

6.5CVSS6.2AI score0.00211EPSS
SaveExploits0References5
NVD
NVD
added last week9 views

CVE-2026-18818

A weakness has been identified in Ehco1996 django-sspanel up to 2023.12.26. This affects the function TicketDetailView of the file apps/sspanel/views.py of the component Support Ticket Handler. Executing a manipulation can lead to authorization bypass. The attack can be executed remotely. The...

6.5CVSS0.00211EPSS
SaveExploits0References4
CVE
CVE
added last week39 views

CVE-2026-18818

CVE-2026-18818 concerns Ehco1996 django-sspanel. The vulnerability targets the TicketDetailView in apps/sspanel/views.py of the Support Ticket Handler and allows authorization bypass via manipulation, with remote execution possible. Affected software is stated as up to 2023.12.26 and no longer un...

6.5CVSS6.2AI score0.00211EPSS
SaveExploits0References4
Cvelist
Cvelist
added last week37 views

CVE-2026-18818 Ehco1996 django-sspanel Support Ticket views.py TicketDetailView authorization

A weakness has been identified in Ehco1996 django-sspanel up to 2023.12.26. This affects the function TicketDetailView of the file apps/sspanel/views.py of the component Support Ticket Handler. Executing a manipulation can lead to authorization bypass. The attack can be executed remotely. The...

6.5CVSS0.00211EPSS
SaveExploits0References4
Rows per page
Query Builder