Description
A vulnerability was found in trinodb trino 481. Affected is an unknown function of the file core/trino-main/src/main/java/io/trino/server/ExternalUriInfo.java of the component OAuth2/OIDC. Performing a manipulation of the argument redirect_uri results in open redirect. It is possible to initiate the attack remotely. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-21
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Affected is an unknown function in Trino's OAuth2/OIDC component, specifically in ExternalUriInfo.java. Manipulating the redirect_uri parameter allows an attacker to cause the server to redirect users to an arbitrary external URL. This open redirect flaw permits remote exploitation, enabling phishing campaigns, session hijacking, or delivery of malicious content without needing to compromise the Trino instance itself.

Affected Systems

The vulnerability impacts Trino 481. The affected product is Trino from Trinodb. No patch or fix is currently available; the project has not responded to the issue at the time of reporting. Administrators should immediately verify whether they are running an affected release and assess their exposure.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. With an EPSS score of less than 1% and no listing in the CISA KEV catalog, the likelihood of widespread exploitation is low at present. However, the remote nature of the attack and the potential to trick users into visiting malicious sites make the risk still relevant, especially in environments where Trino serves authenticated users who might be targeted.

Generated by OpenCVE AI on July 30, 2026 at 18:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Trino to the latest release once a patch addressing the open-redirect issue is issued.
  • Restrict the redirect_uri parameter to a whitelist of trusted domains, rejecting any URI that does not match the list.
  • Deploy network controls or monitoring to detect and block redirects to suspicious or known malicious URLs originating from Trino.

Generated by OpenCVE AI on July 30, 2026 at 18:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 21 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in trinodb trino 481. Affected is an unknown function of the file core/trino-main/src/main/java/io/trino/server/ExternalUriInfo.java of the component OAuth2/OIDC. Performing a manipulation of the argument redirect_uri results in open redirect. It is possible to initiate the attack remotely. The project was informed of the problem early through an issue report but has not responded yet.
Title trinodb trino OAuth2/OIDC ExternalUriInfo.java redirect
First Time appeared Trinodb
Trinodb trino
Weaknesses CWE-601
CPEs cpe:2.3:a:trinodb:trino:*:*:*:*:*:*:*:*
Vendors & Products Trinodb
Trinodb trino
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:P/A:N/E:ND/RL:ND/RC:UR'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:X/RL:X/RC:R'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:X/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-21T13:23:59.700Z

Reserved: 2026-07-20T18:06:42.878Z

Link: CVE-2026-16336

cve-icon Vulnrichment

Updated: 2026-07-21T13:23:28.727Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T18:15:13Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')