top of page
perceptive_background_267k.jpg

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

Click to open the original link from this advisory

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:

Related CVE's:

Related threat actors:

IOC's:

This article was created with the assistance of AI technology by Perceptive.

© 2025 by Perceptive Security. All rights reserved.

email: info@perceptivesecurity.com

Deze website toont informatie afkomstig van externe bronnen; Perceptive aanvaardt geen verantwoordelijkheid voor de juistheid, volledigheid of actualiteit van deze informatie.

bottom of page