grooni

Member since
2019-06-25
Location
Employer
Job title
Authored
1
SVN commit access
1
Readme contributor
0
Combined install base
4k+ across 1 plugins

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern Groovy Menu Plugin (Free) Resolved · fp_dropper_hardcoded_core_include_png_import 19d ago
Sluggroovy-menu-free
Patterndecode_write_dropper
Kindbuiltin
Version1.4.8
Hit count1
First hit
File
includes/modules/core/inc/GroovyMenuSettings.php
Line
1,177
Snippet
$tmpFile = file_put_contents( $filename, base64_decode( $value['data'] ) );
Explanationa runtime decode primitive (`gzuncompress`/`gzinflate`/`gzdecode`/`base64_decode`) feeds a filesystem write (`fwrite`/`file_put_contents`) which is then `include`d/`require`d as a variable path — the textbook dropper shape: ship an encoded payload as data, decode it to disk at activation/admin-init, and execute it. The siteguarding burner `wp-plugin-management` (audit #43) used exactly this: `fwrite($fp, gzuncompress($c)); include($filename);` in its `register_activation_hook` to plant `siteguarding_tools.php`. Near-zero FP because legit caching writes decoded data but never `include`s a computed path it just wrote.
View raw JSON
{
    "slug": "groovy-menu-free",
    "pattern": "decode_write_dropper",
    "kind": "builtin",
    "version": "1.4.8",
    "hit_count": 1,
    "first_hit": {
        "file": "includes/modules/core/inc/GroovyMenuSettings.php",
        "line": 1177,
        "snippet": "$tmpFile    = file_put_contents( $filename, base64_decode( $value['data'] ) );"
    },
    "explanation": "a runtime decode primitive (`gzuncompress`/`gzinflate`/`gzdecode`/`base64_decode`) feeds a filesystem write (`fwrite`/`file_put_contents`) which is then `include`d/`require`d as a variable path \u2014 the textbook dropper shape: ship an encoded payload as data, decode it to disk at activation/admin-init, and execute it. The siteguarding burner `wp-plugin-management` (audit #43) used exactly this: `fwrite($fp, gzuncompress($c)); include($filename);` in its `register_activation_hook` to plant `siteguarding_tools.php`. Near-zero FP because legit caching writes decoded data but never `include`s a computed path it just wrote."
}

Plugins authored (1)

Plugin Version Installs Last updated Status
Groovy Menu Plugin (Free) ·groovy-menu-free 1.4.8 4k+ 19d 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
Groovy Menu Plugin (Free) grooni 4k+ 110 7y ago 21d ago Active