@blamejs/exceptd-skills 0.13.79 → 0.13.80
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 +439 -0
- package/data/atlas-ttps.json +16 -4
- package/data/attack-techniques.json +3 -0
- package/data/cve-catalog.json +112 -0
- package/data/cwe-catalog.json +2 -0
- package/data/framework-control-gaps.json +8 -0
- package/data/zeroday-lessons.json +50 -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,10 @@
|
|
|
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
|
+
]
|
|
1529
1532
|
},
|
|
1530
1533
|
"AML.T0029": {
|
|
1531
1534
|
"id": "AML.T0029",
|
|
@@ -1573,7 +1576,10 @@
|
|
|
1573
1576
|
"ATLAS"
|
|
1574
1577
|
],
|
|
1575
1578
|
"stix_id": "attack-pattern--7bbac64e-2b1d-5cb0-a442-bb7573b0a328",
|
|
1576
|
-
"is_subtechnique": false
|
|
1579
|
+
"is_subtechnique": false,
|
|
1580
|
+
"cve_refs": [
|
|
1581
|
+
"CVE-2023-48022"
|
|
1582
|
+
]
|
|
1577
1583
|
},
|
|
1578
1584
|
"AML.T0035": {
|
|
1579
1585
|
"id": "AML.T0035",
|
|
@@ -1589,7 +1595,10 @@
|
|
|
1589
1595
|
"ATLAS"
|
|
1590
1596
|
],
|
|
1591
1597
|
"stix_id": "attack-pattern--801658f2-81cd-5935-93c7-5e6e2d80e669",
|
|
1592
|
-
"is_subtechnique": false
|
|
1598
|
+
"is_subtechnique": false,
|
|
1599
|
+
"cve_refs": [
|
|
1600
|
+
"CVE-2023-48022"
|
|
1601
|
+
]
|
|
1593
1602
|
},
|
|
1594
1603
|
"AML.T0036": {
|
|
1595
1604
|
"id": "AML.T0036",
|
|
@@ -1685,7 +1694,10 @@
|
|
|
1685
1694
|
"ATLAS"
|
|
1686
1695
|
],
|
|
1687
1696
|
"stix_id": "attack-pattern--ebeed0c7-c5de-5049-8f27-efcae5f88b00",
|
|
1688
|
-
"is_subtechnique": false
|
|
1697
|
+
"is_subtechnique": false,
|
|
1698
|
+
"cve_refs": [
|
|
1699
|
+
"CVE-2023-48022"
|
|
1700
|
+
]
|
|
1689
1701
|
},
|
|
1690
1702
|
"AML.T0050": {
|
|
1691
1703
|
"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",
|
|
@@ -825,6 +826,7 @@
|
|
|
825
826
|
"CVE-2023-33538",
|
|
826
827
|
"CVE-2023-3519",
|
|
827
828
|
"CVE-2023-39780",
|
|
829
|
+
"CVE-2023-48022",
|
|
828
830
|
"CVE-2023-52163",
|
|
829
831
|
"CVE-2024-12987",
|
|
830
832
|
"CVE-2024-1709",
|
|
@@ -2458,6 +2460,7 @@
|
|
|
2458
2460
|
"name": "Resource Hijacking",
|
|
2459
2461
|
"version": "v19",
|
|
2460
2462
|
"cve_refs": [
|
|
2463
|
+
"CVE-2023-48022",
|
|
2461
2464
|
"MAL-2024-PYPI-ULTRALYTICS-XMRIG"
|
|
2462
2465
|
],
|
|
2463
2466
|
"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,118 @@
|
|
|
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
|
+
},
|
|
11299
11411
|
"CVE-2026-41091": {
|
|
11300
11412
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
11301
11413
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -1706,6 +1706,7 @@
|
|
|
1706
1706
|
"webapp-security"
|
|
1707
1707
|
],
|
|
1708
1708
|
"evidence_cves": [
|
|
1709
|
+
"CVE-2023-48022",
|
|
1709
1710
|
"CVE-2023-52163",
|
|
1710
1711
|
"CVE-2024-57726",
|
|
1711
1712
|
"CVE-2025-20362",
|
|
@@ -1819,6 +1820,7 @@
|
|
|
1819
1820
|
"CVE-2021-22054",
|
|
1820
1821
|
"CVE-2021-22175",
|
|
1821
1822
|
"CVE-2021-39935",
|
|
1823
|
+
"CVE-2023-48022",
|
|
1822
1824
|
"CVE-2025-61884"
|
|
1823
1825
|
],
|
|
1824
1826
|
"framework_controls_partially_addressing": [
|
|
@@ -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",
|
|
@@ -1748,6 +1749,7 @@
|
|
|
1748
1749
|
"status": "open",
|
|
1749
1750
|
"opened_date": "2026-03-15",
|
|
1750
1751
|
"evidence_cves": [
|
|
1752
|
+
"CVE-2023-48022",
|
|
1751
1753
|
"CVE-2024-50050",
|
|
1752
1754
|
"CVE-2025-10585",
|
|
1753
1755
|
"CVE-2025-1094",
|
|
@@ -2103,6 +2105,7 @@
|
|
|
2103
2105
|
"status": "open",
|
|
2104
2106
|
"opened_date": "2026-05-01",
|
|
2105
2107
|
"evidence_cves": [
|
|
2108
|
+
"CVE-2023-48022",
|
|
2106
2109
|
"CVE-2024-40635",
|
|
2107
2110
|
"CVE-2025-53767",
|
|
2108
2111
|
"CVE-2026-42897"
|
|
@@ -3575,6 +3578,7 @@
|
|
|
3575
3578
|
"status": "open",
|
|
3576
3579
|
"opened_date": "2026-05-13",
|
|
3577
3580
|
"evidence_cves": [
|
|
3581
|
+
"CVE-2023-48022",
|
|
3578
3582
|
"CVE-2026-24206",
|
|
3579
3583
|
"CVE-2026-24207"
|
|
3580
3584
|
],
|
|
@@ -4784,6 +4788,7 @@
|
|
|
4784
4788
|
"status": "open",
|
|
4785
4789
|
"opened_date": "2026-05-15",
|
|
4786
4790
|
"evidence_cves": [
|
|
4791
|
+
"CVE-2023-48022",
|
|
4787
4792
|
"CVE-2024-21762",
|
|
4788
4793
|
"CVE-2024-50050",
|
|
4789
4794
|
"CVE-2025-23254",
|
|
@@ -5352,6 +5357,7 @@
|
|
|
5352
5357
|
"status": "open",
|
|
5353
5358
|
"opened_date": "2026-05-17",
|
|
5354
5359
|
"evidence_cves": [
|
|
5360
|
+
"CVE-2023-48022",
|
|
5355
5361
|
"CVE-2024-21762",
|
|
5356
5362
|
"CVE-2024-50050",
|
|
5357
5363
|
"CVE-2025-23254",
|
|
@@ -5579,6 +5585,7 @@
|
|
|
5579
5585
|
"opened_date": "2026-05-18",
|
|
5580
5586
|
"evidence_cves": [
|
|
5581
5587
|
"CVE-2020-10148",
|
|
5588
|
+
"CVE-2023-48022",
|
|
5582
5589
|
"CVE-2025-55241",
|
|
5583
5590
|
"CVE-2026-24206",
|
|
5584
5591
|
"CVE-2026-24207"
|
|
@@ -5646,6 +5653,7 @@
|
|
|
5646
5653
|
"opened_date": "2026-05-18",
|
|
5647
5654
|
"evidence_cves": [
|
|
5648
5655
|
"CVE-2020-10148",
|
|
5656
|
+
"CVE-2023-48022",
|
|
5649
5657
|
"CVE-2024-1709",
|
|
5650
5658
|
"CVE-2026-20182",
|
|
5651
5659
|
"CVE-2026-24206",
|
|
@@ -6833,6 +6833,56 @@
|
|
|
6833
6833
|
"_auto_imported": false,
|
|
6834
6834
|
"_intake_method": "manual-verified-curation"
|
|
6835
6835
|
},
|
|
6836
|
+
"CVE-2023-48022": {
|
|
6837
|
+
"name": "Anyscale Ray Job Submission API Unauthenticated RCE (ShadowRay)",
|
|
6838
|
+
"lesson_date": "2026-05-25",
|
|
6839
|
+
"attack_vector": {
|
|
6840
|
+
"description": "Ray's Job Submission / Dashboard API runs attacker-supplied Python without authentication (missing authorization). Internet-exposed clusters are exploited at scale (ShadowRay 2.0) for crypto mining and theft of model weights and cloud credentials.",
|
|
6841
|
+
"privileges_required": "none (NVD AV:N / PR:N) — unauthenticated against an exposed dashboard",
|
|
6842
|
+
"complexity": "low (NVD AC:L)",
|
|
6843
|
+
"ai_factor": "The exposed compute is AI/ML infrastructure: a single unauthenticated Job API yields the model weights, training data, and cloud credentials on the cluster. The lesson is that 'deploy only on a controlled network' is not a security control — it is an assumption that fails at scale (≈230k exposed Ray environments), so the AI compute control plane must authenticate every caller."
|
|
6844
|
+
},
|
|
6845
|
+
"framework_coverage": {
|
|
6846
|
+
"NIST-800-53-IA-2": {
|
|
6847
|
+
"covered": true,
|
|
6848
|
+
"adequate": false,
|
|
6849
|
+
"gap": "Authentication is treated as out-of-scope for the Ray Job API on the assumption of a controlled network; the API is internet-exposed and unauthenticated in practice."
|
|
6850
|
+
},
|
|
6851
|
+
"NIST-800-53-SC-7": {
|
|
6852
|
+
"covered": true,
|
|
6853
|
+
"adequate": false,
|
|
6854
|
+
"gap": "Boundary protection assumes the AI compute cluster is isolated; hundreds of thousands of dashboards are internet-exposed."
|
|
6855
|
+
},
|
|
6856
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
6857
|
+
"covered": false,
|
|
6858
|
+
"adequate": false,
|
|
6859
|
+
"gap": "No framework rejects the 'controlled network is the control' assumption for AI compute; the exposed Job API is RCE plus AI-artifact and credential theft."
|
|
6860
|
+
}
|
|
6861
|
+
},
|
|
6862
|
+
"compliance_exposure_score": {
|
|
6863
|
+
"percent_audit_passing_orgs_still_exposed": 75,
|
|
6864
|
+
"basis": "Organizations accept the vendor's 'controlled network' framing and never test whether the Ray dashboard is internet-reachable or authenticated; the disputed status keeps it out of patch-driven programs.",
|
|
6865
|
+
"theater_pattern": "controlled_network_assumption"
|
|
6866
|
+
},
|
|
6867
|
+
"ai_discovered_zeroday": false,
|
|
6868
|
+
"ai_discovery_source": "human_researcher",
|
|
6869
|
+
"ai_assist_factor": "none",
|
|
6870
|
+
"new_control_requirements": [
|
|
6871
|
+
{
|
|
6872
|
+
"id": "NEW-CTRL-088",
|
|
6873
|
+
"name": "AI-COMPUTE-CONTROL-PLANE-AUTHENTICATION",
|
|
6874
|
+
"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.",
|
|
6875
|
+
"evidence": "https://atlas.mitre.org/studies/AML.CS0023",
|
|
6876
|
+
"gap_closes": [
|
|
6877
|
+
"NIST-800-53-IA-2",
|
|
6878
|
+
"NIST-800-53-SC-7",
|
|
6879
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
6880
|
+
]
|
|
6881
|
+
}
|
|
6882
|
+
],
|
|
6883
|
+
"_auto_imported": false,
|
|
6884
|
+
"_intake_method": "manual-verified-curation"
|
|
6885
|
+
},
|
|
6836
6886
|
"CVE-2025-34291": {
|
|
6837
6887
|
"name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
|
|
6838
6888
|
"lesson_date": "2026-05-24",
|