ManageWP Worker

worker · by managewp · wordpress.org ↗ · SVN ↗
Active installs
1M+
Current version
4.9.33
Added
2011-03-10
Last updated
2026-04-13 (1mo ago)
First seen by beacon
1mo ago
Total downloads
27,486,899

Alerts (0)

No open alerts.

Show 1 resolved alert
Medium code_scan_match Resolved · code_scan_fp_class_genre_encoding 2026-05-05 11:19:42 (17d ago)
Slugworker
Finding count23
Findings
PatternKindFileLineSnippetConfidence
base64_decodebuiltinsrc/MWP/Http/StreamingResponse.php27return base64_decode($this->content);medium
base64_decodebuiltinsrc/MWP/Worker/Configuration.php23return base64_decode($this->context->optionGet('_worker_public_key'));medium
base64_decodebuiltinsrc/MWP/Worker/Configuration.php43return base64_decode($this->context->optionGet('_worker_nossl_key'));medium
base64_decodebuiltinsrc/MWP/Worker/Request.php203$header = base64_decode($this->getHeader($this->signatureHeaderName));medium
base64_decodebuiltinsrc/MWP/Worker/Request.php225$this->attributes['service_signature'] = base64_decode($this->attributes['service_signature']);medium
base64_decodebuiltinsrc/MWP/Worker/Request.php229$this->attributes['service_signature_v2'] = base64_decode($this->attributes['service_signature_v2']);medium
base64_decodebuiltinsrc/MWP/Worker/Request.php237$this->attributes['no_host_signature'] = base64_decode($this->attributes['no_host_signature']);medium
base64_decodebuiltinsrc/MWP/Worker/Request.php241$this->attributes['no_host_signature_v2'] = base64_decode($this->attributes['no_host_signature_v2']);medium
base64_decodebuiltinsrc/MWP/System/Environment.php105$signature = @base64_decode('Wu8wSnlTaxf3hSGj+6kAY0kP1B9VO3cZ6dTVGda0Ti8cHK/ea1hFqo9nUefppPmrVZrSMrFmkBWeOonHhesJxGUNd3AAd+MF9U8hl5a5H2LiA/IYCBZmWCdnJJrGnD8X0hEV0IEEPSvqK3BA6xzKYfCpi1weCH+BBypmedium
base64_string_longbuiltinsrc/MWP/System/Environment.php105$signature = @base64_decode('Wu8wSnlTaxf3hSGj+6kAY0kP1B9VO3cZ6dTVGda0Ti8cHK/ea1hFqo9nUefppPmrVZrSMrFmkBWeOonHhesJxGUNd3AAd+MF9U8hl5a5H2LiA/IYCBZmWCdnJJrGnD8X0hEV0IEEPSvqK3BA6xzKYfCpi1weCH+BBypmedium
base64_decodebuiltinsrc/MWP/EventListener/MasterRequest/VerifyConnectionInfo.php53$connectionSignature = base64_decode( $data['add_site_signature'] );medium
base64_decodebuiltinsrc/MWP/EventListener/MasterRequest/VerifyConnectionInfo.php54$connectionSignatureV2 = base64_decode( $data['add_site_signature_v2'] );medium
base64_decodebuiltinsrc/MWP/EventListener/MasterRequest/AuthenticateLegacyRequest.php38$givenPublicKey = isset($params['public_key']) ? base64_decode($params['public_key']) : null;medium
base64_decodebuiltinsrc/MWP/EventListener/PublicRequest/AutomaticLogin.php149$signed = base64_decode($request->query['service_sign_v2_algo'] ? $request->query['service_sign_v2'] : $request->query['service_sign']);medium
base64_decodebuiltinsrc/MWP/EventListener/PublicRequest/AutomaticLogin.php154$signed = base64_decode($request->query['signature']);medium
Resolved sha51e4d497b9a1b2d370f4c4247c0d7c6515967ef0
View raw JSON
{
    "slug": "worker",
    "finding_count": 23,
    "findings": [
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/Http/StreamingResponse.php",
            "line": 27,
            "snippet": "return base64_decode($this->content);",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/Worker/Configuration.php",
            "line": 23,
            "snippet": "return base64_decode($this->context->optionGet('_worker_public_key'));",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/Worker/Configuration.php",
            "line": 43,
            "snippet": "return base64_decode($this->context->optionGet('_worker_nossl_key'));",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/Worker/Request.php",
            "line": 203,
            "snippet": "$header = base64_decode($this->getHeader($this->signatureHeaderName));",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/Worker/Request.php",
            "line": 225,
            "snippet": "$this->attributes['service_signature'] = base64_decode($this->attributes['service_signature']);",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/Worker/Request.php",
            "line": 229,
            "snippet": "$this->attributes['service_signature_v2'] = base64_decode($this->attributes['service_signature_v2']);",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/Worker/Request.php",
            "line": 237,
            "snippet": "$this->attributes['no_host_signature'] = base64_decode($this->attributes['no_host_signature']);",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/Worker/Request.php",
            "line": 241,
            "snippet": "$this->attributes['no_host_signature_v2'] = base64_decode($this->attributes['no_host_signature_v2']);",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/System/Environment.php",
            "line": 105,
            "snippet": "$signature = @base64_decode('Wu8wSnlTaxf3hSGj+6kAY0kP1B9VO3cZ6dTVGda0Ti8cHK/ea1hFqo9nUefppPmrVZrSMrFmkBWeOonHhesJxGUNd3AAd+MF9U8hl5a5H2LiA/IYCBZmWCdnJJrGnD8X0hEV0IEEPSvqK3BA6xzKYfCpi1weCH+BByp",
            "confidence": "medium"
        },
        {
            "pattern": "base64_string_long",
            "kind": "builtin",
            "file": "src/MWP/System/Environment.php",
            "line": 105,
            "snippet": "$signature = @base64_decode('Wu8wSnlTaxf3hSGj+6kAY0kP1B9VO3cZ6dTVGda0Ti8cHK/ea1hFqo9nUefppPmrVZrSMrFmkBWeOonHhesJxGUNd3AAd+MF9U8hl5a5H2LiA/IYCBZmWCdnJJrGnD8X0hEV0IEEPSvqK3BA6xzKYfCpi1weCH+BByp",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/EventListener/MasterRequest/VerifyConnectionInfo.php",
            "line": 53,
            "snippet": "$connectionSignature       = base64_decode( $data['add_site_signature'] );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/EventListener/MasterRequest/VerifyConnectionInfo.php",
            "line": 54,
            "snippet": "$connectionSignatureV2     = base64_decode( $data['add_site_signature_v2'] );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/EventListener/MasterRequest/AuthenticateLegacyRequest.php",
            "line": 38,
            "snippet": "$givenPublicKey    = isset($params['public_key']) ? base64_decode($params['public_key']) : null;",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/EventListener/PublicRequest/AutomaticLogin.php",
            "line": 149,
            "snippet": "$signed    = base64_decode($request->query['service_sign_v2_algo'] ? $request->query['service_sign_v2'] : $request->query['service_sign']);",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "src/MWP/EventListener/PublicRequest/AutomaticLogin.php",
            "line": 154,
            "snippet": "$signed    = base64_decode($request->query['signature']);",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "51e4d497b9a1b2d370f4c4247c0d7c6515967ef0"
}

SVN committers (3)

Accounts with actual commit access to worker on plugins.svn.wordpress.org, reconstructed from svn log. This is the list that matters for ownership changes — not the readme contributors.

Committer Member since Commits First commit Latest commit
Vladimir Prelovac 2007-11-09 187 2011-03-10 · r358060 2024-05-15 · r3087053
ManageWP 2015-07-23 13 2025-04-24 · r3280600 2026-04-13 · r3504909
plugin-master 2007-03-09 1 2011-02-20 · r348109 2011-02-20 · r348109

Readme contributors (2)

Names the plugin's readme declares as contributors. A soft signal — anyone can be listed. The SVN access column is the ground-truth cross-reference: does this contributor actually commit code?

Contributor Member since SVN access Status
Vladimir Prelovac 2007-11-09 187 commits Active
ManageWP 2015-07-23 13 commits Active

Versions (67 most recent)

Version Released Download
4.9.33 2026-04-13 · 1mo ago zip
4.9.32 2026-03-18 · 2mo ago zip
4.9.31 2026-03-11 · 2mo ago zip
4.9.30 2026-02-03 · 3mo ago zip
4.9.29 2026-01-22 · 4mo ago zip
4.9.28 2026-01-14 · 4mo ago zip
4.9.27 2026-01-12 · 4mo ago zip
4.9.26 2025-12-17 · 5mo ago zip
4.9.25 2025-10-16 · 7mo ago zip
4.9.24 2025-08-05 · 9mo ago zip
4.9.23 2025-04-25 · 1y ago zip
4.9.22 2025-04-24 · 1y ago zip
4.9.20 2024-05-15 · 2y ago zip
4.9.19 2024-01-09 · 2y ago zip
4.9.18 2023-12-14 · 2y ago zip
4.9.17 2023-04-05 · 3y ago zip
4.9.16 2022-12-26 · 3y ago zip
4.9.15 2022-11-03 · 3y ago zip
4.9.14 2022-06-09 · 3y ago zip
4.9.13 2021-12-27 · 4y ago zip
4.9.12 2021-12-22 · 4y ago zip
4.9.11 2021-12-21 · 4y ago zip
4.9.10 2021-09-08 · 4y ago zip
4.9.9 2021-07-27 · 4y ago zip
4.1.0 2015-04-23 · 11y ago zip
4.0.1 2015-01-18 · 11y ago zip
3.9.30 2015-01-02 · 11y ago zip
3.9.29 2014-08-27 · 11y ago zip
3.9.28 2014-01-13 · 12y ago zip
3.9.27 2013-10-30 · 12y ago zip
3.9.26 2013-10-15 · 12y ago zip
3.9.25 2013-05-09 · 13y ago zip
3.9.24 2013-02-19 · 13y ago zip
3.9.23 2012-11-09 · 13y ago zip
3.9.22 2012-09-27 · 13y ago zip
3.9.21 2012-08-16 · 13y ago zip
3.9.20 2012-08-08 · 13y ago zip
3.9.19 2012-06-28 · 13y ago zip
3.9.18 2012-06-13 · 13y ago zip
3.9.17 2012-03-29 · 14y ago zip
3.9.16 2012-02-23 · 14y ago zip
3.9.15 2012-01-23 · 14y ago zip
3.9.14 2011-12-29 · 14y ago zip
3.9.13 2011-12-21 · 14y ago zip
3.9.12 2011-12-04 · 14y ago zip
3.9.11 2011-12-02 · 14y ago zip
3.9.10 2011-11-24 · 14y ago zip
3.9.9 2011-11-23 · 14y ago zip
3.9.8 2011-10-11 · 14y ago zip
3.9.7 2011-09-17 · 14y ago zip
3.9.6 2011-09-16 · 14y ago zip
3.9.5 2011-09-13 · 14y ago zip
3.9.4 2011-09-09 · 14y ago zip
3.9.3 2011-07-13 · 14y ago zip
3.9.2 2011-07-01 · 14y ago zip
3.9.1 2011-06-22 · 14y ago zip
3.9.0 2011-05-31 · 14y ago zip
3.8.8 2011-04-21 · 15y ago zip
3.8.7 2011-04-06 · 15y ago zip
3.8.2 2011-04-06 · 15y ago zip
3.8.6 2011-03-31 · 15y ago zip
3.8.5 2011-03-31 · 15y ago zip
3.8.4 2011-03-25 · 15y ago zip
3.8.3 2011-03-25 · 15y ago zip
3.8.1 2011-03-24 · 15y ago zip
3.8.0 2011-03-24 · 15y ago zip
3.6.3 2011-03-10 · 15y ago zip