vendor:
Advanced Guestbook
by:
Abdulkadir AYDOGAN
9.8
CVSS
HIGH
Persistent Cross-Site Scripting (XSS)
79
CWE
Product Name: Advanced Guestbook
Affected Version From: 2.4.4
Affected Version To: 2.4.4
Patch Exists: NO
Related CWE: N/A
CPE: a:ampps:advanced_guestbook:2.4.4
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: N/A
2021
Advanced Guestbook 2.4.4 – ‘Smilies’ Persistent Cross-Site Scripting (XSS)
Advanced Guestbook is a free open source guestbook script developed in PHP. Examples of features include email notifications, uploading pictures, html tags handling, multiple polls, comments and themes. The vulnerability exists in the 'Smilies' tab of the admin panel, where an authorized user can inject malicious JavaScript code into the 's_emotion' parameter of the POST request. This code will be executed when the 'Smilies' tab is accessed again.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in the application.