Lucene search
+L

45433 matches found

CVE
CVE
added 2026/08/07 7:02 p.m.56 views

CVE-2026-11430

Grav CMS’s scheduler-webhook plugin contains an authentication bypass in the webhook token check. When the webhook feature is enabled but no webhookToken is configured, a conditional short-circuit skips token validation, allowing an unauthenticated remote attacker who can reach POST /scheduler/we...

7.3CVSS5.9AI score0.00506EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/07 2:57 p.m.14 views

GHSA-WG23-69C2-GJC8 Craft CMS: Passkey login accepts replayed WebAuthn assertions

Craft CMS passkey login accepts WebAuthn requestOptions from the unauthenticated login request body and does not persist the updated credential counter returned by the WebAuthn assertion validator. A captured passkey login request body can therefore be replayed because the old challenge is accept...

9.1CVSS5.5AI score0.00227EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/08/07 2:57 p.m.11 views

Replay Attack

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Replay Attack through the users/login-with-passkey process. An attacker can gain unauthorized access to user accounts by replaying a previously captured passkey login request body, as the...

9.1CVSS5.4AI score0.00227EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/06 10:18 p.m.16 views

CVE-2026-71434

Statamic is a Laravel and Git powered content management system CMS. Prior to 5.74.3 and 6.24.2, public frontend forms did not enforce the file upload restrictions that the Control Panel enforces, so an unauthenticated visitor could upload file types an administrator had intended to disallow...

5.3CVSS0.0024EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/06 10:18 p.m.15 views

CVE-2026-64665

Statamic is a Laravel and Git powered content management system CMS. Prior to 5.74.1 and 6.24.0, when OAuth login was enabled with a provider that does not guarantee verified email addresses, an unauthenticated attacker could sign in as an existing user, potentially including a super admin, witho...

8.1CVSS0.00311EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/06 10:18 p.m.14 views

CVE-2026-64663

Statamic is a Laravel and Git powered content management system CMS. Prior to 5.74.1 and 6.24.0, manipulating user-supplied input incorporated into Antlers templates could result in the loss of content and assets, on sites whose templates pass untrusted input into affected areas, and exploitation...

6.5CVSS0.00296EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/06 10:17 p.m.12 views

CVE-2026-54717

Silverstripe CMS is an open source content management system. Prior to 6.2.1, page breadcrumbs in the CMS are vulnerable to cross-site scripting when viewed using the page list view, because page titles are rendered into the breadcrumb trail without being escaped. This issue is fixed in 6.2.1...

5.4CVSS0.0024EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/08/06 9:54 p.m.12 views

Incomplete List of Disallowed Inputs

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs via the create function in non-sandboxed template contexts. An attacker can access arbitrary files on the server filesystem by instantiating SplFileObject...

8.7CVSS5.6AI score0.00218EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/06 9:54 p.m.18 views

Craft CMS: Arbitrary file read via SplFileObject in non-sandboxed template contexts

The create Twig function introduced in 5.9.0 allows instantiation of arbitrary PHP classes from template code, restricted only by a 5-entry blocklist. SplFileObject is not in the blocklist, enabling arbitrary file read, including .env security key, DB credentials and the passwd file from...

8.7CVSS5.6AI score0.00218EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 9:53 p.m.15 views

Craft CMS: Authenticated leak of secret environment variables

Environment variables and secrets are interpolated into a Twig template even when the Twig sandbox is enabled, allowing them to be leaked by an authenticated attacker. The Craft vulnerability CVE-2026-31857 was only patched by applying sandboxed Twig templating. This theoretically protects Craft...

7.1CVSS5.9AI score0.00227EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/06 9:53 p.m.44 views

GHSA-596P-6JV8-775V Craft CMS: Authenticated leak of secret environment variables

Environment variables and secrets are interpolated into a Twig template even when the Twig sandbox is enabled, allowing them to be leaked by an authenticated attacker. The Craft vulnerability CVE-2026-31857 was only patched by applying sandboxed Twig templating. This theoretically protects Craft...

5.1CVSS5.9AI score0.00227EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/08/06 9:43 p.m.16 views

Craft CMS: Authorization bypass: view-only Categories user can modify category structure via structures/move-element

A control-panel user who holds only the viewCategories permission for a category group and not saveCategories can permanently modify that group's category structure — reordering and re-parenting categories via the structures/move-element action. A read-time authorization grant that a write endpoi...

9.3CVSS5.3AI score0.00194EPSS
SaveExploits0References7Affected Software1
Snyk
Snyk
added 2026/08/06 9:43 p.m.32 views

Incorrect Authorization

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Incorrect Authorization through the structures/move-element process. An attacker can alter the ordering and nesting of categories, affecting their URLs and potentially corrupting navigation o...

9.3CVSS5.4AI score0.00194EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/06 9:42 p.m.9 views

GHSA-RVMM-V933-JGXQ Craft CMS: Missing authorization check allows non-admin control panel users access to user registration metrics

ChartsController::actionGetNewUsersData at /actions/charts/get-new-users-data is missing a requirePermission'viewUsers' authorization check. Any authenticated control panel user, regardless of permissions beyond accessCp, can POST to this endpoint to receive time-series user registration counts f...

5.3CVSS5.5AI score0.00385EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/08/06 9:36 p.m.20 views

Craft CMS: Incorrect path validation could potentially lead to path traversal

The ensurePathIsContained function of the Local file system class is theoretically vulnerable to path traversal, although no exploitable scenario has been discovered. When a file is read, an Asset object uses the getFileStream method of the Volume where the asset file is stored, which in turn use...

6.9CVSS5.3AI score0.00148EPSS
SaveExploits0References8Affected Software1
Snyk
Snyk
added 2026/08/06 9:33 p.m.44 views

Cross-site Scripting (XSS)

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the draftName field in the control panel rendering process. An attacker can execute arbitrary JavaScript in the session of higher-privileged users by crafting a...

6.4CVSS5.3AI score0.0019EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/06 9:04 p.m.11 views

Improper Authorization

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Improper Authorization via the elements/save process. An attacker can change their own password without providing the current password, and, if possessing the edit users permission, can chang...

7.1CVSS5.4AI score0.00327EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/06 9:02 p.m.12 views

GHSA-F5WM-88JV-G5HX Craft CMS: Authenticated RCE through Twig sandbox escape

The Twig sandbox mechanism in Craft CMS is configured to allow dangerous functionality from the Yii framework, leading to authenticated RCE in a manner similar to previously disclosed vulnerabilities. The Twig sandbox in Craft CMS works by implementing Twig's SecurityPolicyInterface. The resultin...

8.7CVSS5.7AI score0.00539EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/08/06 8:45 p.m.14 views

Improperly Controlled Modification of Dynamically-Determined Object Attributes

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes via the condition.config process. An attacker can execute arbitrary operating system commands, read sensitive...

8.8CVSS5.6AI score0.00447EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/06 8:45 p.m.21 views

Craft CMS: Authenticated RCE via `condition.config` JSON cleanse bypass

Craft CMS has an authenticated remote code execution issue in the control panel element-search condition handling. Craft cleans the outer request-controlled condition array with Component::cleanseConfig, but Conditions::createCondition later decodes and merges the JSON string in condition.config...

8.8CVSS6.2AI score0.00447EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder