CVE-2026-18059: PixelYourSite <= 11.2.1 - Unauthenticated Sensitive Information Exposure via Order-Received Endpoint Missing Key Validation
The PixelYourSite – Your smart PIXEL (TAG) & API Manager plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 11.2.1 via the getWooPurchaseEventParams. This makes it possible for unauthenticated attackers to extract WooCommerce purchase metadata — including product names, product IDs, quantities, per-item prices, order totals, currency, and order/transaction IDs — for any existing order by supplying an invalid or arbitrary order key. This is exploitable against any known or enumerated order ID, as the plugin resolves the order from the URL path variable alone and emits the full woopurchase tracking payload into the page HTML via the pysOptions JavaScript object across its Facebook, Google Analytics, and Google Tag Manager integrations regardless of key validity.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
PixelYourSite (WordPress plugin)to a version that resolves this vulnerability.Fixed in 11.2.1 - Configuration
Implement missing key validation for the getWooPurchaseEventParams logic so that unauthenticated requests with invalid/arbitrary order keys do not resolve orders or output purchase metadata in the page HTML/JS pysOptions.
PixelYourSite – Your smart PIXEL (TAG) & API Manager (WordPress) Key validation for getWooPurchaseEventParams order-resolution = Require valid order key before resolving the order from the URL path variable and before emitting the woo_purchase tracking payload into pysOptions
Event History
Frequently Asked Questions
What is the severity of CVE-2026-18059?
CVE-2026-18059 has a medium severity rating of 5.3.
How do I fix CVE-2026-18059?
To fix CVE-2026-18059, update the PixelYourSite plugin to a version later than 11.2.1.
What type of vulnerability is CVE-2026-18059?
CVE-2026-18059 is classified as an unauthenticated sensitive information exposure vulnerability.
Who is affected by CVE-2026-18059?
CVE-2026-18059 affects all versions of the PixelYourSite plugin for WordPress up to and including 11.2.1.
What information can be exposed due to CVE-2026-18059?
CVE-2026-18059 allows unauthenticated attackers to extract WooCommerce purchase metadata.