Oscommerce · Oscommerce · CVE-2018-18964
**Name of the Vulnerable Software and Affected Versions**
osCommerce version 2.3.4.1
**Description**
The issue is related to an incomplete '.htaccess' file for blacklist filtering in the product page. Specifically, the .htaccess file in catalog/images/ bans the html extension, but there are several extensions, such as the svg extension, in which contained HTML can be executed.
**Recommendations**
For osCommerce version 2.3.4.1, consider updating the .htaccess file in catalog/images/ to include additional extensions that can execute HTML, such as the svg extension, to prevent potential exploitation. As a temporary workaround, restrict access to the catalog/images/ directory to minimize the risk of exploitation.