QuadComm e-commerce solutions
![]()
|
||||||||||||||||||||
|
||||||||||||||||||||
|
Phishing vulnerability in search.aspVERSIONS AFFECTED Q-Shop Pro and Lite v3.5.0 and 3.5.1. DETAILS It would be possible to provide a link to a Q-Shop store and make it include some external JavaScipt leading to a potential phishing attack. RESOLUTION Follow this simple steps: 1. Edit search.asp and where it says:
<h1 class="MainTitle">Search results for: <%= Request("srkeys") %></h1><br>
Change it to:
<h1 class="MainTitle">Search results for: <%= RemoveHTML(Request("srkeys")) %></h1><br>
This will strip out any HTML passed in the URL as search terms when displaying on the page.
|
|