vendor:
agorum core Pro
by:
Sascha Grimmeisen & Dr. Erlijn van Genuchten, SySS GmbH
5,5
CVSS
MEDIUM
Cross-Site Request Forgery (CWE-352)
352
CWE
Product Name: agorum core Pro
Affected Version From: 7.8.1.4-251
Affected Version To: 7.8.1.4-251
Patch Exists: YES
Related CWE: Not yet assigned
CPE: agorum Software GmbH:agorum core Pro
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2017
agorum core Pro Cross-Site Request Forgery (CWE-352)
The tested web application component offers no protection against cross-site request forgery (CSRF) attacks. This kind of attack forces end users respectively their web browsers to perform unwanted actions in a web application context in which they are currently authenticated. CSRF attacks specifically target state-changing requests, for example in order to enable or disable a feature, and not data theft, as an attacker usually has no possibility to see the response of the forged request.
Mitigation:
Implementing a CSRF token in the web application can prevent CSRF attacks.