Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
WS-2020-0421
October 09, 2020
An attacker can send the CSRF file to the victim or host it on a website. Setting the session expiry in middleware has side effects of doing a session change in every request, which is not desired. It also forces session creation when there is no session needed. The logic is now reverse - the session's default to shorter lifespan, which is used for anonymous sessions, and authenticated ones have separate settings to set their validity which is set on login. The session has to exist at this point and we are changing it just once per session lifetime. Fixed in Weblate 4.3
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
4.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Cross-Site Request Forgery (CSRF)