vendor:
ownCloud
by:
Ozer Goker
6.8
CVSS
MEDIUM
Cross-Site Request Forgery
352
CWE
Product Name: ownCloud
Affected Version From: 10.3.0
Affected Version To: 10.3.0
Patch Exists: NO
Related CWE: N/A
CPE: a:owncloud:owncloud:10.3.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2019
ownCloud 10.3.0 stable – Cross-Site Request Forgery
ownCloud 10.3.0 stable is vulnerable to Cross-Site Request Forgery (CSRF) attacks. An attacker can exploit this vulnerability by sending a malicious request to the server, which can be used to create or delete folders. The malicious request can be sent via an HTML page or an XMLHttpRequest.
Mitigation:
The application should verify whether the request is coming from an authenticated user or not. The application should also use anti-CSRF tokens to verify the authenticity of the request.