Lucene search
+L

45400 matches found

Snyk
Snyk
added 2026/02/09 8:36 p.m.6 views

Authorization Bypass Through User-Controlled Key

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key via the saveAsset function. An attacker can gain unauthorized access to modify or transfer assets across restricted volumes by exploiting...

8.8CVSS5.6AI score0.00426EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/02/09 8:36 p.m.13 views

Craft CMS: GraphQL Asset Mutation Privilege Escalation

There is a Privilege Escalation vulnerability in Craft CMS’s GraphQL API that allows an authenticated user with write access to one asset volume to escalate their privileges and modify/transfer assets belonging to any other volume, including restricted or private volumes to which they should not...

8.8CVSS5.6AI score0.00426EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/02/09 8:35 p.m.12 views

GHSA-9F5H-MMQ6-2X78 Craft CMS Vulnerable to Stored XSS in Number Prefix & Suffix Fields

Summary A stored XSS vulnerability exists in the Number field type settings. The Prefix and Suffix fields are rendered using the |md|raw Twig filter without proper escaping, allowing script execution when the Number field is displayed on users' profiles. Proof of Concept Required Permissions -...

4.8CVSS5.7AI score0.0036EPSS
SaveExploits1References6
Snyk
Snyk
added 2026/02/09 8:35 p.m.6 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 rendering of the prefix and suffix fields in the Number field type settings without proper escaping. An attacker can execute arbitrary scripts in the context ...

4.8CVSS5.6AI score0.0036EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/02/09 8:35 p.m.14 views

Craft CMS Vulnerable to Stored XSS in Number Prefix & Suffix Fields

Summary A stored XSS vulnerability exists in the Number field type settings. The Prefix and Suffix fields are rendered using the |md|raw Twig filter without proper escaping, allowing script execution when the Number field is displayed on users' profiles. Proof of Concept Required Permissions -...

4.8CVSS5.7AI score0.0036EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/09 8:35 p.m.15 views

Craft CMS Vulnerable to SQL Injection in Element Indexes via `criteria[orderBy]`

Summary The element-indexes/get-elements endpoint is vulnerable to SQL Injection via the criteriaorderBy parameter JSON body. The application fails to sanitize this input before using it in the database query. An attacker with Control Panel access can inject arbitrary SQL into the ORDER BY clause...

8.8CVSS6AI score0.00502EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/02/09 8:35 p.m.10 views

GHSA-2453-MPPF-46CJ Craft CMS Vulnerable to SQL Injection in Element Indexes via `criteria[orderBy]`

Summary The element-indexes/get-elements endpoint is vulnerable to SQL Injection via the criteriaorderBy parameter JSON body. The application fails to sanitize this input before using it in the database query. An attacker with Control Panel access can inject arbitrary SQL into the ORDER BY clause...

8.7CVSS6.1AI score0.00502EPSS
SaveExploits1References6
OSV
OSV
added 2026/02/09 8:35 p.m.14 views

GHSA-M5R2-8P9X-HP5M Craft CMS Vulnerable to SSRF in GraphQL Asset Mutation via Alternative IP Notation

I observed a recent commit intended to mitigate Server-Side Request Forgery SSRF vulnerabilities. While the implemented defense mechanisms are an improvement, I have identified two methods to bypass these protections. This report details the first bypass method involving alternative IP notation,...

6.9CVSS5.6AI score0.00359EPSS
SaveExploits1References6
Snyk
Snyk
added 2026/02/09 8:35 p.m.8 views

Server-side Request Forgery (SSRF)

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the saveAsset mutation in GraphQL when alternative IP notations are used in the URL parameter. An attacker can access internal cloud metadata services by...

6.9CVSS5.6AI score0.00359EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/02/09 8:35 p.m.15 views

Craft CMS Vulnerable to SSRF in GraphQL Asset Mutation via Alternative IP Notation

I observed a recent commit intended to mitigate Server-Side Request Forgery SSRF vulnerabilities. While the implemented defense mechanisms are an improvement, I have identified two methods to bypass these protections. This report details the first bypass method involving alternative IP notation,...

6.9CVSS5.6AI score0.00359EPSS
SaveExploits1References6Affected Software1
Snyk
Snyk
added 2026/02/09 8:35 p.m.10 views

Server-side Request Forgery (SSRF)

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the saveAsset GraphQL mutation validates the initial URL hostname and resolved IP against a blocklis. An attacker can access internal resources or sensiti...

8.8CVSS5.7AI score0.00359EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/02/09 8:35 p.m.14 views

Craft CMS Vulnerable to SSRF in GraphQL Asset Mutation via HTTP Redirect

Summary The saveAsset GraphQL mutation validates the initial URL hostname and resolved IP against a blocklist, but Guzzle follows HTTP redirects by default. An attacker can bypass all SSRF protections by hosting a redirect that points to cloud metadata endpoints or any internal IP addresses. ---...

6.9CVSS5.6AI score0.00359EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/09 8:35 p.m.15 views

Craft CMS: save_images_Asset graphql mutation can be abused to exfiltrate AWS credentials of underlying host

Summary - The saveimagesAsset graphql mutation allows a user to give a url of an image to download. Url must use a domain, not a raw IP. - Attacker sets up domain attacker.domain with an A record of something like 169.254.169.254 special AWS metadata IP - Attacker invokes saveimagesAsset with url...

6.5CVSS5.7AI score0.00419EPSS
SaveExploits1References6Affected Software1
Snyk
Snyk
added 2026/02/09 8:35 p.m.10 views

Server-side Request Forgery (SSRF)

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in handleUpload, which is exploitable via the saveimagesAsset mutation in the GraphQL API. An attacker can retrieve sensitive internal resources, such as AWS...

6.5CVSS5.6AI score0.00419EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/09 8:35 p.m.14 views

GHSA-96PQ-HXPW-RGH8 Craft CMS: save_images_Asset graphql mutation can be abused to exfiltrate AWS credentials of underlying host

Summary - The saveimagesAsset graphql mutation allows a user to give a url of an image to download. Url must use a domain, not a raw IP. - Attacker sets up domain attacker.domain with an A record of something like 169.254.169.254 special AWS metadata IP - Attacker invokes saveimagesAsset with url...

5.3CVSS5.7AI score0.00419EPSS
SaveExploits1References6
OSV
OSV
added 2026/02/09 8:35 p.m.16 views

GHSA-7PR4-WX9W-MQWR Craft CMS Vulnerable to Stored XSS in Entry Types Name

Summary Stored XSS via Entry Type names. The name is not sanitized when displayed in the Entry Types list. --- Proof of Concept Required Permissions Attacker - Admin access only admins have access to the settings page - allowAdminChanges is enabled in production, which is against our security...

4.8CVSS5.5AI score0.0031EPSS
SaveExploits1References5
NVD
NVD
added 2026/02/09 8:15 p.m.19 views

CVE-2026-25497

Craft is a platform for creating digital experiences. In Craft versions from 4.0.0-RC1 to before 4.17.0-beta.1 and 5.9.0-beta.1, there is a Privilege Escalation vulnerability in Craft CMS’s GraphQL API that allows an authenticated user with write access to one asset volume to escalate their...

8.8CVSS0.00426EPSS
SaveExploits0References3
NVD
NVD
added 2026/02/09 8:15 p.m.16 views

CVE-2026-25496

Craft is a platform for creating digital experiences. In Craft versions 4.0.0-RC1 through 4.16.17 and 5.0.0-RC1 through 5.8.21, a stored XSS vulnerability exists in the Number field type settings. The Prefix and Suffix fields are rendered using the |md|raw Twig filter without proper escaping,...

4.8CVSS0.0036EPSS
SaveExploits1References3
NVD
NVD
added 2026/02/09 8:15 p.m.18 views

CVE-2026-25492

Craft CMS is a content management system. In Craft versions 3.5.0 through 4.16.17 and 5.0.0-RC1 through 5.8.21, the saveimagesAsset GraphQL mutation can be abused to fetch internal URLs by providing a domain name that resolves to an internal IP address, bypassing hostname validation. When a...

6.5CVSS0.00419EPSS
SaveExploits1References3
Veracode
Veracode
added 2026/02/09 8:07 p.m.11 views

Cross-site Scripting (XSS)

craftcms/commerce is vulnerable to Cross-site Scripting XSS. The vulnerability is due to improper sanitization of the “Address Line 1” field in Inventory Locations, which allows an attacker to store and execute malicious JavaScript in an administrator’s browser via the admin panel...

6.3CVSS5.5AI score0.00209EPSS
SaveExploits1References9Affected Software3
Rows per page
Query Builder