vendor:
IP Board
by:
Piotr S.
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: IP Board
Affected Version From: <= 3.4.6
Affected Version To: <= 3.4.6
Patch Exists: YES
Related CWE: N/A
CPE: a:invisionpower:invision_power_board
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
2014
IP Board 3.x CSRF – Token hjiacking
IP Board 3.x versions suffer from a vulnerability which allows an attacker to steal the CSRF token of a specific user. The function which allows users to share forum links does not properly sanitize user input. The token is attached in the request as a GET parameter, so it is able to be obtained if the user is redirected to an evil domain. Using the token, it is able to perform various operations as demonstrated in the attached video.
Mitigation:
Ensure that user input is properly sanitized and that the CSRF token is not exposed in the URL.