AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2020-5397

MEDIUM · CVSS 5.3 EPSS 2.38%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2020-01-17 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

CVE
CVE-2020-5397
Severity
MEDIUM
CVSS
5.3
EPSS
2.38%
Chrome

Original NVD Description

Spring Framework, versions 5.2.x prior to 5.2.3 are vulnerable to CSRF attacks through CORS preflight requests that target Spring MVC (spring-webmvc module) or Spring WebFlux (spring-webflux module) endpoints. Only non-authenticated endpoints are vulnerable because preflight requests should not include credentials and therefore requests should fail authentication. However a notable exception to this are Chrome based browsers when using client certificates for authentication since Chrome sends TLS client certificates in CORS preflight requests in violation of spec requirements. No HTTP body can be sent or received as a result of this attack.