CVE-2026-55976
Last modified
CVE-2026-55976 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. Server-Side Request Forgery (SSRF) in Avro SerDe schema resolution in Apache Hive before 4.2.1 allows an authenticated remote attacker with CREATE TABLE privilege to cause the Hive server to fetch an attacker-controlled URL when resolving the avro.schema.url table property on an Avro table that is subsequently queried. This can expose cloud instance metadata, internal network services, or local server files to the Hive process identity. EPSS estimates a 0.44% chance of exploitation in the next 30 days.
Description
Server-Side Request Forgery (SSRF) in Avro SerDe schema resolution in Apache Hive before 4.2.1 allows an authenticated remote attacker with CREATE TABLE privilege to cause the Hive server to fetch an attacker-controlled URL when resolving the avro.schema.url table property on an Avro table that is subsequently queried. This can expose cloud instance metadata, internal network services, or local server files to the Hive process identity. Users are recommended to upgrade to version 4.2.1, which fixes this issue. Attacker access requirements: * Network access to HiveServer2 / Metastore: required (remote attacker model). * Valid Hive authentication: required. * CREATE TABLE (or equivalent) privilege: required, so the attacker can set avro.schema.url in table properties. * SELECT privilege on the malicious table: not required for the creator, who can typically query their own table; any other user granted SELECT can also trigger the fetch. * Write access to the table LOCATION: not required; the attack uses the schema URL, not the data path. * Admin / superuser privileges: not required; an ordinary authenticated user with DDL rights is sufficient. * External tables enabled: typically required in practice, and enabled by default in most deployments. Detection guidance: * Inspect metastore / Hive table metadata for Avro tables whose avro.schema.url uses unexpected schemes such as http, https, file, or ftp, or points at link-local / cloud metadata addresses (for example 169.254.169.254) or other internal hosts. * Review HiveServer2 and Metastore logs around CREATE/ALTER TABLE and queries against Avro tables for schema-resolution failures or outbound fetches of avro.schema.url. * Correlate CREATE TABLE / ALTER TABLE activity that sets avro.schema.url with subsequent SELECT activity on the same table, especially when the URL target is unusual for schema distribution. * On cloud deployments, check instance / VPC flow logs and metadata service access logs for unexpected requests from Hive host identities shortly after Avro DDL or query activity.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Hive | 4.2.0 |
References
- https://issues.apache.org/jira/browse/HIVE-29671Vendor Advisory
- https://lists.apache.org/thread/6d56mk501fp4f8cb5wvrpj2jwd9knt05Mailing List, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-55976?
How severe is CVE-2026-55976?
How do I fix CVE-2026-55976?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55969Integer Overflow or Wraparound vulnerability in Apache Thrif…7.5
- CVE-2026-5597A flaw has been found in griptape-ai griptape 0.19.4. This a…6.3
- CVE-2026-55970Buffer Over-read vulnerability in Apache Thrift C++ bindings…6.5
- CVE-2026-55971Heap-based Buffer Overflow vulnerability in Apache Thrift C+…9.8
- CVE-2026-55973In NLnet Labs Unbound 1.23.0 up to and including 1.25.1, whe…7.5
- CVE-2026-55975A vulnerability exists in H.View IP cameras that could allow…8.6
- CVE-2026-55977Successful exploitation of this vulnerability could allow an…3.3
- CVE-2026-55978An improper access control vulnerability in CatchPulse could…8.4
- CVE-2026-55979An improper access control check in CatchPulse's named pipe …5.2
- CVE-2026-5598Covert timing channel vulnerability in Legion of the Bouncy …7.5
- CVE-2026-55980A denial-of-service vulnerability in CatchPulse could allow …5.5
- CVE-2026-55982OIDC userinfo Endpoint Returns Identity Claims Without Enfor…9.1
Are you affected by CVE-2026-55976?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
