← Back to Feed CACHED · 2026-07-31 16:55:43 · CACHE_KEY CVE-2026-28323
CVE-2026-28323 · CWE-287 · Disclosed 2026-07-30

SolarWinds Web Help Desk is found to be affected by a SAML authentication bypass vulnerability.

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

Someone left the master key mold in an unlocked drawer, but only tenants who use that brand of lock are at risk

CVE-2026-28323 is a SAML authentication bypass in SolarWinds Web Help Desk (WHD) affecting all versions prior to 2026.2.1. The flaw lies in how WHD validates SAML 2.0 authentication responses — an attacker who can reach the WHD login endpoint can forge a SAML assertion and impersonate any user, including administrators, without valid credentials. The bug is unauthenticated and network-reachable, earning its CVSS:3.1 9.8 score. Researcher Dhabaleshwar Das responsibly disclosed it, and SolarWinds shipped version 2026.2.1 on July 30, 2026 — just two days ago.

The vendor's CRITICAL/9.8 rating is *technically correct for the configured-SAML case* but overstates the population-level risk. The vulnerability only fires when SAML 2.0 SSO is enabled — WHD deployments using local authentication, LDAP, or Active Directory native auth are unaffected. That said, SolarWinds WHD has a grim recent history: CVE-2025-40551 hit CISA's KEV catalog in February 2026, and Microsoft documented multi-stage intrusions where WHD was the beachhead for full Active Directory compromise via DCSync. Attackers already have WHD in their target lists. A SAML bypass PoC for this class of bug is typically straightforward to develop, so the window before weaponization is short. We downgrade to HIGH 8.5 — the SAML prerequisite meaningfully narrows the blast radius, but the proven attacker interest and unauthenticated-remote attack surface keep this well above MEDIUM.

"Unauthenticated SAML bypass in a product attackers already hunt, but only hits SAML-enabled deployments."
02 · The Attack Path

5 steps from start to impact.

STEP 01

Identify internet-facing WHD instance

Attacker scans for SolarWinds WHD login portals using Shodan, FOFA, or Censys dorks (e.g., http.title:"Web Help Desk" or known URL paths like /helpdesk/WebObjects/Helpdesk.woa). WHD is commonly exposed for employee self-service ticketing. Earlier 2026 campaigns confirmed attackers actively enumerate these.
Conditions required:
  • WHD instance is network-reachable (internet-facing or internal)
Where this breaks in practice:
  • Organizations that restrict WHD to VPN-only or internal networks reduce this to post-initial-access
Detection/coverage: Shodan/Censys asset discovery; external attack surface management (EASM) tools like CyCognito, Censys ASM
STEP 02

Confirm SAML SSO is enabled

Attacker probes the WHD login page for SAML SSO redirect indicators — the login form will show an SSO button or auto-redirect to the IdP. If SAML is not configured, the attack chain stops here entirely. There is no way to force SAML enablement remotely.
Conditions required:
  • SAML 2.0 SSO must be configured on the target WHD instance
Where this breaks in practice:
  • Many WHD deployments (especially SMB) use local auth or LDAP — SAML adoption is concentrated in mid-to-large enterprises
  • Deployments using only local/LDAP auth are completely unaffected
STEP 03

Forge SAML assertion

Attacker crafts a malicious SAML response that exploits the improper validation in WHD's SAML handler. Based on the CWE-287 classification and typical SAML bypass patterns (signature wrapping, assertion injection, or verification skip), the attacker constructs an assertion claiming to be an administrator user. No valid IdP signing key is needed because the validation is broken.
Conditions required:
  • Knowledge of a valid admin username or email (often guessable from ticketing context)
  • Ability to send crafted HTTP POST to the WHD SAML ACS endpoint
Where this breaks in practice:
  • No public PoC exists yet (disclosed 2 days ago), but SAML bypass exploitation is a well-understood class with extensive prior art (e.g., CVE-2024-45409 ruby-saml, CVE-2025-25291/25292 GitHub SAML)
Detection/coverage: WAF rules inspecting SAML response structure may catch malformed assertions; IdP-side logging can detect assertions the IdP never issued
STEP 04

Gain authenticated admin access to WHD

The forged assertion is accepted by WHD, granting the attacker a valid session as the impersonated user. With admin access, the attacker can view all tickets (which often contain credentials, PII, and infrastructure details), modify configurations, create new accounts, and access any integrated backend systems.
Conditions required:
  • Successful SAML assertion forgery from step 3
Where this breaks in practice:
  • Session monitoring or anomalous login alerts may catch the authentication from an unexpected IP/location
Detection/coverage: SIEM correlation of WHD admin logins against IdP logs — any WHD admin session without a corresponding IdP-side authentication event is a strong IOC
STEP 05

Pivot to internal network and AD

Following the pattern documented by Microsoft and Elastic in February 2026 WHD campaigns, the attacker leverages WHD's server-side access to pivot internally. WHD runs as a Java service with local system or service-account privileges and has network access to AD, databases, and internal services. Attackers in prior campaigns installed RMM tools, disabled Defender, performed DCSync, and extracted ntds.dit for full domain compromise.
Conditions required:
  • WHD service account has network access to internal resources
  • Attacker achieves code execution on the WHD host (may require chaining with another vuln, or leveraging WHD admin features like custom scripts/integrations)
Where this breaks in practice:
  • Network segmentation isolating WHD from AD/internal resources
  • EDR on the WHD host detecting post-exploitation activity
  • This step may require chaining with a separate RCE vulnerability — the SAML bypass alone grants application-level access, not OS-level
Detection/coverage: EDR telemetry on WHD host (java.exe spawning cmd.exe/powershell.exe); Microsoft Defender for Endpoint has specific detections from Feb 2026 campaigns
03 · Intelligence Metadata

The supporting signals.

In-the-wild exploitationNot yet observed for CVE-2026-28323 (disclosed July 30, 2026). However, earlier WHD CVEs (CVE-2025-40551, CVE-2025-40553) were actively exploited in Dec 2025–Feb 2026 campaigns documented by Microsoft and Elastic.
Proof-of-conceptNo public PoC as of August 1, 2026. Disclosed responsibly by Dhabaleshwar Das. SAML bypass PoCs for this vulnerability class typically emerge within 2-4 weeks of disclosure.
EPSS score0.00638 (~93rd–95th percentile). Moderate probability reflecting the product's niche install base but offset by the unauthenticated attack vector.
KEV statusNot listed on CISA KEV for CVE-2026-28323. Note: CVE-2025-40551 (WHD RCE) was added to KEV on Feb 6, 2026, demonstrating CISA's willingness to list WHD vulns.
CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H — Network-accessible, no privileges, no user interaction, full CIA impact. The vector does not account for the SAML-must-be-enabled precondition.
Affected versionsAll SolarWinds Web Help Desk versions prior to 2026.2.1. This includes the 2026.1 release that fixed earlier RCE/auth-bypass CVEs.
Fixed versionWHD 2026.2.1 (released July 30, 2026). Also includes enforced HTTPS, stronger TLS, and Caddy-based reverse proxy.
Scanning/exposure dataSolarWinds WHD instances are discoverable via Shodan (http.title:"Web Help Desk") and Censys. Microsoft's Feb 2026 report confirmed attackers were targeting internet-exposed WHD servers. Estimated ~1,000–3,000 internet-facing instances based on earlier scanning reports.
Disclosure dateJuly 30, 2026 — vendor advisory and patch released simultaneously.
ResearcherDhabaleshwar Das (responsible disclosure to SolarWinds).
04 · The Call

noisgate verdict.

Final Verdict
DOWNGRADED to HIGH (8.5/10)

The single most decisive factor for the downgrade from CRITICAL to HIGH is the SAML SSO prerequisite — this vulnerability is completely inert on WHD instances using local, LDAP, or AD-native authentication, which constitutes a significant fraction of the ~160K-contact installed base. The proven attacker interest in WHD (KEV-listed sibling CVEs, Microsoft-documented domain compromise chains originating from WHD) prevents any further downgrade below HIGH.

HIGH Vulnerability existence and SAML-only scope
MEDIUM Exploitability timeline (no PoC yet, but class is well-understood)
MEDIUM Installed base exposure estimates

Why this verdict

  • SAML prerequisite narrows population: The vulnerability only affects WHD instances with SAML 2.0 SSO configured. Deployments using local auth, LDAP bind, or AD-integrated auth are entirely unaffected. This is not captured in the CVSS vector and represents a meaningful reduction in the exposed population — estimated 30-50% of WHD deployments use SAML based on enterprise SSO adoption patterns for on-prem IT tools.
  • No PoC yet, but short fuse: Disclosed 2 days ago with no public exploit code. However, SAML authentication bypass is a mature vulnerability class with extensive prior art (ruby-saml CVE-2024-45409, GitHub SAML CVE-2025-25291). Weaponization is likely within 2-4 weeks.
  • Proven attacker playbook against WHD: Microsoft and Elastic documented active WHD exploitation campaigns in Feb 2026 where attackers went from WHD initial access to full AD compromise (DCSync, ntds.dit extraction). This establishes WHD as a known beachhead product. Attackers monitoring SolarWinds advisories will add this CVE to their toolkit.
  • Role multiplier: WHD is a line-of-business help desk application, not a canonical high-value-role component (not an IdP, DC, hypervisor, or backup server). However, in documented real-world chains, compromised WHD servers served as the pivot point for domain-level compromise because: (a) WHD hosts sit on internal networks with AD connectivity, (b) WHD service accounts often have broad internal network access, (c) ticket data contains credentials and infrastructure intel. The blast radius when chained is domain-scale, but reaching that outcome requires either a second RCE vulnerability or abusing WHD admin features for code execution. The floor is HIGH given this proven chain.
  • Unauthenticated remote attack vector: For SAML-enabled instances that are internet-facing, this is a zero-click, zero-auth bypass. No credential stuffing, no phishing — just a crafted HTTP POST. This keeps severity firmly in HIGH territory.

Why not higher?

CRITICAL would require the vulnerability to affect the full WHD installed base or for the affected component to canonically occupy a high-value role. WHD is a help desk tool, not an identity provider or domain controller. The SAML prerequisite materially narrows the vulnerable population — a non-trivial fraction of WHD instances simply cannot be exploited via this bug. Additionally, there is no public PoC and no confirmed in-the-wild exploitation of *this specific CVE* yet.

Why not lower?

MEDIUM would ignore the proven attacker interest in SolarWinds WHD (KEV-listed sibling CVEs, documented domain-compromise chains), the unauthenticated-remote attack surface, and the short expected timeline to weaponization. WHD has been a repeatedly targeted product in 2025-2026 campaigns. Any SAML-enabled, internet-facing WHD instance is one crafted POST away from full admin compromise, and the historical pattern shows attackers chain WHD access into AD takeover.

05 · Compensating Control

What to do — in priority order.

  1. Disable SAML SSO immediately on WHD if not operationally required — Switching to LDAP or local authentication completely eliminates this attack vector. If SAML is optional in your environment, disable it within the noisgate mitigation SLA of 30 days (HIGH verdict). This is the most effective compensating control available.
  2. Restrict WHD network exposure to VPN or internal-only — Remove WHD from public-facing network segments. Place it behind VPN, ZTNA, or IP-allowlisted reverse proxy. This eliminates the unauthenticated remote attack path for external adversaries. Deploy within 30 days per noisgate mitigation SLA.
  3. Deploy IdP-side anomaly detection for SAML assertion mismatches — Configure your IdP (Okta, Azure AD, ADFS) to log all SAML assertions issued. Set up SIEM alerts for any WHD admin session that lacks a corresponding IdP-side assertion — this is a high-fidelity indicator of forged SAML responses.
  4. Audit WHD service account privileges and network segmentation — Reduce the WHD service account's network access to only required endpoints (database, SMTP). Block WHD host from reaching domain controllers, ADCS, or other Tier 0 assets directly. This limits the blast radius if WHD is compromised.
  5. Monitor WHD host for post-exploitation TTPs — Deploy or verify EDR coverage on the WHD server. Alert on java.exe spawning cmd.exe, powershell.exe, or any child process. Watch for RMM tool installation, Defender disablement, and scheduled task creation — all TTPs observed in Feb 2026 WHD campaigns.
What doesn't work
  • WAF SAML signature validation — WAFs do not validate SAML assertion signatures on behalf of the application. The vulnerability is in WHD's own SAML handler, so a WAF in front of WHD will not catch a well-formed but forged assertion.
  • MFA on the IdP — MFA protects the IdP authentication flow, but this bypass forges the SAML *response* directly to WHD, bypassing the IdP entirely. The IdP is never contacted, so MFA never fires.
  • Rotating SAML signing certificates — While good hygiene, the vulnerability class (improper assertion validation) typically means WHD is not properly checking the signature at all, so a new certificate does not help.
06 · Verification

Crowdsourced verification payload.

Run this script on the WHD server (Linux) or from any host with curl access to the WHD instance. Invoke as: bash check_cve_2026_28323.sh https://whd.example.com. Requires no special privileges — it only checks the installed version via the WHD login page.

noisgate-verify.sh
BASHREAD-ONLYSAFE
#!/bin/bash
# check_cve_2026_28323.sh — Check SolarWinds WHD for CVE-2026-28323 exposure
# Usage: bash check_cve_2026_28323.sh <WHD_BASE_URL>
# Exit codes: 0=PATCHED, 1=VULNERABLE, 2=UNKNOWN

set -euo pipefail

if [ $# -lt 1 ]; then
  echo "Usage: $0 <WHD_BASE_URL>"
  echo "Example: $0 https://whd.example.com"
  exit 2
fi

WHD_URL="${1%/}"
FIXED_MAJOR=2026
FIXED_MINOR=2
FIXED_PATCH=1

echo "[*] Checking SolarWinds WHD at: $WHD_URL"

# Attempt to grab version from the login page or API
RESPONSE=$(curl -sk --max-time 10 "$WHD_URL/helpdesk/WebObjects/Helpdesk.woa" 2>/dev/null || true)

if [ -z "$RESPONSE" ]; then
  echo "[!] Could not reach WHD instance at $WHD_URL"
  echo "UNKNOWN"
  exit 2
fi

# Try to extract version string from page content
VERSION=$(echo "$RESPONSE" | grep -oP 'Web Help Desk\s+v?\K[0-9]+\.[0-9]+\.[0-9]+' | head -1)

if [ -z "$VERSION" ]; then
  # Try alternative version extraction from headers or other endpoints
  VERSION=$(curl -sk --max-time 10 "$WHD_URL/helpdesk/WebObjects/Helpdesk.woa/wa/VersionAction" 2>/dev/null | grep -oP '[0-9]+\.[0-9]+\.[0-9]+' | head -1)
fi

if [ -z "$VERSION" ]; then
  echo "[!] Could not determine WHD version. Check manually."
  echo "[*] Checking if SAML SSO is configured..."
  if echo "$RESPONSE" | grep -qi 'saml\|sso\|single.sign'; then
    echo "[!] SAML/SSO references detected on login page — instance may be vulnerable if unpatched."
  else
    echo "[*] No SAML/SSO references detected on login page — instance may not be affected."
  fi
  echo "UNKNOWN"
  exit 2
fi

echo "[*] Detected WHD version: $VERSION"

IFS='.' read -r MAJOR MINOR PATCH <<< "$VERSION"

# Compare versions
if [ "$MAJOR" -gt "$FIXED_MAJOR" ] 2>/dev/null; then
  echo "PATCHED — version $VERSION >= $FIXED_MAJOR.$FIXED_MINOR.$FIXED_PATCH"
  exit 0
elif [ "$MAJOR" -eq "$FIXED_MAJOR" ] 2>/dev/null; then
  if [ "$MINOR" -gt "$FIXED_MINOR" ] 2>/dev/null; then
    echo "PATCHED — version $VERSION >= $FIXED_MAJOR.$FIXED_MINOR.$FIXED_PATCH"
    exit 0
  elif [ "$MINOR" -eq "$FIXED_MINOR" ] 2>/dev/null; then
    if [ "$PATCH" -ge "$FIXED_PATCH" ] 2>/dev/null; then
      echo "PATCHED — version $VERSION >= $FIXED_MAJOR.$FIXED_MINOR.$FIXED_PATCH"
      exit 0
    fi
  fi
fi

echo "VULNERABLE — version $VERSION is below fixed version $FIXED_MAJOR.$FIXED_MINOR.$FIXED_PATCH"
echo "[*] CVE-2026-28323: SAML authentication bypass. Upgrade to WHD 2026.2.1 or later."
exit 1
07 · Bottom Line

If you remember one thing.

TL;DR
Patch WHD to 2026.2.1 this week. Even though noisgate reassesses this as HIGH (not CRITICAL), SolarWinds WHD is a proven attacker target with KEV-listed sibling vulnerabilities and documented domain-compromise chains from earlier 2026 campaigns. The noisgate mitigation SLA for HIGH is 30 days, but given the attacker ecosystem's focus on WHD and the unauthenticated nature of this bypass, you should aim to patch or disable SAML SSO within 7 days as a practical target. If you cannot patch immediately, disable SAML SSO on WHD and restrict the instance to VPN/internal-only access — this completely neutralizes the attack vector. For the noisgate remediation SLA (180 days for HIGH), ensure all WHD instances are confirmed on 2026.2.1+ and audit for any signs of prior compromise using the IOCs from the February 2026 Microsoft and Elastic reports. If your WHD does not use SAML SSO, confirm that configuration and deprioritize accordingly — but still patch within the 180-day remediation window for defense-in-depth.

Sources

  1. GBHackers — Critical SolarWinds WHD SAML Bypass
  2. Arctic Wolf — Multiple Critical WHD Vulnerabilities
  3. Microsoft — Active Exploitation of SolarWinds WHD (Feb 2026)
  4. Elastic Security Labs — SolarWinds WHD Exploitation (Feb 2026)
  5. The Hacker News — CISA Adds WHD RCE to KEV
  6. Cryptika — SolarWinds SAML Login Bypass
  7. CyCognito — SolarWinds WHD Vulnerabilities Update
  8. Datanyze — SolarWinds WHD Market Share
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.