Max Mega Menu

megamenu · by megamenu · wordpress.org ↗ · SVN ↗
Active installs
300k+
Current version
3.9.2.1
Added
2014-07-03
Last updated
2026-04-29 (3d ago)
First seen by beacon
11d ago
Total downloads
11,932,843

Alerts (0)

No open alerts.

Show 2 resolved alerts
Critical code_pattern Resolved · no_longer_matches 2026-04-24 17:01:47 (8d ago)
Slugmegamenu
Patternunserialize_after_remote_call
Kindbuiltin
Version3.8.1
Hit count2
First hit
File
classes/scss/1.11.1/src/Cache.php
Line
136
Snippet
L135: $c = file_get_contents($fileCache); → L136: $c = unserialize($c);
Explanationa remote HTTP fetch (`wp_remote_*`/`curl_exec`/`file_get_contents`) is followed by `@unserialize` within the same file — classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak.
View raw JSON
{
    "slug": "megamenu",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "3.8.1",
    "hit_count": 2,
    "first_hit": {
        "file": "classes/scss/1.11.1/src/Cache.php",
        "line": 136,
        "snippet": "L135: $c = file_get_contents($fileCache);  \u2192  L136: $c = unserialize($c);"
    },
    "explanation": "a remote HTTP fetch (`wp_remote_*`/`curl_exec`/`file_get_contents`) is followed by `@unserialize` within the same file \u2014 classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak."
}
Critical code_scan_delta Resolved · fp_vendored_library_local_cache 2026-04-24 16:19:18 (8d ago)
Slugmegamenu
Previous version3.8.1
Current version3.8.1
New findings
PatternKindFileLineSnippetConfidence
unserialize_after_remote_callbuiltinclasses/scss/1.11.1/src/Cache.php136L135: $c = file_get_contents($fileCache); → L136: $c = unserialize($c);high
unserialize_after_remote_callbuiltinclasses/scss/0.0.12/scss.inc.php4,352L4352: $imports = unserialize(file_get_contents($icache)); → L4352: $imports = unserialize(file_get_contents($icache));high
New finding count2
View raw JSON
{
    "slug": "megamenu",
    "previous_version": "3.8.1",
    "current_version": "3.8.1",
    "new_findings": [
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "classes/scss/1.11.1/src/Cache.php",
            "line": 136,
            "snippet": "L135: $c = file_get_contents($fileCache);  \u2192  L136: $c = unserialize($c);",
            "confidence": "high"
        },
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "classes/scss/0.0.12/scss.inc.php",
            "line": 4352,
            "snippet": "L4352: $imports = unserialize(file_get_contents($icache));  \u2192  L4352: $imports = unserialize(file_get_contents($icache));",
            "confidence": "high"
        }
    ],
    "new_finding_count": 2
}

SVN committers (1)

Accounts with actual commit access to megamenu 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
megamenu 2014-06-19 2 2020-04-07 · r2278372 2026-04-30 · r3519661

Readme contributors (1)

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
megamenu 2014-06-19 2 commits Active

Versions (25 most recent)

Version Released Download
3.9.2.1 2026-04-29 · 3d ago zip
3.9.2 2026-04-29 · 3d ago zip
3.9.1 2026-04-28 · 4d ago zip
3.9 2026-04-28 · 4d ago zip
3.8.1 2026-03-17 · 1mo ago zip
3.8 2026-03-16 · 1mo ago zip
3.7.3 2026-03-16 · 1mo ago zip
3.7.2 2026-03-16 · 1mo ago zip
3.7 2025-12-15 · 4mo ago zip
3.6.2 2025-12-10 · 4mo ago zip
3.6.1 2025-06-16 · 10mo ago zip
3.6 2025-06-16 · 10mo ago zip
3.5 2025-04-16 · 1y ago zip
3.4.1 2024-11-20 · 1y ago zip
3.4 2024-11-18 · 1y ago zip
3.3.2 2024-07-22 · 1y ago zip
3.3.1 2024-04-08 · 2y ago zip
3.3 2023-12-18 · 2y ago zip
3.2.4 2023-11-21 · 2y ago zip
3.2.3 2023-09-11 · 2y ago zip
3.2.2 2023-08-14 · 2y ago zip
3.2.1 2023-04-24 · 3y ago zip
3.2 2023-04-17 · 3y ago zip
3.1 2023-01-09 · 3y ago zip
3.0 2022-11-10 · 3y ago zip