Description
Missing Authorization vulnerability in Apache HBase thrift and rest delegation service.

A scan operation in thrift/rest service has 3 steps, open, fetch(possible multiple times), close.
The open step will return an id which will be passed back to server for identifying the scanner instances stored at server side.
We missed the owner check in fetch and close steps which means a user can fetch rows from the scanner which is opened by other users, and close scanners which belongs to other users.

This issue affects Apache HBase:from 3.0.0-alpha-1 through 3.0.0-beta-1, from 2.6.0 through 2.6.5, from 2.5.0 through 2.5.14, through 2.4.*.

Users are recommended to upgrade to version 3.0.0-beta-2, 2.6.6 and 2.5.15, which fixes the issue.
Published: 2026-07-24
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache HBase’s thrift and REST delegation service allows a client to open a scanner that returns a unique identifier. The subsequent fetch and close operations lack an owner check, permitting an authenticated user to query or close scanners that were created by other users. The result is unauthorized reading of data and premature termination of other users’ scanners, which can lead to data leakage and disruption of legitimate scanning sessions. This flaw maps to CWE-862, reflecting missing access control.

Affected Systems

Apache HBase released from 3.0.0‑alpha‑1 through 3.0.0‑beta‑1, from 2.6.0 through 2.6.5, from 2.5.0 through 2.5.14, and across all 2.4.* releases is impacted.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate severity, while the EPSS score of less than 1% suggests low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Attackers would need network access to the thrift or REST endpoints and valid credentials; the flaw is a remote authorization bypass that can be leveraged to read or close arbitrary scanners.

Generated by OpenCVE AI on August 3, 2026 at 20:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑recommended patch to upgrade to a fixed HBase version (3.0.0‑beta‑2, 2.6.6, or 2.5.15).
  • If an immediate upgrade is not possible, disable or restrict access to the thrift and REST delegation services so that only trusted users can interact with the scanner APIs.
  • Implement network‑level controls or firewall rules to limit exposure of the HBase thrift/REST endpoints to only required clients and monitor for unauthorized scanner usage.

Generated by OpenCVE AI on August 3, 2026 at 20:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache hbase
Vendors & Products Apache
Apache hbase

Fri, 24 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

ssvc

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


Fri, 24 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Description Missing Authorization vulnerability in Apache HBase thrift and rest delegation service. A scan operation in thrift/rest service has 3 steps, open, fetch(possible multiple times), close. The open step will return an id which will be passed back to server for identifying the scanner instances stored at server side. We missed the owner check in fetch and close steps which means a user can fetch rows from the scanner which is opened by other users, and close scanners which belongs to other users. This issue affects Apache HBase:from 3.0.0-alpha-1 through 3.0.0-beta-1, from 2.6.0 through 2.6.5, from 2.5.0 through 2.5.14, through 2.4.*. Users are recommended to upgrade to version 3.0.0-beta-2, 2.6.6 and 2.5.15, which fixes the issue.
Title Apache HBase: Missing scanner instance owner check in thrift delegation service
Weaknesses CWE-862
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-24T17:57:56.951Z

Reserved: 2026-05-29T07:46:07.488Z

Link: CVE-2026-49326

cve-icon Vulnrichment

Updated: 2026-07-24T17:31:51.474Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-24T15:17:31.163

Modified: 2026-08-06T00:46:43.123

Link: CVE-2026-49326

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T20:15:04Z

Weaknesses