Lucene search
+L

2360 matches found

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
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
SaveExploits0References5
EUVD
EUVD
added 2026/08/06 8:55 p.m.15 views

EUVD-2026-41804

Craft CMS: Missing authorization check allows non-admin control panel users to reorder Global Sets...

5.3CVSS5.5AI score0.00386EPSS
SaveExploits0References9
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
OSV
OSV
added 2026/08/06 8:45 p.m.13 views

GHSA-265M-7826-WJQM 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.7CVSS6.2AI score0.00447EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/01 12:22 p.m.8 views

CVE-2026-67299 FreeRDP before 3.29.0 Use-After-Free via WindowIcon async message

FreeRDP before 3.29.0 contains a client-side heap use-after-free in the async update message proxy for WINDOWICONORDER when AsyncUpdate is enabled e.g. xfreerdp /async-update. In updatemessageWindowIcon a shallow CopyMemory overwrites a freshly allocated lParam-iconInfo with the parser-owned...

8.7CVSS5.6AI score0.00325EPSS
SaveExploits0References3
GithubExploit
GithubExploit
added 2026/07/30 11:26 p.m.59 views

Exploit for Code Injection in Craftcms Craft_Cms

CVE-2025-32432 — Craft CMS Pre-Auth RCE Exploit para execução...

10CVSS7.4AI score0.99837EPSS
SaveExploits19
NVD
NVD
added 2026/07/30 1:16 a.m.9 views

CVE-2026-17776

Policy bypass in Receiver in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: Medium...

5.8CVSS0.00258EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/07/23 11:05 a.m.83 views

Exploit for Code Injection in Craftcms Craft_Cms

CVE-2025-32432 Craft CMS PoC Single-target proof-of-concept...

10CVSS9.6AI score0.99837EPSS
SaveExploits19
GithubExploit
GithubExploit
added 2026/07/21 4:52 p.m.78 views

Exploit for Code Injection in Craftcms Craft_Cms

CVE-2025-32432 Craft CMS Pre-Auth RCE PoC Critical Pre-Auth...

10CVSS9.9AI score0.99837EPSS
SaveExploits19
OSV
OSV
added 2026/07/17 7:05 p.m.11 views

GHSA-CVPC-HCCG-WMW4 Formie: Missing authorization in administrative settings allows low-privileged CP users to modify plugin configuration

Formie contains a missing authorization vulnerability in administrative settings routes. An authenticated, non-admin Craft CMS control panel user with limited Formie access could directly access Formie settings pages and modify global plugin configuration. In affected versions, Formie...

6.3CVSS5.4AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/17 7:05 p.m.23 views

Formie: Missing authorization in administrative settings allows low-privileged CP users to modify plugin configuration

Formie contains a missing authorization vulnerability in administrative settings routes. An authenticated, non-admin Craft CMS control panel user with limited Formie access could directly access Formie settings pages and modify global plugin configuration. In affected versions, Formie...

5.3AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/09 1:44 p.m.27 views

Craft CMS: RCE via missing cleanseConfig in FieldsController::actionRenderCardPreview

The actionRenderCardPreview method in FieldsController passes the fieldLayoutConfig POST parameter directly to Fields::createLayout without calling Component::cleanseConfig. This allows Yii2 event handler injection via on eventName keys in the config array, leading to arbitrary code execution. Th...

8.6CVSS6.3AI score0.00886EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/09 1:44 p.m.13 views

GHSA-86VW-X4WW-X467 Craft CMS: RCE via missing cleanseConfig in FieldsController::actionRenderCardPreview

The actionRenderCardPreview method in FieldsController passes the fieldLayoutConfig POST parameter directly to Fields::createLayout without calling Component::cleanseConfig. This allows Yii2 event handler injection via on eventName keys in the config array, leading to arbitrary code execution. Th...

8.6CVSS6.4AI score0.00886EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/07 2:32 a.m.12 views

SUSE CVE-2026-14097

Inappropriate implementation in WebAppInstalls in Google Chrome on Mac prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: Low...

9.6CVSS6AI score0.00319EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/06 9:37 p.m.14 views

EUVD-2026-41213

Craft CMS: Potential authenticated Remote Code Execution via referrer redirect...

8.7CVSS6.1AI score0.00412EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/06 9:37 p.m.10 views

GHSA-F74W-488G-8X5R Craft CMS: Potential authenticated Remote Code Execution via referrer redirect

Requirements: Control panel access Permissions to edit an entry Details Control panel users with the ability to edit entries can execute unsandboxed Twig code via the HTTP Referrer header. The issue happens when a user is saving entries. Strings for a signed redirect URL are being compiled as a...

8.7CVSS6AI score0.00412EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/06 9:35 p.m.34 views

EUVD-2026-41153

Craft CMS: Stored XSS via Structure entry title in table view...

5.9CVSS5.9AI score0.00412EPSS
SaveExploits0References3
Rows per page
Query Builder