Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:composer/craftcms/cms@4.2.8
purl pkg:composer/craftcms/cms@4.2.8
Next non-vulnerable version 4.17.12
Latest non-vulnerable version 5.9.18
Risk 10.0
Vulnerabilities affecting this package (58)
Vulnerability Summary Fixed by
VCID-12yx-3kck-s7dp
Aliases:
CVE-2026-29069
GHSA-234q-vvw3-mrfq
Craft is a content management system (CMS). Prior to 5.9.0-beta.2 and 4.17.0-beta.2, the actionSendActivationEmail() endpoint is accessible to unauthenticated users and does not require a permission check for pending users. An attacker with no prior access can trigger activation emails for any pending user account by knowing or guessing the user ID. If the attacker controls the target user’s email address, they can activate the account and gain access to the system. This vulnerability is fixed in 5.9.0-beta.2 and 4.17.0-beta.2.
4.17.0-beta.2
Affected by 15 other vulnerabilities.
5.9.0-beta.2
Affected by 22 other vulnerabilities.
VCID-16h7-f3pe-8qh8
Aliases:
CVE-2026-28697
GHSA-v47q-jxvr-p68x
Craft is a content management system (CMS). Prior to 4.17.0-beta.1 and 5.9.0-beta.1, an authenticated administrator can achieve Remote Code Execution (RCE) by injecting a Server-Side Template Injection (SSTI) payload into Twig template fields (e.g., Email Templates). By calling the craft.app.fs.write() method, an attacker can write a malicious PHP script to a web-accessible directory and subsequently access it via the browser to execute arbitrary system commands. This vulnerability is fixed in 4.17.0-beta.1 and 5.9.0-beta.1.
4.17.0-beta.1
Affected by 16 other vulnerabilities.
5.9.0-beta.1
Affected by 23 other vulnerabilities.
VCID-25ym-rhky-wbaq
Aliases:
CVE-2026-33161
GHSA-vgjg-248p-rfm2
Craft CMS is a content management system (CMS). From version 4.0.0-RC1 to before version 4.17.8 and from version 5.0.0-RC1 to before version 5.9.14, a low-privileged authenticated user can call assets/image-editor with the ID of a private asset they cannot view and still receive editor response data, including focalPoint. The endpoint returns private editing metadata without per-asset authorization validation. This issue has been patched in versions 4.17.8 and 5.9.14.
4.17.8
Affected by 4 other vulnerabilities.
5.9.14
Affected by 6 other vulnerabilities.
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.
4.16.19
Affected by 25 other vulnerabilities.
5.8.23
Affected by 31 other vulnerabilities.
VCID-5qkr-aqmx-8qau
Aliases:
GHSA-44px-qjjc-xrhq
Craft CMS: Authorized asset "preview file" requests bypass allows users without asset access to retrieve private preview metadata ### Summary An authenticated low-privileged user can call `assets/preview-file` for an asset they are not authorized to view and still receive preview response data (`previewHtml`) for that private asset. The returned preview HTML included a private preview image route containing the target private `assetId`, even though `canView` was `false` for the attacker account. ### Details 1. `assets/preview-file` accepts a maliciously controlled `assetId` and renders preview output. 2. The action does not enforce per-asset view authorization prior to returning preview content. 3. As a result, an authenticated user without asset-view permission can still obtain private preview output. This affects Craft installations with authenticated users of mixed privilege levels with private assets. ### Resources - d30df3112220db1ffd6726a3ed11857014c7fb27 - b1cddf72c98a
4.17.8
Affected by 4 other vulnerabilities.
5.9.14
Affected by 6 other vulnerabilities.
VCID-5r6n-351z-2ybh
Aliases:
CVE-2026-32264
GHSA-4484-8v2f-5748
Craft CMS is a content management system (CMS). From version 4.0.0-RC1 to before version 4.17.5 and from version 5.0.0-RC1 to before version 5.9.11, there is a Behavior injection RCE vulnerability in ElementIndexesController and FieldsController. Craft control panel administrator permissions and allowAdminChanges must be enabled for this to work. This issue has been patched in versions 4.17.5 and 5.9.11.
4.17.5
Affected by 10 other vulnerabilities.
5.9.11
Affected by 14 other vulnerabilities.
VCID-726q-jfsa-9qdz
Aliases:
CVE-2026-25495
GHSA-2453-mppf-46cj
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, the element-indexes/get-elements endpoint is vulnerable to SQL Injection via the criteria[orderBy] 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 by omitting viewState[order] (or setting both to the same payload). This issue is patched in versions 4.16.18 and 5.8.22.
4.16.18
Affected by 30 other vulnerabilities.
5.8.22
Affected by 36 other vulnerabilities.
VCID-76k8-sveq-3qbf
Aliases:
CVE-2026-28781
GHSA-2xfc-g69j-x2mp
Craft is a content management system (CMS). Prior to 4.17.0-beta.1 and 5.9.0-beta.1, the entry creation process allows for Mass Assignment of the authorId attribute. A user with "Create Entries" permission can inject the authorIds[] (or authorId) parameter into the POST request, which the backend processes without verifying if the current user is authorized to assign authorship to others. Normally, this field is not present in the request for users without the necessary permissions. By manually adding this parameter, an attacker can attribute the new entry to any user, including Admins. This effectively "spoofs" the authorship. This vulnerability is fixed in 4.17.0-beta.1 and 5.9.0-beta.1.
4.17.0-beta.1
Affected by 16 other vulnerabilities.
5.9.0-beta.1
Affected by 23 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.
4.16.17
Affected by 35 other vulnerabilities.
5.8.21
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.
4.16.17
Affected by 35 other vulnerabilities.
5.8.21
Affected by 43 other vulnerabilities.
VCID-8rkv-wfha-n7hb
Aliases:
CVE-2026-31857
GHSA-fp5j-j7j4-mcxc
Craft is a content management system (CMS). Prior to 5.9.9 and 4.17.4, a Remote Code Execution vulnerability exists in the Craft CMS 5 conditions system. The BaseElementSelectConditionRule::getElementIds() method passes user-controlled string input through renderObjectTemplate() -- an unsandboxed Twig rendering function with escaping disabled. Any authenticated Control Panel user (including non-admin roles such as Author or Editor) can achieve full RCE by sending a crafted condition rule via standard element listing endpoints. This vulnerability requires no admin privileges, no special permissions beyond basic control panel access, and bypasses all production hardening settings (allowAdminChanges: false, devMode: false, enableTwigSandbox: true). Users should update to the patched 5.9.9 or 4.17.4 release to mitigate the issue.
4.17.4
Affected by 12 other vulnerabilities.
5.9.9
Affected by 18 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.
4.4.6
Affected by 52 other vulnerabilities.
VCID-9krv-seyq-juez
Aliases:
CVE-2023-33196
GHSA-cjmm-x9x9-m2w5
Craft is a CMS for creating custom digital experiences. Cross site scripting (XSS) can be triggered by review volumes. This issue has been fixed in version 4.4.7.
4.4.6.1
Affected by 51 other vulnerabilities.
4.4.7
Affected by 51 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.
4.4.10
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.
4.4.15
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.
4.4.6
Affected by 52 other vulnerabilities.
VCID-b25s-j3du-sfg5
Aliases:
CVE-2026-25496
GHSA-9f5h-mmq6-2x78
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, allowing script execution when the Number field is displayed on users' profiles. This issue is patched in versions 4.16.18 and 5.8.22.
4.16.18
Affected by 30 other vulnerabilities.
5.8.22
Affected by 36 other vulnerabilities.
VCID-bn85-sts4-5ygq
Aliases:
CVE-2026-29113
GHSA-vg3j-hpm9-8v5v
Craft is a content management system (CMS). Prior to 4.17.4 and 5.9.7, Craft CMS has a CSRF issue in the preview token endpoint at /actions/preview/create-token. The endpoint accepts an attacker-supplied previewToken. Because the action does not require POST and does not enforce a CSRF token, an attacker can force a logged-in victim editor to mint a preview token chosen by the attacker. That token can then be used by the attacker (without authentication) to access previewed/unpublished content tied to the victim’s authorized preview scope. This vulnerability is fixed in 4.17.4 and 5.9.7.
4.17.4
Affected by 12 other vulnerabilities.
5.9.7
Affected by 20 other vulnerabilities.
VCID-br1f-q8nk-v7b3
Aliases:
CVE-2026-28695
GHSA-94rc-cqvm-m4pw
Craft is a content management system (CMS). There is an authenticated admin RCE in Craft CMS 5.8.21 via Server-Side Template Injection using the create() Twig function combined with a Symfony Process gadget chain. The create() Twig function exposes Craft::createObject(), which allows instantiation of arbitrary PHP classes with constructor arguments. Combined with the bundled symfony/process dependency, this enables RCE. This bypasses the fix implemented for CVE-2025-57811 (patched in 5.8.7). This vulnerability is fixed in 5.9.0-beta.1 and 4.17.0-beta.1.
4.17.0-beta.1
Affected by 16 other vulnerabilities.
5.9.0-beta.1
Affected by 23 other vulnerabilities.
VCID-c38g-6ttm-yuep
Aliases:
CVE-2025-46731
GHSA-7c58-g782-9j38
4.14.13
Affected by 43 other vulnerabilities.
5.6.15
Affected by 50 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.
4.4.2
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.
4.14.15
Affected by 42 other vulnerabilities.
5.6.17
Affected by 49 other vulnerabilities.
VCID-e3k3-fp6t-kycw
Aliases:
CVE-2026-32267
GHSA-cc7p-2j3x-x7xf
Craft CMS is a content management system (CMS). From version 4.0.0-RC1 to before version 4.17.6 and from version 5.0.0-RC1 to before version 5.9.12, a low-privilege user (or an unauthenticated user who has been sent a shared URL) can escalate their privileges to admin by abusing UsersController->actionImpersonateWithToken. This issue has been patched in versions 4.17.6 and 5.9.12.
4.17.6
Affected by 9 other vulnerabilities.
5.9.12
Affected by 13 other vulnerabilities.
VCID-e9qn-ar3q-g3e4
Aliases:
GHSA-4mgv-366x-qxvx
Craft CMS Vulnerable to Stored XSS in Settings Names and Field Options
4.17.0-beta.1
Affected by 16 other vulnerabilities.
5.9.0-beta.1
Affected by 23 other vulnerabilities.
VCID-eypa-1c6q-tfau
Aliases:
CVE-2024-52293
GHSA-f3cw-hg6r-chfv
Craft is a content management system (CMS). Prior to 4.12.2 and 5.4.3, Craft is missing normalizePath in the function FileHelper::absolutePath could lead to Remote Code Execution on the server via twig SSTI. This is a sequel to CVE-2023-40035. This vulnerability is fixed in 4.12.2 and 5.4.3.
4.12.2
Affected by 47 other vulnerabilities.
5.4.3
Affected by 51 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.
4.15.3
Affected by 42 other vulnerabilities.
5.7.5
Affected by 49 other vulnerabilities.
VCID-g637-7ns6-kyhj
Aliases:
CVE-2026-28783
GHSA-5fvc-7894-ghp4
Craft is a content management system (CMS). Prior to 5.9.0-beta.1 and 4.17.0-beta.1, Craft CMS implements a blocklist to prevent potentially dangerous PHP functions from being called via Twig non-Closure arrow functions. In order to be able to successfully execute this attack, you need to either have allowAdminChanges enabled on production, or a compromised admin account, or an account with access to the System Messages utility. Several PHP functions are not included in the blocklist, which could allow malicious actors with the required permissions to execute various types of payloads, including RCEs, arbitrary file reads, SSRFs, and SSTIs. This vulnerability is fixed in 5.9.0-beta.1 and 4.17.0-beta.1.
4.17.0-beta.1
Affected by 16 other vulnerabilities.
5.9.0-beta.1
Affected by 23 other vulnerabilities.
VCID-gjvb-ht1w-s3hm
Aliases:
CVE-2023-41892
GHSA-4w8r-3xrw-v25g
4.4.15
Affected by 47 other vulnerabilities.
VCID-gp2d-vv3n-euda
Aliases:
CVE-2026-41129
GHSA-3m9m-24vh-39wx
Craft CMS is a content management system (CMS). Versions on the 4.x branch through 4.17.8 and the 5.x branch through 5.9.14 are vulnerable to Server-Side Request Forgery. The exploitation requires a few permissions to be enabled in the used GraphQL schema: "Edit assets in the <VolumeName> volume" and "Create assets in the <VolumeName> volume." Versions 4.17.9 and 5.9.15 patch the issue.
4.17.9
Affected by 2 other vulnerabilities.
5.9.15
Affected by 3 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.
4.16.19
Affected by 25 other vulnerabilities.
5.8.23
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.
4.4.12
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.
4.12.8
Affected by 45 other vulnerabilities.
5.4.9
Affected by 49 other vulnerabilities.
VCID-j1d4-j44f-yqh9
Aliases:
CVE-2026-44010
GHSA-gj2p-p9m4-c8gw
Craft CMS is a content management system (CMS). From 4.0.0 to before 4.17.12 and 5.9.18, the GraphQL Address element resolver (src/gql/resolvers/elements/Address.php) performs no schema scope filtering on top-level queries. A GraphQL API token scoped to a single low-privilege user group can read every address in the system, including addresses belonging to users in groups the token has no authorization to access. This exposes PII, including full names, addresses, organizations, tax IDs, etc. This vulnerability is fixed in 4.17.12 and 5.9.18.
4.17.12
Affected by 0 other vulnerabilities.
5.9.18
Affected by 0 other vulnerabilities.
VCID-j6wk-k1jb-jfd5
Aliases:
CVE-2026-33160
GHSA-5pgf-h923-m958
Craft CMS is a content management system (CMS). From version 4.0.0-RC1 to before version 4.17.8 and from version 5.0.0-RC1 to before version 5.9.14, an unauthenticated user can call assets/generate-transform with a private assetId, receive a valid transform URL, and fetch transformed image bytes. The endpoint is anonymous and does not enforce per-asset authorization before returning the transform URL. This issue has been patched in versions 4.17.8 and 5.9.14.
4.17.8
Affected by 4 other vulnerabilities.
5.9.14
Affected by 6 other vulnerabilities.
VCID-j8qq-yre6-4bfx
Aliases:
CVE-2026-44011
GHSA-qrgm-p9w5-rrfw
Craft CMS is a content management system (CMS). From 4.0.0 to before 4.17.12 and 5.9.18, Craft CMS which contains an input-handling flaw in a Yii object creation path that let any authenticated user inject malicious configuration and execute arbitrary commands on the server. The request-controlled condition field layouts data is converted into a live FieldLayout object without a Component::cleanseConfig() boundary. Because Craft configures models before parent::__construct(), attacker-controlled special config keys can take effect during object creation, and FieldLayout initialization then triggers a same-request event. This vulnerability is fixed in 4.17.12 and 5.9.18.
4.17.12
Affected by 0 other vulnerabilities.
5.9.18
Affected by 0 other vulnerabilities.
VCID-kb3b-8hqt-nqfj
Aliases:
CVE-2025-23209
GHSA-x684-96hh-833x
Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond. This is an remote code execution (RCE) vulnerability that affects Craft 4 and 5 installs where your security key has already been compromised. Anyone running an unpatched version of Craft with a compromised security key is affected. This vulnerability has been patched in Craft 5.5.8 and 4.13.8. Users who cannot update to a patched version, should rotate their security keys and ensure their privacy to help migitgate the issue.
4.13.8
Affected by 44 other vulnerabilities.
5.5.8
Affected by 48 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."
4.6.2
Affected by 0 other vulnerabilities.
4.7.0
Affected by 48 other vulnerabilities.
VCID-nep2-e16y-9yg4
Aliases:
CVE-2026-33159
GHSA-6mrr-q3pj-h53w
Craft CMS is a content management system (CMS). From version 4.0.0-RC1 to before version 4.17.8 and from version 5.0.0-RC1 to before version 5.9.14, guest users can access Config Sync updater index, obtain signed data, and execute state-changing Config Sync actions (regenerate-yaml, apply-yaml-changes) without authentication. This issue has been patched in versions 4.17.8 and 5.9.14.
4.17.8
Affected by 4 other vulnerabilities.
5.9.14
Affected by 6 other vulnerabilities.
VCID-nhab-uyen-ayhq
Aliases:
CVE-2026-28696
GHSA-7x43-mpfg-r9wj
Craft is a content management system (CMS). Prior to 4.17.0-beta.1 and 5.9.0-beta.1, the GraphQL directive @parseRefs, intended to parse internal reference tags (e.g., {user:1:email}), can be abused by both authenticated users and unauthenticated guests (if a Public Schema is enabled) to access sensitive attributes of any element in the CMS. The implementation in Elements::parseRefs fails to perform authorization checks, allowing attackers to read data they are not authorized to view. This vulnerability is fixed in 4.17.0-beta.1 and 5.9.0-beta.1.
4.17.0-beta.1
Affected by 16 other vulnerabilities.
5.9.0-beta.1
Affected by 23 other vulnerabilities.
VCID-p8kk-e27s-n7cs
Aliases:
CVE-2026-25493
GHSA-8jr8-7hr4-vhfx
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, 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. This issue is patched in versions 4.16.18 and 5.8.22.
4.16.18
Affected by 30 other vulnerabilities.
5.8.22
Affected by 36 other vulnerabilities.
VCID-pfwt-hxpb-4ub8
Aliases:
CVE-2024-52291
GHSA-jrh5-vhr9-qh7q
Craft is a content management system (CMS). A vulnerability in CraftCMS allows an attacker to bypass local file system validation by utilizing a double file:// scheme (e.g., file://file:////). This enables the attacker to specify sensitive folders as the file system, leading to potential file overwriting through malicious uploads, unauthorized access to sensitive files, and, under certain conditions, remote code execution (RCE) via Server-Side Template Injection (SSTI) payloads. Note that this will only work if you have an authenticated administrator account with allowAdminChanges enabled. This is fixed in 5.4.6 and 4.12.5.
4.12.5
Affected by 46 other vulnerabilities.
5.4.6
Affected by 50 other vulnerabilities.
VCID-py3b-5ps7-7fe3
Aliases:
CVE-2026-33158
GHSA-3pvf-vxrv-hh9c
Craft CMS is a content management system (CMS). From version 4.0.0-RC1 to before version 4.17.8 and from version 5.0.0-RC1 to before version 5.9.14, a low-privileged authenticated user can read private asset content by calling assets/edit-image with an arbitrary assetId that they are not authorized to view. The endpoint returns image bytes (or a preview redirect) without enforcing a per-asset view authorization check, leading to potential unauthorized disclosure of private files. This issue has been patched in versions 4.17.8 and 5.9.14.
4.17.8
Affected by 4 other vulnerabilities.
5.9.14
Affected by 6 other vulnerabilities.
VCID-qmcc-3ued-m7gk
Aliases:
CVE-2026-28782
GHSA-jxm3-pmm2-9gf6
Craft is a content management system (CMS). Prior to 5.9.0-beta.1 and 4.17.0-beta.1, the "Duplicate" entry action does not properly verify if the user has permission to perform this action on the specific target elements. Even with only "View Entries" permission (where the "Duplicate" action is restricted in the UI), a user can bypass this restriction by sending a direct request. Furthermore, this vulnerability allows duplicating other users' entries by specifying their Entry IDs. Since Entry IDs are incremental, an attacker can trivially brute-force these IDs to duplicate and access restricted content across the system. This vulnerability is fixed in 5.9.0-beta.1 and 4.17.0-beta.1.
4.17.0-beta.1
Affected by 16 other vulnerabilities.
5.9.0-beta.1
Affected by 23 other vulnerabilities.
VCID-qrmg-jky7-87cb
Aliases:
CVE-2025-68454
GHSA-742x-x762-7383
Craft is a platform for creating digital experiences. Versions 5.0.0-RC1 through 5.8.20 and 4.0.0-RC1 through 4.16.16 are vulnerable to potential authenticated Remote Code Execution via Twig SSTI. For this to work, users must have administrator access to the Craft Control Panel, and allowAdminChanges must be enabled, which is against Craft CMS' recommendations for any non-dev environment. Alternatively, a non-administrator account with allowAdminChanges disabled can be used, provided access to the System Messages utility is available. It is possible to craft a malicious payload using the Twig `map` filter in text fields that accept Twig input under Settings in the Craft control panel or using the System Messages utility, which could lead to a RCE. Users should update to the patched versions (5.8.21 and 4.16.17) to mitigate the issue.
4.16.17
Affected by 35 other vulnerabilities.
5.8.21
Affected by 43 other vulnerabilities.
VCID-r47n-36pn-cbe4
Aliases:
CVE-2026-25497
GHSA-fxp3-g6gw-4r4v
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 privileges and modify/transfer assets belonging to any other volume, including restricted or private volumes to which they should not have access. The saveAsset GraphQL mutation validates authorization against the schema-resolved volume but fetches the target asset by ID without verifying that the asset belongs to the authorized volume. This allows unauthorized cross-volume asset modification and transfer. This vulnerability is fixed in 4.17.0-beta.1 and 5.9.0-beta.1.
4.17.0-beta.1
Affected by 16 other vulnerabilities.
5.9.0-beta.1
Affected by 23 other vulnerabilities.
VCID-rezz-ka5s-hyg2
Aliases:
CVE-2025-68455
GHSA-255j-qw47-wjh5
Craft is a platform for creating digital experiences. Versions 5.0.0-RC1 through 5.8.20 and 4.0.0-RC1 through 4.16.16 are vulnerable to potential authenticated Remote Code Execution via malicious attached Behavior. Note that attackers must have administrator access to the Craft Control Panel for this to work. Users should update to the patched versions (5.8.21 and 4.16.17) to mitigate the issue.
4.16.17
Affected by 35 other vulnerabilities.
5.8.21
Affected by 43 other vulnerabilities.
VCID-smdx-nfbs-2qbx
Aliases:
CVE-2026-41130
GHSA-95wr-3f2v-v2wh
Craft CMS is a content management system (CMS). In versions on the 4.x branch through 4.17.8 and the 5.x branch through 5.9.14, the `resource-js` endpoint in Craft CMS allows unauthenticated requests to proxy remote JavaScript resources. When `trustedHosts` is not explicitly restricted (default configuration), the application trusts the client-supplied Host header. This allows an attacker to control the derived `baseUrl`, which is used in prefix validation inside `actionResourceJs()`. By supplying a malicious Host header, the attacker can make the server issue arbitrary HTTP requests, leading to Server-Side Request Forgery (SSRF). Versions 4.17.9 and 5.9.15 patch the issue.
4.17.9
Affected by 2 other vulnerabilities.
5.9.15
Affected by 3 other vulnerabilities.
VCID-t37k-f7k1-gyhz
Aliases:
CVE-2023-23927
GHSA-qcrj-6ffc-v7hq
Craft is a platform for creating digital experiences. When you insert a payload inside a label name or instruction of an entry type, an cross-site scripting (XSS) happens in the quick post widget on the admin dashboard. This issue has been fixed in version 4.3.7.
4.3.7
Affected by 58 other vulnerabilities.
VCID-tf8p-xrne-8qfg
Aliases:
CVE-2023-32679
GHSA-vqxf-r9ph-cc9c
Craft CMS is an open source content management system. In affected versions of Craft CMS an unrestricted file extension may lead to Remote Code Execution. If the name parameter value is not empty string('') in the View.php's doesTemplateExist() -> resolveTemplate() -> _resolveTemplateInternal() -> _resolveTemplate() function, it returns directly without extension verification, so that arbitrary extension files are rendered as twig templates. When attacker with admin privileges on a DEV or an improperly configured STG or PROD environment, they can exploit this vulnerability to remote code execution. Code execution may grant the attacker access to the host operating system. This issue has been addressed in version 4.4.6. Users are advised to upgrade. There are no known workarounds for this vulnerability.
4.4.6
Affected by 52 other vulnerabilities.
VCID-tfc8-rkdd-53f7
Aliases:
CVE-2025-57811
GHSA-crcq-738g-pqvc
Craft is a platform for creating digital experiences. From versions 4.0.0-RC1 to 4.16.5 and 5.0.0-RC1 to 5.8.6, there is a potential remote code execution vulnerability via Twig SSTI (Server-Side Template Injection). This is a follow-up to CVE-2024-52293. This vulnerability has been patched in versions 4.16.6 and 5.8.7.
4.16.6
Affected by 40 other vulnerabilities.
5.8.7
Affected by 48 other vulnerabilities.
VCID-vrpf-parp-7kgr
Aliases:
CVE-2026-25498
GHSA-7jx7-3846-m7w7
Craft is a platform for creating digital experiences. In versions 4.0.0-RC1 through 4.16.17 and 5.0.0-RC1 through 5.8.21, a Remote Code Execution (RCE) vulnerability exists in Craft CMS where the assembleLayoutFromPost() function in src/services/Fields.php fails to sanitize user-supplied configuration data before passing it to Craft::createObject(). This allows authenticated administrators to inject malicious Yii2 behavior configurations that execute arbitrary system commands on the server. This vulnerability represents an unpatched variant of the behavior injection vulnerability addressed in CVE-2025-68455, affecting different endpoints through a separate code path. This vulnerability is fixed in 5.8.22.
4.16.18
Affected by 30 other vulnerabilities.
5.8.22
Affected by 36 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.
4.4.4
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.
4.5.11
Affected by 49 other vulnerabilities.
VCID-wnr9-2wyr-wug4
Aliases:
CVE-2025-68436
GHSA-53vf-c43h-j2x9
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, authenticated users on a Craft installation could potentially expose sensitive assets via their user profile photo via maliciously crafted requests. Users should update to the patched versions (5.8.21 and 4.16.17) to mitigate the issue.
4.16.17
Affected by 35 other vulnerabilities.
5.8.21
Affected by 43 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.
4.13.2
Affected by 44 other vulnerabilities.
5.5.2
Affected by 48 other vulnerabilities.
VCID-x1w2-ytck-17bn
Aliases:
CVE-2026-28784
GHSA-qc86-q28f-ggww
Craft is a content management system (CMS). Prior to 5.8.22 and 4.16.18, it is possible to craft a malicious payload using the Twig map filter in text fields that accept Twig input under Settings in the Craft control panel or using the System Messages utility, which could lead to a RCE. For this to work, you must have administrator access to the Craft Control Panel, and allowAdminChanges must be enabled for this to work, which is against our recommendations for any non-dev environment. Alternatively, you can have a non-administrator account with allowAdminChanges disabled, but you have access to the System Messages utility. Users should update to the patched versions (5.8.22 and 4.16.18) to mitigate the issue.
4.17.0-beta.1
Affected by 16 other vulnerabilities.
5.9.0-beta.1
Affected by 23 other vulnerabilities.
VCID-y2ya-ys74-vqbv
Aliases:
CVE-2026-25494
GHSA-m5r2-8p9x-hp5m
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, the saveAsset GraphQL mutation uses filter_var(..., FILTER_VALIDATE_IP) to block a specific list of IP addresses. However, alternative IP notations (hexadecimal, mixed) are not recognized by this function, allowing attackers to bypass the blocklist and access cloud metadata services. This issue is patched in versions 4.16.18 and 5.8.22.
4.16.18
Affected by 30 other vulnerabilities.
5.8.22
Affected by 36 other vulnerabilities.
VCID-yc89-41eq-b3eh
Aliases:
CVE-2026-32262
GHSA-472v-j2g4-g9h2
Craft CMS is a content management system (CMS). From version 4.0.0-RC1 to before version 4.17.5 and from version 5.0.0-RC1 to before version 5.9.11, the AssetsController->replaceFile() method has a targetFilename body parameter that is used unsanitized in a deleteFile() call before Assets::prepareAssetName() is applied on save. This allows an authenticated user with replaceFiles permission to delete arbitrary files within the same filesystem root by injecting ../ path traversal sequences into the filename. This could allow an authenticated user with replaceFiles permission on one volume to delete files in other folders/volumes that share the same filesystem root. This only affects local filesystems. This issue has been patched in versions 4.17.5 and 5.9.11.
4.17.5
Affected by 10 other vulnerabilities.
5.9.11
Affected by 14 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-12T22:22:06.083518+00:00 GitLab Importer Affected by VCID-j8qq-yre6-4bfx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-44011.yml 38.6.0
2026-06-12T22:21:49.939971+00:00 GitLab Importer Affected by VCID-j1d4-j44f-yqh9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-44010.yml 38.6.0
2026-06-12T22:05:10.556143+00:00 GitLab Importer Affected by VCID-gp2d-vv3n-euda https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-41129.yml 38.6.0
2026-06-12T22:02:22.130906+00:00 GitLab Importer Affected by VCID-smdx-nfbs-2qbx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-41130.yml 38.6.0
2026-06-12T21:38:44.678091+00:00 GitLab Importer Affected by VCID-5qkr-aqmx-8qau https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/GHSA-44px-qjjc-xrhq.yml 38.6.0
2026-06-12T21:36:01.675543+00:00 GitLab Importer Affected by VCID-j6wk-k1jb-jfd5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-33160.yml 38.6.0
2026-06-12T21:35:59.228897+00:00 GitLab Importer Affected by VCID-py3b-5ps7-7fe3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-33158.yml 38.6.0
2026-06-12T21:35:57.028249+00:00 GitLab Importer Affected by VCID-25ym-rhky-wbaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-33161.yml 38.6.0
2026-06-12T21:35:48.572752+00:00 GitLab Importer Affected by VCID-nep2-e16y-9yg4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-33159.yml 38.6.0
2026-06-12T21:30:01.452806+00:00 GitLab Importer Affected by VCID-5r6n-351z-2ybh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-32264.yml 38.6.0
2026-06-12T21:29:49.836599+00:00 GitLab Importer Affected by VCID-e3k3-fp6t-kycw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-32267.yml 38.6.0
2026-06-12T21:29:44.538121+00:00 GitLab Importer Affected by VCID-yc89-41eq-b3eh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-32262.yml 38.6.0
2026-06-12T21:22:49.740565+00:00 GitLab Importer Affected by VCID-8rkv-wfha-n7hb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-31857.yml 38.6.0
2026-06-12T21:19:56.354883+00:00 GitLab Importer Affected by VCID-bn85-sts4-5ygq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-29113.yml 38.6.0
2026-06-12T21:17:15.553955+00:00 GitLab Importer Affected by VCID-12yx-3kck-s7dp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-29069.yml 38.6.0
2026-06-12T21:16:04.887289+00:00 GitLab Importer Affected by VCID-qmcc-3ued-m7gk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-28782.yml 38.6.0
2026-06-12T21:15:48.801134+00:00 GitLab Importer Affected by VCID-76k8-sveq-3qbf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-28781.yml 38.6.0
2026-06-12T21:15:12.089263+00:00 GitLab Importer Affected by VCID-x1w2-ytck-17bn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-28784.yml 38.6.0
2026-06-12T21:15:09.939834+00:00 GitLab Importer Affected by VCID-e9qn-ar3q-g3e4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/GHSA-4mgv-366x-qxvx.yml 38.6.0
2026-06-12T21:14:54.779038+00:00 GitLab Importer Affected by VCID-nhab-uyen-ayhq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-28696.yml 38.6.0
2026-06-12T21:14:33.038273+00:00 GitLab Importer Affected by VCID-br1f-q8nk-v7b3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-28695.yml 38.6.0
2026-06-12T21:13:44.569426+00:00 GitLab Importer Affected by VCID-g637-7ns6-kyhj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-28783.yml 38.6.0
2026-06-12T21:13:39.341608+00:00 GitLab Importer Affected by VCID-16h7-f3pe-8qh8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-28697.yml 38.6.0
2026-06-12T21:02:57.768965+00:00 GitLab Importer Affected by VCID-543c-646v-4yfj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-27129.yml 38.6.0
2026-06-12T21:02:08.481510+00:00 GitLab Importer Affected by VCID-grmm-88sf-wyd4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-27127.yml 38.6.0
2026-06-12T20:57:29.914088+00:00 GitLab Importer Affected by VCID-p8kk-e27s-n7cs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-25493.yml 38.6.0
2026-06-12T20:57:27.526113+00:00 GitLab Importer Affected by VCID-r47n-36pn-cbe4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-25497.yml 38.6.0
2026-06-12T20:57:24.390824+00:00 GitLab Importer Affected by VCID-b25s-j3du-sfg5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-25496.yml 38.6.0
2026-06-12T20:57:22.397734+00:00 GitLab Importer Affected by VCID-y2ya-ys74-vqbv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-25494.yml 38.6.0
2026-06-12T20:57:19.095863+00:00 GitLab Importer Affected by VCID-726q-jfsa-9qdz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-25495.yml 38.6.0
2026-06-12T20:57:16.422220+00:00 GitLab Importer Affected by VCID-vrpf-parp-7kgr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2026-25498.yml 38.6.0
2026-06-12T20:43:52.492431+00:00 GitLab Importer Affected by VCID-8kdh-rvh3-4yfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2025-68456.yml 38.6.0
2026-06-12T20:43:41.042564+00:00 GitLab Importer Affected by VCID-rezz-ka5s-hyg2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2025-68455.yml 38.6.0
2026-06-12T20:43:30.355585+00:00 GitLab Importer Affected by VCID-qrmg-jky7-87cb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2025-68454.yml 38.6.0
2026-06-12T20:43:28.134892+00:00 GitLab Importer Affected by VCID-wnr9-2wyr-wug4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2025-68436.yml 38.6.0
2026-06-12T20:43:12.787939+00:00 GitLab Importer Affected by VCID-8m8v-ymqs-fkh9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2025-68437.yml 38.6.0
2026-06-12T20:12:10.261554+00:00 GitLab Importer Affected by VCID-tfc8-rkdd-53f7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2025-57811.yml 38.6.0
2026-06-12T20:01:19.371378+00:00 GitLab Importer Affected by VCID-fs3m-av1v-fuf1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2025-35939.yml 38.6.0
2026-06-12T20:00:54.056102+00:00 GitLab Importer Affected by VCID-c38g-6ttm-yuep https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2025-46731.yml 38.6.0
2026-06-12T20:00:05.725499+00:00 GitLab Importer Affected by VCID-czuy-m8wp-fka2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2025-32432.yml 38.6.0
2026-06-12T19:50:32.693291+00:00 GitLab Importer Affected by VCID-kb3b-8hqt-nqfj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2025-23209.yml 38.6.0
2026-06-12T19:48:26.247021+00:00 GitLab Importer Affected by VCID-x12b-mjr9-sba2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2024-56145.yml 38.6.0
2026-06-12T19:46:41.099415+00:00 GitLab Importer Affected by VCID-pfwt-hxpb-4ub8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2024-52291.yml 38.6.0
2026-06-12T19:46:40.100502+00:00 GitLab Importer Affected by VCID-eypa-1c6q-tfau https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2024-52293.yml 38.6.0
2026-06-12T19:46:38.039330+00:00 GitLab Importer Affected by VCID-htqk-ckr5-jbcu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2024-52292.yml 38.6.0
2026-06-12T19:17:52.216554+00:00 GitLab Importer Affected by VCID-mhqg-hey8-6bee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-36260.yml 38.6.0
2026-06-12T19:15:58.237500+00:00 GitLab Importer Affected by VCID-wcsx-j8xk-r7c7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2024-21622.yml 38.6.0
2026-06-12T19:05:29.148426+00:00 GitLab Importer Affected by VCID-gjvb-ht1w-s3hm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-41892.yml 38.6.0
2026-06-12T19:03:36.990763+00:00 GitLab Importer Affected by VCID-a9bc-cgqq-jkfh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-40035.yml 38.6.0
2026-06-12T18:58:09.522050+00:00 GitLab Importer Affected by VCID-9yny-vu36-tyes https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-33495.yml 38.6.0
2026-06-12T18:57:07.327707+00:00 GitLab Importer Affected by VCID-cneu-aazx-byfq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-30179.yml 38.6.0
2026-06-12T18:55:59.057682+00:00 GitLab Importer Affected by VCID-9krv-seyq-juez https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-33196.yml 38.6.0
2026-06-12T18:55:55.448699+00:00 GitLab Importer Affected by VCID-9fqv-dg3y-wbbf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-33194.yml 38.6.0
2026-06-12T18:55:52.993512+00:00 GitLab Importer Affected by VCID-ad7v-5hxr-s3a4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-33197.yml 38.6.0
2026-06-12T18:55:49.024616+00:00 GitLab Importer Affected by VCID-hh13-6e1x-p7ez https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-2817.yml 38.6.0
2026-06-12T18:55:26.535214+00:00 GitLab Importer Affected by VCID-tf8p-xrne-8qfg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-32679.yml 38.6.0
2026-06-12T18:54:43.543185+00:00 GitLab Importer Affected by VCID-vvej-1fex-kqdn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-31144.yml 38.6.0
2026-06-12T18:47:58.447507+00:00 GitLab Importer Affected by VCID-t37k-f7k1-gyhz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/craftcms/cms/CVE-2023-23927.yml 38.6.0