vendor:
phpKF Forum
by:
FreWaL
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: phpKF Forum
Affected Version From: 1.80
Affected Version To: All version
Patch Exists: YES
Related CWE: N/A
CPE: a:phpkf:phpkf_forum
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: All
2010
phpKF Forum profil_degistir.php CSRF Exploit.
This exploit allows an attacker to modify the profile of a user on a phpKF Forum without the user's knowledge or consent. The exploit is triggered by sending a malicious POST request to the profil_degistir_yap.php page with the parameters gercek_ad, dogum_tarihi, sehir, web, tema_secim, imza, icq, msn, aim, yahoo, and skype. The attacker can then set the values of these parameters to whatever they want, allowing them to modify the user's profile.
Mitigation:
The best way to mitigate CSRF attacks is to use a combination of both server-side and client-side security measures. On the server-side, developers should use a combination of random tokens, referer checks, and other techniques to verify that the request is legitimate. On the client-side, developers should use a combination of anti-CSRF tokens, same-origin policy checks, and other techniques to verify that the request is legitimate.