@blamejs/exceptd-skills 0.13.104 → 0.13.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +680 -0
- package/data/atlas-ttps.json +4 -0
- package/data/attack-techniques.json +5 -0
- package/data/cve-catalog.json +211 -0
- package/data/cwe-catalog.json +2 -0
- package/data/framework-control-gaps.json +18 -0
- package/data/zeroday-lessons.json +100 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +25 -25
package/data/atlas-ttps.json
CHANGED
|
@@ -144,6 +144,7 @@
|
|
|
144
144
|
"last_verified": "2026-05-19",
|
|
145
145
|
"cve_refs": [
|
|
146
146
|
"CVE-2023-43654",
|
|
147
|
+
"CVE-2023-6016",
|
|
147
148
|
"CVE-2024-0129",
|
|
148
149
|
"CVE-2024-11392",
|
|
149
150
|
"CVE-2024-11393",
|
|
@@ -1280,6 +1281,7 @@
|
|
|
1280
1281
|
"last_verified": "2026-05-19",
|
|
1281
1282
|
"cve_refs": [
|
|
1282
1283
|
"CVE-2023-44467",
|
|
1284
|
+
"CVE-2023-6016",
|
|
1283
1285
|
"CVE-2024-0129",
|
|
1284
1286
|
"CVE-2024-11392",
|
|
1285
1287
|
"CVE-2024-11393",
|
|
@@ -1735,6 +1737,7 @@
|
|
|
1735
1737
|
"CVE-2023-51449",
|
|
1736
1738
|
"CVE-2023-6019",
|
|
1737
1739
|
"CVE-2023-6021",
|
|
1740
|
+
"CVE-2023-6038",
|
|
1738
1741
|
"CVE-2024-13059",
|
|
1739
1742
|
"CVE-2024-1561",
|
|
1740
1743
|
"CVE-2024-21575",
|
|
@@ -2848,6 +2851,7 @@
|
|
|
2848
2851
|
"is_subtechnique": true,
|
|
2849
2852
|
"cve_refs": [
|
|
2850
2853
|
"CVE-2022-1471",
|
|
2854
|
+
"CVE-2023-6016",
|
|
2851
2855
|
"CVE-2024-0129",
|
|
2852
2856
|
"CVE-2024-11392",
|
|
2853
2857
|
"CVE-2024-11393",
|
|
@@ -276,6 +276,7 @@
|
|
|
276
276
|
"CVE-2023-43654",
|
|
277
277
|
"CVE-2023-44467",
|
|
278
278
|
"CVE-2023-48022",
|
|
279
|
+
"CVE-2023-6016",
|
|
279
280
|
"CVE-2023-6019",
|
|
280
281
|
"CVE-2024-0129",
|
|
281
282
|
"CVE-2024-11392",
|
|
@@ -875,8 +876,10 @@
|
|
|
875
876
|
"CVE-2023-48022",
|
|
876
877
|
"CVE-2023-51449",
|
|
877
878
|
"CVE-2023-52163",
|
|
879
|
+
"CVE-2023-6016",
|
|
878
880
|
"CVE-2023-6019",
|
|
879
881
|
"CVE-2023-6021",
|
|
882
|
+
"CVE-2023-6038",
|
|
880
883
|
"CVE-2024-12987",
|
|
881
884
|
"CVE-2024-13059",
|
|
882
885
|
"CVE-2024-1561",
|
|
@@ -2492,6 +2495,7 @@
|
|
|
2492
2495
|
"cve_refs": [
|
|
2493
2496
|
"CVE-2023-36424",
|
|
2494
2497
|
"CVE-2023-51449",
|
|
2498
|
+
"CVE-2023-6038",
|
|
2495
2499
|
"CVE-2024-1561",
|
|
2496
2500
|
"CVE-2025-14847",
|
|
2497
2501
|
"CVE-2025-22226",
|
|
@@ -3581,6 +3585,7 @@
|
|
|
3581
3585
|
"cve_refs": [
|
|
3582
3586
|
"CVE-2023-51449",
|
|
3583
3587
|
"CVE-2023-6021",
|
|
3588
|
+
"CVE-2023-6038",
|
|
3584
3589
|
"CVE-2024-1561",
|
|
3585
3590
|
"CVE-2024-24591",
|
|
3586
3591
|
"CVE-2024-39722",
|
package/data/cve-catalog.json
CHANGED
|
@@ -16253,6 +16253,217 @@
|
|
|
16253
16253
|
"_intake_method": "manual-verified-curation",
|
|
16254
16254
|
"_kev_short_description": "ClearML client SDK writes dataset entries without path containment, so a malicious dataset writes files to arbitrary paths on the retrieving user (CWE-22 path traversal); no fixed SDK version is listed in the advisory - retrieve datasets only from trusted projects."
|
|
16255
16255
|
},
|
|
16256
|
+
"CVE-2023-6016": {
|
|
16257
|
+
"name": "H2O-3 POJO Model Import Unauthenticated Remote Code Execution",
|
|
16258
|
+
"type": "RCE",
|
|
16259
|
+
"cvss_score": 9.8,
|
|
16260
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
16261
|
+
"cvss_note": "NIST (NVD) CVSS v3.1 base 9.8 (CRITICAL); huntr.dev (CNA) rates it 10.0 (CRITICAL, scope-changed). The H2O dashboard / REST API exposes a POJO (Java) model-import feature with no authentication that compiles and runs the imported model code, so an unauthenticated attacker gains remote code execution by importing a malicious model (CWE-94).",
|
|
16262
|
+
"cisa_kev": false,
|
|
16263
|
+
"poc_available": true,
|
|
16264
|
+
"poc_description": "huntr.dev / Protect AI published the analysis and proof-of-concept (import a malicious POJO model to gain code execution).",
|
|
16265
|
+
"ai_discovered": false,
|
|
16266
|
+
"ai_discovery_source": "human_researcher",
|
|
16267
|
+
"ai_discovery_notes": "Disclosed via huntr.dev / Protect AI (https://huntr.com/bounties/511da408-543e-4eed-8757-1d5d59c4d6c8). The abused surface is H2O-3, a widely used open-source ML/AutoML platform.",
|
|
16268
|
+
"ai_assisted_weaponization": false,
|
|
16269
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is an unauthenticated model-import code-execution surface on an ML platform's control plane.",
|
|
16270
|
+
"active_exploitation": "none",
|
|
16271
|
+
"active_exploitation_notes": "Research/bounty disclosure with a public proof-of-concept; no confirmed in-the-wild exploitation reported as of curation. No fixed version is published (H2O-3 is documented as a trusted-environment product), so exposed instances remain vulnerable.",
|
|
16272
|
+
"affected": "H2O (H2O-3) - the H2O dashboard / REST API POJO model-import feature.",
|
|
16273
|
+
"affected_versions": [
|
|
16274
|
+
"H2O-3 (all versions with the POJO model-import feature exposed)"
|
|
16275
|
+
],
|
|
16276
|
+
"vector": "H2O-3 is an open-source ML platform whose dashboard / REST API can import a model supplied as a POJO (Plain Old Java Object). The import feature compiles and executes the supplied model code, and the endpoint requires no authentication - so an unauthenticated attacker who can reach the H2O dashboard imports a malicious POJO model and runs arbitrary code on the host (a model artifact is executable code). Disclosed via huntr.dev / Protect AI.",
|
|
16277
|
+
"complexity": "low",
|
|
16278
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N / UI:N - network-reachable and unauthenticated; a single request to the exposed H2O-3 model-import feature suffices.",
|
|
16279
|
+
"patch_available": false,
|
|
16280
|
+
"patch_required_reboot": false,
|
|
16281
|
+
"live_patch_available": false,
|
|
16282
|
+
"live_patch_tools": [],
|
|
16283
|
+
"live_patch_notes": "No fixed version published as of curation; H2O.ai documents H2O-3 as a trusted-environment product. Mitigation is network isolation + authenticated access control (see vendor_update_paths).",
|
|
16284
|
+
"vendor_update_paths": [
|
|
16285
|
+
"No fixed H2O-3 version is published as of curation; H2O.ai documents that H2O-3 is designed to run in a trusted environment. Do not expose the H2O-3 dashboard / REST API to untrusted networks, place it behind authenticated network access control, and treat model import as a code-execution surface (only import models from trusted sources)."
|
|
16286
|
+
],
|
|
16287
|
+
"framework_control_gaps": {
|
|
16288
|
+
"NIST-800-53-SI-3": "Malicious-code protection does not treat the ML platform's model-import feature as a code-execution channel.",
|
|
16289
|
+
"NIST-800-53-IA-2": "The H2O-3 dashboard / REST API does not authenticate callers before exposing a model-import (code-execution) feature.",
|
|
16290
|
+
"NIST-800-53-CM-7": "Least-functionality is not enforced: the model-import feature compiles and runs imported code by default and is reachable without authentication.",
|
|
16291
|
+
"ISO-27001-2022-A.8.28": "Secure-coding expectations do not address compiling and running an imported model artifact as host code.",
|
|
16292
|
+
"NIS2-Art21-identity-management": "Article 21 access-control measures do not reach the ML platform's unauthenticated model-import endpoint.",
|
|
16293
|
+
"DORA-Art-9": "ICT protection measures do not model an ML platform's model-import RCE as an ICT-risk event.",
|
|
16294
|
+
"UK-CAF-B4": "System Security objective has no objective for authenticating and sandboxing ML-platform model import.",
|
|
16295
|
+
"AU-ISM-1546": "Patch-application control does not single out ML/AutoML platforms.",
|
|
16296
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML platform's model-import feature as a privileged code-execution surface that must authenticate and reject untrusted model code."
|
|
16297
|
+
},
|
|
16298
|
+
"atlas_refs": [
|
|
16299
|
+
"AML.T0010",
|
|
16300
|
+
"AML.T0011",
|
|
16301
|
+
"AML.T0011.000"
|
|
16302
|
+
],
|
|
16303
|
+
"attack_refs": [
|
|
16304
|
+
"T1190",
|
|
16305
|
+
"T1059"
|
|
16306
|
+
],
|
|
16307
|
+
"rwep_score": 48,
|
|
16308
|
+
"rwep_factors": {
|
|
16309
|
+
"cisa_kev": 0,
|
|
16310
|
+
"poc_available": 20,
|
|
16311
|
+
"ai_factor": 0,
|
|
16312
|
+
"active_exploitation": 0,
|
|
16313
|
+
"blast_radius": 28,
|
|
16314
|
+
"patch_available": 0,
|
|
16315
|
+
"live_patch_available": 0,
|
|
16316
|
+
"reboot_required": 0
|
|
16317
|
+
},
|
|
16318
|
+
"rwep_notes": "Elevated (RWEP 48, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no fixed version published so no patch credit (Hard Rule #3); unauthenticated RCE keeps blast high. poc_available=20 + blast_radius=28. The vendor's trusted-environment stance means the only remediation is isolation, so exposure persists until operators network-isolate H2O-3.",
|
|
16319
|
+
"epss_score": null,
|
|
16320
|
+
"epss_date": "2026-05-25",
|
|
16321
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
16322
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-6016",
|
|
16323
|
+
"cwe_refs": [
|
|
16324
|
+
"CWE-94"
|
|
16325
|
+
],
|
|
16326
|
+
"iocs": {
|
|
16327
|
+
"behavioral": [
|
|
16328
|
+
"Unauthenticated requests to the H2O-3 dashboard / REST API importing a POJO (Java) model from an attacker-controlled source.",
|
|
16329
|
+
"The H2O-3 process compiling and running imported model code that performs shell, network, or file-system operations.",
|
|
16330
|
+
"An internet-exposed H2O-3 dashboard (default port reachable without authentication) - the exposed precondition."
|
|
16331
|
+
],
|
|
16332
|
+
"_ioc_source_note": "Behavioral signatures anchored to the huntr.dev / Protect AI bounty report (https://huntr.com/bounties/511da408-543e-4eed-8757-1d5d59c4d6c8), the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-p3v8-5qc4-7p8r), and NVD CVE-2023-6016 (CWE-94)."
|
|
16333
|
+
},
|
|
16334
|
+
"source_verified": "2026-05-25",
|
|
16335
|
+
"verification_sources": [
|
|
16336
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2023-6016",
|
|
16337
|
+
"https://github.com/advisories/GHSA-p3v8-5qc4-7p8r",
|
|
16338
|
+
"https://huntr.com/bounties/511da408-543e-4eed-8757-1d5d59c4d6c8"
|
|
16339
|
+
],
|
|
16340
|
+
"vendor_advisories": [
|
|
16341
|
+
{
|
|
16342
|
+
"vendor": "GitHub Security Advisory",
|
|
16343
|
+
"advisory_id": "CVE-2023-6016",
|
|
16344
|
+
"url": "https://github.com/advisories/GHSA-p3v8-5qc4-7p8r",
|
|
16345
|
+
"severity": "critical",
|
|
16346
|
+
"published_date": "2023-11-16"
|
|
16347
|
+
},
|
|
16348
|
+
{
|
|
16349
|
+
"vendor": "NVD",
|
|
16350
|
+
"advisory_id": "CVE-2023-6016",
|
|
16351
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6016",
|
|
16352
|
+
"severity": "critical",
|
|
16353
|
+
"published_date": "2023-11-16"
|
|
16354
|
+
}
|
|
16355
|
+
],
|
|
16356
|
+
"last_updated": "2026-05-25",
|
|
16357
|
+
"discovery_attribution_note": "Manually curated from the huntr.dev / Protect AI bounty (https://huntr.com/bounties/511da408-543e-4eed-8757-1d5d59c4d6c8) + the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-p3v8-5qc4-7p8r, CWE-94) + NVD (CVSS v3.1 9.8) / huntr (CNA). H2O-3 ML-platform flaw; reuses the untrusted-model-artifact-loading control NEW-CTRL-091 - the POJO model import is an untrusted model artifact = executable code, the class shared with Keras / HF Transformers / NeMo / PyTorch.",
|
|
16358
|
+
"_auto_imported": false,
|
|
16359
|
+
"_intake_method": "manual-verified-curation",
|
|
16360
|
+
"_kev_short_description": "H2O-3's unauthenticated POJO model-import feature compiles and runs imported model code, giving unauthenticated RCE (CWE-94); no fixed version published - H2O-3 is designed for a trusted environment, so isolate it."
|
|
16361
|
+
},
|
|
16362
|
+
"CVE-2023-6038": {
|
|
16363
|
+
"name": "H2O-3 REST API Unauthenticated Local File Inclusion (Arbitrary File Read)",
|
|
16364
|
+
"type": "Information Disclosure",
|
|
16365
|
+
"cvss_score": 7.5,
|
|
16366
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
|
|
16367
|
+
"cvss_note": "NIST (NVD) CVSS v3.1 base 7.5 (HIGH, confidentiality-only); huntr.dev (CNA) rates it 9.3 (CRITICAL, scope-changed). The H2O-3 REST API exposes an import path that performs no authorization check, letting an unauthenticated attacker read arbitrary files on the host with the H2O-3 process's permissions (CWE-862 missing authorization, Local File Inclusion).",
|
|
16368
|
+
"cisa_kev": false,
|
|
16369
|
+
"poc_available": true,
|
|
16370
|
+
"poc_description": "huntr.dev / Protect AI published the analysis and proof-of-concept (read arbitrary files via the unauthenticated import path).",
|
|
16371
|
+
"ai_discovered": false,
|
|
16372
|
+
"ai_discovery_source": "human_researcher",
|
|
16373
|
+
"ai_discovery_notes": "Disclosed via huntr.dev / Protect AI (https://huntr.com/bounties/e76a32f6-b1b6-4caf-bc06-50bbe7548b3d). The abused surface is H2O-3, a widely used open-source ML/AutoML platform.",
|
|
16374
|
+
"ai_assisted_weaponization": false,
|
|
16375
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is an unauthenticated file-read surface on an ML platform's control plane.",
|
|
16376
|
+
"active_exploitation": "none",
|
|
16377
|
+
"active_exploitation_notes": "Research/bounty disclosure with a public proof-of-concept; no confirmed in-the-wild exploitation reported as of curation. No fixed version is published (H2O-3 is documented as a trusted-environment product), so exposed instances remain vulnerable.",
|
|
16378
|
+
"affected": "H2O-3 3.40.0.4 (and likely other versions).",
|
|
16379
|
+
"affected_versions": [
|
|
16380
|
+
"H2O-3 <= 3.40.0.4"
|
|
16381
|
+
],
|
|
16382
|
+
"vector": "The H2O-3 REST API exposes a file-import endpoint with no authorization control. An unauthenticated remote attacker uses it to read arbitrary files (credentials, configuration, data) on the server with the permissions of the user running H2O-3 - a Local File Inclusion driven by missing authorization (CWE-862). Disclosed via huntr.dev / Protect AI.",
|
|
16383
|
+
"complexity": "low",
|
|
16384
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N / UI:N - network-reachable and unauthenticated; a single request to the exposed H2O-3 REST API import path suffices.",
|
|
16385
|
+
"patch_available": false,
|
|
16386
|
+
"patch_required_reboot": false,
|
|
16387
|
+
"live_patch_available": false,
|
|
16388
|
+
"live_patch_tools": [],
|
|
16389
|
+
"live_patch_notes": "No fixed version published as of curation; H2O.ai documents H2O-3 as a trusted-environment product. Mitigation is network isolation + authenticated access control (see vendor_update_paths).",
|
|
16390
|
+
"vendor_update_paths": [
|
|
16391
|
+
"No fixed H2O-3 version is published as of curation; H2O.ai documents that H2O-3 is designed to run in a trusted environment. Do not expose the H2O-3 REST API to untrusted networks, require authenticated network access, and run H2O-3 as a least-privilege user so an LFI yields minimal data."
|
|
16392
|
+
],
|
|
16393
|
+
"framework_control_gaps": {
|
|
16394
|
+
"NIST-800-53-AC-3": "Access enforcement is missing: the H2O-3 REST API import path performs no authorization check (CWE-862).",
|
|
16395
|
+
"NIST-800-53-IA-2": "The H2O-3 REST API does not authenticate callers before serving a file-import path that can read arbitrary files.",
|
|
16396
|
+
"NIST-800-53-SC-7": "Boundary protection does not treat the ML platform's unauthenticated REST API as an exposed surface.",
|
|
16397
|
+
"ISO-27001-2022-A.5.15": "Access control does not gate the H2O-3 REST API's file-import path.",
|
|
16398
|
+
"NIS2-Art21-identity-management": "Article 21 access-control measures do not reach the ML platform's unauthenticated REST API.",
|
|
16399
|
+
"DORA-Art-9": "ICT protection measures do not model unauthenticated file read from an ML platform as an ICT-risk event.",
|
|
16400
|
+
"UK-CAF-B4": "System Security objective has no objective for authenticating the ML platform's REST API.",
|
|
16401
|
+
"AU-ISM-1546": "Patch-application control does not single out ML/AutoML platforms.",
|
|
16402
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML platform's REST API authorization as an integrity control whose absence exposes arbitrary file read."
|
|
16403
|
+
},
|
|
16404
|
+
"atlas_refs": [
|
|
16405
|
+
"AML.T0049"
|
|
16406
|
+
],
|
|
16407
|
+
"attack_refs": [
|
|
16408
|
+
"T1190",
|
|
16409
|
+
"T1083",
|
|
16410
|
+
"T1005"
|
|
16411
|
+
],
|
|
16412
|
+
"rwep_score": 38,
|
|
16413
|
+
"rwep_factors": {
|
|
16414
|
+
"cisa_kev": 0,
|
|
16415
|
+
"poc_available": 20,
|
|
16416
|
+
"ai_factor": 0,
|
|
16417
|
+
"active_exploitation": 0,
|
|
16418
|
+
"blast_radius": 18,
|
|
16419
|
+
"patch_available": 0,
|
|
16420
|
+
"live_patch_available": 0,
|
|
16421
|
+
"reboot_required": 0
|
|
16422
|
+
},
|
|
16423
|
+
"rwep_notes": "Standard (RWEP 38, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no fixed version published so no patch credit (Hard Rule #3); confidentiality-only file read keeps blast moderate. poc_available=20 + blast_radius=18. The vendor's trusted-environment stance means the only remediation is isolation, so exposure persists until operators network-isolate H2O-3.",
|
|
16424
|
+
"epss_score": null,
|
|
16425
|
+
"epss_date": "2026-05-25",
|
|
16426
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
16427
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-6038",
|
|
16428
|
+
"cwe_refs": [
|
|
16429
|
+
"CWE-862"
|
|
16430
|
+
],
|
|
16431
|
+
"iocs": {
|
|
16432
|
+
"behavioral": [
|
|
16433
|
+
"Unauthenticated H2O-3 REST API import requests referencing local file paths (e.g. /etc/passwd, credential or config files) rather than dataset URLs.",
|
|
16434
|
+
"H2O-3 returning the contents of local system files in import/preview responses.",
|
|
16435
|
+
"An internet-exposed H2O-3 REST API reachable without authentication - the exposed precondition."
|
|
16436
|
+
],
|
|
16437
|
+
"_ioc_source_note": "Behavioral signatures anchored to the huntr.dev / Protect AI bounty report (https://huntr.com/bounties/e76a32f6-b1b6-4caf-bc06-50bbe7548b3d), the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-6mv8-95x5-xcq9), and NVD CVE-2023-6038 (CWE-862)."
|
|
16438
|
+
},
|
|
16439
|
+
"source_verified": "2026-05-25",
|
|
16440
|
+
"verification_sources": [
|
|
16441
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2023-6038",
|
|
16442
|
+
"https://github.com/advisories/GHSA-6mv8-95x5-xcq9",
|
|
16443
|
+
"https://huntr.com/bounties/e76a32f6-b1b6-4caf-bc06-50bbe7548b3d"
|
|
16444
|
+
],
|
|
16445
|
+
"vendor_advisories": [
|
|
16446
|
+
{
|
|
16447
|
+
"vendor": "GitHub Security Advisory",
|
|
16448
|
+
"advisory_id": "CVE-2023-6038",
|
|
16449
|
+
"url": "https://github.com/advisories/GHSA-6mv8-95x5-xcq9",
|
|
16450
|
+
"severity": "high",
|
|
16451
|
+
"published_date": "2023-11-16"
|
|
16452
|
+
},
|
|
16453
|
+
{
|
|
16454
|
+
"vendor": "NVD",
|
|
16455
|
+
"advisory_id": "CVE-2023-6038",
|
|
16456
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6038",
|
|
16457
|
+
"severity": "high",
|
|
16458
|
+
"published_date": "2023-11-16"
|
|
16459
|
+
}
|
|
16460
|
+
],
|
|
16461
|
+
"last_updated": "2026-05-25",
|
|
16462
|
+
"discovery_attribution_note": "Manually curated from the huntr.dev / Protect AI bounty (https://huntr.com/bounties/e76a32f6-b1b6-4caf-bc06-50bbe7548b3d) + the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-6mv8-95x5-xcq9, CWE-862) + NVD (CVSS v3.1 7.5) / huntr (CNA). H2O-3 ML-platform flaw; reuses the AI-compute control-plane authentication control NEW-CTRL-088 - the ML platform's REST API must authenticate every endpoint, the class shared with Ray / ShadowRay.",
|
|
16463
|
+
"_auto_imported": false,
|
|
16464
|
+
"_intake_method": "manual-verified-curation",
|
|
16465
|
+
"_kev_short_description": "H2O-3's REST API import path performs no authorization, letting an unauthenticated attacker read arbitrary host files (CWE-862 LFI); no fixed version published - H2O-3 is designed for a trusted environment, so isolate it."
|
|
16466
|
+
},
|
|
16256
16467
|
"CVE-2026-41091": {
|
|
16257
16468
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
16258
16469
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -382,6 +382,7 @@
|
|
|
382
382
|
"CVE-2020-25078",
|
|
383
383
|
"CVE-2022-48503",
|
|
384
384
|
"CVE-2023-44467",
|
|
385
|
+
"CVE-2023-6016",
|
|
385
386
|
"CVE-2024-12366",
|
|
386
387
|
"CVE-2024-21513",
|
|
387
388
|
"CVE-2024-21576",
|
|
@@ -1751,6 +1752,7 @@
|
|
|
1751
1752
|
"evidence_cves": [
|
|
1752
1753
|
"CVE-2023-48022",
|
|
1753
1754
|
"CVE-2023-52163",
|
|
1755
|
+
"CVE-2023-6038",
|
|
1754
1756
|
"CVE-2024-57726",
|
|
1755
1757
|
"CVE-2025-20362",
|
|
1756
1758
|
"CVE-2025-40602",
|
|
@@ -38,8 +38,10 @@
|
|
|
38
38
|
"CVE-2023-43654",
|
|
39
39
|
"CVE-2023-48022",
|
|
40
40
|
"CVE-2023-51449",
|
|
41
|
+
"CVE-2023-6016",
|
|
41
42
|
"CVE-2023-6019",
|
|
42
43
|
"CVE-2023-6021",
|
|
44
|
+
"CVE-2023-6038",
|
|
43
45
|
"CVE-2024-0129",
|
|
44
46
|
"CVE-2024-0132",
|
|
45
47
|
"CVE-2024-11392",
|
|
@@ -1267,6 +1269,7 @@
|
|
|
1267
1269
|
"opened_date": "2026-01-01",
|
|
1268
1270
|
"evidence_cves": [
|
|
1269
1271
|
"CVE-2023-43472",
|
|
1272
|
+
"CVE-2023-6016",
|
|
1270
1273
|
"CVE-2024-12366",
|
|
1271
1274
|
"CVE-2024-24590",
|
|
1272
1275
|
"CVE-2024-24591",
|
|
@@ -2101,6 +2104,7 @@
|
|
|
2101
2104
|
"opened_date": "2026-04-01",
|
|
2102
2105
|
"evidence_cves": [
|
|
2103
2106
|
"BUG-2026-NIGHTMARE-ECLIPSE-GREENPLASMA",
|
|
2107
|
+
"CVE-2023-6016",
|
|
2104
2108
|
"CVE-2024-12366",
|
|
2105
2109
|
"CVE-2024-24590",
|
|
2106
2110
|
"CVE-2024-24591",
|
|
@@ -2249,6 +2253,7 @@
|
|
|
2249
2253
|
"evidence_cves": [
|
|
2250
2254
|
"CVE-2023-48022",
|
|
2251
2255
|
"CVE-2023-51449",
|
|
2256
|
+
"CVE-2023-6038",
|
|
2252
2257
|
"CVE-2024-0132",
|
|
2253
2258
|
"CVE-2024-1561",
|
|
2254
2259
|
"CVE-2024-21575",
|
|
@@ -2798,6 +2803,7 @@
|
|
|
2798
2803
|
"opened_date": "2026-02-01",
|
|
2799
2804
|
"evidence_cves": [
|
|
2800
2805
|
"BUG-2026-NIGHTMARE-ECLIPSE-UNDEFEND",
|
|
2806
|
+
"CVE-2023-6016",
|
|
2801
2807
|
"CVE-2024-12366",
|
|
2802
2808
|
"CVE-2024-5565",
|
|
2803
2809
|
"CVE-2025-11837",
|
|
@@ -5028,8 +5034,10 @@
|
|
|
5028
5034
|
"CVE-2023-44467",
|
|
5029
5035
|
"CVE-2023-48022",
|
|
5030
5036
|
"CVE-2023-51449",
|
|
5037
|
+
"CVE-2023-6016",
|
|
5031
5038
|
"CVE-2023-6019",
|
|
5032
5039
|
"CVE-2023-6021",
|
|
5040
|
+
"CVE-2023-6038",
|
|
5033
5041
|
"CVE-2024-0129",
|
|
5034
5042
|
"CVE-2024-0132",
|
|
5035
5043
|
"CVE-2024-11392",
|
|
@@ -5133,6 +5141,7 @@
|
|
|
5133
5141
|
"status": "open",
|
|
5134
5142
|
"opened_date": "2026-05-15",
|
|
5135
5143
|
"evidence_cves": [
|
|
5144
|
+
"CVE-2023-6038",
|
|
5136
5145
|
"CVE-2024-1709",
|
|
5137
5146
|
"CVE-2025-3248",
|
|
5138
5147
|
"CVE-2026-33017",
|
|
@@ -5427,6 +5436,8 @@
|
|
|
5427
5436
|
"status": "open",
|
|
5428
5437
|
"opened_date": "2026-05-15",
|
|
5429
5438
|
"evidence_cves": [
|
|
5439
|
+
"CVE-2023-6016",
|
|
5440
|
+
"CVE-2023-6038",
|
|
5430
5441
|
"CVE-2025-3248",
|
|
5431
5442
|
"CVE-2026-33017",
|
|
5432
5443
|
"CVE-2026-6973"
|
|
@@ -5590,6 +5601,8 @@
|
|
|
5590
5601
|
"evidence_cves": [
|
|
5591
5602
|
"CVE-2023-44467",
|
|
5592
5603
|
"CVE-2023-51449",
|
|
5604
|
+
"CVE-2023-6016",
|
|
5605
|
+
"CVE-2023-6038",
|
|
5593
5606
|
"CVE-2024-0129",
|
|
5594
5607
|
"CVE-2024-0132",
|
|
5595
5608
|
"CVE-2024-11392",
|
|
@@ -5686,8 +5699,10 @@
|
|
|
5686
5699
|
"CVE-2023-44467",
|
|
5687
5700
|
"CVE-2023-48022",
|
|
5688
5701
|
"CVE-2023-51449",
|
|
5702
|
+
"CVE-2023-6016",
|
|
5689
5703
|
"CVE-2023-6019",
|
|
5690
5704
|
"CVE-2023-6021",
|
|
5705
|
+
"CVE-2023-6038",
|
|
5691
5706
|
"CVE-2024-0129",
|
|
5692
5707
|
"CVE-2024-0132",
|
|
5693
5708
|
"CVE-2024-11392",
|
|
@@ -5959,6 +5974,7 @@
|
|
|
5959
5974
|
"evidence_cves": [
|
|
5960
5975
|
"CVE-2020-10148",
|
|
5961
5976
|
"CVE-2023-48022",
|
|
5977
|
+
"CVE-2023-6038",
|
|
5962
5978
|
"CVE-2025-3248",
|
|
5963
5979
|
"CVE-2025-55241",
|
|
5964
5980
|
"CVE-2026-24206",
|
|
@@ -6031,8 +6047,10 @@
|
|
|
6031
6047
|
"CVE-2022-1471",
|
|
6032
6048
|
"CVE-2023-43654",
|
|
6033
6049
|
"CVE-2023-48022",
|
|
6050
|
+
"CVE-2023-6016",
|
|
6034
6051
|
"CVE-2023-6019",
|
|
6035
6052
|
"CVE-2023-6021",
|
|
6053
|
+
"CVE-2023-6038",
|
|
6036
6054
|
"CVE-2024-1709",
|
|
6037
6055
|
"CVE-2024-4889",
|
|
6038
6056
|
"CVE-2024-6587",
|
|
@@ -4411,6 +4411,106 @@
|
|
|
4411
4411
|
"_auto_imported": false,
|
|
4412
4412
|
"_intake_method": "manual-verified-curation"
|
|
4413
4413
|
},
|
|
4414
|
+
"CVE-2023-6016": {
|
|
4415
|
+
"name": "H2O-3 POJO Model Import Unauthenticated Remote Code Execution",
|
|
4416
|
+
"lesson_date": "2026-05-25",
|
|
4417
|
+
"attack_vector": {
|
|
4418
|
+
"description": "H2O-3's dashboard / REST API exposes an unauthenticated POJO (Java) model-import feature that compiles and runs the imported model code, so an unauthenticated attacker imports a malicious model and gains remote code execution on the host.",
|
|
4419
|
+
"privileges_required": "none (unauthenticated)",
|
|
4420
|
+
"complexity": "low",
|
|
4421
|
+
"ai_factor": "The abused surface is H2O-3, an open-source ML/AutoML platform. The lesson: an ML platform's control plane is a privileged surface - model import runs code, so it must authenticate and reject untrusted model artifacts; a 'trusted environment' deployment assumption is not a control."
|
|
4422
|
+
},
|
|
4423
|
+
"framework_coverage": {
|
|
4424
|
+
"NIST-800-53-SI-2": {
|
|
4425
|
+
"covered": true,
|
|
4426
|
+
"adequate": false,
|
|
4427
|
+
"gap": "Flaw remediation does not track the ML platform's model-import feature; the vendor treats H2O-3 as trusted-environment-only, so no fix ships."
|
|
4428
|
+
},
|
|
4429
|
+
"NIST-800-53-SI-10": {
|
|
4430
|
+
"covered": true,
|
|
4431
|
+
"adequate": false,
|
|
4432
|
+
"gap": "No input validation distinguishes a trusted model from attacker code at the unauthenticated model-import endpoint."
|
|
4433
|
+
},
|
|
4434
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
4435
|
+
"covered": false,
|
|
4436
|
+
"adequate": false,
|
|
4437
|
+
"gap": "No framework treats an ML platform's model-import feature as a privileged code-execution surface - a model artifact is executable code."
|
|
4438
|
+
}
|
|
4439
|
+
},
|
|
4440
|
+
"compliance_exposure_score": {
|
|
4441
|
+
"percent_audit_passing_orgs_still_exposed": 82,
|
|
4442
|
+
"basis": "H2O-3 is deployed for data-science productivity on trusted-network assumptions; its dashboard / REST API is frequently exposed without authentication, and the vendor ships no fix (trusted-environment-by-design).",
|
|
4443
|
+
"theater_pattern": "ai_platform_trusted_environment_assumption"
|
|
4444
|
+
},
|
|
4445
|
+
"ai_discovered_zeroday": false,
|
|
4446
|
+
"ai_discovery_source": "human_researcher",
|
|
4447
|
+
"ai_assist_factor": "none",
|
|
4448
|
+
"new_control_requirements": [
|
|
4449
|
+
{
|
|
4450
|
+
"id": "NEW-CTRL-091",
|
|
4451
|
+
"name": "UNTRUSTED-MODEL-ARTIFACT-LOADING",
|
|
4452
|
+
"description": "Treat ML model artifacts as untrusted code: never load .keras / pickle-based models from untrusted sources, verify provenance, prefer safe formats (e.g. safetensors), and load untrusted models only in a sandboxed, network-isolated, least-privilege environment. Upgrade Keras to the fixed release (>= 3.8.0 for CVE-2025-1550; past 3.10.0 for the CVE-2025-8747 safe_mode bypass) and do not rely on safe_mode alone — it was bypassable. The distinguishing test: load an attacker-crafted .keras archive with safe_mode enabled on a sandboxed instance and confirm no code executes.",
|
|
4453
|
+
"evidence": "https://nvd.nist.gov/vuln/detail/CVE-2025-1550",
|
|
4454
|
+
"gap_closes": [
|
|
4455
|
+
"NIST-800-53-SI-2",
|
|
4456
|
+
"NIST-800-53-SI-10",
|
|
4457
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
4458
|
+
]
|
|
4459
|
+
}
|
|
4460
|
+
],
|
|
4461
|
+
"_auto_imported": false,
|
|
4462
|
+
"_intake_method": "manual-verified-curation"
|
|
4463
|
+
},
|
|
4464
|
+
"CVE-2023-6038": {
|
|
4465
|
+
"name": "H2O-3 REST API Unauthenticated Local File Inclusion (Arbitrary File Read)",
|
|
4466
|
+
"lesson_date": "2026-05-25",
|
|
4467
|
+
"attack_vector": {
|
|
4468
|
+
"description": "H2O-3's REST API exposes a file-import path with no authorization check, so an unauthenticated remote attacker reads arbitrary files on the host with the H2O-3 process's permissions (Local File Inclusion).",
|
|
4469
|
+
"privileges_required": "none (unauthenticated)",
|
|
4470
|
+
"complexity": "low",
|
|
4471
|
+
"ai_factor": "The abused surface is H2O-3, an open-source ML/AutoML platform. The lesson: an ML platform's control plane is a privileged surface - its REST API must authenticate every endpoint; a 'trusted environment' deployment assumption is not a control."
|
|
4472
|
+
},
|
|
4473
|
+
"framework_coverage": {
|
|
4474
|
+
"NIST-800-53-IA-2": {
|
|
4475
|
+
"covered": true,
|
|
4476
|
+
"adequate": false,
|
|
4477
|
+
"gap": "The H2O-3 REST API does not authenticate callers before serving a file-import path; 'trusted environment' is assumed, not enforced."
|
|
4478
|
+
},
|
|
4479
|
+
"NIST-800-53-SC-7": {
|
|
4480
|
+
"covered": true,
|
|
4481
|
+
"adequate": false,
|
|
4482
|
+
"gap": "Boundary protection does not treat the unauthenticated ML-platform REST API as an exposed surface."
|
|
4483
|
+
},
|
|
4484
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
4485
|
+
"covered": false,
|
|
4486
|
+
"adequate": false,
|
|
4487
|
+
"gap": "No framework requires authenticating every endpoint of an ML platform's control plane / REST API."
|
|
4488
|
+
}
|
|
4489
|
+
},
|
|
4490
|
+
"compliance_exposure_score": {
|
|
4491
|
+
"percent_audit_passing_orgs_still_exposed": 80,
|
|
4492
|
+
"basis": "H2O-3 is deployed for data-science productivity on trusted-network assumptions; its dashboard / REST API is frequently exposed without authentication, and the vendor ships no fix (trusted-environment-by-design).",
|
|
4493
|
+
"theater_pattern": "ai_platform_trusted_environment_assumption"
|
|
4494
|
+
},
|
|
4495
|
+
"ai_discovered_zeroday": false,
|
|
4496
|
+
"ai_discovery_source": "human_researcher",
|
|
4497
|
+
"ai_assist_factor": "none",
|
|
4498
|
+
"new_control_requirements": [
|
|
4499
|
+
{
|
|
4500
|
+
"id": "NEW-CTRL-088",
|
|
4501
|
+
"name": "AI-COMPUTE-CONTROL-PLANE-AUTHENTICATION",
|
|
4502
|
+
"description": "An AI compute framework's job/control API must authenticate every caller; 'deploy only on a trusted network' is an assumption, not a control, and must not substitute for authentication. Enable Ray token authentication (2.52.0+), never expose the dashboard / Job Submission API to untrusted networks, front it with an authenticating proxy, and treat any internet-exposed cluster as compromised (rotate model artifacts and cloud credentials). The distinguishing test: from the public internet, attempt to reach the Ray dashboard (default 8265) and submit a job unauthenticated on a staging cluster; it must be refused.",
|
|
4503
|
+
"evidence": "https://atlas.mitre.org/studies/AML.CS0023",
|
|
4504
|
+
"gap_closes": [
|
|
4505
|
+
"NIST-800-53-IA-2",
|
|
4506
|
+
"NIST-800-53-SC-7",
|
|
4507
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
4508
|
+
]
|
|
4509
|
+
}
|
|
4510
|
+
],
|
|
4511
|
+
"_auto_imported": false,
|
|
4512
|
+
"_intake_method": "manual-verified-curation"
|
|
4513
|
+
},
|
|
4414
4514
|
"CVE-2024-24591": {
|
|
4415
4515
|
"name": "ClearML Client SDK Dataset Path Traversal Arbitrary File Write",
|
|
4416
4516
|
"lesson_date": "2026-05-25",
|