CVE-2026-1980: CWE-200 Exposure of Sensitive Information to an Unauthorized Actor in iqonicdesign WPBookit
CVE-2026-1980 is a medium-severity vulnerability in the WPBookit WordPress plugin by iqonicdesign, affecting all versions up to 1. 0. 8. It arises from a missing authorization check on the 'get_customer_list' API route, allowing unauthenticated attackers to access sensitive customer data such as names, emails, phone numbers, dates of birth, and gender. The vulnerability does not require user interaction or authentication and can be exploited remotely over the network. Although no known exploits are currently reported in the wild, the exposure of personally identifiable information (PII) poses privacy risks and potential regulatory compliance issues. Organizations using WPBookit should urgently implement access controls or disable the vulnerable endpoint until a patch is available. Countries with significant WordPress usage and ecommerce activity are most at risk. The CVSS score is 5. 3, reflecting a moderate impact primarily on confidentiality without affecting integrity or availability.
AI Analysis
Technical Summary
CVE-2026-1980 is a vulnerability classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) found in the WPBookit plugin for WordPress, developed by iqonicdesign. The flaw exists in all versions up to and including 1.0.8 due to the absence of an authorization check on the 'get_customer_list' route. This API endpoint is intended to provide customer data but fails to verify whether the requester is authenticated or authorized to access this information. Consequently, an unauthenticated attacker can remotely invoke this endpoint and retrieve sensitive customer details such as names, email addresses, phone numbers, dates of birth, and gender. The vulnerability is remotely exploitable over the network without requiring any user interaction or privileges, making it relatively easy to exploit. The exposure of personally identifiable information (PII) can lead to privacy violations, identity theft, phishing attacks, and regulatory non-compliance, especially under data protection laws like GDPR or CCPA. No patches or fixes are currently published, and no known exploits have been reported in the wild as of the publication date. The CVSS v3.1 base score is 5.3, indicating a medium severity primarily due to the confidentiality impact. The vulnerability does not affect data integrity or availability. The lack of authentication and authorization checks represents a critical design oversight in the plugin's API security model.
Potential Impact
The primary impact of CVE-2026-1980 is the unauthorized disclosure of sensitive customer information, which can have several consequences for affected organizations. Exposure of PII such as names, emails, phone numbers, dates of birth, and gender can facilitate identity theft, targeted phishing campaigns, social engineering attacks, and reputational damage. Organizations may face legal and regulatory repercussions if they fail to protect customer data in accordance with privacy laws like GDPR, HIPAA, or CCPA. Although the vulnerability does not allow modification or deletion of data, the confidentiality breach alone can erode customer trust and result in financial penalties. Additionally, attackers could use the harvested data as a foothold for further attacks against the organization or its customers. Since WPBookit is a WordPress plugin commonly used for booking and appointment management, businesses in sectors such as hospitality, healthcare, and professional services are particularly vulnerable. The ease of exploitation without authentication increases the risk of automated scanning and mass data harvesting by malicious actors worldwide.
Mitigation Recommendations
To mitigate CVE-2026-1980, organizations should immediately implement the following measures: 1) Restrict access to the 'get_customer_list' API endpoint by enforcing strict authentication and authorization checks at the web server or application firewall level if a plugin update is not yet available. 2) Disable or remove the vulnerable API route temporarily to prevent unauthorized data access. 3) Monitor web server logs for unusual or repeated access attempts to the 'get_customer_list' endpoint to detect potential exploitation attempts. 4) Inform customers about the potential data exposure and advise them on precautions against phishing or identity theft. 5) Regularly check for updates from iqonicdesign and apply patches promptly once released. 6) Conduct a thorough audit of all WordPress plugins to ensure they follow secure coding practices, especially regarding access control. 7) Employ web application firewalls (WAFs) with custom rules to block unauthenticated requests targeting sensitive API routes. 8) Review and enhance overall WordPress site security, including limiting plugin usage to trusted sources and minimizing unnecessary API exposure. These steps go beyond generic advice by focusing on immediate containment and proactive monitoring until an official patch is available.
Affected Countries
United States, United Kingdom, Germany, Canada, Australia, France, India, Brazil, Japan, Netherlands, Italy, Spain
CVE-2026-1980: CWE-200 Exposure of Sensitive Information to an Unauthorized Actor in iqonicdesign WPBookit
Description
CVE-2026-1980 is a medium-severity vulnerability in the WPBookit WordPress plugin by iqonicdesign, affecting all versions up to 1. 0. 8. It arises from a missing authorization check on the 'get_customer_list' API route, allowing unauthenticated attackers to access sensitive customer data such as names, emails, phone numbers, dates of birth, and gender. The vulnerability does not require user interaction or authentication and can be exploited remotely over the network. Although no known exploits are currently reported in the wild, the exposure of personally identifiable information (PII) poses privacy risks and potential regulatory compliance issues. Organizations using WPBookit should urgently implement access controls or disable the vulnerable endpoint until a patch is available. Countries with significant WordPress usage and ecommerce activity are most at risk. The CVSS score is 5. 3, reflecting a moderate impact primarily on confidentiality without affecting integrity or availability.
AI-Powered Analysis
Technical Analysis
CVE-2026-1980 is a vulnerability classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) found in the WPBookit plugin for WordPress, developed by iqonicdesign. The flaw exists in all versions up to and including 1.0.8 due to the absence of an authorization check on the 'get_customer_list' route. This API endpoint is intended to provide customer data but fails to verify whether the requester is authenticated or authorized to access this information. Consequently, an unauthenticated attacker can remotely invoke this endpoint and retrieve sensitive customer details such as names, email addresses, phone numbers, dates of birth, and gender. The vulnerability is remotely exploitable over the network without requiring any user interaction or privileges, making it relatively easy to exploit. The exposure of personally identifiable information (PII) can lead to privacy violations, identity theft, phishing attacks, and regulatory non-compliance, especially under data protection laws like GDPR or CCPA. No patches or fixes are currently published, and no known exploits have been reported in the wild as of the publication date. The CVSS v3.1 base score is 5.3, indicating a medium severity primarily due to the confidentiality impact. The vulnerability does not affect data integrity or availability. The lack of authentication and authorization checks represents a critical design oversight in the plugin's API security model.
Potential Impact
The primary impact of CVE-2026-1980 is the unauthorized disclosure of sensitive customer information, which can have several consequences for affected organizations. Exposure of PII such as names, emails, phone numbers, dates of birth, and gender can facilitate identity theft, targeted phishing campaigns, social engineering attacks, and reputational damage. Organizations may face legal and regulatory repercussions if they fail to protect customer data in accordance with privacy laws like GDPR, HIPAA, or CCPA. Although the vulnerability does not allow modification or deletion of data, the confidentiality breach alone can erode customer trust and result in financial penalties. Additionally, attackers could use the harvested data as a foothold for further attacks against the organization or its customers. Since WPBookit is a WordPress plugin commonly used for booking and appointment management, businesses in sectors such as hospitality, healthcare, and professional services are particularly vulnerable. The ease of exploitation without authentication increases the risk of automated scanning and mass data harvesting by malicious actors worldwide.
Mitigation Recommendations
To mitigate CVE-2026-1980, organizations should immediately implement the following measures: 1) Restrict access to the 'get_customer_list' API endpoint by enforcing strict authentication and authorization checks at the web server or application firewall level if a plugin update is not yet available. 2) Disable or remove the vulnerable API route temporarily to prevent unauthorized data access. 3) Monitor web server logs for unusual or repeated access attempts to the 'get_customer_list' endpoint to detect potential exploitation attempts. 4) Inform customers about the potential data exposure and advise them on precautions against phishing or identity theft. 5) Regularly check for updates from iqonicdesign and apply patches promptly once released. 6) Conduct a thorough audit of all WordPress plugins to ensure they follow secure coding practices, especially regarding access control. 7) Employ web application firewalls (WAFs) with custom rules to block unauthenticated requests targeting sensitive API routes. 8) Review and enhance overall WordPress site security, including limiting plugin usage to trusted sources and minimizing unnecessary API exposure. These steps go beyond generic advice by focusing on immediate containment and proactive monitoring until an official patch is available.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-02-05T14:13:38.811Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69a79342d1a09e29cbc204d7
Added to database: 3/4/2026, 2:04:50 AM
Last enriched: 3/4/2026, 2:19:44 AM
Last updated: 3/4/2026, 7:46:38 AM
Views: 6
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-28775: CWE-1188: Insecure Default Initialization of Resource in International Datacasting Corporation (IDC) SFX Series SuperFlex SatelliteReceiver
CriticalCVE-2026-28774: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in International Datacasting Corporation (IDC) SFX Series SuperFlex SatelliteReceiver Web Management Interface
CriticalCVE-2026-28773: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in International Datacasting Corporation (IDC) SFX Series SuperFlex SatelliteReceiver Web Management Interface
CriticalCVE-2026-28772: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in International Datacasting Corporation (IDC) SFX Series SuperFlex SatelliteReceiver Web Management Interface
MediumCVE-2026-28771: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in International Datacasting Corporation (IDC) SFX Series SuperFlex Satellite Receiver Web Management Interface
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.