Lucene search
+L

24323 matches found

CVE
CVE
added 2026/09/15 7:27 p.m.5 views

CVE-2026-18422

Concrete CMS before 9.5.3 contained a vulnerability in the multilingual page assignment backend action (Backend\Page\Multilingual::assign). The action lacked a destination-side authorization check and did not validate a CSRF token . An authenticated user holding only the "Edit Page Multilingual S...

2.1CVSS
SaveExploits0References1
NVD
NVD
added 2026/09/15 7:17 p.m.3 views

CVE-2026-68530

Concrete CMS 9 through 9.5.2 did not perform an authorization check on several board-instance actions in the Boards area of the Dashboard. The instance details single-page controller resolved a board instance directly from an attacker-supplied instance ID and then viewed, refreshed, regenerated, ...

2.1CVSS
SaveExploits0References1
NVD
NVD
added 2026/09/15 7:17 p.m.2 views

CVE-2026-18421

Concrete CMS 9 through 9.5.2 does not perform an authorization check in three actions of the Boards data source dashboard controller update, updatedatasource, and deletedatasource, which resolve a ConfiguredDataSource directly from an attacker-supplied identifier without confirming the requester'...

2.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/15 7:10 p.m.4 views

CVE-2026-18421 Concrete CMS 9.0.0-9.5.2 Boards data source dashboard is missing an authorization check, allowing a low-privileged board editor to modify or delete configured data sources on boards they do not control

Concrete CMS 9 through 9.5.2 does not perform an authorization check in three actions of the Boards data source dashboard controller update, updatedatasource, and deletedatasource, which resolve a ConfiguredDataSource directly from an attacker-supplied identifier without confirming the requester'...

2.1CVSS
SaveExploits0References1
CVE
CVE
added 2026/09/15 7:10 p.m.3 views

CVE-2026-18421

Concrete CMS versions 9 through 9.5.2 contain a missing authorization check in the Boards data source dashboard controller . The three affected actions (update , update_data_source , and delete_data_source ) resolve a ConfiguredDataSource directly from an attacker-supplied identifier without conf...

2.1CVSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/15 7:08 p.m.4 views

EUVD-2026-79184

Concrete CMS 9.0.0 through 9.5.2 was missing an authorization check on the Express entries advanced-search dashboard action. The advancedsearch method in DashboardSelectableExpressEntryListTrait resolved an Express entity directly from a user-supplied entity ID and rendered that entity's entries...

2.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/15 7:08 p.m.5 views

CVE-2026-68529 Concrete CMS 9.0.0 through 9.5.2 us missing authorization in the Express entries advanced-search dashboard action allowing a low-privileged user to read other entities' Express entries

Concrete CMS 9.0.0 through 9.5.2 was missing an authorization check on the Express entries advanced-search dashboard action. The advancedsearch method in DashboardSelectableExpressEntryListTrait resolved an Express entity directly from a user-supplied entity ID and rendered that entity's entries...

2.1CVSS
SaveExploits0References1
CVE
CVE
added 2026/09/15 7:08 p.m.4 views

CVE-2026-68529

Concrete CMS 9.0.0 through 9.5.2 contained an authorization bypass in the Express entries advanced-search dashboard action. The advanced_search() method in DashboardSelectableExpressEntryListTrait resolved an Express entity from a user-supplied entity ID without invoking canViewExpressEntries(), ...

2.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/15 7:06 p.m.5 views

CVE-2026-68530 Concrete CMS 9.0.0 through 9.5.2 is Missing Authorization on Board Instance Actions Allowed a Board Editor to Access and Delete Other Boards' Instances

Concrete CMS 9 through 9.5.2 did not perform an authorization check on several board-instance actions in the Boards area of the Dashboard. The instance details single-page controller resolved a board instance directly from an attacker-supplied instance ID and then viewed, refreshed, regenerated, ...

2.1CVSS
SaveExploits0References1
CVE
CVE
added 2026/09/15 7:06 p.m.5 views

CVE-2026-68530

Concrete CMS versions 9.0.0 through 9.5.2 contain an authorization bypass in the Boards area of the Dashboard. The instance-details single-page controller resolved a board instance directly from an attacker-supplied ID and performed view, refresh, regenerate, or delete actions without verifying t...

2.1CVSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/15 7:06 p.m.4 views

EUVD-2026-79180

Concrete CMS 9 through 9.5.2 did not perform an authorization check on several board-instance actions in the Boards area of the Dashboard. The instance details single-page controller resolved a board instance directly from an attacker-supplied instance ID and then viewed, refreshed, regenerated, ...

2.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/15 6:53 p.m.4 views

CVE-2026-81923 Concrete CMS below 9.5.3 is missing authorization in the SEO Bulk Update Meta Tags editor

In Concrete CMS before 9.5.3, the SEO Bulk Update Meta Tags editor did not check per-page edit permissions before saving. The saveRecord action validated the per-page CSRF token but never called canEditPageProperties for the target page, so a user who was granted access to the bulk SEO tool and...

2.1CVSS
SaveExploits0References1
CVE
CVE
added 2026/09/15 6:53 p.m.5 views

CVE-2026-81923

Concrete CMS versions before 9.5.3 are affected by a missing authorization check in the SEO Bulk Update Meta Tags editor . The saveRecord() action validated the per-page CSRF token but never called canEditPageProperties(), allowing a user with access to the bulk SEO tool and view-only permission ...

2.1CVSS
SaveExploits0References1
CVE
CVE
added 2026/09/15 6:51 p.m.3 views

CVE-2026-81922

Concrete CMS before 9.5.3 contains a missing authorization flaw in the sitemap Explore dashboard controller . The send_to_top and send_to_bottom reorder actions performed only a generic sitemap-access check before loading a page via the attacker-controlled cNodeID parameter and altering its displ...

2.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/15 6:51 p.m.4 views

CVE-2026-81922 "In Concrete CMS below 9.5.3, there is Missing authorization in the sitemap page reorder allowing low-privilege users to reorder arbitrary pages "

Concrete CMS before 9.5.3 did not enforce a per-page authorization check when reordering pages from the sitemap. In the sitemap Explore dashboard controller, the sendtotop and sendtobottom reorder tasks ran after only a generic sitemap-access check; the controller loaded the page named by the...

2.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/15 6:27 p.m.3 views

CVE-2026-68533 Missing Authorization in Concrete CMS versions below 9.5.3 Conversation File Upload Allows File Import Without the Add Message Attachments Permission

Concrete CMS below 9.5.3 conversation attachment uploaded endpoint imported files into the file manager before evaluating the "Add Message Attachments" permission, which was only checked after the file had been stored. A user denied that permission, or an unauthenticated visitor on a guest-postin...

2.3CVSS
SaveExploits0References1
CVE
CVE
added 2026/09/15 6:27 p.m.3 views

CVE-2026-68533

Concrete CMS versions below 9.5.3 have a missing authorization flaw in the conversation attachment upload endpoint. The endpoint imported files into the file manager before checking the "Add Message Attachments" permission, meaning a user lacking that permission—or an unauthenticated visitor on a...

2.3CVSS
SaveExploits0References1
NVD
NVD
added 2026/09/15 6:17 p.m.3 views

CVE-2026-56830

Shopper is a Headless e-commerce Admin Panel. Prior to 2.9.2, an earlier product sub-form hardening change left store in packages/admin/src/Livewire/Components/Products/Form/Media.php without the editproducts authorization check used by sibling sub-forms. An authenticated staff user with...

6.5CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/15 6:17 p.m.3 views

CVE-2026-56827

Shopper is a Headless e-commerce Admin Panel. Prior to 2.9.2, groupedBulkActions in packages/admin/src/Livewire/Pages/Attribute/Browse.php, packages/admin/src/Livewire/Pages/Tag/Index.php, packages/admin/src/Livewire/Pages/Brand/Index.php, packages/admin/src/Livewire/Pages/Category/Index.php, and...

8.1CVSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/15 5:43 p.m.2 views

EUVD-2026-78920

Shopper is a Headless e-commerce Admin Panel. Prior to 2.9.2, an earlier product sub-form hardening change left store in packages/admin/src/Livewire/Components/Products/Form/Media.php without the editproducts authorization check used by sibling sub-forms. An authenticated staff user with...

6.5CVSS
SaveExploits0References4
Rows per page
Query Builder