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.
References
Link | Resource |
---|---|
https://pivotal.io/security/cve-2020-5397 | Exploit Vendor Advisory |
https://www.oracle.com//security-alerts/cpujul2021.html | Patch Third Party Advisory |
https://www.oracle.com/security-alerts/cpuapr2020.html | Patch Third Party Advisory |
https://www.oracle.com/security-alerts/cpujul2020.html | Patch Third Party Advisory |
https://www.oracle.com/security-alerts/cpujul2022.html | |
https://www.oracle.com/security-alerts/cpuoct2020.html | Patch Third Party Advisory |
https://www.oracle.com/security-alerts/cpuoct2021.html | Patch Third Party Advisory |
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
No history.
Information
Published : 2020-01-17 19:15
Updated : 2024-02-28 17:28
NVD link : CVE-2020-5397
Mitre link : CVE-2020-5397
CVE.ORG link : CVE-2020-5397
JSON object : View
Products Affected
oracle
- insurance_calculation_engine
- flexcube_private_banking
- rapid_planning
- retail_assortment_planning
- communications_element_manager
- retail_order_broker
- enterprise_manager_base_platform
- retail_financial_integration
- retail_returns_management
- retail_back_office
- communications_policy_management
- communications_session_route_manager
- application_testing_suite
- financial_services_regulatory_reporting_with_agilereporter
- retail_predictive_application_server
- retail_integration_bus
- mysql_enterprise_monitor
- communications_brm_-_elastic_charging_engine
- retail_service_backbone
- healthcare_master_person_index
- retail_central_office
- insurance_policy_administration_j2ee
- insurance_rules_palette
- weblogic_server
- retail_point-of-service
- communications_diameter_signaling_router
vmware
- spring_framework
CWE
CWE-352
Cross-Site Request Forgery (CSRF)