STN- SAVE TO NEXTCLOUD

stn-save-to-nextcloud · by davelopweb · wordpress.org ↗ · SVN ↗
Active installs
70
Current version
2.4.6
Added
2023-03-02
Last updated
2024-09-06 (1y ago)
First seen by beacon
1mo ago
Total downloads
4,217

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern Resolved · direct_mysqli_legit_purpose_nextcloud_db_backup 2026-05-08 16:16:52 (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."
}

SVN committers (2)

Accounts with actual commit access to stn-save-to-nextcloud 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
Dave DELALLEAU 2019-12-13 36 2023-03-02 · r2873525 2024-09-06 · r3147431
plugin-master 2007-03-09 1 2023-03-01 · r2873148 2023-03-01 · r2873148

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
Dave DELALLEAU 2019-12-13 36 commits Active