Joomla 1.5 Importer

joomla-15-importer · by epeterso2 · wordpress.org ↗ · SVN ↗
Active installs
50
Current version
1.0.0
Added
2011-01-05
Last updated
2011-01-05 (15y ago)
First seen by beacon
1mo ago
Total downloads
13,553

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern Resolved · direct_mysqli_legit_purpose_joomla_db_import 2026-05-08 16:16:54 (1mo ago)
Slugjoomla-15-importer
Patterndirect_mysqli_connect
Kindbuiltin
Version1.0.0
Hit count2
First hit
File
joomla-15-importer.php
Line
177
Snippet
$db = new mysqli( $db_info[ 'hostname' ], $db_info[ 'username' ], $db_info[ 'password' ], $db_info[ 'database' ], $db_info[ 'port' ] );
Explanationplugin instantiates `new mysqli($var['host'], ...)` — a direct MySQL connection bypassing `$wpdb`. Legitimate WordPress plugins always go through `$wpdb` (which already has the connection); a raw `mysqli` connect using parsed wp-config credentials is the credential-harvesting backdoor shape.
View raw JSON
{
    "slug": "joomla-15-importer",
    "pattern": "direct_mysqli_connect",
    "kind": "builtin",
    "version": "1.0.0",
    "hit_count": 2,
    "first_hit": {
        "file": "joomla-15-importer.php",
        "line": 177,
        "snippet": "$db = new mysqli( $db_info[ 'hostname' ], $db_info[ 'username' ], $db_info[ 'password' ], $db_info[ 'database' ], $db_info[ 'port' ] );"
    },
    "explanation": "plugin instantiates `new mysqli($var['host'], ...)` \u2014 a direct MySQL connection bypassing `$wpdb`. Legitimate WordPress plugins always go through `$wpdb` (which already has the connection); a raw `mysqli` connect using parsed wp-config credentials is the credential-harvesting backdoor shape."
}

SVN committers (2)

Accounts with actual commit access to joomla-15-importer 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
ePeterso2 Young account 2011-01-04 6 2011-01-05 · r328956 2011-01-05 · r328976
plugin-master 2007-03-09 1 2011-01-05 · r328939 2011-01-05 · r328939

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
ePeterso2 2011-01-04 6 commits Active

Versions (1 most recent)

Version Released Download
1.0.0 2011-01-05 · 15y ago zip