Lucene search
+L

7679 matches found

OSV
OSV
added 2026/08/21 7:30 a.m.10 views

CLSA-2026-1787297407 TuxCare security update for django (10 CVEs)

TuxCare rebuilt django to address 10 CVEs. Fixed in 5.1.10.post2+tuxcare...

9.8CVSS7.7AI score0.12976EPSS
SaveExploits3
OSV
OSV
added 2026/08/21 12:00 a.m.9 views

OPENSUSE-SU-2026:11570-1 python313-django-allauth-65.19.1-1.1 on GA media

These are all security issues fixed in the python313-django-allauth-65.19.1-1.1 package on the GA media of openSUSE Tumbleweed...

9.8CVSS6.3AI score0.53561EPSS
SaveExploits7References1
Positive Technologies
Positive Technologies
added 2026/08/21 12:00 a.m.14 views

PT-2026-80618

These are all security issues fixed in the python313-django-allauth-65.19.1-1.1 package on the GA media of openSUSE Tumbleweed...

9.8CVSS6.2AI score0.53561EPSS
SaveExploits7References2
Circl
Circl
added 2026/08/20 8:35 p.m.21 views

CVE-2026-63003

creationtimestamp| type| source ---|---|--- 2026-08-20 20:35:15+00:00| published-proof-of-concept| https://github.com/django-cms/django-cms/security/advisories/GHSA-6x92-6vx4-5fwr...

6.5CVSS5AI score0.00239EPSS
SaveExploits0References1
Circl
Circl
added 2026/08/20 8:35 p.m.20 views

CVE-2026-61663

creationtimestamp| type| source ---|---|--- 2026-08-20 20:35:13+00:00| published-proof-of-concept| https://github.com/django-cms/django-cms/security/advisories/GHSA-8qj2-c6q4-f399...

4.3CVSS5AI score0.00251EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/20 7:17 p.m.16 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.4CVSS0.00165EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/20 7:16 p.m.18 views

CVE-2026-63003

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.5CVSS0.00239EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/20 7:16 p.m.19 views

CVE-2026-61663

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.9, renderobjectstructure fails to authorize non-PageContent objects that use PlaceholderRelationField. An active staff user without cms.usestructure or model-level view or chan...

4.3CVSS0.00251EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/20 7:16 p.m.14 views

CVE-2026-54622

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.8, the copyplugins endpoint in cms/admin/placeholderadmin.py authorizes only the destination clipboard. The copyplugintoclipboard and copyplaceholdertoclipboard paths accept...

6.5CVSS0.00239EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/20 7:16 p.m.14 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.5CVSS0.00244EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 6:42 p.m.11 views

GHSA-8QJ2-C6Q4-F399 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.7AI score0.00251EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.14 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 score0.00251EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.17 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 score0.00239EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/20 6:42 p.m.12 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 score0.00239EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.17 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 score0.00165EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/20 6:42 p.m.16 views

GHSA-HVQ6-2R72-P2X7 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.5AI score0.00165EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.11 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 score0.00244EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/20 6:42 p.m.11 views

GHSA-VGXM-H9GX-H9W7 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 score0.00244EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.12 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 score0.00239EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/20 6:42 p.m.11 views

GHSA-4XFR-4P46-GC6P 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.5AI score0.00239EPSS
SaveExploits0References5
Rows per page
Query Builder