dpdinrussia

@dpdinrussia · wordpress.org profile ↗
Member since
2019-07-22
Location
Employer
Job title
Authored
1
SVN commit access
1
Readme contributor
0
Combined install base
30 across 1 plugins

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern DPD in Russia – Shipping for WooCommerce Resolved · vendor_self_publishing_dpd_russia_courier 1mo ago
Slugwoo-dpd
Patternhardcoded_ip_url
Kindbuiltin
Version1.0.11
Hit count1
First hit
File
lib/dpd-sdk/src/lib/API/Service/TrackingOrder.php
Line
13
Snippet
const TEST_API_URL = 'http://91.209.80.50:9090/ordertracking ';
Explanationplugin source hardcodes a raw IPv4 URL (e.g. `https://94.156.79.8/...`) — legitimate plugins use DNS hostnames because IPs change. Hardcoded IPs in plugin code are almost always either dev leftovers or attacker C2 infrastructure. The June 2024 social-warfare keylogger (audit #14) used `https://94.156.79.8/sc-top.js` for the JS payload host, `/AddSites` for victim registration, `/CMSUsers` for filesystem-recon exfil. Operator infrastructure on raw IPs avoids domain registration / RDAP detection paths. Post-filtered to skip RFC1918/loopback/link-local ranges and `vendor/`/`tests/` paths.
View raw JSON
{
    "slug": "woo-dpd",
    "pattern": "hardcoded_ip_url",
    "kind": "builtin",
    "version": "1.0.11",
    "hit_count": 1,
    "first_hit": {
        "file": "lib/dpd-sdk/src/lib/API/Service/TrackingOrder.php",
        "line": 13,
        "snippet": "const TEST_API_URL = 'http://91.209.80.50:9090/ordertracking ';"
    },
    "explanation": "plugin source hardcodes a raw IPv4 URL (e.g. `https://94.156.79.8/...`) \u2014 legitimate plugins use DNS hostnames because IPs change. Hardcoded IPs in plugin code are almost always either dev leftovers or attacker C2 infrastructure. The June 2024 social-warfare keylogger (audit #14) used `https://94.156.79.8/sc-top.js` for the JS payload host, `/AddSites` for victim registration, `/CMSUsers` for filesystem-recon exfil. Operator infrastructure on raw IPs avoids domain registration / RDAP detection paths. Post-filtered to skip RFC1918/loopback/link-local ranges and `vendor/`/`tests/` paths."
}

Plugins authored (1)

Plugin Version Installs Last updated Status
DPD in Russia – Shipping for WooCommerce ·woo-dpd 1.0.11 30 2mo 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
DPD in Russia – Shipping for WooCommerce dpdinrussia 30 138 6y ago 2mo ago Active