cs7.in

@ilvchandan · wordpress.org profile ↗
Member since
2017-08-30
Location
Dhanbad, JH, INDIA
Employer
Job title
Authored
3 (1 closed)
SVN commit access
1
Readme contributor
0
Combined install base
100 across 3 plugins

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern Email OTP Authenticator – Login, Register, 2FA & Session Lock Resolved · commented_out_unserialize_lowercase_wpautoupdate_r 1mo ago
Slugemail-otp-authenticator
Patternunserialize_after_remote_call
Kindbuiltin
Version6.4.1
Hit count4
First hit
File
lib_old/wp_autoupdate.php
Line
259
Snippet
L254: $request = wp_remote_post($this->update_path, $params ); → L259: //return @unserialize( $request['body'] );
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": "email-otp-authenticator",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "6.4.1",
    "hit_count": 4,
    "first_hit": {
        "file": "lib_old/wp_autoupdate.php",
        "line": 259,
        "snippet": "L254: $request = wp_remote_post($this->update_path, $params );  \u2192  L259: //return @unserialize( $request['body'] );"
    },
    "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 (3)

Plugin Version Installs Last updated Status
Email OTP Authenticator – Login, Register, 2FA & Session Lock ·email-otp-authenticator 6.4.4 100 7d ago Active
WC Hide Free Shipping Method ·wc-hide-free-shipping-method 1.0 Closed
SMS OTP Authenticator ·sms-otp-authenticator 1.4 1y ago Active

SVN commit access (1)

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
Email OTP Authenticator – Login, Register, 2FA & Session Lock ilvchandan 100 6 3y ago 7d ago Active