publitio

Member since
2018-09-06
Location
Employer
Job title
Authored
2
SVN commit access
2
Readme contributor
0
Combined install base
600 across 2 plugins

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern Publitio Resolved · vendor_self_api_publitio 1mo ago
Slugpublitio
Patternunserialize_after_remote_call
Kindbuiltin
Version2.2.6
Hit count1
First hit
File
includes/publitio_api.php
Line
125
Snippet
L114: $response = curl_exec($curl); → L125: $unserialized_response = @unserialize($response);
Explanationa remote HTTP fetch (`wp_remote_*` / `curl_exec`) is followed by `@unserialize` within the same file — classic PHP Object Injection C2 gadget. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak. A real finding regardless of author intent: any plugin that deserializes remote responses without validation is a latent RCE chain if the remote endpoint is ever compromised.
View raw JSON
{
    "slug": "publitio",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "2.2.6",
    "hit_count": 1,
    "first_hit": {
        "file": "includes/publitio_api.php",
        "line": 125,
        "snippet": "L114: $response = curl_exec($curl);  \u2192  L125: $unserialized_response = @unserialize($response);"
    },
    "explanation": "a remote HTTP fetch (`wp_remote_*` / `curl_exec`) is followed by `@unserialize` within the same file \u2014 classic PHP Object Injection C2 gadget. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak. A real finding regardless of author intent: any plugin that deserializes remote responses without validation is a latent RCE chain if the remote endpoint is ever compromised."
}

Plugins authored (2)

Plugin Version Installs Last updated Status
Publitio ·publitio 2.2.6 400 1mo ago Active
Publitio Offloading ·publitio-offloading 1.3.0 200 1mo ago Active

SVN commit access (2)

Plugins this account has pushed commits to, reconstructed from plugins.svn.wordpress.org. A new name showing up here on an established plugin is the strongest ownership-transfer signal.

Plugin Primary author Installs Commits First Latest Status
Publitio publitio 400 40 7y ago 1mo ago Active
Publitio Offloading publitio 200 39 6y ago 1mo ago Active