⛔ Malware Advisory Detected 2026-09-26
Confirmed malicious. codelake independently detected this at 2026-09-26 — codelake catch — surfaced in the Firefox-extension scan feed (mosaic assembled-url + extscan browsing-data-exfil + pkgbehavior hidden-fetch) and confirmed on manual flag-safe review. Firefox add-ons are not covered by OSV; reported to Mozilla AMO.. Not yet in any public advisory database at detection time — codelake is the source of record. Static code + dataflow review of the published .xpi; no execution.
Advisory · CLR-2026-3054

AliHelp — a Firefox “AliExpress shopping assistant” that hijacks affiliate commissions and tracks your shopping

[email protected] (v2.0.5, distributed as aliexpress_shopping_assistant-2.0.5.xpi) silently rewrites AliExpress product tabs — stripping any affiliate tag already on the URL and re-asserting its own s.click.aliexpress.com deep link up to 5× per tab — to divert commissions from other creators, and POSTs each product click + referrer to alihelp.xyz.

MediumConfirmed maliciouscodelake first-catch
What it is & how it works

AliHelp – AliExpress Shopping Assistant is a Firefox add-on (ID [email protected]) scoped to AliExpress domains (com/us/ru/fr/es/pt/de/ar). It presents as a price/seller-trust helper, and it does contain a genuine “find similar/cheaper” feature that queries Alibaba’s image-search API. But its background logic is an affiliate-commission hijacker.

Commission hijacking. On AliExpress product, store and cart pages, tryTagTab() calls stripAffiliateParams() to strip affiliate parameters already present on the URL — i.e. other creators’ affiliate tags — then calls scheduleRedirect(), which after ~900 ms uses chrome.scripting.executeScript to force location.href to its own s.click.aliexpress.com/deep_link.htm?aff_short_key=<its key>&dl_target_url=<product>. It skips only if its own key is already present, and re-asserts up to 5× per tab (MAX_ATTEMPTS_PER_TAB). The net effect: whoever’s affiliate link the user actually followed is overwritten, and the commission is redirected to AliHelp.

Undisclosed tracking. trackProductClick() POSTs {type:'product_click', product URL, referrer} to alihelp.xyz/api/ext on each click — the user’s AliExpress product-viewing behaviour, sent to the operator’s server without disclosure.

How we found it

The add-on was pulled into codelake’s Firefox-extension scan feed and flagged by mosaic (assembled affiliate URLs in background.js/content_affiliate.js), extscan (browsing-data telemetry) and pkgbehavior (hidden fetch). It was confirmed on manual, flag-safe static review of the published .xpi — reading the redirect and telemetry logic, no execution.

Two signals we deliberately did not treat as compromise: an extscan “cookie-exfil” hit is a false positive — the only cookie access is Alibaba’s cna device cookie fetched from open-s.alibaba.com/foundation/generateCna to drive the legitimate Alibaba product-search feature, not the user’s login/session; and the extension holds no <all_urls> access — its reach is limited to AliExpress. The harm is affiliate fraud + shopping telemetry, not account theft.

Affected versions

Analysed: 2.0.5 (aliexpress_shopping_assistant-2.0.5.xpi). The hijack + telemetry logic is core to the add-on; earlier releases are very likely affected as well.

Timeline
2026-09-26
codelake catch
Flagged in the Firefox-extension scan feed (mosaic assembled-url + extscan browsing-data), confirmed malicious on flag-safe static review.
Indicators of compromise
🧩Firefox add-on ID: [email protected] — “AliHelp – AliExpress Shopping Assistant” v2.0.5
🌐Telemetry + config endpoint: https://alihelp.xyz/api/ext
🔗Injected affiliate deep link: s.click.aliexpress.com/deep_link.htm?aff_short_key=<AliHelp key>&dl_target_url=…
📦Package file: aliexpress_shopping_assistant-2.0.5.xpi
🧠Code markers: stripAffiliateParams(), scheduleRedirect(), trackProductClick(), REASSERT_DELAY_MS, MAX_ATTEMPTS_PER_TAB
Remediation
#ActionPriority
1 Remove the “AliHelp – AliExpress Shopping Assistant” add-on from Firefox (about:addons). Immediate
2 If you shop AliExpress via a creator’s affiliate link, re-open it fresh after removal so the intended creator is credited. Advised
3 Report the add-on to Mozilla Add-ons (AMO) for policy review. Advised

Verified by static code + dataflow review of the published .xpi; no execution, no live callback.

Scope: AliExpress domains only; no , no user login/session cookie theft.

Part of the alihelp.xyz / Shadow Code affiliate-hijack campaign — see CLR-2026-3058 and its three sibling add-ons (CLR-2026-3055/3056/3057).