Critical code_pattern
UpdraftPlus: WP Backup & Migration Plugin Resolved · no_longer_matches
28d ago
| Slug | updraftplus |
|---|---|
| Pattern | unserialize_after_remote_call |
| Kind | builtin |
| Version | 1.26.3 |
| Hit count | 1 |
| 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": "updraftplus",
"pattern": "unserialize_after_remote_call",
"kind": "builtin",
"version": "1.26.3",
"hit_count": 1,
"first_hit": {
"file": "backup.php",
"line": 3604,
"snippet": "L3604: $var = $updraftplus->unserialize(file_get_contents($cache_file_base.'-info.tmp')); \u2192 L3604: $var = $updraftplus->unserialize(file_get_contents($cache_file_base.'-info.tmp'));"
},
"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."
}