


Perceptive Security
SOC/SIEM Consultancy

OpenMetadata accepts a caller-supplied post-authentication redirect target and appends the issued token to it. SamlLoginServlet reads the callback request param…
Published:
26 augustus 2026 om 00:00:00
Alert date:
26 augustus 2026 om 19:06:19
Source:
nvd.nist.gov
Identity & Access, Web Technologies, Enterprise Applications
CVE-2026-81029 describes an open redirect vulnerability in OpenMetadata where the application accepts a caller-supplied post-authentication redirect target without validation. The SamlLoginServlet stores the callback parameter in the HTTP session without verifying it against any registered destination, and later appends the freshly issued JWT token along with the user's email and name to that URL before redirecting. The OIDC and OAuth2 handlers follow the same flawed pattern. An attacker can craft a malicious link pointing to an attacker-controlled destination, causing the server to deliver a valid authentication token to that destination when a victim completes login. This effectively results in full account takeover since the token authenticates API calls as the victim's account. Version 2.0.0 of OpenMetadata resolves the issue by removing the caller-supplied callback parameter entirely, while no 1.x release includes any validation of this parameter.
Technical details
Mitigation steps:
Affected products:
OpenMetadata (all 1.x releases)
Related links:
https://nvd.nist.gov/vuln/detail/CVE-2026-81029
https://github.com/open-metadata/OpenMetadata
https://github.com/open-metadata/OpenMetadata/blob/1.12.1/openmetadata-service/src/main/java/org/openmetadata/service/security/saml/SamlLoginServlet.java
https://github.com/open-metadata/OpenMetadata/issues/29662
https://www.vulncheck.com/advisories/openmetadata-before-2.0.0-jwt-disclosure-via-unvalidated-saml-and-oidc-redirect-uri
Related CVE's:
Related threat actors:
IOC's:
This article was created with the assistance of AI technology by Perceptive.
