Open redirect in magento-lts - CVE-2026-42207
Published: May 5, 2026
magento-lts
Detailed vulnerability description
The vulnerability allows a remote attacker to redirect users to an arbitrary external URL.
The vulnerability exists due to url redirection to untrusted site in Mage_ProductAlert_AddController::stockAction() when handling the uenc query parameter for requests with a non-existent product_id. A remote attacker can send a specially crafted link to redirect users to an arbitrary external URL.
User interaction is required, and the redirect occurs only after the customer is authenticated and the supplied product_id does not match an existing catalog product.