@blamejs/exceptd-skills 0.13.79 → 0.13.81
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 +8 -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 +1209 -0
- package/data/atlas-ttps.json +19 -4
- package/data/attack-techniques.json +7 -0
- package/data/cve-catalog.json +321 -0
- package/data/cwe-catalog.json +8 -1
- package/data/framework-control-gaps.json +24 -0
- package/data/zeroday-lessons.json +150 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +25 -25
package/data/atlas-ttps.json
CHANGED
|
@@ -1525,7 +1525,11 @@
|
|
|
1525
1525
|
"ATLAS"
|
|
1526
1526
|
],
|
|
1527
1527
|
"stix_id": "attack-pattern--f13dede7-12ee-5f0e-985a-4f801aecb681",
|
|
1528
|
-
"is_subtechnique": false
|
|
1528
|
+
"is_subtechnique": false,
|
|
1529
|
+
"cve_refs": [
|
|
1530
|
+
"CVE-2023-48022",
|
|
1531
|
+
"CVE-2025-64496"
|
|
1532
|
+
]
|
|
1529
1533
|
},
|
|
1530
1534
|
"AML.T0029": {
|
|
1531
1535
|
"id": "AML.T0029",
|
|
@@ -1573,7 +1577,10 @@
|
|
|
1573
1577
|
"ATLAS"
|
|
1574
1578
|
],
|
|
1575
1579
|
"stix_id": "attack-pattern--7bbac64e-2b1d-5cb0-a442-bb7573b0a328",
|
|
1576
|
-
"is_subtechnique": false
|
|
1580
|
+
"is_subtechnique": false,
|
|
1581
|
+
"cve_refs": [
|
|
1582
|
+
"CVE-2023-48022"
|
|
1583
|
+
]
|
|
1577
1584
|
},
|
|
1578
1585
|
"AML.T0035": {
|
|
1579
1586
|
"id": "AML.T0035",
|
|
@@ -1589,7 +1596,10 @@
|
|
|
1589
1596
|
"ATLAS"
|
|
1590
1597
|
],
|
|
1591
1598
|
"stix_id": "attack-pattern--801658f2-81cd-5935-93c7-5e6e2d80e669",
|
|
1592
|
-
"is_subtechnique": false
|
|
1599
|
+
"is_subtechnique": false,
|
|
1600
|
+
"cve_refs": [
|
|
1601
|
+
"CVE-2023-48022"
|
|
1602
|
+
]
|
|
1593
1603
|
},
|
|
1594
1604
|
"AML.T0036": {
|
|
1595
1605
|
"id": "AML.T0036",
|
|
@@ -1685,7 +1695,12 @@
|
|
|
1685
1695
|
"ATLAS"
|
|
1686
1696
|
],
|
|
1687
1697
|
"stix_id": "attack-pattern--ebeed0c7-c5de-5049-8f27-efcae5f88b00",
|
|
1688
|
-
"is_subtechnique": false
|
|
1698
|
+
"is_subtechnique": false,
|
|
1699
|
+
"cve_refs": [
|
|
1700
|
+
"CVE-2023-48022",
|
|
1701
|
+
"CVE-2025-64496",
|
|
1702
|
+
"CVE-2026-0766"
|
|
1703
|
+
]
|
|
1689
1704
|
},
|
|
1690
1705
|
"AML.T0050": {
|
|
1691
1706
|
"id": "AML.T0050",
|
|
@@ -269,6 +269,7 @@
|
|
|
269
269
|
"DS0017"
|
|
270
270
|
],
|
|
271
271
|
"cve_refs": [
|
|
272
|
+
"CVE-2023-48022",
|
|
272
273
|
"CVE-2024-50050",
|
|
273
274
|
"CVE-2025-1094",
|
|
274
275
|
"CVE-2025-11837",
|
|
@@ -280,7 +281,9 @@
|
|
|
280
281
|
"CVE-2025-54136",
|
|
281
282
|
"CVE-2025-55319",
|
|
282
283
|
"CVE-2025-60455",
|
|
284
|
+
"CVE-2025-64496",
|
|
283
285
|
"CVE-2025-68664",
|
|
286
|
+
"CVE-2026-0766",
|
|
284
287
|
"CVE-2026-22252",
|
|
285
288
|
"CVE-2026-22688",
|
|
286
289
|
"CVE-2026-22778",
|
|
@@ -825,6 +828,7 @@
|
|
|
825
828
|
"CVE-2023-33538",
|
|
826
829
|
"CVE-2023-3519",
|
|
827
830
|
"CVE-2023-39780",
|
|
831
|
+
"CVE-2023-48022",
|
|
828
832
|
"CVE-2023-52163",
|
|
829
833
|
"CVE-2024-12987",
|
|
830
834
|
"CVE-2024-1709",
|
|
@@ -928,6 +932,7 @@
|
|
|
928
932
|
"CVE-2025-62847",
|
|
929
933
|
"CVE-2025-62848",
|
|
930
934
|
"CVE-2025-64328",
|
|
935
|
+
"CVE-2025-64496",
|
|
931
936
|
"CVE-2025-6554",
|
|
932
937
|
"CVE-2025-6558",
|
|
933
938
|
"CVE-2025-66644",
|
|
@@ -940,6 +945,7 @@
|
|
|
940
945
|
"CVE-2025-9242",
|
|
941
946
|
"CVE-2025-9377",
|
|
942
947
|
"CVE-2026-0300",
|
|
948
|
+
"CVE-2026-0766",
|
|
943
949
|
"CVE-2026-1281",
|
|
944
950
|
"CVE-2026-1340",
|
|
945
951
|
"CVE-2026-1731",
|
|
@@ -2458,6 +2464,7 @@
|
|
|
2458
2464
|
"name": "Resource Hijacking",
|
|
2459
2465
|
"version": "v19",
|
|
2460
2466
|
"cve_refs": [
|
|
2467
|
+
"CVE-2023-48022",
|
|
2461
2468
|
"MAL-2024-PYPI-ULTRALYTICS-XMRIG"
|
|
2462
2469
|
],
|
|
2463
2470
|
"description_full": "Adversaries may leverage the resources of co-opted systems to complete resource-intensive tasks, which may impact system and/or hosted service availability. Resource hijacking may take a number of different forms. For example, adversaries may: * Leverage compute resources in order to mine cryptocurrency * Sell network bandwidth to proxy networks * Generate SMS traffic for profit * Abuse cloud-based messaging services to send large quantities of spam messages In some cases, adversaries may leverage multiple types of Resource Hijacking at once.(Citation: Sysdig Cryptojacking Proxyjacking 2023)",
|
package/data/cve-catalog.json
CHANGED
|
@@ -11296,6 +11296,327 @@
|
|
|
11296
11296
|
"_intake_method": "manual-verified-curation",
|
|
11297
11297
|
"_kev_short_description": "NVIDIA Triton Inference Server has a second authentication bypass (CWE-288) reachable unauthenticated over the network, enabling privilege escalation and information disclosure; fixed in r26.03. NVD scores 9.8; NVIDIA scores 7.3."
|
|
11298
11298
|
},
|
|
11299
|
+
"CVE-2023-48022": {
|
|
11300
|
+
"name": "Anyscale Ray Job Submission API Unauthenticated RCE (ShadowRay)",
|
|
11301
|
+
"type": "RCE",
|
|
11302
|
+
"cvss_score": 9.8,
|
|
11303
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
11304
|
+
"cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL); NVD marks the record DISPUTED. NVD assigns CWE-918; the operational root cause is missing authorization (CWE-862) on the Ray Job Submission / Dashboard API, which accepts and runs attacker-supplied code without authentication.",
|
|
11305
|
+
"cisa_kev": false,
|
|
11306
|
+
"poc_available": true,
|
|
11307
|
+
"poc_description": "Public exploit and detection content exist (e.g. github.com/jakabakos/ShadowRay-RCE-PoC-CVE-2023-48022 and a ProjectDiscovery nuclei template): an unauthenticated request to an internet-exposed Ray Dashboard / Job Submission API submits a Python payload that runs on worker nodes.",
|
|
11308
|
+
"ai_discovered": false,
|
|
11309
|
+
"ai_discovery_source": "human_researcher",
|
|
11310
|
+
"ai_discovery_notes": "Disclosed by Bishop Fox and tracked at scale by Oligo Security (ShadowRay / ShadowRay 2.0). The abused surface is the Job Submission API of a widely deployed AI/ML compute framework.",
|
|
11311
|
+
"ai_assisted_weaponization": false,
|
|
11312
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the significance is that the exposed compute is AI/ML infrastructure (model weights, training data, cloud credentials) and the impact includes AI artifact theft.",
|
|
11313
|
+
"active_exploitation": "confirmed",
|
|
11314
|
+
"active_exploitation_notes": "Confirmed mass exploitation in the wild. Oligo's ShadowRay 2.0 campaign (active since September 2024, reported through 2026) turned exposed Ray clusters into crypto-mining botnets and exfiltrated model weights and cloud credentials; reporting counts on the order of 230,000 internet-exposed Ray environments. Not on the CISA KEV catalog because NVD lists the CVE as disputed.",
|
|
11315
|
+
"affected": "Anyscale Ray (open-source distributed AI/ML compute framework). NVD records 2.6.3 and 2.8.0; the unauthenticated Job Submission / Dashboard API behavior persists across releases until network controls or token authentication (added in 2.52.0) are applied.",
|
|
11316
|
+
"affected_versions": [
|
|
11317
|
+
"Anyscale Ray 2.6.3",
|
|
11318
|
+
"Anyscale Ray 2.8.0",
|
|
11319
|
+
"Anyscale Ray (Job Submission API exposed without token auth, < 2.52.0)"
|
|
11320
|
+
],
|
|
11321
|
+
"vector": "Ray's Dashboard / Job Submission API accepts a job specification containing Python code and runs it on cluster worker nodes without requiring authentication (missing authorization). An unauthenticated attacker who can reach an exposed Ray dashboard achieves remote code execution across the cluster, then harvests AI artifacts and cloud credentials and hijacks compute for crypto mining.",
|
|
11322
|
+
"complexity": "low",
|
|
11323
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N / UI:N — network-reachable, unauthenticated, low-complexity. The precondition is an internet-exposed Ray dashboard.",
|
|
11324
|
+
"patch_available": false,
|
|
11325
|
+
"patch_required_reboot": false,
|
|
11326
|
+
"live_patch_available": false,
|
|
11327
|
+
"live_patch_tools": [],
|
|
11328
|
+
"live_patch_notes": "No code patch — the vendor disputes this is a vulnerability and treats the open Job API as intended for trusted networks. Mitigation: never expose the Ray dashboard / Job Submission API to untrusted networks, enable token authentication (Ray 2.52.0+), and place the cluster behind network controls.",
|
|
11329
|
+
"vendor_update_paths": [
|
|
11330
|
+
"Do not expose the Ray dashboard / Job Submission API to untrusted networks. Enable token authentication (Ray 2.52.0 or later). Restrict the dashboard to a controlled network segment and put an authenticating proxy in front. Treat any internet-exposed Ray cluster as compromised and rotate cloud credentials and model artifacts."
|
|
11331
|
+
],
|
|
11332
|
+
"framework_control_gaps": {
|
|
11333
|
+
"NIST-800-53-IA-2": "Authentication is treated as out-of-scope for the Ray Job API because the vendor frames the cluster as a controlled-network deployment; in practice the API is internet-exposed and unauthenticated.",
|
|
11334
|
+
"NIST-800-53-SC-7": "Boundary-protection control assumes the AI compute cluster is network-isolated; reality is hundreds of thousands of internet-exposed dashboards.",
|
|
11335
|
+
"ISO-27001-2022-A.5.15": "Access-control policy does not require authentication on the AI compute framework's job API, relying on an assumed controlled network.",
|
|
11336
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not address a disputed, no-patch vulnerability whose only remediation is configuration and network control.",
|
|
11337
|
+
"DORA-Art-9": "ICT protection measures do not model an unauthenticated, actively-exploited AI compute control plane as an ICT-risk event.",
|
|
11338
|
+
"UK-CAF-B2": "Identity and Access Control objective has no requirement to authenticate the AI compute framework's job submission API.",
|
|
11339
|
+
"AU-ISM-1546": "Patch-application control offers nothing for a disputed, no-patch flaw remediated only by configuration.",
|
|
11340
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework rejects the 'controlled network is the security control' assumption for AI compute; an exposed, unauthenticated Job API is RCE plus AI-artifact and credential theft."
|
|
11341
|
+
},
|
|
11342
|
+
"atlas_refs": [
|
|
11343
|
+
"AML.T0049",
|
|
11344
|
+
"AML.T0034",
|
|
11345
|
+
"AML.T0035",
|
|
11346
|
+
"AML.T0025"
|
|
11347
|
+
],
|
|
11348
|
+
"attack_refs": [
|
|
11349
|
+
"T1190",
|
|
11350
|
+
"T1059",
|
|
11351
|
+
"T1496"
|
|
11352
|
+
],
|
|
11353
|
+
"rwep_score": 68,
|
|
11354
|
+
"rwep_factors": {
|
|
11355
|
+
"cisa_kev": 0,
|
|
11356
|
+
"poc_available": 20,
|
|
11357
|
+
"ai_factor": 0,
|
|
11358
|
+
"active_exploitation": 20,
|
|
11359
|
+
"blast_radius": 28,
|
|
11360
|
+
"patch_available": 0,
|
|
11361
|
+
"live_patch_available": 0,
|
|
11362
|
+
"reboot_required": 0
|
|
11363
|
+
},
|
|
11364
|
+
"rwep_notes": "P1/High (RWEP 68, >= 60 \"patch within 72 hours\" band per lib/scoring.js timeline). poc_available=20 + active_exploitation confirmed=20 (ShadowRay 2.0 mass exploitation) + blast_radius=28 (≈230k exposed Ray environments) with no patch credit (disputed, configuration-only mitigation). Not on CISA KEV because NVD lists the CVE as disputed — a case where RWEP, not KEV or CVSS alone, captures the real-world priority.",
|
|
11365
|
+
"epss_score": null,
|
|
11366
|
+
"epss_date": "2026-05-25",
|
|
11367
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
11368
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-48022",
|
|
11369
|
+
"cwe_refs": [
|
|
11370
|
+
"CWE-862",
|
|
11371
|
+
"CWE-918"
|
|
11372
|
+
],
|
|
11373
|
+
"iocs": {
|
|
11374
|
+
"behavioral": [
|
|
11375
|
+
"Internet-reachable Ray dashboard (default port 8265) or Job Submission API responding without authentication.",
|
|
11376
|
+
"Ray job specifications submitted from unexpected source IPs that spawn shell commands, miners, or reverse shells on worker nodes.",
|
|
11377
|
+
"Outbound connections from Ray workers to mining pools or attacker infrastructure; cloud credential or model-weight egress following job submission.",
|
|
11378
|
+
"Ray clusters exposed without token authentication (pre-2.52.0 default, or token auth not enabled) — the exposed precondition."
|
|
11379
|
+
],
|
|
11380
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2023-48022 (disputed; operational root cause missing authorization on the Ray Job Submission API), the Bishop Fox advisory (https://bishopfox.com/blog/ray-versions-2-6-3-2-8-0), and Oligo Security's ShadowRay / ShadowRay 2.0 in-the-wild reporting. MITRE ATLAS case study AML.CS0023."
|
|
11381
|
+
},
|
|
11382
|
+
"source_verified": "2026-05-25",
|
|
11383
|
+
"verification_sources": [
|
|
11384
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2023-48022",
|
|
11385
|
+
"https://bishopfox.com/blog/ray-versions-2-6-3-2-8-0",
|
|
11386
|
+
"https://atlas.mitre.org/studies/AML.CS0023",
|
|
11387
|
+
"https://www.darkreading.com/cyber-risk/shadowray-20-ai-clusters-crypto-botnets"
|
|
11388
|
+
],
|
|
11389
|
+
"vendor_advisories": [
|
|
11390
|
+
{
|
|
11391
|
+
"vendor": "Anyscale (Ray Security)",
|
|
11392
|
+
"advisory_id": "ray-security-docs",
|
|
11393
|
+
"url": "https://docs.ray.io/en/latest/ray-security/index.html",
|
|
11394
|
+
"severity": "critical",
|
|
11395
|
+
"published_date": "2023-11-28"
|
|
11396
|
+
},
|
|
11397
|
+
{
|
|
11398
|
+
"vendor": "NVD",
|
|
11399
|
+
"advisory_id": "CVE-2023-48022",
|
|
11400
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48022",
|
|
11401
|
+
"severity": "critical",
|
|
11402
|
+
"published_date": "2023-11-28"
|
|
11403
|
+
}
|
|
11404
|
+
],
|
|
11405
|
+
"last_updated": "2026-05-25",
|
|
11406
|
+
"discovery_attribution_note": "Manually curated from NVD (disputed; NVD CWE-918, operational root cause CWE-862; NIST CVSS 9.8) + the Bishop Fox advisory + Oligo Security ShadowRay reporting + MITRE ATLAS case study AML.CS0023. A landmark actively-exploited AI-compute exposure that no patch addresses.",
|
|
11407
|
+
"_auto_imported": false,
|
|
11408
|
+
"_intake_method": "manual-verified-curation",
|
|
11409
|
+
"_kev_short_description": "Anyscale Ray's Job Submission / Dashboard API runs attacker-supplied code without authentication; internet-exposed clusters are mass-exploited (ShadowRay 2.0) for crypto mining and AI-artifact / credential theft. Vendor-disputed, no code patch — mitigate with token auth (2.52.0+) and network isolation."
|
|
11410
|
+
},
|
|
11411
|
+
"CVE-2026-0766": {
|
|
11412
|
+
"name": "Open WebUI Tool Module Code Injection RCE",
|
|
11413
|
+
"type": "RCE",
|
|
11414
|
+
"cvss_score": 8.8,
|
|
11415
|
+
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
|
|
11416
|
+
"cvss_note": "ZDI (CNA) CVSS v3.0 base 8.8 (HIGH); NVD enrichment pending at curation. Authenticated code injection in load_tool_module_by_id.",
|
|
11417
|
+
"cisa_kev": false,
|
|
11418
|
+
"poc_available": true,
|
|
11419
|
+
"poc_description": "Documented in the disclosing advisory (Zero Day Initiative): an authenticated request drives the server to execute an unvalidated string as code.",
|
|
11420
|
+
"ai_discovered": false,
|
|
11421
|
+
"ai_discovery_source": "human_researcher",
|
|
11422
|
+
"ai_discovery_notes": "Disclosed via coordinated advisory against Open WebUI, a widely deployed self-hosted AI chat front end. The abused surface is the tool-module loading path.",
|
|
11423
|
+
"ai_assisted_weaponization": false,
|
|
11424
|
+
"ai_assisted_notes": "No AI-assisted weaponization; code injection in an AI chat application.",
|
|
11425
|
+
"active_exploitation": "none",
|
|
11426
|
+
"active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
11427
|
+
"affected": "Open WebUI 0.6.32 (the version named in the Zero Day Initiative advisory).",
|
|
11428
|
+
"affected_versions": [
|
|
11429
|
+
"Open WebUI 0.6.32"
|
|
11430
|
+
],
|
|
11431
|
+
"vector": "Open WebUI's load_tool_module_by_id function does not validate a user-supplied string before using it to execute Python code (CWE-94). An authenticated attacker supplies a crafted value that the server runs, achieving remote code execution on the Open WebUI host.",
|
|
11432
|
+
"complexity": "low",
|
|
11433
|
+
"complexity_notes": "NVD/CNA AC:L. PR:L — requires an authenticated account.",
|
|
11434
|
+
"patch_available": true,
|
|
11435
|
+
"patch_required_reboot": false,
|
|
11436
|
+
"live_patch_available": false,
|
|
11437
|
+
"live_patch_tools": [],
|
|
11438
|
+
"live_patch_notes": "Remediation is an application upgrade to the fixed Open WebUI release (coordinated ZDI disclosure against 0.6.32); redeploy, no host reboot.",
|
|
11439
|
+
"vendor_update_paths": [
|
|
11440
|
+
"Upgrade Open WebUI to a release that fixes the load_tool_module_by_id validation (the flaw was reported via coordinated ZDI disclosure against 0.6.32); restrict who can configure tools and run Open WebUI least-privilege."
|
|
11441
|
+
],
|
|
11442
|
+
"framework_control_gaps": {
|
|
11443
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted AI chat front ends as managed, RCE-bearing software.",
|
|
11444
|
+
"NIST-800-53-SI-10": "Input-validation control is not applied to strings the AI app turns into executable code, nor to content from an external model server.",
|
|
11445
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the AI chat app's tool-loading / external-model-connection paths as code-execution surfaces.",
|
|
11446
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the AI chat app's dynamic-code paths as a privileged execution control plane.",
|
|
11447
|
+
"DORA-Art-9": "ICT protection measures do not model code injection via an AI front end's tool or model-connection features.",
|
|
11448
|
+
"UK-CAF-B4": "System Security objective has no objective for neutralizing strings the AI app executes as code.",
|
|
11449
|
+
"AU-ISM-1546": "Patch-application control does not single out self-hosted AI chat front ends.",
|
|
11450
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats tool-module strings or external-model-server content as untrusted input the AI app must not execute as code."
|
|
11451
|
+
},
|
|
11452
|
+
"atlas_refs": [
|
|
11453
|
+
"AML.T0049"
|
|
11454
|
+
],
|
|
11455
|
+
"attack_refs": [
|
|
11456
|
+
"T1190",
|
|
11457
|
+
"T1059"
|
|
11458
|
+
],
|
|
11459
|
+
"rwep_score": 29,
|
|
11460
|
+
"rwep_factors": {
|
|
11461
|
+
"cisa_kev": 0,
|
|
11462
|
+
"poc_available": 20,
|
|
11463
|
+
"ai_factor": 0,
|
|
11464
|
+
"active_exploitation": 0,
|
|
11465
|
+
"blast_radius": 24,
|
|
11466
|
+
"patch_available": -15,
|
|
11467
|
+
"live_patch_available": 0,
|
|
11468
|
+
"reboot_required": 0
|
|
11469
|
+
},
|
|
11470
|
+
"rwep_notes": "Standard (RWEP 29, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=24 (Open WebUI is a widely deployed self-hosted AI front end) minus patch 15.",
|
|
11471
|
+
"epss_score": null,
|
|
11472
|
+
"epss_date": "2026-05-25",
|
|
11473
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
11474
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-0766",
|
|
11475
|
+
"cwe_refs": [
|
|
11476
|
+
"CWE-94"
|
|
11477
|
+
],
|
|
11478
|
+
"iocs": {
|
|
11479
|
+
"behavioral": [
|
|
11480
|
+
"Open WebUI spawning Python execution from a tool module id that came from user input rather than a pinned tool registry.",
|
|
11481
|
+
"Unexpected processes or imports during Open WebUI tool-module loading.",
|
|
11482
|
+
"Authenticated requests to the tool-loading path carrying code-like or path-like payloads.",
|
|
11483
|
+
"Open WebUI 0.6.32 — the exposed precondition."
|
|
11484
|
+
],
|
|
11485
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-0766 (CWE-94) and the Zero Day Initiative advisory (https://www.zerodayinitiative.com/advisories/published/)."
|
|
11486
|
+
},
|
|
11487
|
+
"source_verified": "2026-05-25",
|
|
11488
|
+
"verification_sources": [
|
|
11489
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-0766",
|
|
11490
|
+
"https://www.zerodayinitiative.com/advisories/published/"
|
|
11491
|
+
],
|
|
11492
|
+
"vendor_advisories": [
|
|
11493
|
+
{
|
|
11494
|
+
"vendor": "Zero Day Initiative",
|
|
11495
|
+
"advisory_id": "CVE-2026-0766",
|
|
11496
|
+
"url": "https://www.zerodayinitiative.com/advisories/published/",
|
|
11497
|
+
"severity": "high",
|
|
11498
|
+
"published_date": "2026-01-22"
|
|
11499
|
+
},
|
|
11500
|
+
{
|
|
11501
|
+
"vendor": "NVD",
|
|
11502
|
+
"advisory_id": "CVE-2026-0766",
|
|
11503
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0766",
|
|
11504
|
+
"severity": "high",
|
|
11505
|
+
"published_date": "2026-01-22"
|
|
11506
|
+
}
|
|
11507
|
+
],
|
|
11508
|
+
"last_updated": "2026-05-25",
|
|
11509
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-94; CVSS 8.8) + the Zero Day Initiative advisory. Open WebUI code-injection RCE.",
|
|
11510
|
+
"_auto_imported": false,
|
|
11511
|
+
"_intake_method": "manual-verified-curation",
|
|
11512
|
+
"_kev_short_description": "Open WebUI's load_tool_module_by_id runs an unvalidated user-supplied string as Python (CWE-94), giving an authenticated attacker remote code execution."
|
|
11513
|
+
},
|
|
11514
|
+
"CVE-2025-64496": {
|
|
11515
|
+
"name": "Open WebUI Malicious Model Server Code Injection (Account Takeover to RCE)",
|
|
11516
|
+
"type": "RCE",
|
|
11517
|
+
"cvss_score": 8,
|
|
11518
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
|
|
11519
|
+
"cvss_note": "NVD CVSS v3.1 base 8.0 (HIGH). Code injection via server-sent events from a malicious external model server; requires the Direct Connections feature and luring a user to connect (UI:R).",
|
|
11520
|
+
"cisa_kev": false,
|
|
11521
|
+
"poc_available": true,
|
|
11522
|
+
"poc_description": "Documented in the disclosing advisory (GitHub Security Advisory): a malicious external model server injects executable content into the Open WebUI client/back end.",
|
|
11523
|
+
"ai_discovered": false,
|
|
11524
|
+
"ai_discovery_source": "human_researcher",
|
|
11525
|
+
"ai_discovery_notes": "Disclosed via coordinated advisory against Open WebUI, a widely deployed self-hosted AI chat front end. The abused surface is the external-model-server connection path.",
|
|
11526
|
+
"ai_assisted_weaponization": false,
|
|
11527
|
+
"ai_assisted_notes": "No AI-assisted weaponization; code injection in an AI chat application.",
|
|
11528
|
+
"active_exploitation": "none",
|
|
11529
|
+
"active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
11530
|
+
"affected": "Open WebUI 0.6.34 and prior, when the Direct Connections feature is enabled (patched in 0.6.35 per GHSA-cm35-v4vp-5xvx).",
|
|
11531
|
+
"affected_versions": [
|
|
11532
|
+
"Open WebUI <= 0.6.34 (Direct Connections enabled)"
|
|
11533
|
+
],
|
|
11534
|
+
"vector": "When Open WebUI's Direct Connections feature is enabled and a user is lured into connecting to a malicious external model server, that server's server-sent events inject and execute JavaScript in the user's browser (CWE-95 / CWE-829), enabling token theft and account takeover, and with extended permissions remote code execution on the backend.",
|
|
11535
|
+
"complexity": "low",
|
|
11536
|
+
"complexity_notes": "NVD/CNA AC:L. UI:R — requires luring a user to connect to a malicious model server.",
|
|
11537
|
+
"patch_available": true,
|
|
11538
|
+
"patch_required_reboot": false,
|
|
11539
|
+
"live_patch_available": false,
|
|
11540
|
+
"live_patch_tools": [],
|
|
11541
|
+
"live_patch_notes": "Remediation is an application upgrade to Open WebUI 0.6.35 or later; redeploy, no host reboot.",
|
|
11542
|
+
"vendor_update_paths": [
|
|
11543
|
+
"Upgrade Open WebUI to 0.6.35 or later. Disable Direct Connections unless required, and treat external model servers as untrusted."
|
|
11544
|
+
],
|
|
11545
|
+
"framework_control_gaps": {
|
|
11546
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted AI chat front ends as managed, RCE-bearing software.",
|
|
11547
|
+
"NIST-800-53-SI-10": "Input-validation control is not applied to strings the AI app turns into executable code, nor to content from an external model server.",
|
|
11548
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the AI chat app's tool-loading / external-model-connection paths as code-execution surfaces.",
|
|
11549
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the AI chat app's dynamic-code paths as a privileged execution control plane.",
|
|
11550
|
+
"DORA-Art-9": "ICT protection measures do not model code injection via an AI front end's tool or model-connection features.",
|
|
11551
|
+
"UK-CAF-B4": "System Security objective has no objective for neutralizing strings the AI app executes as code.",
|
|
11552
|
+
"AU-ISM-1546": "Patch-application control does not single out self-hosted AI chat front ends.",
|
|
11553
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats tool-module strings or external-model-server content as untrusted input the AI app must not execute as code."
|
|
11554
|
+
},
|
|
11555
|
+
"atlas_refs": [
|
|
11556
|
+
"AML.T0049",
|
|
11557
|
+
"AML.T0025"
|
|
11558
|
+
],
|
|
11559
|
+
"attack_refs": [
|
|
11560
|
+
"T1190",
|
|
11561
|
+
"T1059"
|
|
11562
|
+
],
|
|
11563
|
+
"rwep_score": 29,
|
|
11564
|
+
"rwep_factors": {
|
|
11565
|
+
"cisa_kev": 0,
|
|
11566
|
+
"poc_available": 20,
|
|
11567
|
+
"ai_factor": 0,
|
|
11568
|
+
"active_exploitation": 0,
|
|
11569
|
+
"blast_radius": 24,
|
|
11570
|
+
"patch_available": -15,
|
|
11571
|
+
"live_patch_available": 0,
|
|
11572
|
+
"reboot_required": 0
|
|
11573
|
+
},
|
|
11574
|
+
"rwep_notes": "Standard (RWEP 29, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=24 (Open WebUI is a widely deployed self-hosted AI front end) minus patch 15.",
|
|
11575
|
+
"epss_score": null,
|
|
11576
|
+
"epss_date": "2026-05-25",
|
|
11577
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
11578
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-64496",
|
|
11579
|
+
"cwe_refs": [
|
|
11580
|
+
"CWE-95",
|
|
11581
|
+
"CWE-501",
|
|
11582
|
+
"CWE-829"
|
|
11583
|
+
],
|
|
11584
|
+
"iocs": {
|
|
11585
|
+
"behavioral": [
|
|
11586
|
+
"Open WebUI clients connecting to external model servers via the Direct Connections feature from untrusted endpoints.",
|
|
11587
|
+
"Unexpected JavaScript execution / token use in Open WebUI sessions following a Direct Connection to a new model server.",
|
|
11588
|
+
"Account-takeover indicators (session token reuse, privilege changes) after a user connects to an external model server.",
|
|
11589
|
+
"Open WebUI <= 0.6.34 (Direct Connections enabled) — the exposed precondition."
|
|
11590
|
+
],
|
|
11591
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2025-64496 (CWE-95/CWE-501/CWE-829) and the GitHub Security Advisory advisory (https://github.com/open-webui/open-webui/security/advisories/GHSA-cm35-v4vp-5xvx)."
|
|
11592
|
+
},
|
|
11593
|
+
"source_verified": "2026-05-25",
|
|
11594
|
+
"verification_sources": [
|
|
11595
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2025-64496",
|
|
11596
|
+
"https://github.com/open-webui/open-webui/security/advisories/GHSA-cm35-v4vp-5xvx"
|
|
11597
|
+
],
|
|
11598
|
+
"vendor_advisories": [
|
|
11599
|
+
{
|
|
11600
|
+
"vendor": "GitHub Security Advisory",
|
|
11601
|
+
"advisory_id": "CVE-2025-64496",
|
|
11602
|
+
"url": "https://github.com/open-webui/open-webui/security/advisories/GHSA-cm35-v4vp-5xvx",
|
|
11603
|
+
"severity": "high",
|
|
11604
|
+
"published_date": "2025-11-07"
|
|
11605
|
+
},
|
|
11606
|
+
{
|
|
11607
|
+
"vendor": "NVD",
|
|
11608
|
+
"advisory_id": "CVE-2025-64496",
|
|
11609
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64496",
|
|
11610
|
+
"severity": "high",
|
|
11611
|
+
"published_date": "2025-11-07"
|
|
11612
|
+
}
|
|
11613
|
+
],
|
|
11614
|
+
"last_updated": "2026-05-25",
|
|
11615
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-95/CWE-501/CWE-829; CVSS 8) + the GitHub Security Advisory advisory. Open WebUI code-injection RCE.",
|
|
11616
|
+
"_auto_imported": false,
|
|
11617
|
+
"_intake_method": "manual-verified-curation",
|
|
11618
|
+
"_kev_short_description": "Open WebUI's Direct Connections feature lets a malicious external model server inject JavaScript via SSE (CWE-95), leading to account takeover and, with extended permissions, RCE; fixed in 0.6.35."
|
|
11619
|
+
},
|
|
11299
11620
|
"CVE-2026-41091": {
|
|
11300
11621
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
11301
11622
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -382,6 +382,7 @@
|
|
|
382
382
|
"CVE-2025-62848",
|
|
383
383
|
"CVE-2025-8875",
|
|
384
384
|
"CVE-2025-8876",
|
|
385
|
+
"CVE-2026-0766",
|
|
385
386
|
"CVE-2026-1281",
|
|
386
387
|
"CVE-2026-1340",
|
|
387
388
|
"CVE-2026-20045",
|
|
@@ -1668,6 +1669,7 @@
|
|
|
1668
1669
|
"evidence_cves": [
|
|
1669
1670
|
"CVE-2025-32463",
|
|
1670
1671
|
"CVE-2025-54136",
|
|
1672
|
+
"CVE-2025-64496",
|
|
1671
1673
|
"MAL-2026-NODE-IPC-STEALER",
|
|
1672
1674
|
"MAL-2026-SHAI-HULUD-OSS"
|
|
1673
1675
|
],
|
|
@@ -1706,6 +1708,7 @@
|
|
|
1706
1708
|
"webapp-security"
|
|
1707
1709
|
],
|
|
1708
1710
|
"evidence_cves": [
|
|
1711
|
+
"CVE-2023-48022",
|
|
1709
1712
|
"CVE-2023-52163",
|
|
1710
1713
|
"CVE-2024-57726",
|
|
1711
1714
|
"CVE-2025-20362",
|
|
@@ -1819,6 +1822,7 @@
|
|
|
1819
1822
|
"CVE-2021-22054",
|
|
1820
1823
|
"CVE-2021-22175",
|
|
1821
1824
|
"CVE-2021-39935",
|
|
1825
|
+
"CVE-2023-48022",
|
|
1822
1826
|
"CVE-2025-61884"
|
|
1823
1827
|
],
|
|
1824
1828
|
"framework_controls_partially_addressing": [
|
|
@@ -2200,6 +2204,7 @@
|
|
|
2200
2204
|
"related_weaknesses": [],
|
|
2201
2205
|
"evidence_cves": [
|
|
2202
2206
|
"CVE-2025-24893",
|
|
2207
|
+
"CVE-2025-64496",
|
|
2203
2208
|
"CVE-2026-33017"
|
|
2204
2209
|
],
|
|
2205
2210
|
"last_verified": "2026-05-18",
|
|
@@ -3174,7 +3179,9 @@
|
|
|
3174
3179
|
"CWE-2000"
|
|
3175
3180
|
],
|
|
3176
3181
|
"related_weaknesses": [],
|
|
3177
|
-
"evidence_cves": [
|
|
3182
|
+
"evidence_cves": [
|
|
3183
|
+
"CVE-2025-64496"
|
|
3184
|
+
],
|
|
3178
3185
|
"last_verified": "2026-05-19",
|
|
3179
3186
|
"notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
|
|
3180
3187
|
"_auto_imported": true,
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"status": "open",
|
|
35
35
|
"opened_date": "2026-01-01",
|
|
36
36
|
"evidence_cves": [
|
|
37
|
+
"CVE-2023-48022",
|
|
37
38
|
"CVE-2024-50050",
|
|
38
39
|
"CVE-2025-23254",
|
|
39
40
|
"CVE-2025-30165",
|
|
@@ -41,6 +42,8 @@
|
|
|
41
42
|
"CVE-2025-49596",
|
|
42
43
|
"CVE-2025-54136",
|
|
43
44
|
"CVE-2025-60455",
|
|
45
|
+
"CVE-2025-64496",
|
|
46
|
+
"CVE-2026-0766",
|
|
44
47
|
"CVE-2026-22252",
|
|
45
48
|
"CVE-2026-22688",
|
|
46
49
|
"CVE-2026-24206",
|
|
@@ -1492,6 +1495,7 @@
|
|
|
1492
1495
|
"CVE-2025-62221",
|
|
1493
1496
|
"CVE-2025-64328",
|
|
1494
1497
|
"CVE-2025-64446",
|
|
1498
|
+
"CVE-2025-64496",
|
|
1495
1499
|
"CVE-2025-6543",
|
|
1496
1500
|
"CVE-2025-6554",
|
|
1497
1501
|
"CVE-2025-6558",
|
|
@@ -1508,6 +1512,7 @@
|
|
|
1508
1512
|
"CVE-2025-9242",
|
|
1509
1513
|
"CVE-2025-9377",
|
|
1510
1514
|
"CVE-2026-0300",
|
|
1515
|
+
"CVE-2026-0766",
|
|
1511
1516
|
"CVE-2026-1281",
|
|
1512
1517
|
"CVE-2026-1340",
|
|
1513
1518
|
"CVE-2026-1603",
|
|
@@ -1748,6 +1753,7 @@
|
|
|
1748
1753
|
"status": "open",
|
|
1749
1754
|
"opened_date": "2026-03-15",
|
|
1750
1755
|
"evidence_cves": [
|
|
1756
|
+
"CVE-2023-48022",
|
|
1751
1757
|
"CVE-2024-50050",
|
|
1752
1758
|
"CVE-2025-10585",
|
|
1753
1759
|
"CVE-2025-1094",
|
|
@@ -1760,6 +1766,8 @@
|
|
|
1760
1766
|
"CVE-2025-49596",
|
|
1761
1767
|
"CVE-2025-54136",
|
|
1762
1768
|
"CVE-2025-60455",
|
|
1769
|
+
"CVE-2025-64496",
|
|
1770
|
+
"CVE-2026-0766",
|
|
1763
1771
|
"CVE-2026-22252",
|
|
1764
1772
|
"CVE-2026-22688",
|
|
1765
1773
|
"CVE-2026-24206",
|
|
@@ -2103,6 +2111,7 @@
|
|
|
2103
2111
|
"status": "open",
|
|
2104
2112
|
"opened_date": "2026-05-01",
|
|
2105
2113
|
"evidence_cves": [
|
|
2114
|
+
"CVE-2023-48022",
|
|
2106
2115
|
"CVE-2024-40635",
|
|
2107
2116
|
"CVE-2025-53767",
|
|
2108
2117
|
"CVE-2026-42897"
|
|
@@ -2178,7 +2187,9 @@
|
|
|
2178
2187
|
"CVE-2025-23254",
|
|
2179
2188
|
"CVE-2025-30165",
|
|
2180
2189
|
"CVE-2025-60455",
|
|
2190
|
+
"CVE-2025-64496",
|
|
2181
2191
|
"CVE-2025-6965",
|
|
2192
|
+
"CVE-2026-0766",
|
|
2182
2193
|
"CVE-2026-39884",
|
|
2183
2194
|
"CVE-2026-42208",
|
|
2184
2195
|
"CVE-2026-9082"
|
|
@@ -2461,6 +2472,7 @@
|
|
|
2461
2472
|
"CVE-2025-62849",
|
|
2462
2473
|
"CVE-2025-64328",
|
|
2463
2474
|
"CVE-2025-64446",
|
|
2475
|
+
"CVE-2025-64496",
|
|
2464
2476
|
"CVE-2025-6543",
|
|
2465
2477
|
"CVE-2025-6554",
|
|
2466
2478
|
"CVE-2025-6558",
|
|
@@ -2477,6 +2489,7 @@
|
|
|
2477
2489
|
"CVE-2025-9242",
|
|
2478
2490
|
"CVE-2025-9377",
|
|
2479
2491
|
"CVE-2026-0300",
|
|
2492
|
+
"CVE-2026-0766",
|
|
2480
2493
|
"CVE-2026-1281",
|
|
2481
2494
|
"CVE-2026-1340",
|
|
2482
2495
|
"CVE-2026-1603",
|
|
@@ -3575,6 +3588,7 @@
|
|
|
3575
3588
|
"status": "open",
|
|
3576
3589
|
"opened_date": "2026-05-13",
|
|
3577
3590
|
"evidence_cves": [
|
|
3591
|
+
"CVE-2023-48022",
|
|
3578
3592
|
"CVE-2026-24206",
|
|
3579
3593
|
"CVE-2026-24207"
|
|
3580
3594
|
],
|
|
@@ -4784,6 +4798,7 @@
|
|
|
4784
4798
|
"status": "open",
|
|
4785
4799
|
"opened_date": "2026-05-15",
|
|
4786
4800
|
"evidence_cves": [
|
|
4801
|
+
"CVE-2023-48022",
|
|
4787
4802
|
"CVE-2024-21762",
|
|
4788
4803
|
"CVE-2024-50050",
|
|
4789
4804
|
"CVE-2025-23254",
|
|
@@ -4792,7 +4807,9 @@
|
|
|
4792
4807
|
"CVE-2025-49596",
|
|
4793
4808
|
"CVE-2025-54136",
|
|
4794
4809
|
"CVE-2025-60455",
|
|
4810
|
+
"CVE-2025-64496",
|
|
4795
4811
|
"CVE-2026-0300",
|
|
4812
|
+
"CVE-2026-0766",
|
|
4796
4813
|
"CVE-2026-20182",
|
|
4797
4814
|
"CVE-2026-22252",
|
|
4798
4815
|
"CVE-2026-22688",
|
|
@@ -5306,6 +5323,8 @@
|
|
|
5306
5323
|
"CVE-2025-49596",
|
|
5307
5324
|
"CVE-2025-54136",
|
|
5308
5325
|
"CVE-2025-60455",
|
|
5326
|
+
"CVE-2025-64496",
|
|
5327
|
+
"CVE-2026-0766",
|
|
5309
5328
|
"CVE-2026-22252",
|
|
5310
5329
|
"CVE-2026-22688",
|
|
5311
5330
|
"CVE-2026-25592",
|
|
@@ -5352,6 +5371,7 @@
|
|
|
5352
5371
|
"status": "open",
|
|
5353
5372
|
"opened_date": "2026-05-17",
|
|
5354
5373
|
"evidence_cves": [
|
|
5374
|
+
"CVE-2023-48022",
|
|
5355
5375
|
"CVE-2024-21762",
|
|
5356
5376
|
"CVE-2024-50050",
|
|
5357
5377
|
"CVE-2025-23254",
|
|
@@ -5360,6 +5380,8 @@
|
|
|
5360
5380
|
"CVE-2025-49596",
|
|
5361
5381
|
"CVE-2025-54136",
|
|
5362
5382
|
"CVE-2025-60455",
|
|
5383
|
+
"CVE-2025-64496",
|
|
5384
|
+
"CVE-2026-0766",
|
|
5363
5385
|
"CVE-2026-22252",
|
|
5364
5386
|
"CVE-2026-22688",
|
|
5365
5387
|
"CVE-2026-24206",
|
|
@@ -5579,6 +5601,7 @@
|
|
|
5579
5601
|
"opened_date": "2026-05-18",
|
|
5580
5602
|
"evidence_cves": [
|
|
5581
5603
|
"CVE-2020-10148",
|
|
5604
|
+
"CVE-2023-48022",
|
|
5582
5605
|
"CVE-2025-55241",
|
|
5583
5606
|
"CVE-2026-24206",
|
|
5584
5607
|
"CVE-2026-24207"
|
|
@@ -5646,6 +5669,7 @@
|
|
|
5646
5669
|
"opened_date": "2026-05-18",
|
|
5647
5670
|
"evidence_cves": [
|
|
5648
5671
|
"CVE-2020-10148",
|
|
5672
|
+
"CVE-2023-48022",
|
|
5649
5673
|
"CVE-2024-1709",
|
|
5650
5674
|
"CVE-2026-20182",
|
|
5651
5675
|
"CVE-2026-24206",
|