Magento Long Term Support (LTS) is an unofficial, community-driven project provides an alternative to the Magento Community Edition e-commerce platform with a high level of backward compatibility. Prior to version 20.17.0, the shared wishlist add-to-cart endpoint authorizes access with a public `sharing_code`, but loads the acted-on wishlist item by a separate global `wishlist_item_id` and never verifies that the item belongs to the shared wishlist referenced by that code. This lets an attacker use a valid shared wishlist code for wishlist A and a wishlist item ID belonging to victim wishlist B to import victim item B into the attacker's cart through the shared wishlist flow for wishlist A. Because the victim item's stored `buyRequest` is reused during cart import, the victim's private custom-option data is copied into the attacker's quote. If the product uses a file custom option, this can be elevated to cross-user file disclosure because the imported file metadata is preserved and the download endpoint is not ownership-bound. Version 20.17.0 patches the issue.
References
| Link | Resource |
|---|---|
| https://github.com/OpenMage/magento-lts/security/advisories/GHSA-665x-ppc4-685w | Vendor Advisory Exploit Mitigation |
Configurations
History
23 Apr 2026, 17:46
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.4 |
| References | () https://github.com/OpenMage/magento-lts/security/advisories/GHSA-665x-ppc4-685w - Vendor Advisory, Exploit, Mitigation | |
| CPE | cpe:2.3:a:openmage:magento:*:*:*:*:lts:*:*:* | |
| First Time |
Openmage
Openmage magento |
20 Apr 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-20 17:16
Updated : 2026-04-23 17:46
NVD link : CVE-2026-40098
Mitre link : CVE-2026-40098
CVE.ORG link : CVE-2026-40098
JSON object : View
Products Affected
openmage
- magento
CWE
CWE-862
Missing Authorization
