CVE-2026-14832
Received Received - Intake

Unauthenticated Phone Number Lookup in ShopSmart Loyalty for WooCommerce

Vulnerability report for CVE-2026-14832, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: WPScan

Description

The ShopSmart Loyalty for WooCommerce WordPress plugin through 1.0.0 does not perform any authorization or ownership check on a phone-number lookup exposed to unauthenticated users, allowing anyone who knows a customer's phone number to retrieve that customer's loyalty profile, including name, email, and account balance.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-17
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
shopsmart loyalty_for_woocommerce to 1.0.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The ShopSmart Loyalty for WooCommerce plugin has an unauthenticated sensitive information disclosure vulnerability. Attackers can access customer loyalty profiles, including names, email addresses, and account balances, by knowing a customer's phone number through the exposed 'shopsmart_check_phone' function. No authorization checks are performed.

Detection Guidance

To detect this vulnerability, check if the 'shopsmart_check_phone' function in the ShopSmart Loyalty for WooCommerce plugin is accessible without authentication. You can test by sending a GET or POST request to the plugin's endpoint with a phone number parameter. For example, use curl: curl -X POST 'https://your-site.com/wp-json/shopsmart/v1/check_phone' -d 'phone=1234567890'. If the response includes sensitive customer data without authentication, the vulnerability is present.

Impact Analysis

Attackers can retrieve sensitive customer data such as names, emails, and account balances by simply knowing a phone number. This could lead to privacy breaches, identity theft, or misuse of customer information.

Compliance Impact

This vulnerability likely violates GDPR and other privacy regulations by exposing personal data without proper safeguards. It could result in legal penalties, loss of customer trust, and failure to meet compliance requirements for data protection.

Mitigation Strategies

Immediately update the ShopSmart Loyalty for WooCommerce plugin to the latest version. If no update is available, disable the plugin until a patch is released. Additionally, review server logs for unauthorized access attempts to the 'shopsmart_check_phone' endpoint and restrict access to sensitive endpoints via web application firewall rules.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-14832. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart