Critical code_pattern
PixelYourSite – Your smart PIXEL (TAG) & API Manager Resolved · no_longer_matches
7d ago
| Slug | pixelyoursite |
|---|---|
| Pattern | unserialize_after_remote_call |
| Kind | builtin |
| Version | 11.2.0.4 |
| Hit count | 3 |
| First hit |
|
| Explanation | a remote HTTP fetch (`wp_remote_*`/`curl_exec`/`file_get_contents`) is followed by `@unserialize` within the same file — classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak. |
View raw JSON
{
"slug": "pixelyoursite",
"pattern": "unserialize_after_remote_call",
"kind": "builtin",
"version": "11.2.0.4",
"hit_count": 3,
"first_hit": {
"file": "includes/class-plugin-updater.php",
"line": 401,
"snippet": "L393: $request = wp_remote_post( $this->api_url, \u2192 L401: $request->sections = maybe_unserialize( $request->sections );"
},
"explanation": "a remote HTTP fetch (`wp_remote_*`/`curl_exec`/`file_get_contents`) is followed by `@unserialize` within the same file \u2014 classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak."
}