Description
The Age Verification & Identity Verification by Token of Trust plugin for WordPress is vulnerable to unauthorized access in all versions up to and including 4.0.2. This is due to the handle_export_table() function being registered on the WordPress 'init' hook, which fires for all requests, including those from unauthenticated visitors, without any capability check. This makes it possible for unauthenticated attackers to download a CSV file containing sensitive WooCommerce donation data, including order dates, order IDs, charitable donation amounts, and admin-only order edit URLs, simply by visiting any page on the site with the 'tot_export_table' GET parameter set to a numeric value (0–3).
Published: 2026-07-09
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Token of Trust Age Verification & Identity Verification plugin for WordPress suffers from a missing authorization flaw (CWE‑862). A function called handle_export_table is executed on every HTTP request because it is hooked to the WordPress init action, and the function performs no capability check. An attacker who is not logged in can simply visit any page on the site with the tot_export_table GET parameter set to a numeric value (0–3) and trigger the export. The resulting CSV contains sensitive WooCommerce donation data such as order dates, order IDs, donation amounts and admin‑only order edit URLs, thereby disclosing donor identities and financial details. The vulnerability is present in all releases up to and including version 4.0.2; later releases are presumed to contain a fix but must be verified. The CVSS score of 5.3 indicates moderate severity, and the EPSS score of less than 1% suggests a low current exploitation likelihood. The vulnerability is not listed in the CISA KEV catalog. Attackers can exploit the flaw via a remote, unauthenticated web request by appending the tot_export_table parameter to any URL; no credentials or special configuration are required. Successful exploitation reveals confidential donor information, potentially leading to privacy violations and reputational damage.

Affected Systems

WordPress sites that have the Token of Trust Age Verification & Identity Verification plugin installed at version 4.0.2 or earlier are impacted. Sites using newer plugin releases are not affected unless a new vulnerability is discovered. The vulnerability affects all websites where the plugin is active and allows unauthenticated users to trigger the CSV export. No other products or versions are reported as affected by this flaw.

Risk and Exploitability

The moderate CVSS score reflects that the flaw provides direct access to sensitive data without authentication, but it does not grant arbitrary code execution or system compromise. The low EPSS score indicates that the exploitation rate is currently small, yet the simplicity of the attack—just adding a query parameter—makes it attractive if it is discovered by adversaries. Since the vulnerability is not listed in the KEV catalog, there is no evidence of known exploitation in the wild. Defensive measures such as WAF rules or host‑controlled restrictions can mitigate the risk until the plugin is patched.

Generated by OpenCVE AI on August 3, 2026 at 04:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Token of Trust plugin to a version newer than 4.0.2.
  • If an upgrade is not possible, patch the plugin by adding a capability check (for example, current_user_can('manage_options')) before performing the export.
  • Remove the init hook that triggers handle_export_table.
  • Add a WAF rule or .htaccess entry that blocks unauthenticated requests containing the tot_export_table parameter to prevent unauthorized data export.

Generated by OpenCVE AI on August 3, 2026 at 04:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Tokenoftrust
Tokenoftrust age Verification & Identity Verification By Token Of Trust
Wordpress
Wordpress wordpress
Vendors & Products Tokenoftrust
Tokenoftrust age Verification & Identity Verification By Token Of Trust
Wordpress
Wordpress wordpress

Thu, 09 Jul 2026 08:15:00 +0000

Type Values Removed Values Added
Description The Age Verification & Identity Verification by Token of Trust plugin for WordPress is vulnerable to unauthorized access in all versions up to and including 4.0.2. This is due to the handle_export_table() function being registered on the WordPress 'init' hook, which fires for all requests, including those from unauthenticated visitors, without any capability check. This makes it possible for unauthenticated attackers to download a CSV file containing sensitive WooCommerce donation data, including order dates, order IDs, charitable donation amounts, and admin-only order edit URLs, simply by visiting any page on the site with the 'tot_export_table' GET parameter set to a numeric value (0–3).
Title Age Verification & Identity Verification by Token of Trust <= 4.0.2 - Missing Authorization to Unauthenticated Information Exposure via 'tot_export_table' Parameter
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Tokenoftrust Age Verification & Identity Verification By Token Of Trust
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-09T12:47:15.822Z

Reserved: 2026-04-30T19:30:10.370Z

Link: CVE-2026-7558

cve-icon Vulnrichment

Updated: 2026-07-09T12:47:11.303Z

cve-icon NVD

Status : Deferred

Published: 2026-07-09T08:16:49.347

Modified: 2026-07-09T16:19:45.567

Link: CVE-2026-7558

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T04:30:18Z

Weaknesses