7 matches found
CVE-2026-80339
The Payment Plugins for Stripe WooCommerce WordPress plugin before 4.0.12 fails to validate the order key before embedding order data in the front-end JavaScript configuration (via the order-pay endpoint). This allows unauthenticated users to enumerate sequential order identifiers and retrieve bi...
CVE-2026-80340
The Payment Plugins for PayPal WooCommerce WordPress plugin, versions before 2.0.26 , fails to validate the order key before embedding order data into the JavaScript configuration rendered on the front end. This allows unauthenticated users to recover the secret that gates access to a given order...
CVE-2026-80340 Payment Plugins for PayPal WooCommerce < 2.0.26 - Unauthenticated Customer PII Disclosure via order-pay
The Payment Plugins for PayPal WooCommerce WordPress plugin before 2.0.26 does not validate the order key before adding order data to the JavaScript configuration it outputs on the front end, allowing unauthenticated users to obtain the secret that gates access to any order and, through it, that...
EUVD-2026-74704
The Payment Plugins for Stripe WooCommerce WordPress plugin before 4.0.12 does not validate the order key before adding order data to the JavaScript configuration it outputs on the front end, allowing unauthenticated users to obtain the billing details of any order, together with the secret that...
CVE-2026-82911 CSRF in Prospero Flow CRM order confirmation allows unauthorized order state changes
Cross-Site Request Forgery CSRF in the OrderConfirmController at GET /order/confirm/ordernumber in Roskus Prospero Flow CRM before 5.15.11 allows an unauthenticated attacker to confirm any order on behalf of an authenticated user by directing them to a crafted page. Laravel's VerifyCsrfToken...
EUVD-2026-71268
Cross-Site Request Forgery CSRF in the OrderConfirmController at GET /order/confirm/ordernumber in Roskus Prospero Flow CRM before 5.15.11 allows an unauthenticated attacker to confirm any order on behalf of an authenticated user by directing them to a crafted page. Laravel's VerifyCsrfToken...
CVE-2026-76073 Label Studio through 1.23.0 Cross-Organization Annotation Access via Unscoped AnnotationAPI Queryset
Label Studio does not scope the annotation detail endpoint to the requesting user's organization. AnnotationAPI in labelstudio/tasks/api.py declares queryset = Annotation.objects.all and provides no getqueryset override, so the default lookup retrieves any annotation by primary key. The view's...