Description
A WebFlux application running on the Jetty 12 Core reactive adapter serializes response cookies without the sameSite attribute.
Spring Framework 7.0.0 - 7.0.8
Spring Framework 6.2.0 - 6.2.19
Published: 2026-08-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A WebFlux application running on the Jetty 12 Core reactive adapter serializes response cookies without the sameSite attribute. The omission removes a key protection that restricts cross‑domain visibility of cookies, enabling attackers to craft cross‑site requests that could exploit stateful operations without user interaction. This constitutes a weakness that can lead to user‑credential theft or unauthorized actions if the application is not otherwise CSRF protected.

Affected Systems

Spring Framework versions 7.0.0 through 7.0.8 and 6.2.0 through 6.2.19 are affected. Any Spring WebFlux deployment on Jetty 12 Core that relies on the default cookie serializer will exhibit this behavior.

Risk and Exploitability

EPSS is not available and the vulnerability is not listed in the CISA KEV catalog. The CVSS score is unspecified, but the missing SameSite attribute is a commonly exploited vector for CSRF attacks. While no public exploits are documented, the potential impact is considerable for applications that rely on cookie‑based authentication and do not implement additional CSRF safeguards. The likely attack vector is a remote attacker crafting cross‑site requests; this inference is based on the nature of the cookie omission.

Generated by OpenCVE AI on August 27, 2026 at 07:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Framework to version 7.0.9 or newer, or to 6.2.20 or newer, to receive the patch that enforces the SameSite attribute on response cookies.
  • If an upgrade is not immediately possible, apply a runtime filter or wrapper that sets the SameSite attribute on all cookies generated by the application, ensuring they are declared “Strict”, “Lax”, or “None” as appropriate for your security policy.
  • After applying the patch or workaround, run automated tests or use a CSRF detection tool to confirm that cookies now include the SameSite attribute and that the application remains protected against cross‑site request forgery attacks.

Generated by OpenCVE AI on August 27, 2026 at 07:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 27 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring spring Framework
Vendors & Products Spring
Spring spring Framework

Thu, 27 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-352

Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description A WebFlux application running on the Jetty 12 Core reactive adapter serializes response cookies without the sameSite attribute. Spring Framework 7.0.0 - 7.0.8 Spring Framework 6.2.0 - 6.2.19
Title Spring Framework sameSite Attribute Dropped in JettyCoreServerHttpResponse
References

Subscriptions

Spring Spring Framework
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-27T05:21:37.305Z

Reserved: 2026-05-20T10:01:00.477Z

Link: CVE-2026-47889

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T06:17:19.867

Modified: 2026-08-27T06:17:19.867

Link: CVE-2026-47889

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T07:45:03Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)