Essential Addons for Elementor – Popular Elementor Templates & Widgets

essential-addons-for-elementor-lite · by wpdevteam · wordpress.org ↗ · SVN ↗
Acquired by WPDeveloper. New committers from that team's naming convention are expected and will not fire takeover events. source ↗
Active installs
2M+
Current version
6.6.3
Added
2017-07-20
Last updated
2026-04-30 (2d ago)
First seen by beacon
10d ago
Total downloads
123,095,269

Alerts (0)

No open alerts.

Show 3 resolved alerts
Critical code_pattern Resolved · no_longer_matches 2026-04-24 15:56:44 (7d ago)
Slugessential-addons-for-elementor-lite
Patternunserialize_after_remote_call
Kindbuiltin
Version6.6.2
Hit count1
First hit
File
includes/Classes/WPDeveloper_Plugin_Installer.php
Line
76
Snippet
L57: $response = wp_remote_post( → L76: return unserialize(wp_remote_retrieve_body($response));
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": "essential-addons-for-elementor-lite",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "6.6.2",
    "hit_count": 1,
    "first_hit": {
        "file": "includes/Classes/WPDeveloper_Plugin_Installer.php",
        "line": 76,
        "snippet": "L57: $response = wp_remote_post(  \u2192  L76: return unserialize(wp_remote_retrieve_body($response));"
    },
    "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_wporg_official_api 2026-04-24 15:37:31 (7d ago)
Slugessential-addons-for-elementor-lite
Previous version6.6.2
Current version6.6.2
New findings
PatternKindFileLineSnippetConfidence
unserialize_after_remote_callbuiltinincludes/Classes/WPDeveloper_Plugin_Installer.php76L57: $response = wp_remote_post( → L76: return unserialize(wp_remote_retrieve_body($response));high
New finding count1
View raw JSON
{
    "slug": "essential-addons-for-elementor-lite",
    "previous_version": "6.6.2",
    "current_version": "6.6.2",
    "new_findings": [
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "includes/Classes/WPDeveloper_Plugin_Installer.php",
            "line": 76,
            "snippet": "L57: $response = wp_remote_post(  \u2192  L76: return unserialize(wp_remote_retrieve_body($response));",
            "confidence": "high"
        }
    ],
    "new_finding_count": 1
}
Medium bulk_committer_takeover Resolved · superseded 2026-04-21 20:29:07 (10d ago)
Committerwpdevteam
Member since2017-11-16
Plugins joined5
Spread days175
Earliest join2021-03-23 06:43:31
Latest join2021-09-14 08:44:13
Combined installs3,700,000
Sample plugins
SlugActive installsFirst commit at
essential-addons-for-elementor-lite2,000,0002021-09-14 08:44:13
disable-comments1,000,0002021-04-06 07:53:13
templately400,0002021-04-20 05:39:07
essential-blocks200,0002021-06-30 11:05:06
embedpress100,0002021-03-23 06:43:31
View raw JSON
{
    "committer": "wpdevteam",
    "member_since": "2017-11-16",
    "plugins_joined": 5,
    "spread_days": 175,
    "earliest_join": "2021-03-23 06:43:31",
    "latest_join": "2021-09-14 08:44:13",
    "combined_installs": 3700000,
    "sample_plugins": [
        {
            "slug": "essential-addons-for-elementor-lite",
            "active_installs": 2000000,
            "first_commit_at": "2021-09-14 08:44:13"
        },
        {
            "slug": "disable-comments",
            "active_installs": 1000000,
            "first_commit_at": "2021-04-06 07:53:13"
        },
        {
            "slug": "templately",
            "active_installs": 400000,
            "first_commit_at": "2021-04-20 05:39:07"
        },
        {
            "slug": "essential-blocks",
            "active_installs": 200000,
            "first_commit_at": "2021-06-30 11:05:06"
        },
        {
            "slug": "embedpress",
            "active_installs": 100000,
            "first_commit_at": "2021-03-23 06:43:31"
        }
    ]
}

SVN committers (6)

Accounts with actual commit access to essential-addons-for-elementor-lite 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
Rupok 2013-01-28 206 2017-11-16 · r1767795 2021-09-01 · r2591924
Codetic 2017-02-09 19 2017-07-20 · r1699287 2017-11-05 · r1758914
PriyoMukul 2014-12-08 16 2022-06-16 · r2743346 2026-01-12 · r3437376
M Asif Rahman 2007-10-08 9 2019-05-31 · r2098296 2020-04-17 · r2285915
plugin-master 2007-03-09 1 2017-07-20 · r1699257 2017-07-20 · r1699257
WPDeveloper 2017-11-16 1 2021-09-14 · r2598498 2026-04-30 · r3519453

Readme contributors (9)

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
Rupok 2013-01-28 206 commits Active
Codetic 2017-02-09 19 commits Active
PriyoMukul 2014-12-08 16 commits Active
M Asif Rahman 2007-10-08 9 commits Active
WPDeveloper 2017-11-16 1 commits Active
Himadree 2013-05-17 Active
Jakaria Istauk 2020-02-23 Active
Linkon Miyan 2015-01-23 Active
Nazmul Hasan Robin 2014-11-28 Active

Versions (100 most recent)

Version Released Download
6.6.3 2026-04-30 · 2d ago zip
6.6.2 2026-04-16 · 16d ago zip
6.6.1 2026-04-15 · 17d ago zip
6.6.0 2026-04-06 · 26d ago zip
6.5.13 2026-03-08 · 1mo ago zip
6.5.12 2026-02-22 · 2mo ago zip
6.5.11 2026-02-10 · 2mo ago zip
6.5.10 2026-02-09 · 2mo ago zip
6.5.9 2026-01-26 · 3mo ago zip
6.5.8 2026-01-20 · 3mo ago zip
6.5.7 2026-01-13 · 3mo ago zip
6.5.6 2026-01-12 · 3mo ago zip
6.5.5 2026-01-01 · 4mo ago zip
6.5.4 2025-12-14 · 4mo ago zip
6.5.3 2025-12-03 · 5mo ago zip
6.5.2 2025-11-25 · 5mo ago zip
6.5.1 2025-11-19 · 5mo ago zip
6.5.0 2025-11-18 · 5mo ago zip
6.4.0 2025-10-30 · 6mo ago zip
6.3.3 2025-10-08 · 6mo ago zip
6.3.2 2025-09-18 · 7mo ago zip
6.3.1 2025-09-01 · 8mo ago zip
6.3.0 2025-08-24 · 8mo ago zip
6.2.4 2025-08-14 · 8mo ago zip
6.2.3 2025-08-13 · 8mo ago zip
6.2.2 2025-07-28 · 9mo ago zip
6.2.1 2025-07-20 · 9mo ago zip
6.2.0 2025-07-03 · 10mo ago zip
6.1.20 2025-06-26 · 10mo ago zip
6.1.19 2025-06-20 · 10mo ago zip
6.1.18 2025-06-04 · 11mo ago zip
6.1.17 2025-06-03 · 11mo ago zip
6.1.15 2025-05-29 · 11mo ago zip
6.1.14 2025-05-22 · 11mo ago zip
6.1.13 2025-05-19 · 11mo ago zip
6.1.12 2025-05-18 · 11mo ago zip
6.1.11 2025-04-22 · 1y ago zip
6.1.10 2025-04-10 · 1y ago zip
6.1.9 2025-03-24 · 1y ago zip
6.1.8 2025-03-21 · 1y ago zip
6.1.7 2025-03-19 · 1y ago zip
6.1.6 2025-03-19 · 1y ago zip
6.1.5 2025-03-13 · 1y ago zip
6.1.4 2025-02-17 · 1y ago zip
6.1.3 2025-02-17 · 1y ago zip
6.1.2 2025-02-10 · 1y ago zip
6.1.1 2025-01-21 · 1y ago zip
6.1.0 2024-12-29 · 1y ago zip
6.0.15 2024-12-24 · 1y ago zip
6.0.14 2024-12-19 · 1y ago zip
6.0.13 2024-12-15 · 1y ago zip
6.0.12 2024-12-11 · 1y ago zip
6.0.11 2024-12-09 · 1y ago zip
6.0.10 2024-11-14 · 1y ago zip
6.0.9 2024-11-06 · 1y ago zip
6.0.8 2024-10-27 · 1y ago zip
6.0.7 2024-10-09 · 1y ago zip
6.0.6 2024-09-29 · 1y ago zip
6.0.5 2024-09-18 · 1y ago zip
6.0.4 2024-09-09 · 1y ago zip
6.0.3 2024-09-04 · 1y ago zip
6.0.2 2024-08-29 · 1y ago zip
6.0.1 2024-08-19 · 1y ago zip
6.0.0 2024-08-12 · 1y ago zip
5.9.27 2024-07-16 · 1y ago zip
5.9.26 2024-07-11 · 1y ago zip
5.9.25 2024-07-02 · 1y ago zip
5.9.24 2024-06-09 · 1y ago zip
5.9.23 2024-06-05 · 1y ago zip
5.9.22 2024-05-22 · 1y ago zip
5.9.21 2024-05-13 · 1y ago zip
5.9.20 2024-05-08 · 1y ago zip
5.9.19 2024-05-05 · 1y ago zip
5.9.18 2024-04-30 · 2y ago zip
5.9.17 2024-04-25 · 2y ago zip
5.9.16 2024-04-23 · 2y ago zip
5.9.15 2024-04-09 · 2y ago zip
5.9.14 2024-03-28 · 2y ago zip
5.9.13 2024-03-25 · 2y ago zip
5.9.12 2024-03-25 · 2y ago zip
5.9.11 2024-03-13 · 2y ago zip
5.9.10 2024-02-19 · 2y ago zip
5.9.9 2024-02-11 · 2y ago zip
5.9.8 2024-02-01 · 2y ago zip
5.9.7 2024-01-22 · 2y ago zip
5.9.6 2024-01-17 · 2y ago zip
5.9.5 2024-01-17 · 2y ago zip
5.9.4 2024-01-14 · 2y ago zip
5.9.3 2023-12-24 · 2y ago zip
5.9.2 2023-12-18 · 2y ago zip
5.9.1 2023-12-14 · 2y ago zip
5.9.0 2023-11-27 · 2y ago zip
5.8.18 2023-11-20 · 2y ago zip
5.8.16 2023-11-11 · 2y ago zip
5.8.15 2023-11-08 · 2y ago zip
5.8.14 2023-11-07 · 2y ago zip
5.8.13 2023-10-26 · 2y ago zip
5.8.12 2023-10-22 · 2y ago zip
5.8.11 2023-10-09 · 2y ago zip
5.8.10 2023-10-02 · 2y ago zip