
Stored XSS vulnerability proof-of-concept for Script Pag's 'Recent Ads' module, exploiting unsanitized double quotes in image URL fields to execute arbitrary JavaScript on the homepage.
A stored Cross-Site Scripting (XSS) vulnerability exists on the homepage via the "Recent Ads" module. The image URL field fails to sanitize double quotes ("). An attacker can inject a payload such as https://google.com/image.png", which triggers when any user visits the homepage.