@blamejs/exceptd-skills 0.13.106 → 0.13.108

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.
@@ -152,6 +152,8 @@
152
152
  "CVE-2024-24590",
153
153
  "CVE-2024-24591",
154
154
  "CVE-2024-37032",
155
+ "CVE-2024-37052",
156
+ "CVE-2024-37060",
155
157
  "CVE-2025-1550",
156
158
  "CVE-2025-32434",
157
159
  "CVE-2025-33236",
@@ -1288,6 +1290,8 @@
1288
1290
  "CVE-2024-11394",
1289
1291
  "CVE-2024-21513",
1290
1292
  "CVE-2024-24590",
1293
+ "CVE-2024-37052",
1294
+ "CVE-2024-37060",
1291
1295
  "CVE-2025-1550",
1292
1296
  "CVE-2025-32434",
1293
1297
  "CVE-2025-33236",
@@ -1732,6 +1736,7 @@
1732
1736
  "stix_id": "attack-pattern--ebeed0c7-c5de-5049-8f27-efcae5f88b00",
1733
1737
  "is_subtechnique": false,
1734
1738
  "cve_refs": [
1739
+ "CVE-2022-36551",
1735
1740
  "CVE-2023-43654",
1736
1741
  "CVE-2023-48022",
1737
1742
  "CVE-2023-51449",
@@ -1751,6 +1756,7 @@
1751
1756
  "CVE-2024-42479",
1752
1757
  "CVE-2024-4889",
1753
1758
  "CVE-2024-6587",
1759
+ "CVE-2025-25297",
1754
1760
  "CVE-2025-27520",
1755
1761
  "CVE-2025-30202",
1756
1762
  "CVE-2025-32444",
@@ -2859,6 +2865,8 @@
2859
2865
  "CVE-2024-11393",
2860
2866
  "CVE-2024-11394",
2861
2867
  "CVE-2024-24590",
2868
+ "CVE-2024-37052",
2869
+ "CVE-2024-37060",
2862
2870
  "CVE-2025-1550",
2863
2871
  "CVE-2025-32434",
2864
2872
  "CVE-2025-33236",
@@ -290,6 +290,8 @@
290
290
  "CVE-2024-24590",
291
291
  "CVE-2024-2912",
292
292
  "CVE-2024-37032",
293
+ "CVE-2024-37052",
294
+ "CVE-2024-37060",
293
295
  "CVE-2024-42479",
294
296
  "CVE-2024-4889",
295
297
  "CVE-2024-50050",
@@ -865,6 +867,7 @@
865
867
  "CVE-2021-22681",
866
868
  "CVE-2021-26828",
867
869
  "CVE-2022-1471",
870
+ "CVE-2022-36551",
868
871
  "CVE-2022-37055",
869
872
  "CVE-2022-40799",
870
873
  "CVE-2022-48503",
@@ -925,6 +928,7 @@
925
928
  "CVE-2025-24016",
926
929
  "CVE-2025-24893",
927
930
  "CVE-2025-25257",
931
+ "CVE-2025-25297",
928
932
  "CVE-2025-26399",
929
933
  "CVE-2025-27520",
930
934
  "CVE-2025-2775",
@@ -1149,6 +1153,8 @@
1149
1153
  "CVE-2024-11394",
1150
1154
  "CVE-2024-24590",
1151
1155
  "CVE-2024-3094",
1156
+ "CVE-2024-37052",
1157
+ "CVE-2024-37060",
1152
1158
  "CVE-2025-1550",
1153
1159
  "CVE-2025-32434",
1154
1160
  "CVE-2025-33236",
@@ -3643,7 +3649,11 @@
3643
3649
  "Windows"
3644
3650
  ],
3645
3651
  "stix_id": "attack-pattern--731f4f55-b6d0-41d1-a7a9-072a66389aea",
3646
- "is_subtechnique": false
3652
+ "is_subtechnique": false,
3653
+ "cve_refs": [
3654
+ "CVE-2022-36551",
3655
+ "CVE-2025-25297"
3656
+ ]
3647
3657
  },
3648
3658
  "T1091": {
3649
3659
  "id": "T1091",
@@ -4339,6 +4349,8 @@
4339
4349
  "CVE-2024-11394",
4340
4350
  "CVE-2024-24590",
4341
4351
  "CVE-2024-24591",
4352
+ "CVE-2024-37052",
4353
+ "CVE-2024-37060",
4342
4354
  "CVE-2025-1550",
4343
4355
  "CVE-2025-32434",
4344
4356
  "CVE-2025-33236",
@@ -55,7 +55,7 @@
55
55
  "ai_discovery_methodology": {
56
56
  "field_added": "2026-05-15",
57
57
  "agents_md_target": "Hard Rule #7 — '41% of 2025 zero-days were AI-discovered'. Catalog target rate floor: 0.40.",
58
- "current_rate": 0.031,
58
+ "current_rate": 0.030,
59
59
  "current_floor_enforced_by_test": 0.03,
60
60
  "ladder_to_target": [
61
61
  0.03,
@@ -16672,6 +16672,424 @@
16672
16672
  "_intake_method": "manual-verified-curation",
16673
16673
  "_kev_short_description": "BentoML's serde.py deserializes attacker-supplied serialized objects from requests without validation, giving unauthenticated RCE (CWE-502); fixed in 1.4.3 - the deserialization-RCE class recurred after the 1.2.5 fix."
16674
16674
  },
16675
+ "CVE-2024-37052": {
16676
+ "name": "MLflow scikit-learn Model Deserialization Remote Code Execution",
16677
+ "type": "RCE",
16678
+ "cvss_score": 8.8,
16679
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
16680
+ "cvss_note": "HiddenLayer (CNA) CVSS v3.1 base 8.8 (HIGH); NVD has not published its own assessed score. A maliciously crafted scikit-learn model stored in MLflow runs arbitrary code when a user loads/interacts with it, because the model object is reconstructed through unsafe deserialization (CWE-502).",
16681
+ "cisa_kev": false,
16682
+ "poc_available": true,
16683
+ "poc_description": "HiddenLayer published the analysis: a scikit-learn model stored in MLflow runs code when a user loads/runs it.",
16684
+ "ai_discovered": false,
16685
+ "ai_discovery_source": "human_researcher",
16686
+ "ai_discovery_notes": "Disclosed by HiddenLayer (https://github.com/advisories/GHSA-76cg-cfhx-373f). The abused surface is MLflow, a widely used MLOps / model-registry platform - one of the Protect AI / HiddenLayer model-flavor deserialization findings.",
16687
+ "ai_assisted_weaponization": false,
16688
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is that an MLflow scikit-learn model is executable code reconstructed through unsafe deserialization when loaded.",
16689
+ "active_exploitation": "none",
16690
+ "active_exploitation_notes": "Research disclosure with a documented attack chain; no confirmed in-the-wild exploitation reported as of curation. No patched MLflow version is published (loading an untrusted model is inherently unsafe), so exposure persists when untrusted models/recipes are loaded.",
16691
+ "affected": "MLflow 1.1.0 through 2.14.1.",
16692
+ "affected_versions": [
16693
+ "MLflow >= 1.1.0, <= 2.14.1"
16694
+ ],
16695
+ "vector": "MLflow stores and loads ML models and Recipes by flavor. A scikit-learn model is reconstructed through an unsafe deserialization path, so loading or running it executes embedded attacker code on the user's system (CWE-502). The model artifact IS executable code. Disclosed by HiddenLayer as part of the MLflow model-flavor deserialization set.",
16696
+ "complexity": "low",
16697
+ "complexity_notes": "HiddenLayer (CNA) AV:N / AC:L / PR:N / UI:R - network-delivered via an uploaded model/recipe, but requires the victim to load/run it (UI:R).",
16698
+ "patch_available": false,
16699
+ "patch_required_reboot": false,
16700
+ "live_patch_available": false,
16701
+ "live_patch_tools": [],
16702
+ "live_patch_notes": "No patched MLflow version is published (the GitHub advisory records 'Patched versions: None'); loading an untrusted model artifact is inherently code execution. Mitigation is provenance verification + sandboxing (see vendor_update_paths).",
16703
+ "vendor_update_paths": [
16704
+ "No fixed MLflow version is published. Only load models and Recipes from trusted sources, verify artifact provenance, run model loading in a sandboxed/least-privilege environment, and prefer safe serialization formats; treat every MLflow model artifact as executable code."
16705
+ ],
16706
+ "framework_control_gaps": {
16707
+ "NIST-800-53-SI-2": "Flaw remediation cannot resolve this by patching - loading an untrusted model is inherently code execution; the control must be artifact provenance + sandboxing.",
16708
+ "NIST-800-53-SI-10": "No input validation distinguishes a benign model artifact from one carrying a deserialization payload before MLflow loads it.",
16709
+ "NIST-800-53-SR-3": "Supply-chain controls do not treat MLflow model artifacts / Recipes as untrusted third-party executable content.",
16710
+ "ISO-27001-2022-A.8.28": "Secure-coding expectations do not address loading an untrusted model artifact as host code.",
16711
+ "NIS2-Art21-supply-chain": "Supply-chain-security measures do not reach the MLflow model registry as a channel that delivers executable model artifacts.",
16712
+ "DORA-Art-9": "ICT protection measures do not model untrusted model-artifact loading as an ICT-risk event.",
16713
+ "UK-CAF-B4": "System Security objective has no objective for verifying model-artifact provenance before loading.",
16714
+ "AU-ISM-1546": "Patch-application control does not address a flaw with no patch - the model format is inherently executable.",
16715
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an MLflow model artifact / Recipe as untrusted executable code requiring provenance verification and sandboxed loading."
16716
+ },
16717
+ "atlas_refs": [
16718
+ "AML.T0010",
16719
+ "AML.T0011",
16720
+ "AML.T0011.000"
16721
+ ],
16722
+ "attack_refs": [
16723
+ "T1204",
16724
+ "T1059",
16725
+ "T1195.002"
16726
+ ],
16727
+ "rwep_score": 42,
16728
+ "rwep_factors": {
16729
+ "cisa_kev": 0,
16730
+ "poc_available": 20,
16731
+ "ai_factor": 0,
16732
+ "active_exploitation": 0,
16733
+ "blast_radius": 22,
16734
+ "patch_available": 0,
16735
+ "live_patch_available": 0,
16736
+ "reboot_required": 0
16737
+ },
16738
+ "rwep_notes": "Elevated (RWEP 42, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no patched version exists so no patch credit (Hard Rule #3) - this is a model-artifact-as-code flaw that no patch can close, only provenance + sandboxing. The UI:R requirement (victim must load the model) keeps blast moderate. poc_available=20 + blast_radius=22.",
16739
+ "epss_score": null,
16740
+ "epss_date": "2026-05-25",
16741
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
16742
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-37052",
16743
+ "cwe_refs": [
16744
+ "CWE-502"
16745
+ ],
16746
+ "iocs": {
16747
+ "behavioral": [
16748
+ "MLflow scikit-learn model artifacts whose stored payload contains a deserialization gadget rather than a plain model.",
16749
+ "The MLflow process or client spawning shell, network, or file-system child processes when a model/recipe is loaded or run.",
16750
+ "MLflow 1.1.0-2.14.1 loading scikit-learn models from an untrusted registry/run - the exposed precondition."
16751
+ ],
16752
+ "_ioc_source_note": "Behavioral signatures anchored to the HiddenLayer disclosure / GitHub advisory (https://github.com/advisories/GHSA-76cg-cfhx-373f) and NVD CVE-2024-37052 (CWE-502)."
16753
+ },
16754
+ "source_verified": "2026-05-25",
16755
+ "verification_sources": [
16756
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-37052",
16757
+ "https://github.com/advisories/GHSA-76cg-cfhx-373f"
16758
+ ],
16759
+ "vendor_advisories": [
16760
+ {
16761
+ "vendor": "GitHub Security Advisory",
16762
+ "advisory_id": "CVE-2024-37052",
16763
+ "url": "https://github.com/advisories/GHSA-76cg-cfhx-373f",
16764
+ "severity": "high",
16765
+ "published_date": "2024-06-04"
16766
+ },
16767
+ {
16768
+ "vendor": "NVD",
16769
+ "advisory_id": "CVE-2024-37052",
16770
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37052",
16771
+ "severity": "high",
16772
+ "published_date": "2024-06-04"
16773
+ }
16774
+ ],
16775
+ "last_updated": "2026-05-25",
16776
+ "discovery_attribution_note": "Manually curated from the HiddenLayer / GitHub Security Advisory (https://github.com/advisories/GHSA-76cg-cfhx-373f, CWE-502) + HiddenLayer (CNA, CVSS v3.1 8.8); NVD has not published its own score. MLflow model-flavor deserialization (Protect AI / HiddenLayer set); reuses the untrusted-model-artifact-loading control NEW-CTRL-091 - a model artifact is executable code, the class shared with Keras / Hugging Face / NeMo / PyTorch / H2O.",
16777
+ "_auto_imported": false,
16778
+ "_intake_method": "manual-verified-curation",
16779
+ "_kev_short_description": "A malicious scikit-learn model in MLflow runs code when loaded (CWE-502 unsafe deserialization); no patched version - treat MLflow models as untrusted code."
16780
+ },
16781
+ "CVE-2024-37060": {
16782
+ "name": "MLflow Recipe Deserialization Remote Code Execution",
16783
+ "type": "RCE",
16784
+ "cvss_score": 8.8,
16785
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
16786
+ "cvss_note": "HiddenLayer (CNA) CVSS v3.1 base 8.8 (HIGH); NVD has not published its own assessed score. A maliciously crafted MLflow Recipe runs arbitrary code when executed, because it is reconstructed through unsafe deserialization (CWE-502).",
16787
+ "cisa_kev": false,
16788
+ "poc_available": true,
16789
+ "poc_description": "HiddenLayer published the analysis: a malicious MLflow Recipe stored in MLflow runs code when a user loads/runs it.",
16790
+ "ai_discovered": false,
16791
+ "ai_discovery_source": "human_researcher",
16792
+ "ai_discovery_notes": "Disclosed by HiddenLayer (https://github.com/advisories/GHSA-cv6c-7963-wxcg). The abused surface is MLflow, a widely used MLOps / model-registry platform - one of the Protect AI / HiddenLayer model-flavor deserialization findings.",
16793
+ "ai_assisted_weaponization": false,
16794
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is that an MLflow Recipe is executable code reconstructed through unsafe deserialization when loaded.",
16795
+ "active_exploitation": "none",
16796
+ "active_exploitation_notes": "Research disclosure with a documented attack chain; no confirmed in-the-wild exploitation reported as of curation. No patched MLflow version is published (loading an untrusted model is inherently unsafe), so exposure persists when untrusted models/recipes are loaded.",
16797
+ "affected": "MLflow 1.27.0 through 2.14.1.",
16798
+ "affected_versions": [
16799
+ "MLflow >= 1.27.0, <= 2.14.1"
16800
+ ],
16801
+ "vector": "MLflow stores and loads ML models and Recipes by flavor. A malicious MLflow Recipe is reconstructed through an unsafe deserialization path, so loading or running it executes embedded attacker code on the user's system (CWE-502). The model artifact IS executable code. Disclosed by HiddenLayer as part of the MLflow model-flavor deserialization set.",
16802
+ "complexity": "low",
16803
+ "complexity_notes": "HiddenLayer (CNA) AV:N / AC:L / PR:N / UI:R - network-delivered via an uploaded model/recipe, but requires the victim to load/run it (UI:R).",
16804
+ "patch_available": false,
16805
+ "patch_required_reboot": false,
16806
+ "live_patch_available": false,
16807
+ "live_patch_tools": [],
16808
+ "live_patch_notes": "No patched MLflow version is published (the GitHub advisory records 'Patched versions: None'); loading an untrusted model artifact is inherently code execution. Mitigation is provenance verification + sandboxing (see vendor_update_paths).",
16809
+ "vendor_update_paths": [
16810
+ "No fixed MLflow version is published. Only load models and Recipes from trusted sources, verify artifact provenance, run model loading in a sandboxed/least-privilege environment, and prefer safe serialization formats; treat every MLflow model artifact as executable code."
16811
+ ],
16812
+ "framework_control_gaps": {
16813
+ "NIST-800-53-SI-2": "Flaw remediation cannot resolve this by patching - loading an untrusted model is inherently code execution; the control must be artifact provenance + sandboxing.",
16814
+ "NIST-800-53-SI-10": "No input validation distinguishes a benign model artifact from one carrying a deserialization payload before MLflow loads it.",
16815
+ "NIST-800-53-SR-3": "Supply-chain controls do not treat MLflow model artifacts / Recipes as untrusted third-party executable content.",
16816
+ "ISO-27001-2022-A.8.28": "Secure-coding expectations do not address loading an untrusted model artifact as host code.",
16817
+ "NIS2-Art21-supply-chain": "Supply-chain-security measures do not reach the MLflow model registry as a channel that delivers executable model artifacts.",
16818
+ "DORA-Art-9": "ICT protection measures do not model untrusted model-artifact loading as an ICT-risk event.",
16819
+ "UK-CAF-B4": "System Security objective has no objective for verifying model-artifact provenance before loading.",
16820
+ "AU-ISM-1546": "Patch-application control does not address a flaw with no patch - the model format is inherently executable.",
16821
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an MLflow model artifact / Recipe as untrusted executable code requiring provenance verification and sandboxed loading."
16822
+ },
16823
+ "atlas_refs": [
16824
+ "AML.T0010",
16825
+ "AML.T0011",
16826
+ "AML.T0011.000"
16827
+ ],
16828
+ "attack_refs": [
16829
+ "T1204",
16830
+ "T1059",
16831
+ "T1195.002"
16832
+ ],
16833
+ "rwep_score": 42,
16834
+ "rwep_factors": {
16835
+ "cisa_kev": 0,
16836
+ "poc_available": 20,
16837
+ "ai_factor": 0,
16838
+ "active_exploitation": 0,
16839
+ "blast_radius": 22,
16840
+ "patch_available": 0,
16841
+ "live_patch_available": 0,
16842
+ "reboot_required": 0
16843
+ },
16844
+ "rwep_notes": "Elevated (RWEP 42, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no patched version exists so no patch credit (Hard Rule #3) - this is a model-artifact-as-code flaw that no patch can close, only provenance + sandboxing. The UI:R requirement (victim must load the model) keeps blast moderate. poc_available=20 + blast_radius=22.",
16845
+ "epss_score": null,
16846
+ "epss_date": "2026-05-25",
16847
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
16848
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-37060",
16849
+ "cwe_refs": [
16850
+ "CWE-502"
16851
+ ],
16852
+ "iocs": {
16853
+ "behavioral": [
16854
+ "MLflow Recipe artifacts whose stored payload contains a deserialization gadget rather than a plain model.",
16855
+ "The MLflow process or client spawning shell, network, or file-system child processes when a model/recipe is loaded or run.",
16856
+ "MLflow 1.27.0-2.14.1 running Recipes from an untrusted source - the exposed precondition."
16857
+ ],
16858
+ "_ioc_source_note": "Behavioral signatures anchored to the HiddenLayer disclosure / GitHub advisory (https://github.com/advisories/GHSA-cv6c-7963-wxcg) and NVD CVE-2024-37060 (CWE-502)."
16859
+ },
16860
+ "source_verified": "2026-05-25",
16861
+ "verification_sources": [
16862
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-37060",
16863
+ "https://github.com/advisories/GHSA-cv6c-7963-wxcg"
16864
+ ],
16865
+ "vendor_advisories": [
16866
+ {
16867
+ "vendor": "GitHub Security Advisory",
16868
+ "advisory_id": "CVE-2024-37060",
16869
+ "url": "https://github.com/advisories/GHSA-cv6c-7963-wxcg",
16870
+ "severity": "high",
16871
+ "published_date": "2024-06-04"
16872
+ },
16873
+ {
16874
+ "vendor": "NVD",
16875
+ "advisory_id": "CVE-2024-37060",
16876
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37060",
16877
+ "severity": "high",
16878
+ "published_date": "2024-06-04"
16879
+ }
16880
+ ],
16881
+ "last_updated": "2026-05-25",
16882
+ "discovery_attribution_note": "Manually curated from the HiddenLayer / GitHub Security Advisory (https://github.com/advisories/GHSA-cv6c-7963-wxcg, CWE-502) + HiddenLayer (CNA, CVSS v3.1 8.8); NVD has not published its own score. MLflow model-flavor deserialization (Protect AI / HiddenLayer set); reuses the untrusted-model-artifact-loading control NEW-CTRL-091 - a model artifact is executable code, the class shared with Keras / Hugging Face / NeMo / PyTorch / H2O.",
16883
+ "_auto_imported": false,
16884
+ "_intake_method": "manual-verified-curation",
16885
+ "_kev_short_description": "A malicious MLflow Recipe runs code when executed (CWE-502 unsafe deserialization); no patched version - treat MLflow artifacts as untrusted code."
16886
+ },
16887
+ "CVE-2025-25297": {
16888
+ "name": "Label Studio S3 Storage Endpoint Server-Side Request Forgery",
16889
+ "type": "SSRF",
16890
+ "cvss_score": 7.7,
16891
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
16892
+ "cvss_note": "NIST (NVD) CVSS v3.1 base 7.7 (HIGH, PR:L); the GitHub (CNA) advisory rates it 8.6 (HIGH, PR:N - it treats the action as unauthenticated). Label Studio's S3 storage feature does not validate the custom endpoint URL, so an attacker points it at internal services or cloud metadata and the server issues the request, leaking data via the responses (CWE-918 SSRF).",
16893
+ "cisa_kev": false,
16894
+ "poc_available": true,
16895
+ "poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-m238-fmcw-wh58): point the S3 storage endpoint at an internal address / cloud-metadata endpoint and the Label Studio server issues the request.",
16896
+ "ai_discovered": false,
16897
+ "ai_discovery_source": "human_researcher",
16898
+ "ai_discovery_notes": "Disclosed via the GitHub Security Advisory (https://github.com/advisories/GHSA-m238-fmcw-wh58). The abused surface is Label Studio, a widely used data-labeling / annotation platform in ML pipelines.",
16899
+ "ai_assisted_weaponization": false,
16900
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is an unvalidated server-side fetch in an ML data-pipeline platform's S3 storage endpoint.",
16901
+ "active_exploitation": "none",
16902
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
16903
+ "affected": "Label Studio before 1.16.0.",
16904
+ "affected_versions": [
16905
+ "Label Studio < 1.16.0"
16906
+ ],
16907
+ "vector": "Label Studio's S3 cloud-storage integration accepts a custom S3 endpoint URL without validation. An attacker sets the endpoint to an internal address or cloud-metadata service; the Label Studio server makes the request and returns data from the responses - a server-side request forgery that bypasses network segmentation (CWE-918).",
16908
+ "complexity": "low",
16909
+ "complexity_notes": "NVD AV:N / AC:L / PR:L - network-reachable; requires an account, but lower-privilege users can configure the storage endpoint.",
16910
+ "patch_available": true,
16911
+ "patch_required_reboot": false,
16912
+ "live_patch_available": false,
16913
+ "live_patch_tools": [],
16914
+ "live_patch_notes": "Remediation is upgrading to 1.16.0 or later; redeploy, no host reboot.",
16915
+ "vendor_update_paths": [
16916
+ "Upgrade Label Studio to 1.16.0 or later. Validate and allowlist destinations for the S3 storage endpoint (block private/link-local/cloud-metadata addresses and file:// schemes), and disable self-registration if not required."
16917
+ ],
16918
+ "framework_control_gaps": {
16919
+ "NIST-800-53-SC-7": "Boundary protection does not treat the ML data platform's server-side fetch (S3 storage endpoint) as an egress that can reach internal services.",
16920
+ "NIST-800-53-SI-10": "Input validation is not applied to the user-supplied URL/endpoint before the server fetches it.",
16921
+ "NIST-800-53-AC-3": "Access enforcement does not constrain who can configure a server-side fetch, and lower-privilege users can set the storage endpoint.",
16922
+ "ISO-27001-2022-A.8.22": "Network segregation is bypassed: the platform fetches attacker-chosen internal URLs server-side.",
16923
+ "NIS2-Art21-network-security": "Network-security measures do not enumerate ML data-platform SSRF as an internal-pivot surface.",
16924
+ "DORA-Art-9": "ICT protection measures do not model server-side request forgery from an ML data platform as an ICT-risk event.",
16925
+ "UK-CAF-B4": "System Security objective has no objective for validating server-side fetch destinations in ML data platforms.",
16926
+ "AU-ISM-1546": "Patch-application control does not single out ML data-labeling platforms.",
16927
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML data-pipeline platform's import/storage URL fetch as an egress that must validate and allowlist destinations."
16928
+ },
16929
+ "atlas_refs": [
16930
+ "AML.T0049"
16931
+ ],
16932
+ "attack_refs": [
16933
+ "T1190",
16934
+ "T1090"
16935
+ ],
16936
+ "rwep_score": 23,
16937
+ "rwep_factors": {
16938
+ "cisa_kev": 0,
16939
+ "poc_available": 20,
16940
+ "ai_factor": 0,
16941
+ "active_exploitation": 0,
16942
+ "blast_radius": 18,
16943
+ "patch_available": -15,
16944
+ "live_patch_available": 0,
16945
+ "reboot_required": 0
16946
+ },
16947
+ "rwep_notes": "Moderate (RWEP 23, \"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=18 (SSRF - internal reach / data exfil, not direct RCE), minus patch_available 15.",
16948
+ "epss_score": null,
16949
+ "epss_date": "2026-05-25",
16950
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
16951
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-25297",
16952
+ "cwe_refs": [
16953
+ "CWE-918"
16954
+ ],
16955
+ "iocs": {
16956
+ "behavioral": [
16957
+ "Label Studio S3 storage endpoint configured with an internal/private address, cloud-metadata endpoint (169.254.169.254), or file:// URL.",
16958
+ "Outbound requests from the Label Studio server to internal services or metadata endpoints not part of normal operation.",
16959
+ "Label Studio < 1.16.0 with S3 storage configurable by lower-privilege users - the exposed precondition."
16960
+ ],
16961
+ "_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory (https://github.com/advisories/GHSA-m238-fmcw-wh58) and NVD CVE-2025-25297 (CWE-918)."
16962
+ },
16963
+ "source_verified": "2026-05-25",
16964
+ "verification_sources": [
16965
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-25297",
16966
+ "https://github.com/advisories/GHSA-m238-fmcw-wh58"
16967
+ ],
16968
+ "vendor_advisories": [
16969
+ {
16970
+ "vendor": "GitHub Security Advisory",
16971
+ "advisory_id": "CVE-2025-25297",
16972
+ "url": "https://github.com/advisories/GHSA-m238-fmcw-wh58",
16973
+ "severity": "high",
16974
+ "published_date": "2025-02-14"
16975
+ },
16976
+ {
16977
+ "vendor": "NVD",
16978
+ "advisory_id": "CVE-2025-25297",
16979
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25297",
16980
+ "severity": "high",
16981
+ "published_date": "2025-02-14"
16982
+ }
16983
+ ],
16984
+ "last_updated": "2026-05-25",
16985
+ "discovery_attribution_note": "Manually curated from the GitHub Security Advisory (https://github.com/advisories/GHSA-m238-fmcw-wh58, CWE-918) + NVD (CVSS v3.1 7.7; GitHub CNA 8.6). Data-labeling / ML-pipeline platform flaw (Label Studio); introduces the AI data-pipeline import/storage SSRF control NEW-CTRL-105.",
16986
+ "_auto_imported": false,
16987
+ "_intake_method": "manual-verified-curation",
16988
+ "_kev_short_description": "Label Studio's S3 storage feature does not validate the custom endpoint URL, letting an attacker reach internal services / cloud metadata via the server (CWE-918 SSRF); fixed in 1.16.0."
16989
+ },
16990
+ "CVE-2022-36551": {
16991
+ "name": "Label Studio Data Import Server-Side Request Forgery",
16992
+ "type": "SSRF",
16993
+ "cvss_score": 6.5,
16994
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
16995
+ "cvss_note": "NIST (NVD) CVSS v3.1 base 6.5 (MEDIUM, PR:L). Label Studio's Data Import module fetches a user-supplied URL without restriction, so an authenticated user (self-registration is enabled by default, so effectively any remote attacker) reads arbitrary files / reaches internal services via the server (CWE-918 SSRF).",
16996
+ "cisa_kev": false,
16997
+ "poc_available": true,
16998
+ "poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-pc6f-259w-w3j6): point the Data Import URL fetch at an internal address / cloud-metadata endpoint and the Label Studio server issues the request.",
16999
+ "ai_discovered": false,
17000
+ "ai_discovery_source": "human_researcher",
17001
+ "ai_discovery_notes": "Disclosed via the GitHub Security Advisory (https://github.com/advisories/GHSA-pc6f-259w-w3j6). The abused surface is Label Studio, a widely used data-labeling / annotation platform in ML pipelines.",
17002
+ "ai_assisted_weaponization": false,
17003
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is an unvalidated server-side fetch in an ML data-pipeline platform's Data Import URL fetch.",
17004
+ "active_exploitation": "none",
17005
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
17006
+ "affected": "Label Studio before 1.6.0.",
17007
+ "affected_versions": [
17008
+ "Label Studio < 1.6.0"
17009
+ ],
17010
+ "vector": "Label Studio's Data Import module fetches a user-supplied URL with no destination restriction, so a user (self-registration is on by default, so any remote attacker can obtain an account) supplies file:// or internal URLs and the server reads arbitrary files or reaches internal services - a server-side request forgery (CWE-918).",
17011
+ "complexity": "low",
17012
+ "complexity_notes": "NVD AV:N / AC:L / PR:L - network-reachable; requires an account, but self-registration is on by default.",
17013
+ "patch_available": true,
17014
+ "patch_required_reboot": false,
17015
+ "live_patch_available": false,
17016
+ "live_patch_tools": [],
17017
+ "live_patch_notes": "Remediation is upgrading to 1.6.0 or later; redeploy, no host reboot.",
17018
+ "vendor_update_paths": [
17019
+ "Upgrade Label Studio to 1.6.0 or later. Validate and allowlist destinations for the Data Import URL fetch (block private/link-local/cloud-metadata addresses and file:// schemes), and disable self-registration if not required."
17020
+ ],
17021
+ "framework_control_gaps": {
17022
+ "NIST-800-53-SC-7": "Boundary protection does not treat the ML data platform's server-side fetch (Data Import URL fetch) as an egress that can reach internal services.",
17023
+ "NIST-800-53-SI-10": "Input validation is not applied to the user-supplied URL/endpoint before the server fetches it.",
17024
+ "NIST-800-53-AC-3": "Access enforcement does not constrain who can configure a server-side fetch, and self-registration lets any remote user reach it.",
17025
+ "ISO-27001-2022-A.8.22": "Network segregation is bypassed: the platform fetches attacker-chosen internal URLs server-side.",
17026
+ "NIS2-Art21-network-security": "Network-security measures do not enumerate ML data-platform SSRF as an internal-pivot surface.",
17027
+ "DORA-Art-9": "ICT protection measures do not model server-side request forgery from an ML data platform as an ICT-risk event.",
17028
+ "UK-CAF-B4": "System Security objective has no objective for validating server-side fetch destinations in ML data platforms.",
17029
+ "AU-ISM-1546": "Patch-application control does not single out ML data-labeling platforms.",
17030
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML data-pipeline platform's import/storage URL fetch as an egress that must validate and allowlist destinations."
17031
+ },
17032
+ "atlas_refs": [
17033
+ "AML.T0049"
17034
+ ],
17035
+ "attack_refs": [
17036
+ "T1190",
17037
+ "T1090"
17038
+ ],
17039
+ "rwep_score": 21,
17040
+ "rwep_factors": {
17041
+ "cisa_kev": 0,
17042
+ "poc_available": 20,
17043
+ "ai_factor": 0,
17044
+ "active_exploitation": 0,
17045
+ "blast_radius": 16,
17046
+ "patch_available": -15,
17047
+ "live_patch_available": 0,
17048
+ "reboot_required": 0
17049
+ },
17050
+ "rwep_notes": "Moderate (RWEP 21, \"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=16 (SSRF - internal reach / data exfil, not direct RCE), minus patch_available 15.",
17051
+ "epss_score": null,
17052
+ "epss_date": "2026-05-25",
17053
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
17054
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2022-36551",
17055
+ "cwe_refs": [
17056
+ "CWE-918"
17057
+ ],
17058
+ "iocs": {
17059
+ "behavioral": [
17060
+ "Label Studio Data Import URL fetch configured with an internal/private address, cloud-metadata endpoint (169.254.169.254), or file:// URL.",
17061
+ "Outbound requests from the Label Studio server to internal services or metadata endpoints not part of normal operation.",
17062
+ "Label Studio < 1.6.0 with self-registration enabled (default) - any remote attacker can obtain an account and reach the import SSRF."
17063
+ ],
17064
+ "_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory (https://github.com/advisories/GHSA-pc6f-259w-w3j6) and NVD CVE-2022-36551 (CWE-918)."
17065
+ },
17066
+ "source_verified": "2026-05-25",
17067
+ "verification_sources": [
17068
+ "https://nvd.nist.gov/vuln/detail/CVE-2022-36551",
17069
+ "https://github.com/advisories/GHSA-pc6f-259w-w3j6"
17070
+ ],
17071
+ "vendor_advisories": [
17072
+ {
17073
+ "vendor": "GitHub Security Advisory",
17074
+ "advisory_id": "CVE-2022-36551",
17075
+ "url": "https://github.com/advisories/GHSA-pc6f-259w-w3j6",
17076
+ "severity": "high",
17077
+ "published_date": "2022-10-04"
17078
+ },
17079
+ {
17080
+ "vendor": "NVD",
17081
+ "advisory_id": "CVE-2022-36551",
17082
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-36551",
17083
+ "severity": "medium",
17084
+ "published_date": "2022-10-04"
17085
+ }
17086
+ ],
17087
+ "last_updated": "2026-05-25",
17088
+ "discovery_attribution_note": "Manually curated from the GitHub Security Advisory (https://github.com/advisories/GHSA-pc6f-259w-w3j6, CWE-918) + NVD (CVSS v3.1 6.5). Data-labeling / ML-pipeline platform flaw (Label Studio); introduces the AI data-pipeline import/storage SSRF control NEW-CTRL-105.",
17089
+ "_auto_imported": false,
17090
+ "_intake_method": "manual-verified-curation",
17091
+ "_kev_short_description": "Label Studio's Data Import fetches user-supplied URLs without restriction (self-registration on by default), letting a remote attacker read files / reach internal services via the server (CWE-918 SSRF); fixed in 1.6.0."
17092
+ },
16675
17093
  "CVE-2026-41091": {
16676
17094
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
16677
17095
  "type": "LPE",
@@ -1338,6 +1338,8 @@
1338
1338
  "CVE-2024-11393",
1339
1339
  "CVE-2024-11394",
1340
1340
  "CVE-2024-24590",
1341
+ "CVE-2024-37052",
1342
+ "CVE-2024-37060",
1341
1343
  "CVE-2024-50050",
1342
1344
  "CVE-2024-8069",
1343
1345
  "CVE-2025-10035",
@@ -1866,10 +1868,12 @@
1866
1868
  "CVE-2021-22054",
1867
1869
  "CVE-2021-22175",
1868
1870
  "CVE-2021-39935",
1871
+ "CVE-2022-36551",
1869
1872
  "CVE-2023-43654",
1870
1873
  "CVE-2023-48022",
1871
1874
  "CVE-2023-51449",
1872
1875
  "CVE-2024-6587",
1876
+ "CVE-2025-25297",
1873
1877
  "CVE-2025-61884"
1874
1878
  ],
1875
1879
  "framework_controls_partially_addressing": [