← back to popular plugins
wordfence / plugin · omnisend-connect

Email Marketing for WooCommerce by Omnisend

omnisend-connect
total installs
50,000
total vulns
1
critical
0
high
1
medium
0
low
0
latest vuln
patched
1
unpatched
0
avg time to patch
vulnerabilities (1)
Omnisend for WooCommerce <= 1.18.0 - Unauthenticated Omnisend Account Takeover via Predictable Connect Token
high ✓ patched
cvss score 7.5
cwe CWE-330: Use of Insufficiently Random Values
published May 13, 2026
The Omnisend for WooCommerce plugin for WordPress is vulnerable to an unauthenticated account takeover via insufficiently random values in versions up to, and including, 1.18.0. This is due to the generate_install_url() function deriving the OAuth connect token solely from the Unix timestamp at page-load time (hash('sha256', time())), which yields only ~86,400 distinct values per day and is trivially brute-forceable. This makes it possible for unauthenticated attackers to predict the connect token, authenticate to the POST /wp-json/omnisend-api/v1/connect REST endpoint, and replace the store's omnisend_api_key and brand_id with attacker-supplied values, redirecting all customer PII synchronization, order webhooks, and marketing communications to the attacker's Omnisend account.