Jetpack – WP Security, Backup, Speed, & Growth

jetpack · by automattic · wordpress.org ↗ · SVN ↗
Acquired by Automattic. New committers from that team's naming convention are expected and will not fire takeover events. source ↗
Active installs
3M+
Current version
15.7.1
Added
2011-01-20
Last updated
2026-04-16 (15d ago)
First seen by beacon
10d ago
Total downloads
488,983,619

Alerts (0)

No open alerts.

Show 4 resolved alerts
Medium contributor_added Resolved · cold_start_fp 2026-05-01 11:15:03 (1d ago)
Slugjetpack
New contributorsjennywp
Active installs3,000,000
View raw JSON
{
    "slug": "jetpack",
    "new_contributors": [
        "jennywp"
    ],
    "active_installs": 3000000
}
High committer_younger_than_plugin Resolved · no_longer_matches 2026-04-30 18:18:17 (1d ago)
Slugjetpack
Committer slugveryhappytiger
Committer display nameveryhappytiger (a11n)
Committer employer
Committer member since2025-01-15
Committer first commit2025-11-11 00:53:25
Committer commit count16
Plugin listed authorautomattic
Earliest plugin commit2024-08-06 16:30:06
Plugin age at join days461
Committer age at join days300
Active installs3,000,000
View raw JSON
{
    "slug": "jetpack",
    "committer_slug": "veryhappytiger",
    "committer_display_name": "veryhappytiger (a11n)",
    "committer_employer": null,
    "committer_member_since": "2025-01-15",
    "committer_first_commit": "2025-11-11 00:53:25",
    "committer_commit_count": 16,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2024-08-06 16:30:06",
    "plugin_age_at_join_days": 461,
    "committer_age_at_join_days": 300,
    "active_installs": 3000000
}
Critical code_pattern Resolved · no_longer_matches 2026-04-24 15:56:44 (7d ago)
Slugjetpack
Patternunserialize_after_remote_call
Kindbuiltin
Version15.7.1
Hit count2
First hit
File
jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php
Line
151
Snippet
L137: $body = json_decode( wp_remote_retrieve_body( $response ) ); → L151: return maybe_unserialize( get_option( 'jetpack_protect_global_stats' ) );
Explanationa 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": "jetpack",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "15.7.1",
    "hit_count": 2,
    "first_hit": {
        "file": "jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php",
        "line": 151,
        "snippet": "L137: $body = json_decode( wp_remote_retrieve_body( $response ) );  \u2192  L151: return maybe_unserialize( get_option( 'jetpack_protect_global_stats' ) );"
    },
    "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."
}
Critical code_scan_delta Resolved · fp_proximity_only_different_vars 2026-04-24 15:36:01 (7d ago)
Slugjetpack
Previous version15.7.1
Current version15.7.1
New findings
PatternKindFileLineSnippetConfidence
unserialize_after_remote_callbuiltinjetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php151L137: $body = json_decode( wp_remote_retrieve_body( $response ) ); → L151: return maybe_unserialize( get_option( 'jetpack_protect_global_stats' ) );high
unserialize_after_remote_callbuiltinjson-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php170L169: $response = wp_remote_post( $url, $args ); → L170: $theme_data = unserialize( $response['body'] ); // phpcs:ignore WordPress.PHP.Discouraghigh
New finding count2
View raw JSON
{
    "slug": "jetpack",
    "previous_version": "15.7.1",
    "current_version": "15.7.1",
    "new_findings": [
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php",
            "line": 151,
            "snippet": "L137: $body = json_decode( wp_remote_retrieve_body( $response ) );  \u2192  L151: return maybe_unserialize( get_option( 'jetpack_protect_global_stats' ) );",
            "confidence": "high"
        },
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "json-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php",
            "line": 170,
            "snippet": "L169: $response   = wp_remote_post( $url, $args );  \u2192  L170: $theme_data = unserialize( $response['body'] ); // phpcs:ignore WordPress.PHP.Discourag",
            "confidence": "high"
        }
    ],
    "new_finding_count": 2
}

SVN committers (10)

Accounts with actual commit access to jetpack 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
Jeremy Herve 2010-08-18 102 2024-10-14 · r3168239 2024-10-14 · r3168381
bradshawtm 2019-01-10 71 2024-11-11 · r3186044 2026-04-09 · r3502813
Gergely J 2022-08-30 55 2025-08-04 · r3339130 2026-03-09 · r3478160
Igor Zinovyev 2014-10-30 49 2024-08-06 · r3131729 2025-03-04 · r3250500
ice9js 2018-01-31 39 2024-08-12 · r3134491 2024-12-16 · r3208621
Manzoor Wani 2013-01-14 31 2025-09-19 · r3364455 2026-02-04 · r3453646
veryhappytiger (a11n) 2025-01-15 16 2025-11-11 · r3393308 2026-01-07 · r3434762
Brad Jorsch 2020-09-28 10 2025-12-03 · r3410076 2025-12-04 · r3411142
Brandon Kraft 2011-04-29 7 2024-10-16 · r3170362 2025-09-25 · r3368095
Automattic 2009-11-05 2 2026-04-13 · r3505268 2026-04-27 · r3516638

Readme contributors (131)

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
Jeremy Herve 2010-08-18 102 commits Active
Igor Zinovyev 2014-10-30 49 commits Active
Brad Jorsch 2020-09-28 10 commits Active
Brandon Kraft 2011-04-29 7 commits Active
Automattic 2009-11-05 2 commits Active
Adam Heckler 2014-02-09 Active
adrianmoldovanwp 2021-01-20 Active
aduth 2014-02-05 Active
Alex Kirk 2006-03-26 Active
Alex Mills 2003-10-21 Active
Allen Snook 2013-01-05 Active
alternatekev 2008-04-10 Active
Andrew Ozz 2007-03-04 Active
Andy Peatling 2006-09-08 Active
Andy Skelton 2003-10-06 Active
Anna McPhee 2015-07-07 Active
annezazu 2014-04-16 Active
arcangelini 2017-08-03 Active
arsihasi 2021-10-18 Active
Barry 2005-10-27 Active
Beau Lebens 2007-05-25 Active
Ben Lobaugh (blobaugh) 2011-05-18 Active
bindlegirl (a11n) 2018-03-28 Active
biskobe 2015-09-04 Active
brbrr 2018-08-14 Active
Briley 2020-02-28 Active
Cena (a11n) 2003-07-30 Active
cgastrell 2012-06-13 Active
Chase Livingston 2013-08-21 Active
Christopher Finke 2007-06-19 Active
clickysteve 2013-08-31 Active
csonnek 2013-01-03 Active
Dan (a11n) 2006-10-26 Active
Daniel Bachhuber 2007-05-09 Active
daniloercoli 2009-04-16 Active
Daryl L. L. Houston (dllh) 2005-07-15 Active
Davor 2014-10-22 Active
Derek Smart 2014-07-13 Active
Devin Walker 2009-11-10 Active
dkmyta 2020-04-09 Active
Douglas Henri 2022-10-26 Active
dzver 2007-01-26 Active
Echo 2010-10-07 Active
Elio Rivero 2013-07-15 Active
Em Shreve 2009-04-21 Active
Enej Bajgorić 2008-06-24 Active
Eoin Gallagher 2009-03-25 Active
Eric Binnion 2013-07-03 Active
Erick Hitter 2008-08-15 Active
Foteini Giannaropoulou (a11n) 2019-12-12 Active
Gary Pendergast 2009-02-22 Active
George Stephanis 2010-09-21 Active
goldsounds 2015-04-01 Active
Greg 2013-03-09 Active
Greg Ichneumon Brown 2011-07-21 Active
Gregory Cornelius 2008-02-01 Active
hew 2010-02-10 Active
Hugo Baeta 2007-11-25 Active
hypertextranch 2013-06-14 Active
Ian Dunn 2005-10-16 Active
James Huff 2004-10-04 Active
Jared 2015-05-30 Active
Jeff Bowen 2011-03-17 Active
Jeff Golenski 2006-06-15 Active
jeffgolenski 2008-05-26 Active
Jen H. (a11n) 2014-07-23 Active
Jenia 2010-09-06 Active
Jennifer M. Dodd 2004-05-18 Active
Jesse Friedman 2008-07-19 Active
jessefriedman 2010-12-01 Active
joanrho 2016-09-02 Active
Joen Asmussen 2004-10-18 Active
Joey Kudish 2009-07-28 Active
John James Jacoby 2008-03-18 Active
Jorge Bernal 2008-05-14 Active
Karen Attfield 2017-04-22 Active
kbrownkd (a11n) 2019-08-25 Active
keoshi 2006-02-15 Active
Konstantin Obenland 2011-12-30 Active
Lance Willett 2009-03-10 Active
leogermani 2007-01-11 Active
Lisa Schuyler 2011-08-26 Active
Luiz Kowalski 2012-07-07 Active
Marcus Kazmierczak 2013-01-07 Active
Marin Atanasov 2011-11-02 Active
martinremy 2010-12-08 Active
Matias Ventura 2008-08-15 Active
Matt (Thomas) Miklic 2006-11-21 Active
Matt Mullenweg 2003-04-04 Active
Matt Wiebe 2006-11-20 Active
Matthew Denton 2010-11-05 Active
Michael Adams (mdawaffe) 2004-10-07 Active
Michael Arestad 2011-09-27 Active
Michael Cain 2012-10-23 Active
Michelle Langston 2005-03-28 Active
Miguel Fonseca 2012-12-05 Active
Miguel Lezama 2013-04-04 Active
miguelxavierpenha 2021-10-07 Active
Mikael Korpela 2006-06-18 Active
Mikey Arce 2013-03-08 Active
Mohammad Jangda 2008-04-28 Active
Nancy 2014-05-16 Active
Nick Momrik 2009-07-25 Active
njweller 2022-05-23 Active
nunyvega 2016-10-02 Active
Osk 2015-02-20 Active
Peter Westwood 2005-02-11 Active
Piotr Delawski 2015-08-21 Active
rachelsquirrel 2014-10-06 Active
Renato Augusto Gama dos Santos 2022-01-26 Active
retrofox 2012-05-25 Active
Rich Collier 2016-06-28 Active
Richard Archambault 2009-10-19 Active
Richard Muscat 2014-04-10 Active
Rob Pugh 2020-04-02 Active
Rocco Tripaldi 2013-03-26 Active
Ryan C. 2013-08-15 Active
Sam Hotchkiss 2010-08-10 Active
Sami Falah 2018-06-07 Active
Scott (@scottsweb) 2011-08-10 Active
sdixon194 2021-01-27 Active
sermitr 2020-08-24 Active
Sheri Grey 2006-07-10 Active
Stef (a11n) 2015-02-19 Active
Stefan Carstocea 2011-11-21 Active
Stephane Daury (stephdau) 2007-07-02 Active
Stephen Quirk 2012-02-20 Active
Tim Moore 2009-10-21 Active
William Viana 2021-08-12 Active
Yoav Farhi 2008-07-02 Active
Jen H. (a11n) 2014-07-23 Removed 1d ago

Versions (100 most recent)

Version Released Download
15.8-a.7 2026-04-27 · 4d ago zip
15.8-a.5 2026-04-20 · 11d ago zip
15.7.1 2026-04-16 · 15d ago zip
15.8-a.3 2026-04-15 · 16d ago zip
15.8-a.1 2026-04-13 · 18d ago zip
15.7 2026-04-08 · 23d ago zip
15.7-beta.2 2026-04-07 · 24d ago zip
15.7-beta 2026-04-06 · 25d ago zip
15.7-a.7 2026-03-30 · 1mo ago zip
15.7-a.5 2026-03-23 · 1mo ago zip
15.7-a.3 2026-03-16 · 1mo ago zip
15.7-a.1 2026-03-09 · 1mo ago zip
15.6 2026-03-03 · 2mo ago zip
15.5 2026-02-04 · 2mo ago zip
15.4 2026-01-07 · 3mo ago zip
15.3.1 2025-12-04 · 4mo ago zip
15.3 2025-12-03 · 4mo ago zip
15.2 2025-11-04 · 5mo ago zip
15.1.1 2025-10-10 · 6mo ago zip
15.1 2025-10-08 · 6mo ago zip
15.0.2 2025-09-25 · 7mo ago zip
15.0.1 2025-09-25 · 7mo ago zip
15.0 2025-09-04 · 7mo ago zip
14.9.1 2025-08-06 · 8mo ago zip
14.9 2025-08-05 · 9mo ago zip
14.8 2025-07-01 · 10mo ago zip
14.7 2025-06-03 · 11mo ago zip
14.6 2025-05-06 · 12mo ago zip
14.5 2025-04-02 · 1y ago zip
14.4.1 2025-03-12 · 1y ago zip
14.4 2025-03-04 · 1y ago zip
14.3 2025-02-04 · 1y ago zip
14.2.1 2025-01-09 · 1y ago zip
14.2 2025-01-07 · 1y ago zip
14.1 2024-12-03 · 1y ago zip
14.0 2024-11-07 · 1y ago zip
3.9.10 2024-10-14 · 1y ago zip
4.0.7 2024-10-14 · 1y ago zip
4.1.4 2024-10-14 · 1y ago zip
4.2.5 2024-10-14 · 1y ago zip
4.3.5 2024-10-14 · 1y ago zip
4.4.5 2024-10-14 · 1y ago zip
4.5.3 2024-10-14 · 1y ago zip
4.6.3 2024-10-14 · 1y ago zip
4.7.4 2024-10-14 · 1y ago zip
4.8.5 2024-10-14 · 1y ago zip
4.9.3 2024-10-14 · 1y ago zip
5.0.3 2024-10-14 · 1y ago zip
5.1.4 2024-10-14 · 1y ago zip
5.2.5 2024-10-14 · 1y ago zip
5.3.4 2024-10-14 · 1y ago zip
5.4.4 2024-10-14 · 1y ago zip
5.5.5 2024-10-14 · 1y ago zip
5.6.5 2024-10-14 · 1y ago zip
5.7.5 2024-10-14 · 1y ago zip
5.8.4 2024-10-14 · 1y ago zip
5.9.4 2024-10-14 · 1y ago zip
6.0.4 2024-10-14 · 1y ago zip
6.1.5 2024-10-14 · 1y ago zip
6.2.5 2024-10-14 · 1y ago zip
6.3.7 2024-10-14 · 1y ago zip
6.4.6 2024-10-14 · 1y ago zip
6.5.4 2024-10-14 · 1y ago zip
6.6.5 2024-10-14 · 1y ago zip
6.7.4 2024-10-14 · 1y ago zip
6.8.5 2024-10-14 · 1y ago zip
6.9.4 2024-10-14 · 1y ago zip
7.0.5 2024-10-14 · 1y ago zip
7.1.5 2024-10-14 · 1y ago zip
7.2.5 2024-10-14 · 1y ago zip
7.3.5 2024-10-14 · 1y ago zip
7.4.5 2024-10-14 · 1y ago zip
7.5.7 2024-10-14 · 1y ago zip
7.6.4 2024-10-14 · 1y ago zip
7.7.6 2024-10-14 · 1y ago zip
7.8.4 2024-10-14 · 1y ago zip
7.9.4 2024-10-14 · 1y ago zip
8.0.3 2024-10-14 · 1y ago zip
8.1.4 2024-10-14 · 1y ago zip
8.2.6 2024-10-14 · 1y ago zip
8.3.3 2024-10-14 · 1y ago zip
8.4.5 2024-10-14 · 1y ago zip
8.5.3 2024-10-14 · 1y ago zip
8.6.4 2024-10-14 · 1y ago zip
8.7.4 2024-10-14 · 1y ago zip
8.8.5 2024-10-14 · 1y ago zip
8.9.4 2024-10-14 · 1y ago zip
9.0.5 2024-10-14 · 1y ago zip
9.1.3 2024-10-14 · 1y ago zip
9.2.4 2024-10-14 · 1y ago zip
9.3.5 2024-10-14 · 1y ago zip
9.4.4 2024-10-14 · 1y ago zip
9.5.5 2024-10-14 · 1y ago zip
9.6.4 2024-10-14 · 1y ago zip
9.7.3 2024-10-14 · 1y ago zip
9.8.3 2024-10-14 · 1y ago zip
9.9.3 2024-10-14 · 1y ago zip
10.0.2 2024-10-14 · 1y ago zip
10.1.2 2024-10-14 · 1y ago zip
10.2.3 2024-10-14 · 1y ago zip