Origin Validation Error Affecting drupal-10.6 package, versions <10.6.12-r0


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.14% (5th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-MINIMOSLATEST-DRUPAL106-17432960
  • published24 Jun 2026
  • disclosed23 Jun 2026

Introduced: 23 Jun 2026

CVE-2026-55767  (opens in a new tab)
CWE-346  (opens in a new tab)
CWE-1286  (opens in a new tab)

How to fix?

Upgrade Minimos:latest drupal-10.6 to version 10.6.12-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream drupal-10.6 package and not the drupal-10.6 package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

Guzzle is an extensible PHP HTTP client. Prior to 7.12.1, CookieJar incorrectly accepts cookies with a dot-only Domain attribute and whitespace-padded variants. SetCookie::matchesDomain() removes leading dots from the cookie domain, normalizing dot-only values to the empty string; SetCookie::validate() only rejected a strictly empty domain, so these cookies could be stored and the empty normalized domain was treated as matching any request host. An attacker-controlled origin that an application requests with a shared cookie jar can therefore set a cookie that Guzzle later sends to unrelated hosts using the same jar. This may allow cookie injection or session fixation against downstream services, depending on how those services interpret the injected cookie. This vulnerability is fixed in 7.12.1.