Search for packages
| purl | pkg:composer/craftcms/cms@3.7.68 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-543c-646v-4yfj
Aliases: CVE-2026-27129 GHSA-v2gc-rm6g-wrw9 |
Craft is a content management system (CMS). In versions 4.5.0-RC1 through 4.16.18 and 5.0.0-RC1 through 5.8.22, the SSRF validation in Craft CMS’s GraphQL Asset mutation uses `gethostbyname()`, which only resolves IPv4 addresses. When a hostname has only AAAA (IPv6) records, the function returns the hostname string itself, causing the blocklist comparison to always fail and completely bypassing SSRF protection. This is a bypass of the security fix for CVE-2025-68437. Exploitation requires GraphQL schema permissions for editing assets in the `<VolumeName>` volume and creating assets in the `<VolumeName>` volume. These permissions may be granted to authenticated users with appropriate GraphQL schema access and/or Public Schema (if misconfigured with write permissions). Versions 4.16.19 and 5.8.23 patch the issue. |
Affected by 25 other vulnerabilities. Affected by 31 other vulnerabilities. |
|
VCID-8kdh-rvh3-4yfv
Aliases: CVE-2025-68456 GHSA-v64r-7wg9-23pr |
Craft is a platform for creating digital experiences. In versions 5.0.0-RC1 through 5.8.20 and 3.0.0 through 4.16.16, unauthenticated users can trigger database backup operations via specific admin actions, potentially leading to resource exhaustion or information disclosure. Users should update to the patched versions (5.8.21 and 4.16.17) to mitigate the issue. Craft 3 users should update to the latest Craft 4 and 5 releases, which include the fixes. |
Affected by 35 other vulnerabilities. Affected by 43 other vulnerabilities. |
|
VCID-8m8v-ymqs-fkh9
Aliases: CVE-2025-68437 GHSA-x27p-wfqw-hfcc |
Craft is a platform for creating digital experiences. In versions 5.0.0-RC1 through 5.8.20 and 4.0.0-RC1 through 4.16.16, the Craft CMS GraphQL `save_<VolumeName>_Asset` mutation is vulnerable to Server-Side Request Forgery (SSRF). This vulnerability arises because the `_file` input, specifically its `url` parameter, allows the server to fetch content from arbitrary remote locations without proper validation. Attackers can exploit this by providing internal IP addresses or cloud metadata endpoints as the `url`, forcing the server to make requests to these restricted services. The fetched content is then saved as an asset, which can subsequently be accessed and exfiltrated, leading to potential data exposure and infrastructure compromise. This exploitation requires specific GraphQL permissions for asset management within the targeted volume. Users should update to the patched 5.8.21 and 4.16.17 releases to mitigate the issue. |
Affected by 35 other vulnerabilities. Affected by 43 other vulnerabilities. |
|
VCID-9fqv-dg3y-wbbf
Aliases: CVE-2023-33194 GHSA-3wxg-w96j-8hq9 |
Craft is a CMS for creating custom digital experiences on the web.The platform does not filter input and encode output in Quick Post validation error message, which can deliver an XSS payload. Old CVE fixed the XSS in label HTML but didn’t fix it when clicking save. This issue was patched in version 4.4.6. |
Affected by 15 other vulnerabilities. Affected by 52 other vulnerabilities. |
|
VCID-9yny-vu36-tyes
Aliases: CVE-2023-33495 GHSA-m3v5-gjj9-rg24 |
Craft CMS through 4.4.9 is vulnerable to HTML Injection. |
Affected by 50 other vulnerabilities. |
|
VCID-a9bc-cgqq-jkfh
Aliases: CVE-2023-40035 GHSA-44wr-rmwq-3phw |
Craft is a CMS for creating custom digital experiences on the web and beyond. Bypassing the validatePath function can lead to potential remote code execution. This vulnerability can lead to malicious control of vulnerable systems and data exfiltrations. Although the vulnerability is exploitable only in the authenticated users, configuration with ALLOW_ADMIN_CHANGES=true, there is still a potential security threat (Remote Code Execution). This issue has been patched in version 4.4.15 and version 3.8.15. |
Affected by 10 other vulnerabilities. Affected by 47 other vulnerabilities. |
|
VCID-ad7v-5hxr-s3a4
Aliases: CVE-2023-33197 GHSA-6qjx-787v-6pxr |
Craft is a CMS for creating custom digital experiences on the web. Cross-site scripting (XSS) can be triggered via the Update Asset Index utility. This issue has been patched in version 4.4.6. |
Affected by 52 other vulnerabilities. |
|
VCID-cneu-aazx-byfq
Aliases: CVE-2023-30179 GHSA-3x74-v64j-qc3f |
CraftCMS version 3.7.59 is vulnerable to Server-Side Template Injection (SSTI). An authenticated attacker can inject Twig Template to User Photo Location field when setting User Photo Location in User Settings, lead to Remote Code Execution. NOTE: the vendor disputes this because only Administrators can add this Twig code, and (by design) Administrators are allowed to do that by default. |
Affected by 57 other vulnerabilities. |
|
VCID-czuy-m8wp-fka2
Aliases: CVE-2025-32432 GHSA-f3gw-9ww9-jmc3 |
Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond. Starting from version 3.0.0-RC1 to before 3.9.15, 4.0.0-RC1 to before 4.14.15, and 5.0.0-RC1 to before 5.6.17, Craft is vulnerable to remote code execution. This is a high-impact, low-complexity attack vector. This issue has been patched in versions 3.9.15, 4.14.15, and 5.6.17, and is an additional fix for CVE-2023-41892. |
Affected by 5 other vulnerabilities. Affected by 42 other vulnerabilities. Affected by 49 other vulnerabilities. |
|
VCID-e4ep-2ng5-1kbm
Aliases: CVE-2023-30130 GHSA-fjx5-xm7q-whvj |
An issue found in CraftCMS v.3.8.1 allows a remote attacker to execute arbitrary code via a crafted script to the Section parameter. |
Affected by 17 other vulnerabilities. |
|
VCID-fs3m-av1v-fuf1
Aliases: CVE-2025-35939 GHSA-7vrx-9684-xrf2 |
Craft CMS stores arbitrary content provided by unauthenticated users in session files. This content could be accessed and executed, possibly using an independent vulnerability. Craft CMS redirects requests that require authentication to the login page and generates a session file on the server at '/var/lib/php/sessions'. Such session files are named 'sess_[session_value]', where '[session_value]' is provided to the client in a 'Set-Cookie' response header. Craft CMS stores the return URL requested by the client without sanitizing parameters. Consequently, an unauthenticated client can introduce arbitrary values, such as PHP code, to a known local file location on the server. Craft CMS versions 5.7.5 and 4.15.3 have been released to address this issue. |
Affected by 42 other vulnerabilities. Affected by 49 other vulnerabilities. |
|
VCID-grmm-88sf-wyd4
Aliases: CVE-2026-27127 GHSA-gp2f-7wcm-5fhx |
Craft is a content management system (CMS). In versions 4.5.0-RC1 through 4.16.18 and 5.0.0-RC1 through 5.8.22, the SSRF validation in Craft CMS’s GraphQL Asset mutation performs DNS resolution separately from the HTTP request. This Time-of-Check-Time-of-Use (TOCTOU) vulnerability enables DNS rebinding attacks, where an attacker’s DNS server returns different IP addresses for validation compared to the actual request. This is a bypass of the security fix for CVE-2025-68437 that allows access to all blocked IPs, not just IPv6 endpoints. Exploitation requires GraphQL schema permissions for editing assets in the `<VolumeName>` volume and creating assets in the `<VolumeName>` volume. These permissions may be granted to authenticated users with appropriate GraphQL schema access and/or Public Schema (if misconfigured with write permissions). Versions 4.16.19 and 5.8.23 patch the issue. |
Affected by 25 other vulnerabilities. Affected by 31 other vulnerabilities. |
|
VCID-hh13-6e1x-p7ez
Aliases: CVE-2023-2817 GHSA-7x94-jx75-3gh6 |
A post-authentication stored cross-site scripting vulnerability exists in Craft CMS versions <= 4.4.11. HTML, including script tags can be injected into field names which, when the field is added to a category or section, will trigger when users visit the Categories or Entries pages respectively. |
Affected by 49 other vulnerabilities. |
|
VCID-htqk-ckr5-jbcu
Aliases: CVE-2024-52292 GHSA-cw6g-qmjq-6w2w |
Craft is a content management system (CMS). The dataUrl function can be exploited if an attacker has write permissions on system notification templates. This function accepts an absolute file path, reads the file's content, and converts it into a Base64-encoded string. By embedding this function within a system notification template, the attacker can exfiltrate the Base64-encoded file content through a triggered system email notification. Once the email is received, the Base64 payload can be decoded, allowing the attacker to read arbitrary files on the server. This is fixed in 5.4.9 and 4.12.8. |
Affected by 45 other vulnerabilities. Affected by 49 other vulnerabilities. |
|
VCID-mhqg-hey8-6bee
Aliases: CVE-2023-36260 GHSA-6p78-f7h9-6838 |
An issue was discovered in the Feed Me plugin 4.6.1 for Craft CMS. It allows remote attackers to cause a denial of service (DoS) via crafted strings to Feed-Me Name and Feed-Me URL fields, due to saving a feed using an Asset element type with no volume selected. NOTE: this is not a report about code provided by the Craft CMS product; it is only a report about the Feed Me plugin. NOTE: a third-party report states that commit b5d6ede51848349bd91bc95fec288b6793f15e28 has "nothing to do with security." |
Affected by 0 other vulnerabilities. Affected by 48 other vulnerabilities. |
|
VCID-vvej-1fex-kqdn
Aliases: CVE-2023-31144 GHSA-j4mx-98hw-6rv6 |
Craft CMS is a content management system. Starting in version 3.0.0 and prior to versions 3.8.4 and 4.4.4, a malformed title in the feed widget can deliver a cross-site scripting payload. This issue is fixed in version 3.8.4 and 4.4.4. |
Affected by 16 other vulnerabilities. Affected by 56 other vulnerabilities. |
|
VCID-wcsx-j8xk-r7c7
Aliases: CVE-2024-21622 GHSA-j5g9-j7r4-6qvx |
Craft is a content management system. This is a potential moderate impact, low complexity privilege escalation vulnerability in Craft starting in 3.x prior to 3.9.6 and 4.x prior to 4.4.16 with certain user permissions setups. This has been fixed in Craft 4.4.16 and Craft 3.9.6. Users should ensure they are running at least those versions. |
Affected by 9 other vulnerabilities. Affected by 49 other vulnerabilities. |
|
VCID-x12b-mjr9-sba2
Aliases: CVE-2024-56145 GHSA-2p6p-9rc9-62j9 |
Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond. Users of affected versions are affected by this vulnerability if their php.ini configuration has `register_argc_argv` enabled. For these users an unspecified remote code execution vector is present. Users are advised to update to version 3.9.14, 4.13.2, or 5.5.2. Users unable to upgrade should disable `register_argc_argv` to mitigate the issue. |
Affected by 6 other vulnerabilities. Affected by 44 other vulnerabilities. Affected by 48 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| VCID-aujg-14fc-1qeb | CraftCMS 3.7.59 is vulnerable Cross Site Scripting (XSS). An attacker can inject javascript code into Volume Name. |
CVE-2023-30177
GHSA-wv7j-rc2q-9j67 |