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: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Cross‑Site Request Forgery via missing SameSite attribute on response cookies
Action: Patch or Mitigate
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 score is <1% and the vulnerability is not listed in the CISA KEV catalog. The CVSS score of 7.5 indicates a high severity. The omission of the SameSite attribute is a commonly exploited vector for CSRF attacks. While no public exploits have been documented, the potential impact is significant for applications relying on cookie‑based authentication without additional CSRF protection. 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 18:52 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 18:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 10 Sep 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Vmware
Vmware spring Framework
CPEs cpe:2.3:a:vmware:spring_framework:*:*:*:*:*:*:*:*
Vendors & Products Vmware
Vmware spring Framework

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

Type Values Removed Values Added
Weaknesses CWE-352

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

Type Values Removed Values Added
Weaknesses CWE-1275
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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
Vmware Spring Framework
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-27T14:57:20.579Z

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

Link: CVE-2026-47889

cve-icon Vulnrichment

Updated: 2026-08-27T14:57:15.530Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-09-10T14:48:04.053

Link: CVE-2026-47889

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T19:00:07Z

Weaknesses
  • CWE-1275

    Sensitive Cookie with Improper SameSite Attribute