๐Ÿ” CVE Alert

CVE-2026-49326

UNKNOWN 0.0

Apache HBase: Missing scanner instance owner check in thrift delegation service

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-862
Vendor apache software foundation
Product apache hbase
Published Jul 24, 2026
Stay Ahead of the Next One

Get instant alerts for apache software foundation apache hbase

Be the first to know when new unknown vulnerabilities affecting apache software foundation apache hbase are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Apache Software Foundation / Apache HBase
0 โ‰ค 2.5.14 2.6-alpha โ‰ค 2.6.5 3-alpha โ‰ค 3.0.0-beta-1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
lists.apache.org: https://lists.apache.org/thread/f4l4sjgwb9tb04cqnkpgl6gy3slgvcsj

Credits

๐Ÿ” Andrew Rukin (Arenadata) <[email protected]>