Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2368+ Articles
158+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. PicketLink SAML Authentication Bypass — Forged Assertions Accepted Without Validation
PicketLink SAML Authentication Bypass — Forged Assertions Accepted Without Validation

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-10579

PicketLink SAML Authentication Bypass — Forged Assertions Accepted Without Validation

CVE-2026-10579 (CVSS 9.8): PicketLink Federation's SAML handler accepts forged assertions, allowing unauthenticated remote attackers to authenticate as any user.

Dylan H.

Security Team

August 12, 2026
4 min read

Affected Products

  • PicketLink Federation (SAML)
  • Red Hat PicketLink
  • Java Applications Using PicketLink SAML SP

Executive Summary

A critical authentication bypass vulnerability has been disclosed in PicketLink Federation, a widely used Java-based SAML identity federation library. Tracked as CVE-2026-10579 with a CVSS score of 9.8, the flaw allows an unauthenticated remote attacker to authenticate as any user — including administrators — by submitting a forged SAML assertion that the unsolicited response handler accepts without verification.


Vulnerability Details

What Is PicketLink?

PicketLink is a Red Hat–sponsored open source security framework for Java applications. Its SAML federation module acts as a Service Provider (SP), enabling applications to delegate authentication to external Identity Providers (IdPs) such as Keycloak, Active Directory Federation Services, or Okta via the SAML 2.0 protocol.

The Flaw

The root cause is in the unsolicited response handler — the component responsible for processing SAML responses not triggered by a specific authentication request. This handler:

  • Accepted SAML assertions without verifying the signature
  • Did not validate the issuer or audience of the assertion
  • Failed to check whether the response was actually solicited (replay protection bypass)

An attacker can craft a SAML response containing arbitrary identity claims and submit it directly to the SP endpoint. Because no verification occurs, the forged assertion is accepted as legitimate, granting the attacker full access as the impersonated identity.

Impact

MetricValue
CVSS Score9.8 (Critical)
Attack VectorNetwork
Authentication RequiredNone
Confidentiality ImpactHigh
Integrity ImpactHigh
Availability ImpactHigh

All three pillars of the CIA triad are fully compromised. An attacker gaining access as an administrative account could exfiltrate sensitive data, modify application state, or pivot to downstream systems.


Affected Products

  • PicketLink Federation — all versions with the unsolicited SAML response handler enabled
  • Applications using PicketLink as the SAML SP layer (common in legacy JBoss/WildFly deployments)
  • Red Hat JBoss Enterprise Application Platform deployments with SAML SSO configured

Exploitation Risk

The vulnerability is trivially exploitable. SAML authentication bypass flaws are well-understood by attackers — tooling for crafting forged SAML assertions is publicly available, and the attack requires no credentials or special access. The attack surface is any endpoint that accepts SAML responses from external IdPs.

Organizations running PicketLink in SSO flows for internal or customer-facing applications should treat this as an active exploitation risk.


Remediation

  1. Apply the vendor patch — Update PicketLink to the patched version that enforces signature verification on all SAML responses, including unsolicited ones.
  2. Audit SAML configuration — Ensure WantAssertionsSigned is set to true in your SP metadata and that the IdP is configured to sign all assertions.
  3. Review access logs — Check for any unusual authentication events, particularly logins from unknown IP addresses or outside normal business hours.
  4. Restrict SP endpoints — If possible, apply network-level controls to limit which IP ranges can submit SAML responses.
  5. Consider migration — PicketLink has had limited upstream maintenance activity. Organizations relying on it for critical SSO flows should evaluate migration to actively maintained alternatives such as Spring Security SAML, Pac4j, or Keycloak as the SP.

SAML Security Hardening Checklist

  • SAML assertions signed by IdP (WantAssertionsSigned: true)
  • SAML responses signed by IdP (WantResponseSigned: true)
  • Audience restriction enforced (assertion's Audience matches SP entity ID)
  • NotBefore / NotOnOrAfter time conditions validated
  • InResponseTo attribute checked against outstanding AuthnRequests (replay protection)
  • Single-use enforcement for AssertionID (prevent assertion replay)
  • Clock skew bounded to ≤ 5 minutes
  • IdP metadata pinned and verified via trusted configuration

References

  • NVD Entry: CVE-2026-10579
  • PicketLink GitHub Repository
  • OWASP SAML Security Cheat Sheet

Related Advisories

  • Cisco ASA & FTD SSL VPN Actively Exploited DoS
  • SAP Commerce Cloud Maximum Severity RCE
#CVE#SAML#Authentication Bypass#Java#Critical#NVD

Related Articles

CVE-2026-15981: WordPress SAML SSO Authentication Bypass (CVSS 9.8)

A critical authentication bypass in the WordPress SAML Single Sign On plugin allows unauthenticated attackers to log in as any user, including...

4 min read

CVE-2026-41005: Cloud Foundry UAA SAML Signature Bypass

A high-severity vulnerability (CVSS 9.0) in Cloud Foundry UAA allows attackers to bypass authentication by exploiting the incorrect treatment of XML...

5 min read

CVE-2026-59500: Priority Portal Generator Authentication Bypass — CVSS 10.0

Maximum severity CVE in Priority ERP's portal addon allows unauthenticated remote attackers to bypass authentication entirely. Patch immediately.

3 min read
Back to all Security Alerts