CVE-2020-11825: CSRF
In Dolibarr 10.0.6, forms are protected with a Cross-Site Request Forgery (CSRF) token against CSRF attacks. The problem is any CSRF token in any user's session can be used in another user's session. CSRF tokens should not be valid in this situation.
Other sources
In Dolibarr 10.0.6, forms are protected with a CSRF token against CSRF attacks. The problem is any CSRF token in any user's session can be used in another user's session. CSRF tokens should not be valid in this situation.
Affected Software
Event History
Frequently Asked Questions
What is the vulnerability ID for this Dolibarr issue?
The vulnerability ID for this Dolibarr issue is CVE-2020-11825.
What is the severity rating of CVE-2020-11825?
The severity rating of CVE-2020-11825 is 8.8 (high).
How does Dolibarr 10.0.6 protect against CSRF attacks?
Dolibarr 10.0.6 protects against CSRF attacks by using Cross-Site Request Forgery (CSRF) tokens.
What is the problem with CSRF token validation in Dolibarr 10.0.6?
The problem is that any CSRF token in any user's session can be used in another user's session.
How can I fix the CSRF token vulnerability in Dolibarr 10.0.6?
To fix the CSRF token vulnerability in Dolibarr 10.0.6, it is recommended to update to a version that addresses this issue.