Low code_pattern
Resolved · vendor_self_update_license_gated_fp
2026-05-08 09:56:53 (1mo ago)
| Slug | wp-gotowebinar |
|---|---|
| Pattern | puc_update_hijack |
| Kind | builtin |
| Version | 15.11 |
| Hit count | 1 |
| First hit |
|
| Explanation | plugin calls `::buildUpdateChecker()` — the factory entry point of the Yahnis Elsts Plugin Update Checker library. A plugin distributed through wordpress.org that registers its own update source is bypassing the Plugin Review Team: every install polls the non-wp.org URL on cron and installs whatever JSON + zip it returns, with full plugin-author permissions. This is the mechanism behind the `anadnet`/quick-pagepost-redirect-plugin compromise (2021) where the author seeded 70,000+ installs through tagged releases and then removed the library from trunk to hide the persistence. Any URL argument pointing away from `downloads.wordpress.org`/`api.wordpress.org` is the hijack signal. |
| Shape | vendor_updater |
| Url | https://northernbeacheswebsites.com.au/?update_action=get_metadata&update_slug=wp-gotowebinar |
| Url host | northernbeacheswebsites.com.au |
| Slug arg | wp-gotowebinar |
View raw JSON
{
"slug": "wp-gotowebinar",
"pattern": "puc_update_hijack",
"kind": "builtin",
"version": "15.11",
"hit_count": 1,
"first_hit": {
"file": "wp-gotowebinar.php",
"line": 1179,
"snippet": "$plugin_update_checker_wp_gotowebinar = Puc_v4_Factory::buildUpdateChecker("
},
"explanation": "plugin calls `::buildUpdateChecker()` \u2014 the factory entry point of the Yahnis Elsts Plugin Update Checker library. A plugin distributed through wordpress.org that registers its own update source is bypassing the Plugin Review Team: every install polls the non-wp.org URL on cron and installs whatever JSON + zip it returns, with full plugin-author permissions. This is the mechanism behind the `anadnet`/quick-pagepost-redirect-plugin compromise (2021) where the author seeded 70,000+ installs through tagged releases and then removed the library from trunk to hide the persistence. Any URL argument pointing away from `downloads.wordpress.org`/`api.wordpress.org` is the hijack signal.",
"shape": "vendor_updater",
"url": "https://northernbeacheswebsites.com.au/?update_action=get_metadata&update_slug=wp-gotowebinar",
"url_host": "northernbeacheswebsites.com.au",
"slug_arg": "wp-gotowebinar"
}