CVE-2026-8750 — H2oai H2o-3 Information Disclosure
CVE-2026-8750 — A vulnerability was identified in h2oai h2o-3 up to 7402. Affected by this issue is the function importFiles of the file h2o-core/src/main/java/water/persist/PersistNFS.java of the component ImportFile API. Such manipulation leads to information disclosure. The attack can be executed
What This Means For You
- If your environment is affected by CWE-200, CWE-284, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-8750 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-8750 - H2oai H2o-3 ImportFiles API Information Disclosure
title: CVE-2026-8750 - H2oai H2o-3 ImportFiles API Information Disclosure
id: scw-2026-05-17-ai-1
status: experimental
level: high
description: |
Detects attempts to exploit CVE-2026-8750 by targeting the importFiles API endpoint in H2oai H2o-3. The vulnerability lies in the handling of file imports, specifically within the PersistNFS.java file, allowing for information disclosure. This rule looks for POST requests to '/importFiles' that contain a query string referencing the vulnerable Java file path, indicating a potential exploit attempt.
author: SCW Feed Engine (AI-generated)
date: 2026-05-17
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-8750/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/importFiles'
cs-method|contains:
- 'POST'
cs-uri-query|contains:
- 'h2o-core/src/main/java/water/persist/PersistNFS.java'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-8750 | vulnerability | CVE-2026-8750 |
| CWE-200 | weakness | CWE-200 |
| CWE-284 | weakness | CWE-284 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 17, 2026 at 14:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.