CVE-2026-10622
Awaiting Analysis Awaiting Analysis - Queue
Improper Authentication in Collibra Agent REST API

Publication date: 2026-06-02

Last updated on: 2026-06-02

Assigner: CERT/CC

Description
Improper Authentication in REST API in Collibra Agent, allows a remote unauthenticated attacker to access privileged functionality via exposed '/rest/* endpoints.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-02
Last Modified
2026-06-02
Generated
2026-06-22
AI Q&A
2026-06-02
EPSS Evaluated
2026-06-21
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
collibra agent *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Mitigation Strategies

To mitigate the vulnerability CVE-2026-10622, it is recommended to update the Collibra Agent to the latest patched version released by Collibra.

Since the vulnerability allows remote unauthenticated access to privileged REST API endpoints, immediate mitigation steps include restricting access to the /rest/* endpoints by network controls such as firewalls or API gateways.

Additionally, monitoring and limiting exposure of the Collibra Agent to untrusted networks can reduce the risk of exploitation.

Compliance Impact

The vulnerability allows a remote unauthenticated attacker to access privileged functionality via exposed REST API endpoints, which can lead to unauthorized access to sensitive data or system functions.

Such unauthorized access could potentially result in violations of compliance requirements under standards like GDPR or HIPAA, which mandate strict controls over access to personal and sensitive data.

However, the provided context does not explicitly describe the direct impact of this vulnerability on compliance with these regulations.

Executive Summary

This vulnerability is an improper authentication issue in the REST API of the Collibra Agent. It allows a remote attacker who is not authenticated to access privileged functionality by exploiting exposed '/rest/*' endpoints.

Impact Analysis

An attacker can remotely access privileged functions without authentication, potentially leading to unauthorized actions, data exposure, or manipulation within the Collibra Agent environment.

Detection Guidance

The vulnerability involves improper authentication in the REST API of the Collibra Agent, allowing unauthenticated remote access to privileged functionality via exposed '/rest/*' endpoints.

To detect this vulnerability on your network or system, you can scan for accessible '/rest/' endpoints on the Collibra Agent and test if they require authentication.

A simple command to check for exposed REST endpoints could be using curl to access these endpoints without authentication, for example:

  • curl -i http://<target-ip-or-hostname>/rest/
  • curl -i http://<target-ip-or-hostname>/rest/some_endpoint

If these endpoints respond without requiring authentication or return privileged data, it indicates the presence of the vulnerability.

Additionally, network scanning tools like Nmap with HTTP scripts can be used to enumerate REST API endpoints and check for authentication requirements.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-10622. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart