vendor:
Bigace CMS
by:
Sweet
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: Bigace CMS
Affected Version From: 2.7.3
Affected Version To: 2.7.3
Patch Exists: YES
Related CWE: N/A
CPE: a:bigace:bigace:2.7.3
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
2010
Bigace_2.7.3 CSRF Change admin password POC
Cross-Site Request Forgery (CSRF) is a type of malicious exploit of a website whereby unauthorized commands are transmitted from a user that the website trusts. Unlike cross-site scripting (XSS), which exploits the trust a user has for a particular site, CSRF exploits the trust that a site has in a user's browser.
Mitigation:
The best way to prevent CSRF attacks is to ensure that all requests are validated against a token that is unique to the user's session. This token should be generated using a cryptographically secure random number generator and should be included in all requests.