Dave DELALLEAU

@davelopweb · wordpress.org profile ↗
Member since
2019-12-13
Location
France
Employer
Davelopweb
Job title
web developper
Authored
1
SVN commit access
1
Readme contributor
0
Combined install base
70 across 1 plugins

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern STN- SAVE TO NEXTCLOUD Resolved · direct_mysqli_legit_purpose_nextcloud_db_backup 1mo ago
Slugstn-save-to-nextcloud
Patterndirect_mysqli_connect
Kindbuiltin
Version2.4.6
Hit count1
First hit
File
inc/CreateBDD.php
Line
30
Snippet
$mysqli = new mysqli($thisBDD['DB_HOST'], $thisBDD['DB_USER'], $thisBDD['DB_PASSWORD'], $thisBDD['DB_NAME']);
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": "stn-save-to-nextcloud",
    "pattern": "direct_mysqli_connect",
    "kind": "builtin",
    "version": "2.4.6",
    "hit_count": 1,
    "first_hit": {
        "file": "inc/CreateBDD.php",
        "line": 30,
        "snippet": "$mysqli = new mysqli($thisBDD['DB_HOST'], $thisBDD['DB_USER'], $thisBDD['DB_PASSWORD'], $thisBDD['DB_NAME']);"
    },
    "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."
}

Plugins authored (1)

Plugin Version Installs Last updated Status
STN- SAVE TO NEXTCLOUD ·stn-save-to-nextcloud 2.4.6 70 1y 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
STN- SAVE TO NEXTCLOUD davelopweb 70 36 3y ago 1y ago Active