vendor:
Flippy DamnFacts - Viral Fun Facts Sharing Script
by:
borna nematzadeh (L0RD)
8.8
CVSS
HIGH
Persistent Cross Site Scripting / Cross Site Request Forgery
79
CWE
Product Name: Flippy DamnFacts - Viral Fun Facts Sharing Script
Affected Version From: 1.1.0
Affected Version To: 1.1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:codegrape:flippy_damnfacts_viral_fun_facts_sharing_script
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2018
Flippy DamnFacts – Viral Fun Facts Sharing Script 1.1.0 – Persistent cross site scripting / Cross site request forgery
After creating an account, a user can navigate to 'Edit profile' and put a malicious payload into the 'Birthday' field. This will result in an alert box in the page. Additionally, a Cross Site Request Forgery attack can be performed by submitting a malicious form to the 'submit_profile.php' page.
Mitigation:
Input validation should be used to prevent malicious payloads from being injected into the 'Birthday' field. Additionally, CSRF protection should be implemented to prevent malicious forms from being submitted.