SimpleHelp CVE-2026-48558 authentication-bypass exploitation
Summary
CVE-2026-48558 is an authentication-bypass vulnerability in SimpleHelp's OIDC authentication flow. CISA added the flaw to the Known Exploited Vulnerabilities catalog on June 29, 2026, citing known exploitation and a July 2, 2026 remediation due date for covered agencies.
CISA says vulnerable SimpleHelp deployments accept identity tokens submitted during login without verifying their cryptographic signature when OIDC authentication is configured. In that configuration, a remote unauthenticated attacker can submit a forged token with arbitrary identity claims to obtain a fully authenticated technician session; in some configurations, this may also bypass multi-factor authentication.
Blackpoint Cyber's June 30, 2026 analysis, summarized by The Hacker News, adds intrusion-level detail: an unknown actor exploited a public SimpleHelp server to obtain a technician session, used the trusted RMM channel to transfer and execute a heavily obfuscated Node.js loader named TaskWeaver, and deployed Djinn Stealer to harvest cross-platform developer, cloud, source-control, package-registry, AI-assistant, browser, SSH, and cryptocurrency secrets.
Tags
- ops
- operations
- active exploitation
- CISA KEV
- SimpleHelp
- CVE-2026-48558
- authentication bypass
- OIDC
- token forgery
- remote support
- RMM
- technician session
- MFA bypass
- incident response
- TaskWeaver
- Djinn Stealer
- Node.js malware
- developer credential theft
- cloud credential theft
- AI assistant credentials
- Blackpoint Cyber
Why this matters
- SimpleHelp is a self-hosted remote support, remote access, and RMM platform. A technician-session bypass gives an attacker a direct administrative path into support workflows and managed endpoints.
- The bug sits in an identity boundary rather than a post-auth feature: forged identity claims can become an authenticated technician session when OIDC is enabled and the deployment is vulnerable.
- CISA's KEV addition converts the issue from vendor patch notice to confirmed active-exploitation risk; patching should be paired with authentication, session, and managed-endpoint review.
- Blackpoint's observed chain shows the post-exploitation consequence: a trusted RMM channel can deliver a reusable Node.js loader and cross-platform stealer to managed systems.
- Djinn Stealer's target list covers cloud platforms, source control, package registries, infrastructure tooling, AI development assistants, browsers, SSH, and cryptocurrency wallets, so incident scope can extend well beyond the SimpleHelp host.
- Remote-support systems are common ransomware and intrusion pivots because they already hold trusted control channels, endpoint inventory, and operator credentials.
Public vulnerability detail
- Affected product: SimpleHelp remote support / remote access / RMM server.
- Affected versions: SimpleHelp's June 2026 security notice says v5.5.15 and earlier v5.5.x releases may be vulnerable, and that the prerelease v6.0 line also requires the 6.0 RC2 security update. Use the vendor notice as source of truth for branch-specific fixes.
- Vulnerability class: improper verification of cryptographic signature (
CWE-347) in the OIDC login flow. - Access requirement: remote and unauthenticated against a vulnerable OIDC-enabled deployment, per CISA.
- Impact: forged identity claims can create a fully authenticated technician session; MFA may be bypassed in some configurations.
- Known exploitation: CISA KEV date added
2026-06-29; known ransomware use listed as unknown. - Fixes named by vendor: SimpleHelp 5.5.16 for v5.5.x users and SimpleHelp 6.0 RC2 for v6.0 users. SimpleSetup custom update URL:
https://simple-help.com/releases/5.5.16_202605.
SimpleHelp's notice says not all servers can be exploited and that exploitability depends on server settings and network context. It also says full vulnerability, impact, and compromise-characteristics details will be published later; defenders should not wait for the postmortem before patching and triage.
Observed TaskWeaver / Djinn Stealer chain
Blackpoint Cyber reported exploitation of a publicly accessible SimpleHelp server where the actor obtained an authenticated Technician session and used the RMM platform's file-transfer and command-execution features against managed endpoints.
Reported post-exploitation sequence:
- The attacker used the compromised SimpleHelp technician channel to deploy TaskWeaver, a heavily obfuscated Node.js loader delivered as
jquery.jsand executed throughnode.exe. - TaskWeaver fingerprinted the host, established encrypted communications with
a.dev-tunnels[.]com, and retrieved additional JavaScript payloads. - The observed second stage, Djinn Stealer, targeted Windows, macOS, and Linux systems.
- Djinn collected browser data, cloud and SaaS credentials, source-control and package-registry secrets, infrastructure-tool configuration, AI-development-assistant data, SSH keys, Docker/Helm/S3/MinIO material, and cryptocurrency wallets.
- On Linux, Djinn attempted to read
/proc/<pid>/cmdlineand/proc/<pid>/environ, which can expose passwords, API keys, access tokens, and database connection strings passed through process arguments or environment variables. - Collected data was packed into a TAR archive, compressed with GZIP, encrypted with AES-256-GCM using an RSA-2048-protected key, and exfiltrated to
96.126.130[.]126:58942.
This update does not attribute the activity beyond Blackpoint's unknown-actor framing.
Defender heuristics
- Inventory all SimpleHelp servers, especially internet-facing, partner-facing, MSP, helpdesk, and externally reachable support portals.
- Determine whether OIDC authentication is configured. Treat OIDC-enabled SimpleHelp v5.5.15-and-earlier and vulnerable v6.0 prerelease deployments as emergency patch candidates.
- Apply SimpleHelp 5.5.16 or 6.0 RC2 according to the vendor notice; CISA's KEV remediation due date is July 2, 2026.
- Preserve SimpleHelp web, application, authentication, OIDC/IdP, reverse-proxy, EDR, and operating-system logs before aggressive cleanup where feasible.
- Hunt for unusual technician logins, new or modified technician/admin accounts, unexpected OIDC subjects/claims, failed/successful login bursts, MFA anomalies, impossible travel, or sessions not backed by normal IdP token-signing telemetry.
- Review SimpleHelp sessions and downstream endpoint actions during the exposure window: remote-control sessions, file transfers, script execution, service installation, credential prompts, and configuration changes.
- Hunt managed endpoints for TaskWeaver / Djinn pivots:
jquery.js,node.exelaunched by RMM tooling, outbound connections toa.dev-tunnels[.]comor96.126.130[.]126:58942, suspicious TAR/GZIP staging, and broad access to cloud / source-control / package-manager configuration files. - On Linux managed endpoints, review access to
/proc/*/cmdlineand/proc/*/environfrom unexpected Node.js or RMM-spawned processes. - Rotate or revoke credentials and API tokens accessible from the SimpleHelp host, technician accounts, or affected managed endpoints; include cloud, source-control, package registry, AI assistant, SSH, Docker/Helm/S3, and wallet material after containment.
- Restrict SimpleHelp administration and technician access behind VPN/SSO/network allow-lists, require strong IdP signing validation, and alert on technician-session creation paths that do not correlate to expected IdP events.
Related pages
- TaskWeaver
- Djinn Stealer
- ConnectWise ScreenConnect exploitation wave
- FortiClient EMS CVE-2026-35616 EKZ Infostealer campaign
- Quest KACE SMA CVE-2025-32975 exploitation
Sources
- CISA KEV catalog: https://www.cisa.gov/known-exploited-vulnerabilities-catalog
- SimpleHelp security update 2026-05: https://simple-help.com/security/simplehelp-security-update-2026-05
- Horizon3.ai: https://horizon3.ai/attack-research/disclosures/cve-2026-48558-simplehelp-authentication-bypass-iocs/
- The Hacker News: https://thehackernews.com/2026/06/attackers-exploit-simplehelp-cve-2026.html
- Blackpoint Cyber: https://blackpointcyber.com/blog/a-djinn-in-the-machine-taskweavers-node-js-intrusion-chain/
- NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-48558