Skip to main content

Cross-Site Request Forgery (CSRF)

CVE-2017-16653

Severity Medium
Score 5.9/10

Summary

An issue was discovered in Symfony v2.4.0-BETA1 before 2.7.38 and 2.8.x before 2.8.31, 3.x.x before 3.2.14, 3.3.x before 3.3.13, 3.4.x before 3.4-RC1 and 4.x.x before 4.0-RC1. The current implementation of CSRF protection in Symfony (Version >=2) does not use different tokens for HTTP and HTTPS; therefore the token is subject to MITM attacks on HTTP and can then be used in an HTTPS context to do CSRF attacks.

  • HIGH
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • HIGH
  • NONE

CWE-352 - Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) is a vulnerability that allows an attacker to make arbitrary requests in an authenticated vulnerable web application and disrupt the integrity of the victim’s session. The impact of a successful CSRF attack may range from minor to severe, depending upon the capabilities exposed by the vulnerable application and privileges of the user. An attacker may force the user to perform state-changing requests like transferring funds, changing their email address or password etc. However, if an administrative level account is affected, it may compromise the whole web application and associated sensitive data.

Advisory Timeline

  • Published