Lucene search
+L

7488 matches found

Nuclei
Nuclei
added 2026/08/21 2:28 a.m.108 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.6AI score0.04055EPSS
SaveExploits3References3
Nuclei
Nuclei
added 2026/08/21 2:28 a.m.79 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 2026/08/21 2:28 a.m.38 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.3CVSS7.1AI score0.12976EPSS
SaveExploits1References3
Nuclei
Nuclei
added 2026/08/21 2:28 a.m.106 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.6AI score0.23566EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/20 7:17 p.m.8 views

CVE-2026-75526

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. From 5.0.8 until 5.0.9, ContentRenderer.renderplaceholder in cms/pluginrendering.py can pass stored, attacker-controlled values to ContentRenderer.renderexception when plugin rendering fail...

4.4CVSS
SaveExploits0References4
NVD
NVD
added 2026/08/20 7:16 p.m.7 views

CVE-2026-54624

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.8, renderobjectstructure in cms/views.py renders cms/toolbar/structure.html for a PageContent object without calling usercanviewpage. Any staff account can request a restricted...

6.5CVSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.4 views

django CMS: Missing authorization in `render_object_structure` discloses non-PageContent placeholder structure to low-privileged staff

Summary The django-cms frontend-editing structure endpoint GET //admin/cms/placeholder/object//structure// did not perform an object-level authorization check for non-PageContent objects. Any authenticated, active staff user could request the structure endpoint for a frontend-editable object a...

4.3CVSS5.6AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/20 6:42 p.m.6 views

GHSA-6X92-6VX4-5FWR django CMS: Broken access control in page *Duplicate* allows reading the content of any page (cross-site / restriction bypass)

Impact The only authorization gate on the duplicate flow is PageAdmin.hasaddpermission, which checks usercanaddpageuser, site / usercanaddsubpage... — i.e. “may this user create a page at all”. Nothing checks the user’s relationship to the page being copied: - cms/admin/forms.py —...

6.5CVSS5.6AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.7 views

django CMS: Broken access control in page *Duplicate* allows reading the content of any page (cross-site / restriction bypass)

Impact The only authorization gate on the duplicate flow is PageAdmin.hasaddpermission, which checks usercanaddpageuser, site / usercanaddsubpage... — i.e. “may this user create a page at all”. Nothing checks the user’s relationship to the page being copied: - cms/admin/forms.py —...

6.5CVSS5.5AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.7 views

django CMS: Stored XSS in edit-mode plugin exception rendering

Summary When plugin rendering fails in edit mode, django CMS renders a cms-rendering-exception block so editors can see that a placeholder could not be rendered. Older code built that block's heading by interpolating the exception message, placeholder/source strings, and the failing plugin's shor...

4.4CVSS5.4AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.5 views

django CMS: Structure endpoint bypasses page-view permission

Summary The structure-board endpoint renderobjectstructure renders a page's plugin structure without verifying that the requesting user is allowed to view the page. The edit and preview endpoints enforce this via renderpage, but the structure endpoint does not, allowing a low-privileged staff use...

6.5CVSS5.4AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.6 views

django CMS: Clipboard copy IDOR discloses unauthorized plugin content

Summary The clipboard copy paths of the copyplugins admin endpoint validate only the target the user's own clipboard and skip source-side authorization. A staff user can copy plugins out of a placeholder they have no permission on into their clipboard, then read the secret content. Details In...

6.5CVSS5.4AI score
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/20 6:40 p.m.22 views

EUVD-2026-41146

Wagtail: Denial of service via unbounded filter specs in the image preview...

4.3CVSS5.2AI score0.0022EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/20 6:16 p.m.5 views

CVE-2026-54625

django CMS is a content management system powered by Django. Prior to 5.0.8 and in 5.1.0a1, the django CMS page cache in cms/cache/page.py ignores request headers declared by plugins through getvarycacheon. The pagecachekey function includes the cache prefix, site, language, path, and timezone bu...

4.8CVSS
SaveExploits0References7
NVD
NVD
added 2026/08/20 6:16 p.m.5 views

CVE-2026-54623

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.8, the moveplugin endpoint in cms/admin/placeholderadmin.py accepts an attacker-controlled pluginparent value without rejecting a plugin’s own identifier or a descendant...

7.1CVSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 6:11 p.m.9 views

EUVD-2026-63571

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. From 5.0.8 until 5.0.9, ContentRenderer.renderplaceholder in cms/pluginrendering.py can pass stored, attacker-controlled values to ContentRenderer.renderexception when plugin rendering fail...

4.4CVSS5.3AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/20 6:11 p.m.6 views

CVE-2026-75526 django CMS: Stored XSS in edit-mode plugin exception rendering

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. From 5.0.8 until 5.0.9, ContentRenderer.renderplaceholder in cms/pluginrendering.py can pass stored, attacker-controlled values to ContentRenderer.renderexception when plugin rendering fail...

4.4CVSS5.3AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/20 6:11 p.m.21 views

CVE-2026-75526 django CMS: Stored XSS in edit-mode plugin exception rendering

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. From 5.0.8 until 5.0.9, ContentRenderer.renderplaceholder in cms/pluginrendering.py can pass stored, attacker-controlled values to ContentRenderer.renderexception when plugin rendering fail...

4.4CVSS
SaveExploits0References4
CVE
CVE
added 2026/08/20 6:09 p.m.15 views

CVE-2026-63003

A staff user with only "add page" permission can POST a crafted source page ID to the duplicate endpoint, copying all placeholders/plugins of an unauthorized page and stripping its view restrictions, exposing restricted or cross-site content. The fix adds an object-level user_can_view_page() chec...

6.5CVSS5.3AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 6:09 p.m.10 views

EUVD-2026-63570

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.9, page duplication lacks an object-level authorization check on the source page. In cms/admin/forms.py, DuplicatePageForm.source accepts any Page, the AddPageForm constructor...

6.5CVSS5.3AI score
SaveExploits0References4
Rows per page
Query Builder