Lucene search
+L

6935 matches found

Patchstack
Patchstack
added 2026/08/26 6:00 a.m.9 views

WordPress Stripe Payment Forms by WP Full Pay plugin < 8.5.1 - Unauthenticated Customer Portal Subscription and Billing Data Disclosure vulnerability

Unauthenticated Customer Portal Subscription and Billing Data Disclosure vulnerability discovered by Vaibhav Narkhede in WordPress Plugin WP Full Stripe Free versions 8.5.1...

5.3CVSS5.2AI score0.00271EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/26 6:00 a.m.36 views

CVE-2026-77758 Stripe Payment Forms by WP Full Pay < 8.5.1 - Unauthenticated Customer Portal Subscription and Billing Data Disclosure via Unconfirmed Session

The Stripe Payment Forms by WP Full Pay WordPress plugin before 8.5.1 does not properly verify that a customer portal session has completed its confirmation step before returning data, allowing unauthenticated users to read another customer's subscription and billing information...

0.00271EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 6:00 a.m.15 views

CVE-2026-77758

CVE-2026-77758 affects the WP Full Stripe Free WordPress plugin (a.k.a. Stripe Payment Forms by WP Full Pay) in versions before 8.5.1 . The root cause is that the plugin does not properly verify that a customer portal session has completed its confirmation step before returning data, allowing una...

5.3CVSS5.2AI score0.00271EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 6:00 a.m.14 views

CVE-2026-77789

CVE-2026-77789 affects the Stripe Payment Forms by WP Full Pay WordPress plugin in versions before 8.5.1 . The vulnerability is a cross-customer subscription modification via IDOR (Insecure Direct Object Reference): the plugin does not verify that a subscription belongs to the customer bound to t...

4.3CVSS5.3AI score0.002EPSS
SaveExploits0References1
Patchstack
Patchstack
added 2026/08/26 6:00 a.m.8 views

WordPress Stripe Payment Forms by WP Full Pay plugin < 8.5.1 - Cross-Customer Subscription Modification vulnerability

Cross-Customer Subscription Modification vulnerability discovered by Charles Vosburgh in WordPress Plugin WP Full Stripe Free versions 8.5.1...

4.3CVSS5.2AI score0.002EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/26 6:00 a.m.36 views

CVE-2026-77789 Stripe Payment Forms by WP Full Pay < 8.5.1 - Cross-Customer Subscription Modification via IDOR

The Stripe Payment Forms by WP Full Pay WordPress plugin before 8.5.1 does not verify that a subscription belongs to the customer bound to the requesting customer-portal session before acting on it, allowing a user with a confirmed portal session to cancel, reactivate or modify subscriptions...

0.002EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.13 views

PT-2026-82316

Insecure direct object reference in Plesk 18.0.79.7 and earlier or 18.0.80 through 18.0.80.3, allows remote authenticated users to read and modify other customers' databases...

8.6CVSS5.2AI score0.00479EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/21 7:16 p.m.33 views

CVE-2026-67360 Joomla Extension - j2commerce.com - Cross-customer order replication in J2Store 1.0.0-3.3.20, 4.0.0-4.0.20, 4.1.0-4.1.5

Joomla Extension - j2commerce.com - Cross-customer order replication in J2Store 1.0.0-3.3.20, 4.0.0-4.0.20, 4.1.0-4.1.5 - An authenticated user could supply another customer's orderid to copy their cart contents and address data into the attacker's session. The CSRF token was validated but...

6.3CVSS0.00239EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/21 7:16 p.m.16 views

EUVD-2026-64059

Joomla Extension - j2commerce.com - Cross-customer order replication in J2Store 1.0.0-3.3.20, 4.0.0-4.0.20, 4.1.0-4.1.5 - An authenticated user could supply another customer's orderid to copy their cart contents and address data into the attacker's session. The CSRF token was validated but...

6.3CVSS5.5AI score0.00239EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 7:16 p.m.15 views

CVE-2026-67360 Joomla Extension - j2commerce.com - Cross-customer order replication in J2Store 1.0.0-3.3.20, 4.0.0-4.0.20, 4.1.0-4.1.5

Joomla Extension - j2commerce.com - Cross-customer order replication in J2Store 1.0.0-3.3.20, 4.0.0-4.0.20, 4.1.0-4.1.5 - An authenticated user could supply another customer's orderid to copy their cart contents and address data into the attacker's session. The CSRF token was validated but...

6.3CVSS5.3AI score0.00239EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/21 12:31 a.m.17 views

EUVD-2026-63730

The customer update route in EverShop is declared with "access": "public" in packages/evershop/src/modules/customer/api/updateCustomer/route.json, which causes the admin authentication middleware to call next without checking the caller, and no customer-session middleware guards the route; the on...

9.8CVSS5.4AI score0.0059EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/20 10:18 p.m.17 views

CVE-2026-72843

The customer update route in EverShop is declared with "access": "public" in packages/evershop/src/modules/customer/api/updateCustomer/route.json, which causes the admin authentication middleware to call next without checking the caller, and no customer-session middleware guards the route; the on...

9.8CVSS0.0059EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/20 9:57 p.m.36 views

CVE-2026-72843

EverShop 's updateCustomer route (packages/evershop/src/modules/customer/api/updateCustomer/route.json) is declared "access": "public", so the admin auth middleware calls next() without verifying the caller and no session guard protects the route. The handler in updateCustomer.js loads a customer...

9.8CVSS5.4AI score0.0059EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/20 9:57 p.m.36 views

CVE-2026-72843 EverShop Missing Authorization on PATCH /api/customers/:id Allows Unauthenticated Account Takeover

The customer update route in EverShop is declared with "access": "public" in packages/evershop/src/modules/customer/api/updateCustomer/route.json, which causes the admin authentication middleware to call next without checking the caller, and no customer-session middleware guards the route; the on...

9.8CVSS0.0059EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/20 9:57 p.m.25 views

CVE-2026-72843 EverShop Missing Authorization on PATCH /api/customers/:id Allows Unauthenticated Account Takeover

The customer update route in EverShop is declared with "access": "public" in packages/evershop/src/modules/customer/api/updateCustomer/route.json, which causes the admin authentication middleware to call next without checking the caller, and no customer-session middleware guards the route; the on...

9.3CVSS5.6AI score
SaveExploits0References8
Patchstack
Patchstack
added 2026/08/20 10:40 a.m.10 views

WordPress Amelia plugin 7.0-9.6 - Sensitive Data Exposure vulnerability

Sensitive Data Exposure vulnerability discovered by Mustafa Ahmed in WordPress Plugin Amelia versions 7.0-9.6...

3.8CVSS5.2AI score0.00152EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/08/19 12:38 p.m.13 views

EUVD-2026-62384

Customer PHP Object Injection in Flexible Subscriptions = 1.8.1 versions...

9.8CVSS5.4AI score0.00313EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/19 6:17 a.m.12 views

CVE-2026-18778

The TrueBooker WordPress plugin before 1.2.7 does not have proper authorisation checks in some of its AJAX actions, allowing unauthenticated users to retrieve the personal information of customers who booked an appointment, including their name, email address, phone number and postal address...

5.3CVSS0.00251EPSS
SaveExploits0References1
Circl
Circl
added 2026/08/18 10:35 p.m.14 views

CVE-2026-55593

creationtimestamp| type| source ---|---|--- 2026-08-18 22:35:23+00:00| published-proof-of-concept| https://github.com/froxlor/froxlor/security/advisories/GHSA-xpr4-8vp6-c87j 2026-08-19 11:32:39+00:00| seen| https://gist.github.com/alon710/3948341428804c685cf1bc5b4fc0d3f1...

6.5CVSS4.8AI score0.00232EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/18 9:17 p.m.7 views

CVE-2026-70778

Vulnerability in the Oracle Customer Care product of Oracle E-Business Suite component: Internal Operations. Supported versions that are affected are 12.2.3-12.2.15. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle Customer Care...

8.7CVSS0.00298EPSS
SaveExploits0References1
Rows per page
Query Builder