Search for packages
Package details: pkg:composer/drupal/core-recommended@9.2.12
purl pkg:composer/drupal/core-recommended@9.2.12
Next non-vulnerable version 10.2.11
Latest non-vulnerable version 11.0.8
Risk 10.0
Vulnerabilities affecting this package (10)
Vulnerability Summary Fixed by
VCID-1s2e-16uw-bqhr
Aliases:
CVE-2022-25270
GHSA-73q4-j324-2qcc
Incorrect authorization in Drupal core The Quick Edit module does not properly check entity access in some circumstances. This could result in users with the "access in-place editing" permission viewing some content they are are not authorized to access. Sites are only affected if the QuickEdit module (which comes with the Standard profile) is installed.
9.2.13
Affected by 8 other vulnerabilities.
9.3.6
Affected by 8 other vulnerabilities.
VCID-4jtc-4hr1-nkdh
Aliases:
CVE-2024-55638
GHSA-gvf2-2f4g-jqf4
Drupal core contains a potential PHP Object Injection vulnerability that (if combined with another exploit) could lead to Remote Code Execution. It is not directly exploitable. This issue is mitigated by the fact that in order for it to be exploitable, a separate vulnerability must be present to allow an attacker to pass unsafe input to `unserialize()`. There are no such known exploits in Drupal core. To help protect against this potential vulnerability, some additional checks have been added to Drupal core's database code. If you use a third-party database driver, check the release notes for additional configuration steps that may be required in certain cases. This issue affects Drupal Core: from 7.0 before 7.102, from 8.0.0 before 10.2.11, from 10.3.0 before 10.3.9.
10.2.11
Affected by 0 other vulnerabilities.
10.3.9
Affected by 0 other vulnerabilities.
VCID-5cvv-ya2a-9uay
Aliases:
CVE-2022-29248
GHSA-cwmx-hcrq-mhc3
Guzzle is a PHP HTTP client. Guzzle prior to versions 6.5.6 and 7.4.3 contains a vulnerability with the cookie middleware. The vulnerability is that it is not checked if the cookie domain equals the domain of the server which sets the cookie via the Set-Cookie header, allowing a malicious server to set cookies for unrelated domains. The cookie middleware is disabled by default, so most library consumers will not be affected by this issue. Only those who manually add the cookie middleware to the handler stack or construct the client with ['cookies' => true] are affected. Moreover, those who do not use the same Guzzle client to call multiple domains and have disabled redirect forwarding are not affected by this vulnerability. Guzzle versions 6.5.6 and 7.4.3 contain a patch for this issue. As a workaround, turn off the cookie middleware.
9.2.20
Affected by 7 other vulnerabilities.
9.3.0-alpha1
Affected by 7 other vulnerabilities.
9.3.14
Affected by 7 other vulnerabilities.
9.4.0-alpha1
Affected by 6 other vulnerabilities.
VCID-5nbe-p67k-a3af
Aliases:
CVE-2024-55634
GHSA-7cwc-fjqm-8vh8
Drupal core Access bypass Drupal's uniqueness checking for certain user fields is inconsistent depending on the database engine and its collation. As a result, a user may be able to register with the same email address as another user. This may lead to data integrity issues. This issue affects Drupal Core: from 8.0.0 before 10.2.11, from 10.3.0 before 10.3.9, from 11.0.0 before 11.0.8.
10.2.11
Affected by 0 other vulnerabilities.
10.3.9
Affected by 0 other vulnerabilities.
11.0.8
Affected by 0 other vulnerabilities.
VCID-a2ac-a2d7-vfb6
Aliases:
CVE-2024-45440
GHSA-mg8j-w93w-xjgc
Drupal Full Path Disclosure `core/authorize.php` in Drupal 11.x-dev allows Full Path Disclosure (even when error logging is None) if the value of `hash_salt` is `file_get_contents` of a file that does not exist.
10.2.9
Affected by 5 other vulnerabilities.
10.3.0-beta1
Affected by 0 other vulnerabilities.
10.3.6
Affected by 5 other vulnerabilities.
11.0.0-alpha1
Affected by 0 other vulnerabilities.
11.0.5
Affected by 4 other vulnerabilities.
VCID-f37e-ycrv-zua7
Aliases:
CVE-2022-39261
GHSA-52m2-vc4m-jj33
Twig is a template language for PHP. Versions 1.x prior to 1.44.7, 2.x prior to 2.15.3, and 3.x prior to 3.4.3 encounter an issue when the filesystem loader loads templates for which the name is a user input. It is possible to use the `source` or `include` statement to read arbitrary files from outside the templates' directory when using a namespace like `@somewhere/../some.file`. In such a case, validation is bypassed. Versions 1.44.7, 2.15.3, and 3.4.3 contain a fix for validation of such template names. There are no known workarounds aside from upgrading.
9.3.22
Affected by 6 other vulnerabilities.
9.4.0-alpha1
Affected by 6 other vulnerabilities.
9.4.7
Affected by 6 other vulnerabilities.
9.5.0-beta1
Affected by 6 other vulnerabilities.
VCID-h31f-fbmp-bker
Aliases:
CVE-2022-25271
GHSA-fmfv-x8mp-5767
Improper input validation in Drupal core Drupal core's form API has a vulnerability where certain contributed or custom modules' forms may be vulnerable to improper input validation. This could allow an attacker to inject disallowed values or overwrite data. Affected forms are uncommon, but in certain cases an attacker could alter critical or sensitive data.
9.2.13
Affected by 8 other vulnerabilities.
9.3.6
Affected by 8 other vulnerabilities.
VCID-j5qe-6g2x-7kcw
Aliases:
CVE-2024-55636
GHSA-938f-5r4f-h65v
Drupal core contains a potential PHP Object Injection vulnerability that (if combined with another exploit) could lead to Artbitrary File Deletion. It is not directly exploitable. This issue is mitigated by the fact that in order to be exploitable, a separate vulnerability must be present that allows an attacker to pass unsafe input to `unserialize()`. There are no such known exploits in Drupal core. To help protect against this vulnerability, types have been added to properties in some of Drupal core's classes. If an application extends those classes, the same types may need to be specified on the subclass to avoid a `TypeError`. This issue affects Drupal Core: from 8.0.0 before 10.2.11, from 10.3.0 before 10.3.9, from 11.0.0 before 11.0.8.
10.2.11
Affected by 0 other vulnerabilities.
10.3.9
Affected by 0 other vulnerabilities.
11.0.8
Affected by 0 other vulnerabilities.
VCID-w7u4-yxfj-hyft
Aliases:
CVE-2024-12393
GHSA-8mvq-8h2v-j9vf
Drupal Core Cross-Site Scripting (XSS) Drupal uses JavaScript to render status messages in some cases and configurations. In certain situations, the status messages are not adequately sanitized. This issue affects Drupal Core: from 8.8.0 before 10.2.11, from 10.3.0 before 10.3.9, from 11.0.0 before 11.0.8.
10.2.11
Affected by 0 other vulnerabilities.
10.3.9
Affected by 0 other vulnerabilities.
11.0.8
Affected by 0 other vulnerabilities.
VCID-z4u4-ub94-6bc5
Aliases:
CVE-2024-55637
GHSA-w6rx-9g2x-mg5g
Drupal core contains a potential PHP Object Injection vulnerability that (if combined with another exploit) could lead to Remote Code Execution. It is not directly exploitable. This issue is mitigated by the fact that in order for it to be exploitable, a separate vulnerability must be present to allow an attacker to pass unsafe input to `unserialize()`. There are no such known exploits in Drupal core. To help protect against this potential vulnerability, types have been added to properties in some of Drupal core's classes. If an application extends those classes, the same types may need to be specified on the subclass to avoid a `TypeError`. This issue affects Drupal Core: from 8.0.0 before 10.2.11, from 10.3.0 before 10.3.9, from 11.0.0 before 11.0.8.
10.2.11
Affected by 0 other vulnerabilities.
10.3.9
Affected by 0 other vulnerabilities.
11.0.8
Affected by 0 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
2025-07-03T19:17:21.535497+00:00 GitLab Importer Affected by VCID-j5qe-6g2x-7kcw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core-recommended/CVE-2024-55636.yml 37.0.0
2025-07-03T19:17:19.576659+00:00 GitLab Importer Affected by VCID-z4u4-ub94-6bc5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core-recommended/CVE-2024-55637.yml 37.0.0
2025-07-03T19:17:18.009674+00:00 GitLab Importer Affected by VCID-4jtc-4hr1-nkdh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core-recommended/CVE-2024-55638.yml 37.0.0
2025-07-03T19:17:17.091256+00:00 GitLab Importer Affected by VCID-w7u4-yxfj-hyft https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core-recommended/CVE-2024-12393.yml 37.0.0
2025-07-03T19:17:11.546207+00:00 GitLab Importer Affected by VCID-5nbe-p67k-a3af https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core-recommended/CVE-2024-55634.yml 37.0.0
2025-07-03T19:10:54.324885+00:00 GitLab Importer Affected by VCID-a2ac-a2d7-vfb6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core-recommended/CVE-2024-45440.yml 37.0.0
2025-07-03T18:31:42.623917+00:00 GitLab Importer Affected by VCID-f37e-ycrv-zua7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core-recommended/CVE-2022-39261.yml 37.0.0
2025-07-03T18:24:55.422961+00:00 GitLab Importer Affected by VCID-5cvv-ya2a-9uay https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core-recommended/CVE-2022-29248.yml 37.0.0
2025-07-03T18:11:33.450319+00:00 GitLab Importer Affected by VCID-1s2e-16uw-bqhr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core-recommended/CVE-2022-25270.yml 37.0.0
2025-07-03T18:11:28.664960+00:00 GitLab Importer Affected by VCID-h31f-fbmp-bker https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core-recommended/CVE-2022-25271.yml 37.0.0