Skip to content
feed: live
>_ 0dayNews
CVE Record
[ CRITICAL ] CVE-2026-48558

SimpleHelp OIDC Authentication Bypass

SimpleHelp 5.5.15 and prior accepts OIDC identity tokens without verifying their signature — a forged token yields a full technician session. CVSS 10.0, KEV, patch is 5.5.16.

cat cve-2026-48558.json
Vendor
SimpleHelp
Product
SimpleHelp Server
CVSS
10.0
EPSS (exploit probability)
1.2%
Status
kev
Published

Affected: SimpleHelp Server 5.5.15 and prior, and any 6.0 pre-release build. The bug is in the OIDC login flow — when OIDC is configured, the server accepts the identity token the client submits without ever verifying its cryptographic signature. A remote, unauthenticated attacker submits a forged token carrying arbitrary claims and lands in a fully authenticated technician session. In some deployments this also bypasses MFA, because MFA is bolted onto the local login path and the OIDC path skips it entirely. No user interaction required.

The technician role is the point. SimpleHelp Server is on-prem remote-support tooling — from a technician session an attacker can reach every endpoint enrolled with that server. That’s the entire reason CVSS scored this a 10.0 and CISA moved it into the Known Exploited Vulnerabilities catalog on 2026-06-29 with a 2026-07-02 federal patch deadline — that deadline has now passed.

What to do

Sources