Security readout for executives and security teams
Plain-English summary
Apache Pinot 0.10.0 and older can be critically exposed when deployed without protection because Groovy function support affects the query endpoint and realtime ingestion layer. The reported impact is severe: an unauthenticated network attacker could compromise confidentiality, integrity, and availability in vulnerable environments.
Executive priority
Prioritize remediation for any exposed or weakly protected Pinot deployment. This is critical severity, but urgency depends on whether affected Pinot endpoints are reachable by untrusted users.
Technical view
CVE-2022-26112 is classified as CWE-94 code injection in Apache Pinot. The source states Pinot query and realtime ingestion paths were vulnerable in unprotected environments due to Groovy function support. Apache disabled Groovy function support by default starting with Pinot 0.11.0.
Likely exposure
Highest risk is Apache Pinot 0.10.0 or older where query endpoints or realtime ingestion interfaces are reachable without strong access controls. Exposure is unclear without inventorying Pinot versions, endpoint reachability, and Groovy function availability.
Exploitation context
The CVE has CVSS 9.8 and requires network access, no privileges, and no user interaction. The provided bundle does not show CISA KEV listing or cite active exploitation, so active exploitation should not be assumed.
Researcher notes
Evidence is concise and does not include exploit details, CPEs, or configuration keys. The key source-backed facts are affected versions, Groovy function involvement, query and realtime ingestion impact, and default disabling in 0.11.0.
Mitigation direction
- Upgrade Apache Pinot to 0.11.0 or later where feasible.
- Confirm Groovy function support is disabled by default or explicitly disabled.
- Restrict Pinot query and ingestion endpoints to trusted networks only.
- Require authentication and authorization for Pinot administrative and query access.
- Review Apache Pinot guidance before changing production ingestion behavior.
Validation and detection
- Inventory all Apache Pinot deployments and record versions.
- Identify any Pinot 0.10.0 or older instances.
- Check whether query endpoints are internet-accessible or otherwise unprotected.
- Check whether realtime ingestion paths are exposed to untrusted users.
- Verify Groovy function support is disabled after upgrade or configuration review.
- Review logs for unusual query or ingestion activity.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-94: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2022-26112 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Critical
- CVSS
- 9.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
9.8CriticalVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://lists.apache.org/thread/4pb0r12s2b68d78llk04yd8rh3qk5t9hCVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
