Critical code_pattern
Popup Maker – Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder Resolved · no_longer_matches
7d ago
| Slug | popup-maker |
|---|---|
| Pattern | unserialize_after_remote_call |
| Kind | builtin |
| Version | 1.22.0 |
| Hit count | 3 |
| First hit |
|
| Explanation | a remote HTTP fetch (`wp_remote_*`/`curl_exec`) is followed by `unserialize`/`maybe_unserialize` within the same file — classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. Legit plugins essentially never do this. |
View raw JSON
{
"slug": "popup-maker",
"pattern": "unserialize_after_remote_call",
"kind": "builtin",
"version": "1.22.0",
"hit_count": 3,
"first_hit": {
"file": "classes/Extension/Updater.php",
"line": 670,
"snippet": "L652: $request = wp_remote_get(// Uses wp_remote_post() in EDD Sample. \u2192 L670: $request->sections = maybe_unserialize( $request->sections );"
},
"explanation": "a remote HTTP fetch (`wp_remote_*`/`curl_exec`) is followed by `unserialize`/`maybe_unserialize` within the same file \u2014 classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. Legit plugins essentially never do this."
}