12 Nov 2025

feedDrupal.org aggregator

Security advisories: Drupal core - Moderately critical - Defacement - SA-CORE-2025-007

Project:
Date:
2025-November-12
Vulnerability:
Defacement
Affected versions:
>= 8.0.0 < 10.4.9 || >= 10.5.0 < 10.5.6 || >= 11.0.0 < 11.1.9 || >= 11.2.0 < 11.2.8
CVE IDs:
CVE-2025-13082
Description:

By generating and tricking a user into visiting a malicious URL, an attacker can perform site defacement.

The defacement is not stored and is only present when the URL has been crafted for that purpose. Only the defacement is present, so no other site content (such as branding) is rendered.

Solution:

Install the latest version:

Drupal 11.0.x, Drupal 10.3.x, and below are end-of-life and do not receive security coverage. (Drupal 8 and Drupal 9 have both reached end-of-life.)

Fixed By:
Coordinated By:

12 Nov 2025 8:16pm GMT

Security advisories: Drupal core - Moderately critical - Gadget chain - SA-CORE-2025-006

Project:
Date:
2025-November-12
Vulnerability:
Gadget chain
Affected versions:
>= 8.0.0 < 10.4.9 || >= 10.5.0 < 10.5.6 || >= 11.0.0 < 11.1.9 || >= 11.2.0 < 11.2.8
CVE IDs:
CVE-2025-13081
Description:

Drupal core contains a chain of methods that is exploitable when an insecure deserialization vulnerability exists on the site. This so-called "gadget chain" presents no direct threat, but is a vector that can be used to achieve remote code execution if the application deserializes untrusted data due to another vulnerability.

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.

Solution:

Install the latest version:

Drupal 11.0.x, Drupal 10.3.x, and below are end-of-life and do not receive security coverage. (Drupal 8 and Drupal 9 have both reached end-of-life.)

Reported By:
Fixed By:
Coordinated By:

12 Nov 2025 6:34pm GMT

Security advisories: Drupal core - Moderately critical - Information disclosure - SA-CORE-2025-008

Project:
Date:
2025-November-12
Vulnerability:
Information disclosure
Affected versions:
>= 8.0.0 < 10.4.9 || >= 10.5.0 < 10.5.6 || >= 11.0.0 < 11.1.9 || >= 11.2.0 < 11.2.8
CVE IDs:
CVE-2025-13083
Description:

The core system module handles downloads of private and temporary files. Contrib modules can define additional kinds of files (schemes) that may also be handled by the system module.

In some cases, files may be served with the HTTP header Cache-Control: public when they should be uncacheable. This can lead to some users getting cached versions of files with information they should not be able to access. For example, files may be cached by Varnish or a CDN.

This vulnerability is mitigated by the following:

  1. Drupal must be configured to handle non-public files using a custom or contributed module providing an additional file scheme.
  2. An attacker must know to request a file that has previously been
    requested by a more-privileged user, and that file must still be cached.
Solution:

Install the latest version:

Drupal 11.0.x, Drupal 10.3.x, and below are end-of-life and do not receive security coverage. (Drupal 8 and Drupal 9 have both reached end-of-life.)

Reported By:
Fixed By:
Coordinated By:

12 Nov 2025 6:33pm GMT

feedSymfony Blog

CVE-2025-64500: Incorrect parsing of PATH_INFO can lead to limited authorization bypass

Affected versions Symfony versions <5.4.50, >=6, <6.4.29, >=7, <7.3.7 of the Symfony HTTP Foundation component are affected by this security issue. The issue has been fixed in Symfony 5.4.50, 6.4.29, and 7.3.7. Description The Request class improperly…

12 Nov 2025 12:43pm GMT

Symfony 7.3.7 released

Symfony 7.3.7 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip…

12 Nov 2025 11:49am GMT

Symfony 6.4.29 released

Symfony 6.4.29 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip…

12 Nov 2025 11:32am GMT