@blamejs/exceptd-skills 0.13.110 → 0.13.112

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.
@@ -1747,6 +1747,7 @@
1747
1747
  "CVE-2023-6019",
1748
1748
  "CVE-2023-6021",
1749
1749
  "CVE-2023-6038",
1750
+ "CVE-2023-6571",
1750
1751
  "CVE-2024-13059",
1751
1752
  "CVE-2024-1561",
1752
1753
  "CVE-2024-21575",
@@ -1760,6 +1761,7 @@
1760
1761
  "CVE-2024-42479",
1761
1762
  "CVE-2024-4889",
1762
1763
  "CVE-2024-6587",
1764
+ "CVE-2024-9526",
1763
1765
  "CVE-2025-25297",
1764
1766
  "CVE-2025-27520",
1765
1767
  "CVE-2025-30202",
@@ -415,10 +415,12 @@
415
415
  "version": "v19",
416
416
  "cve_refs": [
417
417
  "CVE-2021-26829",
418
+ "CVE-2023-6571",
418
419
  "CVE-2024-11182",
419
420
  "CVE-2024-27132",
420
421
  "CVE-2024-27443",
421
422
  "CVE-2024-42009",
423
+ "CVE-2024-9526",
422
424
  "CVE-2025-0133",
423
425
  "CVE-2025-27915",
424
426
  "CVE-2025-48700",
@@ -2547,6 +2549,7 @@
2547
2549
  "name": "Drive-by Compromise",
2548
2550
  "version": "v19",
2549
2551
  "cve_refs": [
2552
+ "CVE-2023-6571",
2550
2553
  "CVE-2024-27132",
2551
2554
  "CVE-2025-10585",
2552
2555
  "CVE-2025-14174",
@@ -2665,6 +2668,8 @@
2665
2668
  "name": "Steal Web Session Cookie",
2666
2669
  "version": "v19",
2667
2670
  "cve_refs": [
2671
+ "CVE-2023-6571",
2672
+ "CVE-2024-9526",
2668
2673
  "CVE-2025-0133",
2669
2674
  "CVE-2025-34291"
2670
2675
  ],
@@ -4221,7 +4226,10 @@
4221
4226
  "Windows"
4222
4227
  ],
4223
4228
  "stix_id": "attack-pattern--544b0346-29ad-41e1-a808-501bb4193f47",
4224
- "is_subtechnique": false
4229
+ "is_subtechnique": false,
4230
+ "cve_refs": [
4231
+ "CVE-2024-9526"
4232
+ ]
4225
4233
  },
4226
4234
  "T1187": {
4227
4235
  "id": "T1187",
@@ -17492,6 +17492,212 @@
17492
17492
  "_intake_method": "manual-verified-curation",
17493
17493
  "_kev_short_description": "ART's Kubeflow component passes the --clip_values / --input_shape CLI arguments into an unsafe dynamic-evaluation call, executing arbitrary Python (CWE-88); no fix published - use a safe literal parser."
17494
17494
  },
17495
+ "CVE-2024-9526": {
17496
+ "name": "Kubeflow Pipelines Stored XSS in Pipeline View",
17497
+ "type": "Stored XSS",
17498
+ "cvss_score": 5.4,
17499
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
17500
+ "cvss_note": "NIST (NVD) CVSS v3.1 base 5.4 (MEDIUM); Google (CNA) rates it CVSS v4.0 7.1 (HIGH). The Kubeflow Pipelines Pipeline View web UI allows HTML tags in the pipeline description field without proper filtering, so attacker-supplied markup is stored and executed in the browser of every user who views the pipeline (CWE-79 stored XSS).",
17501
+ "cisa_kev": false,
17502
+ "poc_available": true,
17503
+ "poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-rm25-8wjq-c6qm): store an HTML/script payload in the pipeline description; it runs for every viewer.",
17504
+ "ai_discovered": false,
17505
+ "ai_discovery_source": "human_researcher",
17506
+ "ai_discovery_notes": "Disclosed via huntr.dev / GitHub Security Advisory (https://github.com/advisories/GHSA-rm25-8wjq-c6qm). The abused surface is Kubeflow, a widely used MLOps orchestration platform / console.",
17507
+ "ai_assisted_weaponization": false,
17508
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is missing output encoding in an MLOps console web UI.",
17509
+ "active_exploitation": "none",
17510
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
17511
+ "affected": "Kubeflow Pipelines (KFP) builds before commit 930c35f1c543998e60e8d648ce93185c9b5dbe8d (before 2023-12-13).",
17512
+ "affected_versions": [
17513
+ "Kubeflow Pipelines < commit 930c35f1 (builds before 2023-12-13)"
17514
+ ],
17515
+ "vector": "Kubeflow Pipelines is the workflow-orchestration component of Kubeflow. Its Pipeline View web UI renders the pipeline description field without neutralizing HTML, so a user who can create/edit a pipeline stores markup (a script payload) that executes in the browser of every other user who views that pipeline - a stored XSS (CWE-79) that can hijack sessions and act as those users in the MLOps console.",
17516
+ "complexity": "low",
17517
+ "complexity_notes": "NVD AV:N / AC:L / UI:R - requires a victim to view the pipeline (stored) or follow a crafted link (reflected); scope-changed (S:C) because script runs in the authenticated console origin.",
17518
+ "patch_available": true,
17519
+ "patch_required_reboot": false,
17520
+ "live_patch_available": false,
17521
+ "live_patch_tools": [],
17522
+ "live_patch_notes": "Remediation is applying the upstream fix (commit 930c35f1c543998e60e8d648ce93185c9b5dbe8d) or later; redeploy the Kubeflow console, no host reboot.",
17523
+ "vendor_update_paths": [
17524
+ "Apply the upstream fix (commit 930c35f1c543998e60e8d648ce93185c9b5dbe8d) or later. Neutralize/encode all user-controlled fields rendered in the Kubeflow console (HTML-encode output, use a strict Content-Security-Policy, and set session cookies HttpOnly) so stored or reflected markup cannot execute."
17525
+ ],
17526
+ "framework_control_gaps": {
17527
+ "NIST-800-53-SI-10": "Input/output validation does not neutralize user-controlled fields before the MLOps console renders them.",
17528
+ "NIST-800-53-SI-3": "Malicious-code protection does not treat script injected into the MLOps console UI as an execution channel against other users.",
17529
+ "ISO-27001-2022-A.8.28": "Secure-coding expectations do not require output encoding / CSP on the MLOps console.",
17530
+ "NIS2-Art21-vulnerability-management": "Vulnerability-management measures do not enumerate MLOps-console XSS as a session-hijack surface.",
17531
+ "DORA-Art-9": "ICT protection measures do not model MLOps-console XSS / session hijack as an ICT-risk event.",
17532
+ "UK-CAF-B4": "System Security objective has no objective for output encoding / CSP on AI-platform consoles.",
17533
+ "AU-ISM-1546": "Patch-application control does not single out MLOps consoles.",
17534
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an MLOps console's rendering of user-controlled fields as an integrity control whose failure hijacks operators' sessions."
17535
+ },
17536
+ "atlas_refs": [
17537
+ "AML.T0049"
17538
+ ],
17539
+ "attack_refs": [
17540
+ "T1059.007",
17541
+ "T1185",
17542
+ "T1539"
17543
+ ],
17544
+ "rwep_score": 19,
17545
+ "rwep_factors": {
17546
+ "cisa_kev": 0,
17547
+ "poc_available": 20,
17548
+ "ai_factor": 0,
17549
+ "active_exploitation": 0,
17550
+ "blast_radius": 14,
17551
+ "patch_available": -15,
17552
+ "live_patch_available": 0,
17553
+ "reboot_required": 0
17554
+ },
17555
+ "rwep_notes": "Low (RWEP 19, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3): poc_available=20 + blast_radius=14 (client-side stored XSS - session hijack within the console, not host RCE), minus patch_available 15.",
17556
+ "epss_score": null,
17557
+ "epss_date": "2026-05-25",
17558
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
17559
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-9526",
17560
+ "cwe_refs": [
17561
+ "CWE-79"
17562
+ ],
17563
+ "iocs": {
17564
+ "behavioral": [
17565
+ "Kubeflow pipeline description / metadata fields containing HTML or <script> markup rather than plain text.",
17566
+ "Script executing in the Kubeflow console origin that reads session tokens or issues console API calls as the viewing user.",
17567
+ "Kubeflow Pipelines builds before the commit 930c35f1 fix with the console reachable by multiple users - the exposed precondition."
17568
+ ],
17569
+ "_ioc_source_note": "Behavioral signatures anchored to the huntr.dev / GitHub Security Advisory (https://github.com/advisories/GHSA-rm25-8wjq-c6qm) and NVD CVE-2024-9526 (CWE-79)."
17570
+ },
17571
+ "source_verified": "2026-05-25",
17572
+ "verification_sources": [
17573
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-9526",
17574
+ "https://github.com/advisories/GHSA-rm25-8wjq-c6qm"
17575
+ ],
17576
+ "vendor_advisories": [
17577
+ {
17578
+ "vendor": "GitHub Security Advisory",
17579
+ "advisory_id": "CVE-2024-9526",
17580
+ "url": "https://github.com/advisories/GHSA-rm25-8wjq-c6qm",
17581
+ "severity": "medium",
17582
+ "published_date": "2024-11-18"
17583
+ },
17584
+ {
17585
+ "vendor": "NVD",
17586
+ "advisory_id": "CVE-2024-9526",
17587
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9526",
17588
+ "severity": "medium",
17589
+ "published_date": "2024-11-18"
17590
+ }
17591
+ ],
17592
+ "last_updated": "2026-05-25",
17593
+ "discovery_attribution_note": "Manually curated from the huntr.dev / GitHub Security Advisory (https://github.com/advisories/GHSA-rm25-8wjq-c6qm, CWE-79) + NVD (CVSS v3.1 5.4; Google CNA v4.0 7.1). Kubeflow MLOps-console flaw; introduces the AI-platform web-UI output-encoding (XSS) control NEW-CTRL-107.",
17594
+ "_auto_imported": false,
17595
+ "_intake_method": "manual-verified-curation",
17596
+ "_kev_short_description": "Kubeflow Pipelines renders the pipeline description field without HTML neutralization, so stored markup runs in every viewer's browser (CWE-79 stored XSS); fixed upstream (commit 930c35f1)."
17597
+ },
17598
+ "CVE-2023-6571": {
17599
+ "name": "Kubeflow Reflected XSS",
17600
+ "type": "Reflected XSS",
17601
+ "cvss_score": 6.1,
17602
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
17603
+ "cvss_note": "NIST (NVD) CVSS v3.1 base 6.1 (MEDIUM); huntr.dev (CNA) rates it 5.4. Kubeflow reflects attacker-controlled input into a web page without neutralization, so a crafted link executes script in the victim's browser (CWE-79 reflected XSS).",
17604
+ "cisa_kev": false,
17605
+ "poc_available": true,
17606
+ "poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-7rvc-xw75-43jf): send a victim a crafted link that reflects script into their Kubeflow session.",
17607
+ "ai_discovered": false,
17608
+ "ai_discovery_source": "human_researcher",
17609
+ "ai_discovery_notes": "Disclosed via huntr.dev / GitHub Security Advisory (https://github.com/advisories/GHSA-7rvc-xw75-43jf). The abused surface is Kubeflow, a widely used MLOps orchestration platform / console.",
17610
+ "ai_assisted_weaponization": false,
17611
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is missing output encoding in an MLOps console web UI.",
17612
+ "active_exploitation": "none",
17613
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
17614
+ "affected": "Kubeflow 1.7.0.",
17615
+ "affected_versions": [
17616
+ "Kubeflow 1.7.0"
17617
+ ],
17618
+ "vector": "Kubeflow reflects attacker-controlled request input back into a web page without neutralizing it, so a victim who follows a crafted link executes attacker script in their authenticated Kubeflow session - a reflected XSS (CWE-79) that can hijack the session and act in the MLOps console as the victim.",
17619
+ "complexity": "low",
17620
+ "complexity_notes": "NVD AV:N / AC:L / UI:R - requires a victim to view the pipeline (stored) or follow a crafted link (reflected); scope-changed (S:C) because script runs in the authenticated console origin.",
17621
+ "patch_available": true,
17622
+ "patch_required_reboot": false,
17623
+ "live_patch_available": false,
17624
+ "live_patch_tools": [],
17625
+ "live_patch_notes": "Remediation is applying the upstream huntr-coordinated fix (upgrade to a build after 1.7.0); redeploy the Kubeflow console, no host reboot.",
17626
+ "vendor_update_paths": [
17627
+ "Apply the upstream huntr-coordinated fix (upgrade to a build after 1.7.0). Neutralize/encode all user-controlled fields rendered in the Kubeflow console (HTML-encode output, use a strict Content-Security-Policy, and set session cookies HttpOnly) so stored or reflected markup cannot execute."
17628
+ ],
17629
+ "framework_control_gaps": {
17630
+ "NIST-800-53-SI-10": "Input/output validation does not neutralize user-controlled fields before the MLOps console renders them.",
17631
+ "NIST-800-53-SI-3": "Malicious-code protection does not treat script injected into the MLOps console UI as an execution channel against other users.",
17632
+ "ISO-27001-2022-A.8.28": "Secure-coding expectations do not require output encoding / CSP on the MLOps console.",
17633
+ "NIS2-Art21-vulnerability-management": "Vulnerability-management measures do not enumerate MLOps-console XSS as a session-hijack surface.",
17634
+ "DORA-Art-9": "ICT protection measures do not model MLOps-console XSS / session hijack as an ICT-risk event.",
17635
+ "UK-CAF-B4": "System Security objective has no objective for output encoding / CSP on AI-platform consoles.",
17636
+ "AU-ISM-1546": "Patch-application control does not single out MLOps consoles.",
17637
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an MLOps console's rendering of user-controlled fields as an integrity control whose failure hijacks operators' sessions."
17638
+ },
17639
+ "atlas_refs": [
17640
+ "AML.T0049"
17641
+ ],
17642
+ "attack_refs": [
17643
+ "T1059.007",
17644
+ "T1189",
17645
+ "T1539"
17646
+ ],
17647
+ "rwep_score": 15,
17648
+ "rwep_factors": {
17649
+ "cisa_kev": 0,
17650
+ "poc_available": 20,
17651
+ "ai_factor": 0,
17652
+ "active_exploitation": 0,
17653
+ "blast_radius": 10,
17654
+ "patch_available": -15,
17655
+ "live_patch_available": 0,
17656
+ "reboot_required": 0
17657
+ },
17658
+ "rwep_notes": "Low (RWEP 15, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3): poc_available=20 + blast_radius=10 (client-side reflected XSS - session hijack within the console, not host RCE), minus patch_available 15.",
17659
+ "epss_score": null,
17660
+ "epss_date": "2026-05-25",
17661
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
17662
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-6571",
17663
+ "cwe_refs": [
17664
+ "CWE-79"
17665
+ ],
17666
+ "iocs": {
17667
+ "behavioral": [
17668
+ "Crafted Kubeflow console URLs reflecting <script> or event-handler payloads in their parameters.",
17669
+ "Script executing in the Kubeflow console origin that reads session tokens or issues console API calls as the viewing user.",
17670
+ "Kubeflow 1.7.0 with the console reachable by multiple users - the exposed precondition."
17671
+ ],
17672
+ "_ioc_source_note": "Behavioral signatures anchored to the huntr.dev / GitHub Security Advisory (https://github.com/advisories/GHSA-7rvc-xw75-43jf) and NVD CVE-2023-6571 (CWE-79)."
17673
+ },
17674
+ "source_verified": "2026-05-25",
17675
+ "verification_sources": [
17676
+ "https://nvd.nist.gov/vuln/detail/CVE-2023-6571",
17677
+ "https://github.com/advisories/GHSA-7rvc-xw75-43jf"
17678
+ ],
17679
+ "vendor_advisories": [
17680
+ {
17681
+ "vendor": "GitHub Security Advisory",
17682
+ "advisory_id": "CVE-2023-6571",
17683
+ "url": "https://github.com/advisories/GHSA-7rvc-xw75-43jf",
17684
+ "severity": "medium",
17685
+ "published_date": "2023-12-14"
17686
+ },
17687
+ {
17688
+ "vendor": "NVD",
17689
+ "advisory_id": "CVE-2023-6571",
17690
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6571",
17691
+ "severity": "medium",
17692
+ "published_date": "2023-12-14"
17693
+ }
17694
+ ],
17695
+ "last_updated": "2026-05-25",
17696
+ "discovery_attribution_note": "Manually curated from the huntr.dev / GitHub Security Advisory (https://github.com/advisories/GHSA-7rvc-xw75-43jf, CWE-79) + NVD (CVSS v3.1 6.1; huntr CNA 5.4). Kubeflow MLOps-console flaw; introduces the AI-platform web-UI output-encoding (XSS) control NEW-CTRL-107.",
17697
+ "_auto_imported": false,
17698
+ "_intake_method": "manual-verified-curation",
17699
+ "_kev_short_description": "Kubeflow reflects attacker input into a page without neutralization, so a crafted link runs script in the victim's session (CWE-79 reflected XSS); fixed upstream (post-1.7.0)."
17700
+ },
17495
17701
  "CVE-2026-41091": {
17496
17702
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
17497
17703
  "type": "LPE",
@@ -259,10 +259,12 @@
259
259
  ],
260
260
  "evidence_cves": [
261
261
  "CVE-2021-26829",
262
+ "CVE-2023-6571",
262
263
  "CVE-2024-11182",
263
264
  "CVE-2024-27132",
264
265
  "CVE-2024-27443",
265
266
  "CVE-2024-42009",
267
+ "CVE-2024-9526",
266
268
  "CVE-2025-27915",
267
269
  "CVE-2025-48700",
268
270
  "CVE-2025-66376",
@@ -45,6 +45,7 @@
45
45
  "CVE-2023-6019",
46
46
  "CVE-2023-6021",
47
47
  "CVE-2023-6038",
48
+ "CVE-2023-6571",
48
49
  "CVE-2024-0129",
49
50
  "CVE-2024-0132",
50
51
  "CVE-2024-11392",
@@ -69,6 +70,7 @@
69
70
  "CVE-2024-50050",
70
71
  "CVE-2024-5565",
71
72
  "CVE-2024-6587",
73
+ "CVE-2024-9526",
72
74
  "CVE-2025-1550",
73
75
  "CVE-2025-1753",
74
76
  "CVE-2025-23254",
@@ -1282,6 +1284,7 @@
1282
1284
  "evidence_cves": [
1283
1285
  "CVE-2023-43472",
1284
1286
  "CVE-2023-6016",
1287
+ "CVE-2023-6571",
1285
1288
  "CVE-2024-12366",
1286
1289
  "CVE-2024-24590",
1287
1290
  "CVE-2024-24591",
@@ -1289,6 +1292,7 @@
1289
1292
  "CVE-2024-37052",
1290
1293
  "CVE-2024-37060",
1291
1294
  "CVE-2024-5565",
1295
+ "CVE-2024-9526",
1292
1296
  "CVE-2025-0133",
1293
1297
  "CVE-2025-1094",
1294
1298
  "CVE-2025-27520",
@@ -2361,6 +2365,7 @@
2361
2365
  "evidence_cves": [
2362
2366
  "CVE-2022-36551",
2363
2367
  "CVE-2023-44467",
2368
+ "CVE-2023-6571",
2364
2369
  "CVE-2024-0129",
2365
2370
  "CVE-2024-11392",
2366
2371
  "CVE-2024-11393",
@@ -2378,6 +2383,7 @@
2378
2383
  "CVE-2024-39722",
2379
2384
  "CVE-2024-50050",
2380
2385
  "CVE-2024-5565",
2386
+ "CVE-2024-9526",
2381
2387
  "CVE-2025-0133",
2382
2388
  "CVE-2025-1094",
2383
2389
  "CVE-2025-1550",
@@ -2842,9 +2848,11 @@
2842
2848
  "evidence_cves": [
2843
2849
  "BUG-2026-NIGHTMARE-ECLIPSE-UNDEFEND",
2844
2850
  "CVE-2023-6016",
2851
+ "CVE-2023-6571",
2845
2852
  "CVE-2024-12366",
2846
2853
  "CVE-2024-2912",
2847
2854
  "CVE-2024-5565",
2855
+ "CVE-2024-9526",
2848
2856
  "CVE-2025-11837",
2849
2857
  "CVE-2025-27520",
2850
2858
  "CVE-2025-3248",
@@ -5036,9 +5044,11 @@
5036
5044
  "opened_date": "2026-05-15",
5037
5045
  "evidence_cves": [
5038
5046
  "CVE-2023-3519",
5047
+ "CVE-2023-6571",
5039
5048
  "CVE-2024-12366",
5040
5049
  "CVE-2024-2912",
5041
5050
  "CVE-2024-5565",
5051
+ "CVE-2024-9526",
5042
5052
  "CVE-2025-27520",
5043
5053
  "CVE-2026-0300",
5044
5054
  "CVE-2026-42945"
@@ -5087,6 +5097,7 @@
5087
5097
  "CVE-2023-6019",
5088
5098
  "CVE-2023-6021",
5089
5099
  "CVE-2023-6038",
5100
+ "CVE-2023-6571",
5090
5101
  "CVE-2024-0129",
5091
5102
  "CVE-2024-0132",
5092
5103
  "CVE-2024-11392",
@@ -5113,6 +5124,7 @@
5113
5124
  "CVE-2024-50050",
5114
5125
  "CVE-2024-5565",
5115
5126
  "CVE-2024-6587",
5127
+ "CVE-2024-9526",
5116
5128
  "CVE-2025-1550",
5117
5129
  "CVE-2025-1753",
5118
5130
  "CVE-2025-23254",
@@ -5668,6 +5680,7 @@
5668
5680
  "CVE-2023-51449",
5669
5681
  "CVE-2023-6016",
5670
5682
  "CVE-2023-6038",
5683
+ "CVE-2023-6571",
5671
5684
  "CVE-2024-0129",
5672
5685
  "CVE-2024-0132",
5673
5686
  "CVE-2024-11392",
@@ -5692,6 +5705,7 @@
5692
5705
  "CVE-2024-42479",
5693
5706
  "CVE-2024-50050",
5694
5707
  "CVE-2024-5565",
5708
+ "CVE-2024-9526",
5695
5709
  "CVE-2025-1550",
5696
5710
  "CVE-2025-1753",
5697
5711
  "CVE-2025-23254",
@@ -5778,6 +5792,7 @@
5778
5792
  "CVE-2023-6019",
5779
5793
  "CVE-2023-6021",
5780
5794
  "CVE-2023-6038",
5795
+ "CVE-2023-6571",
5781
5796
  "CVE-2024-0129",
5782
5797
  "CVE-2024-0132",
5783
5798
  "CVE-2024-11392",
@@ -5804,6 +5819,7 @@
5804
5819
  "CVE-2024-50050",
5805
5820
  "CVE-2024-5565",
5806
5821
  "CVE-2024-6587",
5822
+ "CVE-2024-9526",
5807
5823
  "CVE-2025-1550",
5808
5824
  "CVE-2025-1753",
5809
5825
  "CVE-2025-23254",
@@ -4711,6 +4711,106 @@
4711
4711
  "_auto_imported": false,
4712
4712
  "_intake_method": "manual-verified-curation"
4713
4713
  },
4714
+ "CVE-2024-9526": {
4715
+ "name": "Kubeflow Pipelines Stored XSS in Pipeline View",
4716
+ "lesson_date": "2026-05-25",
4717
+ "attack_vector": {
4718
+ "description": "Kubeflow Pipelines renders the pipeline description field without neutralizing HTML, so attacker-stored markup executes in the browser of every user who views the pipeline.",
4719
+ "privileges_required": "low (a user who can create/edit a pipeline; payload then fires for all viewers)",
4720
+ "complexity": "low",
4721
+ "ai_factor": "The abused surface is the Kubeflow MLOps console - the control plane operators use to run ML pipelines. The lesson: an MLOps console is a multi-user trust boundary; unencoded user fields let one user's stored markup hijack every operator's authenticated session and act in the ML control plane as them."
4722
+ },
4723
+ "framework_coverage": {
4724
+ "NIST-800-53-SI-10": {
4725
+ "covered": true,
4726
+ "adequate": false,
4727
+ "gap": "User-controlled fields are not neutralized/encoded before the MLOps console renders them."
4728
+ },
4729
+ "NIST-800-53-SI-3": {
4730
+ "covered": true,
4731
+ "adequate": false,
4732
+ "gap": "Script injected into the console UI is not treated as an execution channel against other operators."
4733
+ },
4734
+ "ALL-AI-PIPELINE-INTEGRITY": {
4735
+ "covered": false,
4736
+ "adequate": false,
4737
+ "gap": "No framework treats an MLOps console's rendering of user-controlled fields as an integrity control whose failure hijacks operators' sessions."
4738
+ }
4739
+ },
4740
+ "compliance_exposure_score": {
4741
+ "percent_audit_passing_orgs_still_exposed": 76,
4742
+ "basis": "MLOps consoles are deployed on trusted-team assumptions and render user-supplied pipeline metadata; output encoding and CSP are frequently missing, and audits rarely test console XSS.",
4743
+ "theater_pattern": "mlops_console_xss"
4744
+ },
4745
+ "ai_discovered_zeroday": false,
4746
+ "ai_discovery_source": "human_researcher",
4747
+ "ai_assist_factor": "none",
4748
+ "new_control_requirements": [
4749
+ {
4750
+ "id": "NEW-CTRL-107",
4751
+ "name": "AI-PLATFORM-WEB-UI-OUTPUT-ENCODING-XSS",
4752
+ "description": "An AI/MLOps platform console (Kubeflow, pipeline dashboards, experiment UIs) must neutralize every user-controlled field it renders: HTML-encode output, never render stored description/metadata fields as raw HTML, set a strict Content-Security-Policy, and mark session cookies HttpOnly so injected script cannot read them. Treat the console as a multi-user trust boundary - one user's stored input is rendered in every other operator's authenticated session. The distinguishing test: store an HTML/script payload in a pipeline description (or craft a reflecting link) on a staging console and confirm it renders inert text, not executing script - a console that executes stored or reflected markup lets an attacker hijack operators' sessions and act in the MLOps control plane as them.",
4753
+ "evidence": "https://github.com/advisories/GHSA-rm25-8wjq-c6qm",
4754
+ "gap_closes": [
4755
+ "NIST-800-53-SI-10",
4756
+ "NIST-800-53-SI-3",
4757
+ "ALL-AI-PIPELINE-INTEGRITY"
4758
+ ]
4759
+ }
4760
+ ],
4761
+ "_auto_imported": false,
4762
+ "_intake_method": "manual-verified-curation"
4763
+ },
4764
+ "CVE-2023-6571": {
4765
+ "name": "Kubeflow Reflected XSS",
4766
+ "lesson_date": "2026-05-25",
4767
+ "attack_vector": {
4768
+ "description": "Kubeflow reflects attacker-controlled request input into a web page without neutralization, so a victim who follows a crafted link executes attacker script in their authenticated Kubeflow session.",
4769
+ "privileges_required": "none (the victim follows a crafted link)",
4770
+ "complexity": "low",
4771
+ "ai_factor": "The abused surface is the Kubeflow MLOps console - the control plane operators use to run ML pipelines. The lesson: an MLOps console is a multi-user trust boundary; unencoded user fields let one user's reflected markup hijack every operator's authenticated session and act in the ML control plane as them."
4772
+ },
4773
+ "framework_coverage": {
4774
+ "NIST-800-53-SI-10": {
4775
+ "covered": true,
4776
+ "adequate": false,
4777
+ "gap": "User-controlled fields are not neutralized/encoded before the MLOps console renders them."
4778
+ },
4779
+ "NIST-800-53-SI-3": {
4780
+ "covered": true,
4781
+ "adequate": false,
4782
+ "gap": "Script injected into the console UI is not treated as an execution channel against other operators."
4783
+ },
4784
+ "ALL-AI-PIPELINE-INTEGRITY": {
4785
+ "covered": false,
4786
+ "adequate": false,
4787
+ "gap": "No framework treats an MLOps console's rendering of user-controlled fields as an integrity control whose failure hijacks operators' sessions."
4788
+ }
4789
+ },
4790
+ "compliance_exposure_score": {
4791
+ "percent_audit_passing_orgs_still_exposed": 74,
4792
+ "basis": "MLOps consoles are deployed on trusted-team assumptions and render user-supplied pipeline metadata; output encoding and CSP are frequently missing, and audits rarely test console XSS.",
4793
+ "theater_pattern": "mlops_console_xss"
4794
+ },
4795
+ "ai_discovered_zeroday": false,
4796
+ "ai_discovery_source": "human_researcher",
4797
+ "ai_assist_factor": "none",
4798
+ "new_control_requirements": [
4799
+ {
4800
+ "id": "NEW-CTRL-107",
4801
+ "name": "AI-PLATFORM-WEB-UI-OUTPUT-ENCODING-XSS",
4802
+ "description": "An AI/MLOps platform console (Kubeflow, pipeline dashboards, experiment UIs) must neutralize every user-controlled field it renders: HTML-encode output, never render stored description/metadata fields as raw HTML, set a strict Content-Security-Policy, and mark session cookies HttpOnly so injected script cannot read them. Treat the console as a multi-user trust boundary - one user's stored input is rendered in every other operator's authenticated session. The distinguishing test: store an HTML/script payload in a pipeline description (or craft a reflecting link) on a staging console and confirm it renders inert text, not executing script - a console that executes stored or reflected markup lets an attacker hijack operators' sessions and act in the MLOps control plane as them.",
4803
+ "evidence": "https://github.com/advisories/GHSA-7rvc-xw75-43jf",
4804
+ "gap_closes": [
4805
+ "NIST-800-53-SI-10",
4806
+ "NIST-800-53-SI-3",
4807
+ "ALL-AI-PIPELINE-INTEGRITY"
4808
+ ]
4809
+ }
4810
+ ],
4811
+ "_auto_imported": false,
4812
+ "_intake_method": "manual-verified-curation"
4813
+ },
4714
4814
  "CVE-2026-31230": {
4715
4815
  "name": "Adversarial Robustness Toolbox CLI Argument Dynamic-Evaluation Code Execution",
4716
4816
  "lesson_date": "2026-05-25",