SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-54714

MEDIUM · CVSS 6.1 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

The vulnerability affects the Logto authentication infrastructure, specifically in versions prior to 1.41.0, where insufficient HTML-attribute escaping allows for the injection of malicious scripts via crafted SAML RelayState parameters. This could lead to cross-site scripting (XSS) attacks, potentially compromising user sessions after login. Organizations utilizing Logto for their SaaS and AI applications should prioritize upgrading to version 1.41.0 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54714
Severity
MEDIUM
CVSS
6.1
EPSS
0.25%

Original NVD Description

Logto is the modern, open-source auth infrastructure for SaaS and AI apps. Prior to 1.41.0, @logto/core reflected the SAML RelayState, SAMLResponse, and actionUrl into a Logto-origin auto-submit HTML form in packages/core/src/saml-application/SamlApplication/utils.ts without HTML-attribute escaping. A SAML application flow with a crafted RelayState from GET or POST /api/saml/:id/authn could inject script that runs on the Logto tenant origin after the user completes login. This issue is fixed in version 1.41.0.