CVE-2026-90446: SSRF
An application programming interface endpoint accepts a user-supplied value and interpolates it directly into the path of a backend request to the underlying search and analytics data store, without restricting its contents. This allows an authenticated attacker to substitute an arbitrary backend path, causing the application's own elevated service credentials to be used against unintended internal endpoints. This could allow an attacker to enumerate or read internal configuration and administrative data from the backend data store that would otherwise be restricted.
Event History
Frequently Asked Questions
What level of access does an attacker need to exploit this issue?
The attacker must be authenticated to the application and able to supply the value accepted by the affected API endpoint. Direct access to the backend search and analytics data store is not required.
Why can an authenticated application user access data that would normally be restricted?
The application sends the attacker-influenced backend request using its own elevated service credentials. This can cause the backend to authorize requests to unintended internal paths under the application's privileges.