speedaf

Member since
2022-06-05
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 Speedaf Express for woocommerce Resolved · vendor_self_publishing_speedaf_courier_sdk 1mo ago
Slugspeedaf-express-for-woocommerce
Patternhardcoded_ip_url
Kindbuiltin
Version2.0.3
Hit count2
First hit
File
sdk/Configuration.php
Line
8
Snippet
'base_path' => API_DEBUG ? 'http://8.214.27.92:8480/' : 'https://apis.speedaf.com/', // kinldy replace this with the LIVE PATH like 'api.speedaf.com'
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": "speedaf-express-for-woocommerce",
    "pattern": "hardcoded_ip_url",
    "kind": "builtin",
    "version": "2.0.3",
    "hit_count": 2,
    "first_hit": {
        "file": "sdk/Configuration.php",
        "line": 8,
        "snippet": "'base_path' => API_DEBUG ? 'http://8.214.27.92:8480/' : 'https://apis.speedaf.com/', // kinldy replace this with the LIVE PATH like 'api.speedaf.com'"
    },
    "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
Speedaf Express for woocommerce ·speedaf-express-for-woocommerce 2.0.5 30 5d 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
Speedaf Express for woocommerce speedaf 30 42 3y ago 2mo ago Active