10.0
CVSS 3.1 base score, maximum severity
5.5.15
Latest vulnerable version; fixed in 5.5.16
June 29, 2026
Date added to CISA's KEV catalog

SponsoredHorizon3.ai

Proactive Security for the AI Era

NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.

See NodeZero WebApp in action

CVE-2026-48558 is a critical authentication bypass in SimpleHelp, a remote support and remote monitoring and management platform used by IT teams and managed service providers to take control of endpoints. CISA confirmed the flaw is being actively exploited and added it to the Known Exploited Vulnerabilities catalog on June 29, 2026. That confirmed-exploited status is the reason this advisory exists: an authentication bypass in remote access software is not a routine bug, because the entire purpose of the product is to grant privileged, hands-on-keyboard control over other people's machines. A flaw that lets an outsider skip the login step on that kind of tool converts every connected endpoint into a potential target, and for organizations running SimpleHelp on behalf of downstream customers, the exposure extends past their own network into every environment the server has access to.

This advisory covers what is confirmed about CVE-2026-48558 from the National Vulnerability Database and the vendor's own security bulletin, what SimpleHelp has patched, how the exploitation has actually been used in the wild, and what to check on your own deployment. It also states plainly where this platform's own threat intelligence coverage of this specific CVE currently has gaps.

What the vulnerability actually is

CVE-2026-48558 sits in SimpleHelp's OpenID Connect (OIDC) authentication flow. When a SimpleHelp server is configured to accept OIDC identity tokens for login, the software accepts those tokens without verifying their cryptographic signature. NVD tracks this as CWE-347, improper verification of a cryptographic signature. In practice, that means a remote attacker who has never authenticated to the system can submit a forged identity token containing arbitrary identity claims and be granted a fully authenticated technician session, the same privilege level a legitimate support technician would have. On servers where OIDC is configured with group-based authorization, the forged token can also be used to bypass multi-factor authentication entirely, since the flawed signature check happens before MFA would normally be enforced.

NVD lists a CVSS 3.1 base score of 10.0, the maximum possible severity, reflecting a vulnerability that is remotely exploitable, requires no privileges or user interaction, and results in a full loss of confidentiality, integrity, and availability on the affected system. That combination, unauthenticated, network-reachable, and full technician-level access, is what separates this from a routine credential-stuffing or brute-force risk.

Affected products and versions

According to NVD and SimpleHelp's own security bulletin, the vulnerability affects SimpleHelp version 5.5.15 and all prior versions, as well as pre-release builds of SimpleHelp 6.0 issued before the 6.0 RC2 candidate. The vulnerability only matters on servers that have OIDC authentication configured; SimpleHelp deployments that do not use OIDC login are not exposed to this specific bypass. SimpleHelp fixed the flaw in version 5.5.16 and in 6.0 RC2, both released June 9, 2026. If you manage a SimpleHelp server yourself, or you use a managed service provider that operates one, confirming which build is currently running is the first and most important check, since the version number alone tells you whether the server was ever vulnerable.

Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

Exploitation status: what is confirmed and what is not

This platform's threat library currently tracks CVE-2026-48558 as exploited in the wild based on its listing in the CISA Known Exploited Vulnerabilities catalog, added June 29, 2026. That KEV listing is the single corroborating source in our own data for this specific threat entry, so treat it as confirmed-exploited on CISA's authority rather than as a claim independently verified across multiple intelligence feeds in our system. Public reporting from security researchers, cited in the sources above, ties active exploitation of this CVE to the delivery of infostealer malware, credential-harvesting payloads reported under names including Djinn Stealer, deployed after an attacker uses the forged-token technique to gain a technician session.

It is worth being precise about a separate, older pattern: SimpleHelp as a product has a well-documented history of being abused by ransomware affiliates as an initial-access vector, stemming from earlier, unrelated vulnerabilities disclosed in 2024. That history is real, but it is not the same event as CVE-2026-48558. The exploitation activity currently attributed to this specific CVE, as of this writing, is credential and infostealer focused, not a confirmed ransomware deployment chain. If your organization is assessing exposure, do not conflate the two. For background on how initial-access brokers and affiliates generally monetize a foothold like a compromised remote-access tool, whether through infostealer sale or ransomware deployment, see our explainer on the ransomware-as-a-service ecosystem.

Detection guidance

Our platform maintains detection content specific to CVE-2026-48558's forged-token authentication-bypass pattern, translated into vendor-specific variants for Splunk, Elastic, Microsoft Sentinel and Defender, CrowdStrike, SentinelOne, Cortex XDR, QRadar, and Chronicle, alongside the underlying Sigma rule and retrospective hunt queries covering the same pattern. Treat this content as system-drafted and unvalidated against a confirmed exploit sample, not a vendor-verified signature, and adapt field names to your own SimpleHelp server's actual logging configuration before relying on it operationally. The general guidance below covers the same detection categories in plain terms for teams building this out manually.

Subscribe to unlock Sigma Detection Rules

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Subscribe to unlock Sigma Hunt Queries

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Subscribe to unlock Remediation & Mitigation steps

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Validation: confirming your exposure

Validation here has two separate questions: whether your SimpleHelp server is still running a vulnerable build, and whether it was already exploited before you patched. For the first question, check the server's version number against the fixed builds (5.5.16 or 6.0 RC2 and later) and confirm whether OIDC authentication is enabled, since the vulnerability only applies when OIDC login is configured. For the second question, treat this the same way you would treat any edge-facing or remote-access system that sat exposed during an active-exploitation window: do not assume a clean patch means a clean history. Our guide on checking whether a firewall was compromised before you patched it walks through the general methodology for that kind of retroactive compromise assessment on internet-facing infrastructure, and the same logic applies to a SimpleHelp server that was reachable and OIDC-configured during the exploitation window CISA identified.

Mitigation and remediation

The core remediation is straightforward and is what SimpleHelp's own security bulletin instructs: apply the vendor patch. Upgrade to SimpleHelp 5.5.16 or later, or 6.0 RC2 or later, and verify the affected system is running a clean, patched build rather than assuming an in-place upgrade fully cleared any prior compromise. Based on this platform's tracked Respond actions for this threat, the practical remediation sequence is:

Apply official patch →guides.simple-help.com/kb---security-vulnerabilities-05-2026

Subscribe to unlock Remediation & Mitigation steps

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

CISA's generic KEV guidance

CISA's Known Exploited Vulnerabilities catalog entry for this CVE carries standard boilerplate language applied to every KEV entry, not detail specific to SimpleHelp or CVE-2026-48558: apply mitigations in accordance with vendor instructions, in compliance with CISA's BOD 26-04 guidance on prioritizing security updates based on risk, and with CISA's forensics triage requirements, following applicable BOD 26-04 guidance for cloud services or discontinuing use of the product if mitigations are unavailable. It is useful as a baseline compliance reference for federal agencies and organizations that align to CISA timelines, but it should not be read as vulnerability-specific instruction. The vendor's own security bulletin is the more specific source for what to actually do, and it points directly at the version upgrade covered above. Organizations building a recurring patch cadence around KEV entries generally benefit from a documented SLA rather than ad hoc patching; our guide on patch management SLAs, automation, and cadence covers how to structure that.

Known limitations of this advisory

Treat the infostealer attribution reported against this CVE as a moving target, not a settled fact: incident write-ups in the days after a KEV listing routinely get revised as more vendors publish their own telemetry, so cite the vendor bulletin directly rather than a specific malware family name from secondary reporting if you're briefing leadership or opening an incident ticket. The vendor-specific detection content above is system-drafted, not independently vetted against a confirmed exploit sample, so treat a clean result as inconclusive rather than a clearance, and pair it with a manual review of technician session and OIDC login logs around your exposure window if SimpleHelp handled anything privileged. Exploitation confirmation itself rests on CISA's KEV listing as the only corroborating source in this platform's data; if you need a second, independent signal before escalating, check whether your own EDR or SIEM already flagged anomalous OIDC login activity in the same window, since first-party evidence corroborates the KEV finding more directly than a second public source would. If your organization needs a formal compromise assessment, use this advisory as the starting scope, not a substitute for one.

The bottom line

CVE-2026-48558 is a maximum-severity, confirmed-exploited authentication bypass in SimpleHelp's OIDC login flow, and CISA's June 29, 2026 KEV listing means federal guidance already treats it as an active threat rather than a theoretical one. If you run SimpleHelp with OIDC authentication enabled, the single most important action is confirming your version number against the fixed builds, 5.5.16 or 6.0 RC2 and later, and patching immediately if you are not already there. Because exploitation has been tied to infostealer payload delivery through a privileged technician session, treat any exposure window as a potential credential-theft event, not just a missed patch, and review endpoint telemetry accordingly before considering the incident closed.

This analysis is generic. create a free account to score threats like this against your own stack.

Frequently asked questions

What is CVE-2026-48558?

CVE-2026-48558 is a critical authentication bypass in SimpleHelp remote support software. When OIDC login is configured, the server accepts identity tokens without checking their cryptographic signature, letting an unauthenticated attacker forge a token and obtain a fully privileged technician session.

What is the CVSS score for CVE-2026-48558?

NVD lists a CVSS 3.1 base score of 10.0, the maximum possible rating, reflecting that the flaw is remotely exploitable without authentication or user interaction and results in full loss of confidentiality, integrity, and availability on an affected SimpleHelp server.

Which SimpleHelp versions are affected by CVE-2026-48558?

SimpleHelp version 5.5.15 and all earlier versions are affected, along with pre-release builds of SimpleHelp 6.0 issued before the 6.0 RC2 candidate. Only servers with OIDC authentication configured are exposed to this specific bypass.

Has CVE-2026-48558 been exploited in the wild?

Yes. CISA added CVE-2026-48558 to its Known Exploited Vulnerabilities catalog on June 29, 2026, confirming active exploitation. Public security research has tied exploitation activity to infostealer malware delivery following unauthorized technician access, distinct from SimpleHelp's separate, earlier history of ransomware-affiliate abuse tied to different vulnerabilities.

How do I fix CVE-2026-48558?

Upgrade SimpleHelp to version 5.5.16 or later, or 6.0 RC2 or later, both of which correct the token signature verification flaw. After upgrading, confirm the running build number, review OIDC group authorization settings, and check endpoint and server telemetry for signs of prior compromise during the exposure window.

Is CVE-2026-48558 linked to ransomware attacks?

Not directly, based on current reporting. Exploitation of this specific CVE has been publicly attributed to infostealer credential-theft payloads rather than confirmed ransomware deployment. SimpleHelp separately has a documented history of being abused by ransomware affiliates through unrelated, earlier vulnerabilities, and the two should not be treated as the same event.

Sources & references

  1. NVD - CVE-2026-48558 Detail
  2. CISA Known Exploited Vulnerabilities Catalog
  3. SimpleHelp - Security Vulnerability affecting SimpleHelp 5.5.15 and earlier
  4. Help Net Security - SimpleHelp vulnerability exploited to deliver Djinn Stealer

Free resources

25
Free download

Critical CVE Reference Card 2025–2026

25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.

No spam. Unsubscribe anytime.

Free download

Ransomware Incident Response Playbook

Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.

No spam. Unsubscribe anytime.

Free newsletter

Get threat intel before your inbox does.

50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.

Unsubscribe anytime. We never sell your data.

Eric Bang
Author

Founder & Cybersecurity Evangelist, Decryption Digest

Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.

Giveaway: InfoSec World 2026 All Access Pass ($3,895 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $3,895 InfoSec World 2026 pass.