@blamejs/exceptd-skills 0.13.85 → 0.13.87

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.
@@ -144,6 +144,7 @@
144
144
  "last_verified": "2026-05-19",
145
145
  "cve_refs": [
146
146
  "CVE-2023-43654",
147
+ "CVE-2024-37032",
147
148
  "CVE-2025-1550",
148
149
  "CVE-2025-8747",
149
150
  "CVE-2026-22778",
@@ -668,6 +669,8 @@
668
669
  "maturity": "moderate",
669
670
  "last_verified": "2026-05-19",
670
671
  "cve_refs": [
672
+ "CVE-2023-51449",
673
+ "CVE-2024-1561",
671
674
  "CVE-2026-42208",
672
675
  "MAL-2026-3083"
673
676
  ],
@@ -1704,6 +1707,10 @@
1704
1707
  "cve_refs": [
1705
1708
  "CVE-2023-43654",
1706
1709
  "CVE-2023-48022",
1710
+ "CVE-2023-51449",
1711
+ "CVE-2024-1561",
1712
+ "CVE-2024-37032",
1713
+ "CVE-2024-39722",
1707
1714
  "CVE-2024-42478",
1708
1715
  "CVE-2024-42479",
1709
1716
  "CVE-2025-64496",
@@ -272,6 +272,7 @@
272
272
  "CVE-2022-1471",
273
273
  "CVE-2023-43654",
274
274
  "CVE-2023-48022",
275
+ "CVE-2024-37032",
275
276
  "CVE-2024-42479",
276
277
  "CVE-2024-50050",
277
278
  "CVE-2025-1094",
@@ -837,11 +838,15 @@
837
838
  "CVE-2023-39780",
838
839
  "CVE-2023-43654",
839
840
  "CVE-2023-48022",
841
+ "CVE-2023-51449",
840
842
  "CVE-2023-52163",
841
843
  "CVE-2024-12987",
844
+ "CVE-2024-1561",
842
845
  "CVE-2024-1709",
843
846
  "CVE-2024-21762",
847
+ "CVE-2024-37032",
844
848
  "CVE-2024-37079",
849
+ "CVE-2024-39722",
845
850
  "CVE-2024-42478",
846
851
  "CVE-2024-42479",
847
852
  "CVE-2024-43468",
@@ -2426,6 +2431,8 @@
2426
2431
  "version": "v19",
2427
2432
  "cve_refs": [
2428
2433
  "CVE-2023-36424",
2434
+ "CVE-2023-51449",
2435
+ "CVE-2024-1561",
2429
2436
  "CVE-2025-14847",
2430
2437
  "CVE-2025-22226",
2431
2438
  "CVE-2025-47813",
@@ -3509,6 +3516,9 @@
3509
3516
  "stix_id": "attack-pattern--7bc57495-ea59-4380-be31-a64af124ef18",
3510
3517
  "is_subtechnique": false,
3511
3518
  "cve_refs": [
3519
+ "CVE-2023-51449",
3520
+ "CVE-2024-1561",
3521
+ "CVE-2024-39722",
3512
3522
  "CVE-2026-34926"
3513
3523
  ]
3514
3524
  },
@@ -12557,6 +12557,428 @@
12557
12557
  "_intake_method": "manual-verified-curation",
12558
12558
  "_kev_short_description": "SnakeYAML's default Constructor deserializes arbitrary types from untrusted YAML (CWE-502), enabling RCE; fixed in 2.0 (SafeConstructor default). The deserialization leg of the ShellTorch TorchServe chain."
12559
12559
  },
12560
+ "CVE-2024-37032": {
12561
+ "name": "Ollama Model Registry Path Traversal Arbitrary File Write RCE (Probllama)",
12562
+ "type": "RCE",
12563
+ "cvss_score": 8.8,
12564
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
12565
+ "cvss_note": "NVD CVSS v3.1 base 8.8 (HIGH). Path traversal from insufficient validation of the SHA256 model-blob digest, enabling arbitrary file write and remote code execution.",
12566
+ "cisa_kev": false,
12567
+ "poc_available": true,
12568
+ "poc_description": "Public exploit exists (a Metasploit module and standalone PoCs, e.g. github.com/jakabakos/CVE-2024-37032-Ollama-RCE): an attacker stands up a rogue registry whose manifest embeds a path-traversal digest, and an Ollama pull writes attacker content to an arbitrary path.",
12569
+ "ai_discovered": false,
12570
+ "ai_discovery_source": "human_researcher",
12571
+ "ai_discovery_notes": "Disclosed by Wiz Research (Probllama). The abused surface is the model-pull path of the most widely used local LLM runtime.",
12572
+ "ai_assisted_weaponization": false,
12573
+ "ai_assisted_notes": "No AI-assisted weaponization; path traversal in the model-runtime API.",
12574
+ "active_exploitation": "none",
12575
+ "active_exploitation_notes": "Research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
12576
+ "affected": "Ollama before 0.1.34.",
12577
+ "affected_versions": [
12578
+ "Ollama < 0.1.34"
12579
+ ],
12580
+ "vector": "Ollama does not validate that a model-blob digest is a 64-character hex SHA256, so a manifest from a rogue registry can embed path-traversal sequences in the digest. When Ollama pulls the model it writes attacker-controlled content to an arbitrary path (CWE-22), which can overwrite server files (e.g. a config or library) and achieve remote code execution. Disclosed by Wiz as Probllama; a public Metasploit module exists.",
12581
+ "complexity": "low",
12582
+ "complexity_notes": "NVD AV:N / AC:L. PR:L.",
12583
+ "patch_available": true,
12584
+ "patch_required_reboot": false,
12585
+ "live_patch_available": false,
12586
+ "live_patch_tools": [],
12587
+ "live_patch_notes": "Remediation is upgrading Ollama to 0.1.34 or later; redeploy, no host reboot.",
12588
+ "vendor_update_paths": [
12589
+ "Upgrade Ollama to 0.1.34 or later. Never expose the Ollama API (default port 11434) to untrusted networks, and only pull models from trusted registries."
12590
+ ],
12591
+ "framework_control_gaps": {
12592
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the local-LLM runtime as managed, network-exposed software.",
12593
+ "NIST-800-53-SI-10": "Input-validation control is not applied to model-blob digests / API path parameters in the runtime.",
12594
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the model-runtime API's path handling as an injection surface.",
12595
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the local-LLM runtime API as a privileged surface.",
12596
+ "DORA-Art-9": "ICT protection measures do not model path traversal in an AI runtime API as an ICT-risk event.",
12597
+ "UK-CAF-B4": "System Security objective has no objective for validating paths/digests in the model-runtime API.",
12598
+ "AU-ISM-1546": "Patch-application control does not single out local-LLM runtimes.",
12599
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the model-runtime API's path/digest handling as untrusted input; a rogue registry or crafted request reaches the filesystem."
12600
+ },
12601
+ "atlas_refs": [
12602
+ "AML.T0049",
12603
+ "AML.T0010"
12604
+ ],
12605
+ "attack_refs": [
12606
+ "T1190",
12607
+ "T1059"
12608
+ ],
12609
+ "rwep_score": 31,
12610
+ "rwep_factors": {
12611
+ "cisa_kev": 0,
12612
+ "poc_available": 20,
12613
+ "ai_factor": 0,
12614
+ "active_exploitation": 0,
12615
+ "blast_radius": 26,
12616
+ "patch_available": -15,
12617
+ "live_patch_available": 0,
12618
+ "reboot_required": 0
12619
+ },
12620
+ "rwep_notes": "Standard (RWEP 31, \"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=26 (Ollama is the most widely used local LLM runtime) minus patch 15.",
12621
+ "epss_score": null,
12622
+ "epss_date": "2026-05-25",
12623
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
12624
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-37032",
12625
+ "cwe_refs": [
12626
+ "CWE-22"
12627
+ ],
12628
+ "iocs": {
12629
+ "behavioral": [
12630
+ "Ollama pulling a model from a non-default / untrusted registry whose manifest contains a blob digest that is not 64-hex (contains ../ or extra characters).",
12631
+ "Ollama writing files outside its model blob store during a pull.",
12632
+ "Ollama API (default port 11434) reachable from untrusted networks accepting model pulls.",
12633
+ "Ollama < 0.1.34 — the exposed precondition."
12634
+ ],
12635
+ "_ioc_source_note": "Behavioral signatures derived from the Wiz Probllama research (https://www.wiz.io/blog/probllama-ollama-vulnerability-cve-2024-37032) and the public Metasploit module / PoC (github.com/jakabakos/CVE-2024-37032-Ollama-RCE), plus NVD CVE-2024-37032 (CWE-22)."
12636
+ },
12637
+ "source_verified": "2026-05-25",
12638
+ "verification_sources": [
12639
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-37032",
12640
+ "https://www.wiz.io/blog/probllama-ollama-vulnerability-cve-2024-37032",
12641
+ "https://www.wiz.io/blog/probllama-ollama-vulnerability-cve-2024-37032"
12642
+ ],
12643
+ "vendor_advisories": [
12644
+ {
12645
+ "vendor": "Wiz Research (Probllama)",
12646
+ "advisory_id": "CVE-2024-37032",
12647
+ "url": "https://www.wiz.io/blog/probllama-ollama-vulnerability-cve-2024-37032",
12648
+ "severity": "high",
12649
+ "published_date": "2024-05-31"
12650
+ },
12651
+ {
12652
+ "vendor": "NVD",
12653
+ "advisory_id": "CVE-2024-37032",
12654
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37032",
12655
+ "severity": "high",
12656
+ "published_date": "2024-05-31"
12657
+ }
12658
+ ],
12659
+ "last_updated": "2026-05-25",
12660
+ "discovery_attribution_note": "Manually curated from NVD (CWE-22; NIST CVSS 8.8) + Wiz Probllama research + the ollama GitHub advisory. Member of the Ollama API path-traversal family.",
12661
+ "_auto_imported": false,
12662
+ "_intake_method": "manual-verified-curation",
12663
+ "_kev_short_description": "Ollama fails to validate the model-blob digest, so a rogue registry's manifest triggers path-traversal arbitrary file write and RCE (Probllama); fixed in 0.1.34."
12664
+ },
12665
+ "CVE-2024-39722": {
12666
+ "name": "Ollama api/push Path Traversal File-Existence Disclosure",
12667
+ "type": "INFO-DISCLOSURE",
12668
+ "cvss_score": 7.5,
12669
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
12670
+ "cvss_note": "NVD CVSS v3.1 base 7.5 (HIGH). Path traversal on the api/push route discloses which files exist on the Ollama host.",
12671
+ "cisa_kev": false,
12672
+ "poc_available": true,
12673
+ "poc_description": "Documented in Oligo's 'More Models, More ProbLLMs' research and the GitHub advisory: a crafted api/push request with traversal sequences reveals file existence on the Ollama host.",
12674
+ "ai_discovered": false,
12675
+ "ai_discovery_source": "human_researcher",
12676
+ "ai_discovery_notes": "Disclosed by Oligo Security ('More Models, More ProbLLMs'). The abused surface is the Ollama HTTP API.",
12677
+ "ai_assisted_weaponization": false,
12678
+ "ai_assisted_notes": "No AI-assisted weaponization; path traversal in the model-runtime API.",
12679
+ "active_exploitation": "none",
12680
+ "active_exploitation_notes": "Research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
12681
+ "affected": "Ollama before 0.1.46 (fixed in 0.1.46).",
12682
+ "affected_versions": [
12683
+ "Ollama < 0.1.46"
12684
+ ],
12685
+ "vector": "Ollama's api/push route is vulnerable to path traversal (CWE-22): an unauthenticated request with traversal sequences reveals whether arbitrary paths exist on the server, a reconnaissance primitive that aids further exploitation. One of the Oligo 'More Models, More ProbLLMs' findings.",
12686
+ "complexity": "low",
12687
+ "complexity_notes": "NVD AV:N / AC:L. PR:N — unauthenticated.",
12688
+ "patch_available": true,
12689
+ "patch_required_reboot": false,
12690
+ "live_patch_available": false,
12691
+ "live_patch_tools": [],
12692
+ "live_patch_notes": "Remediation is upgrading Ollama to 0.1.46 or later; redeploy, no host reboot.",
12693
+ "vendor_update_paths": [
12694
+ "Upgrade Ollama to 0.1.46 or later and do not expose the Ollama API (default port 11434) to untrusted networks."
12695
+ ],
12696
+ "framework_control_gaps": {
12697
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the local-LLM runtime as managed, network-exposed software.",
12698
+ "NIST-800-53-SI-10": "Input-validation control is not applied to model-blob digests / API path parameters in the runtime.",
12699
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the model-runtime API's path handling as an injection surface.",
12700
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the local-LLM runtime API as a privileged surface.",
12701
+ "DORA-Art-9": "ICT protection measures do not model path traversal in an AI runtime API as an ICT-risk event.",
12702
+ "UK-CAF-B4": "System Security objective has no objective for validating paths/digests in the model-runtime API.",
12703
+ "AU-ISM-1546": "Patch-application control does not single out local-LLM runtimes.",
12704
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the model-runtime API's path/digest handling as untrusted input; a rogue registry or crafted request reaches the filesystem."
12705
+ },
12706
+ "atlas_refs": [
12707
+ "AML.T0049"
12708
+ ],
12709
+ "attack_refs": [
12710
+ "T1190",
12711
+ "T1083"
12712
+ ],
12713
+ "rwep_score": 27,
12714
+ "rwep_factors": {
12715
+ "cisa_kev": 0,
12716
+ "poc_available": 20,
12717
+ "ai_factor": 0,
12718
+ "active_exploitation": 0,
12719
+ "blast_radius": 22,
12720
+ "patch_available": -15,
12721
+ "live_patch_available": 0,
12722
+ "reboot_required": 0
12723
+ },
12724
+ "rwep_notes": "Standard (RWEP 27, \"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=22 (Ollama is the most widely used local LLM runtime) minus patch 15.",
12725
+ "epss_score": null,
12726
+ "epss_date": "2026-05-25",
12727
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
12728
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-39722",
12729
+ "cwe_refs": [
12730
+ "CWE-22"
12731
+ ],
12732
+ "iocs": {
12733
+ "behavioral": [
12734
+ "api/push requests to the Ollama API containing path-traversal sequences (../) in path parameters.",
12735
+ "Probe patterns enumerating host file existence via the Ollama HTTP API from untrusted sources.",
12736
+ "Ollama API (default port 11434) exposed to untrusted networks.",
12737
+ "Ollama < 0.1.46 — the exposed precondition."
12738
+ ],
12739
+ "_ioc_source_note": "Behavioral signatures derived from the Oligo 'More Models, More ProbLLMs' research (https://www.oligo.security/blog/more-models-more-probllms), plus NVD CVE-2024-39722 (CWE-22)."
12740
+ },
12741
+ "source_verified": "2026-05-25",
12742
+ "verification_sources": [
12743
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-39722",
12744
+ "https://www.oligo.security/blog/more-models-more-probllms",
12745
+ "https://www.oligo.security/blog/more-models-more-probllms"
12746
+ ],
12747
+ "vendor_advisories": [
12748
+ {
12749
+ "vendor": "Oligo Security (More Models, More ProbLLMs)",
12750
+ "advisory_id": "CVE-2024-39722",
12751
+ "url": "https://www.oligo.security/blog/more-models-more-probllms",
12752
+ "severity": "high",
12753
+ "published_date": "2024-10-31"
12754
+ },
12755
+ {
12756
+ "vendor": "NVD",
12757
+ "advisory_id": "CVE-2024-39722",
12758
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39722",
12759
+ "severity": "high",
12760
+ "published_date": "2024-10-31"
12761
+ }
12762
+ ],
12763
+ "last_updated": "2026-05-25",
12764
+ "discovery_attribution_note": "Manually curated from NVD (CWE-22; NIST CVSS 7.5) + Oligo 'More Models, More ProbLLMs' research + the ollama GitHub advisory. Member of the Ollama API path-traversal family.",
12765
+ "_auto_imported": false,
12766
+ "_intake_method": "manual-verified-curation",
12767
+ "_kev_short_description": "Ollama's api/push route path traversal (CWE-22) lets an unauthenticated attacker disclose file existence on the host; fixed in 0.1.46."
12768
+ },
12769
+ "CVE-2024-1561": {
12770
+ "name": "Gradio /component_server Local File Read (Hugging Face Spaces Secret Theft)",
12771
+ "type": "INFO-DISCLOSURE",
12772
+ "cvss_score": 7.5,
12773
+ "cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
12774
+ "cvss_note": "NVD CVSS v3.0 base 7.5 (HIGH). NVD assigns CWE-29 (a path-traversal variant); the parent class is CWE-22. The /component_server endpoint invokes any Component method with attacker-controlled arguments, abused via move_resource_to_block_cache() to read host files.",
12775
+ "cisa_kev": false,
12776
+ "poc_available": true,
12777
+ "poc_description": "Public exploitation research exists (Horizon3.ai 'Exploiting File Read Vulnerabilities in Gradio to Steal Secrets from Hugging Face Spaces'): an unauthenticated request to a public Gradio app reads arbitrary host files, including HF Spaces secrets.",
12778
+ "ai_discovered": false,
12779
+ "ai_discovery_source": "human_researcher",
12780
+ "ai_discovery_notes": "Disclosed by Horizon3.ai. The abused surface is Gradio, the ML demo/UI framework behind Hugging Face Spaces and countless public ML demos.",
12781
+ "ai_assisted_weaponization": false,
12782
+ "ai_assisted_notes": "No AI-assisted weaponization; file-read / SSRF in the ML web framework.",
12783
+ "active_exploitation": "none",
12784
+ "active_exploitation_notes": "Research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
12785
+ "affected": "Gradio 4.12.0 up to but excluding 4.13.0 (fixed in 4.13.0).",
12786
+ "affected_versions": [
12787
+ "Gradio >= 4.12.0, < 4.13.0"
12788
+ ],
12789
+ "vector": "Gradio's /component_server endpoint permits invoking arbitrary methods on a Component class with attacker-controlled arguments. An unauthenticated request invokes move_resource_to_block_cache() to copy an arbitrary host file into the served cache and read it (path traversal, CWE-22). On Hugging Face Spaces this reads secrets/tokens from the host. Disclosed by Horizon3.ai.",
12790
+ "complexity": "low",
12791
+ "complexity_notes": "NVD AV:N / AC:L / PR:N — unauthenticated, against a publicly reachable Gradio app.",
12792
+ "patch_available": true,
12793
+ "patch_required_reboot": false,
12794
+ "live_patch_available": false,
12795
+ "live_patch_tools": [],
12796
+ "live_patch_notes": "Remediation is upgrading Gradio to 4.13.0 or later; redeploy, no host reboot.",
12797
+ "vendor_update_paths": [
12798
+ "Upgrade Gradio to 4.13.0 or later. Do not expose Gradio apps with sensitive host secrets to untrusted networks, run them least-privilege, and avoid storing secrets readable by the app process (relevant for Hugging Face Spaces)."
12799
+ ],
12800
+ "framework_control_gaps": {
12801
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the ML demo/UI framework (Gradio) as managed, network-exposed software.",
12802
+ "NIST-800-53-SC-7": "Boundary-protection control does not flag publicly reachable Gradio apps as a file-read / SSRF surface to host secrets.",
12803
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the ML demo framework's file-serving routes as an access-control surface.",
12804
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the ML demo framework as a privileged, internet-exposed surface.",
12805
+ "DORA-Art-9": "ICT protection measures do not model file-read / SSRF in an ML demo framework leaking host secrets as an ICT-risk event.",
12806
+ "UK-CAF-B4": "System Security objective has no objective for directory containment on the ML framework's file routes.",
12807
+ "AU-ISM-1546": "Patch-application control does not single out ML demo/UI frameworks.",
12808
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the ML demo framework's file-serving / component routes as an untrusted-input access-control surface; a public Gradio app leaks host secrets (HF Spaces tokens)."
12809
+ },
12810
+ "atlas_refs": [
12811
+ "AML.T0049",
12812
+ "AML.T0055"
12813
+ ],
12814
+ "attack_refs": [
12815
+ "T1190",
12816
+ "T1083",
12817
+ "T1005"
12818
+ ],
12819
+ "rwep_score": 31,
12820
+ "rwep_factors": {
12821
+ "cisa_kev": 0,
12822
+ "poc_available": 20,
12823
+ "ai_factor": 0,
12824
+ "active_exploitation": 0,
12825
+ "blast_radius": 26,
12826
+ "patch_available": -15,
12827
+ "live_patch_available": 0,
12828
+ "reboot_required": 0
12829
+ },
12830
+ "rwep_notes": "Standard (RWEP 31, \"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=26 (Gradio underpins Hugging Face Spaces and countless public ML demos) minus patch 15. Note: secret theft from internet-exposed apps raises operational urgency beyond the RWEP number.",
12831
+ "epss_score": null,
12832
+ "epss_date": "2026-05-25",
12833
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
12834
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-1561",
12835
+ "cwe_refs": [
12836
+ "CWE-22"
12837
+ ],
12838
+ "iocs": {
12839
+ "behavioral": [
12840
+ "Requests to a public Gradio app's /component_server endpoint invoking move_resource_to_block_cache with attacker-controlled paths.",
12841
+ "Gradio serving files from outside its temp/cache directory (e.g. /proc, app secrets, .env, HF Spaces secret mounts).",
12842
+ "Anomalous reads of credential/secret files by the Gradio app process following inbound requests.",
12843
+ "Gradio at an affected version (Gradio >= 4.12.0, < 4.13.0) reachable from untrusted networks — the exposed precondition."
12844
+ ],
12845
+ "_ioc_source_note": "Behavioral signatures derived from Horizon3.ai's research (https://horizon3.ai/attack-research/disclosures/exploiting-file-read-vulnerabilities-in-gradio-to-steal-secrets-from-hugging-face-spaces/), the Gradio GitHub security advisory (https://github.com/advisories/GHSA-g9cj-cfpp-4g2x), and NVD CVE-2024-1561 (CWE-22)."
12846
+ },
12847
+ "source_verified": "2026-05-25",
12848
+ "verification_sources": [
12849
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-1561",
12850
+ "https://github.com/advisories/GHSA-g9cj-cfpp-4g2x",
12851
+ "https://horizon3.ai/attack-research/disclosures/exploiting-file-read-vulnerabilities-in-gradio-to-steal-secrets-from-hugging-face-spaces/"
12852
+ ],
12853
+ "vendor_advisories": [
12854
+ {
12855
+ "vendor": "GitHub Security Advisory",
12856
+ "advisory_id": "CVE-2024-1561",
12857
+ "url": "https://github.com/advisories/GHSA-g9cj-cfpp-4g2x",
12858
+ "severity": "high",
12859
+ "published_date": "2024-04-15"
12860
+ },
12861
+ {
12862
+ "vendor": "NVD",
12863
+ "advisory_id": "CVE-2024-1561",
12864
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1561",
12865
+ "severity": "high",
12866
+ "published_date": "2024-04-15"
12867
+ }
12868
+ ],
12869
+ "last_updated": "2026-05-25",
12870
+ "discovery_attribution_note": "Manually curated from NVD (CWE-22; NIST CVSS 7.5) + Horizon3.ai research + the gradio-app GitHub advisory. Member of the Gradio file-access family (Hugging Face Spaces secret theft).",
12871
+ "_auto_imported": false,
12872
+ "_intake_method": "manual-verified-curation",
12873
+ "_kev_short_description": "Gradio's /component_server lets an unauthenticated caller invoke move_resource_to_block_cache() to read arbitrary host files (CWE-22), stealing Hugging Face Spaces secrets; fixed in 4.13.0."
12874
+ },
12875
+ "CVE-2023-51449": {
12876
+ "name": "Gradio /file Route Path Traversal and SSRF Arbitrary File Read",
12877
+ "type": "INFO-DISCLOSURE",
12878
+ "cvss_score": 7.5,
12879
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
12880
+ "cvss_note": "NVD CVSS v3.1 base 7.5 (HIGH). A flawed containment check on the /file route allows path traversal outside the Gradio temp directory, and the route was also abusable for server-side request forgery (CWE-22 + SSRF).",
12881
+ "cisa_kev": false,
12882
+ "poc_available": true,
12883
+ "poc_description": "Public exploitation research exists (Horizon3.ai 'Exploiting File Read Vulnerabilities in Gradio to Steal Secrets from Hugging Face Spaces'): an unauthenticated request to a public Gradio app reads arbitrary host files, including HF Spaces secrets.",
12884
+ "ai_discovered": false,
12885
+ "ai_discovery_source": "human_researcher",
12886
+ "ai_discovery_notes": "Disclosed by Horizon3.ai. The abused surface is Gradio, the ML demo/UI framework behind Hugging Face Spaces and countless public ML demos.",
12887
+ "ai_assisted_weaponization": false,
12888
+ "ai_assisted_notes": "No AI-assisted weaponization; file-read / SSRF in the ML web framework.",
12889
+ "active_exploitation": "none",
12890
+ "active_exploitation_notes": "Research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
12891
+ "affected": "Gradio before 4.11.0 (the /file route containment check; SSRF via download_temp_copy_if_needed affects 3.47–3.50.2). Fixed in 4.11.0.",
12892
+ "affected_versions": [
12893
+ "Gradio < 4.11.0"
12894
+ ],
12895
+ "vector": "Gradio's /file route was meant to serve only files under the temp directory, but the containment check was flawed, allowing path traversal to read arbitrary files on a publicly reachable Gradio app (CWE-22). The same route could be abused for full-read SSRF. Disclosed by Horizon3.ai.",
12896
+ "complexity": "low",
12897
+ "complexity_notes": "NVD AV:N / AC:L / PR:N — unauthenticated, against a publicly reachable Gradio app.",
12898
+ "patch_available": true,
12899
+ "patch_required_reboot": false,
12900
+ "live_patch_available": false,
12901
+ "live_patch_tools": [],
12902
+ "live_patch_notes": "Remediation is upgrading Gradio to 4.11.0 or later; redeploy, no host reboot.",
12903
+ "vendor_update_paths": [
12904
+ "Upgrade Gradio to 4.11.0 or later. Do not expose Gradio apps with sensitive host secrets to untrusted networks, run them least-privilege, and avoid storing secrets readable by the app process (relevant for Hugging Face Spaces)."
12905
+ ],
12906
+ "framework_control_gaps": {
12907
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the ML demo/UI framework (Gradio) as managed, network-exposed software.",
12908
+ "NIST-800-53-SC-7": "Boundary-protection control does not flag publicly reachable Gradio apps as a file-read / SSRF surface to host secrets.",
12909
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the ML demo framework's file-serving routes as an access-control surface.",
12910
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the ML demo framework as a privileged, internet-exposed surface.",
12911
+ "DORA-Art-9": "ICT protection measures do not model file-read / SSRF in an ML demo framework leaking host secrets as an ICT-risk event.",
12912
+ "UK-CAF-B4": "System Security objective has no objective for directory containment on the ML framework's file routes.",
12913
+ "AU-ISM-1546": "Patch-application control does not single out ML demo/UI frameworks.",
12914
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the ML demo framework's file-serving / component routes as an untrusted-input access-control surface; a public Gradio app leaks host secrets (HF Spaces tokens)."
12915
+ },
12916
+ "atlas_refs": [
12917
+ "AML.T0049",
12918
+ "AML.T0055"
12919
+ ],
12920
+ "attack_refs": [
12921
+ "T1190",
12922
+ "T1083",
12923
+ "T1005"
12924
+ ],
12925
+ "rwep_score": 31,
12926
+ "rwep_factors": {
12927
+ "cisa_kev": 0,
12928
+ "poc_available": 20,
12929
+ "ai_factor": 0,
12930
+ "active_exploitation": 0,
12931
+ "blast_radius": 26,
12932
+ "patch_available": -15,
12933
+ "live_patch_available": 0,
12934
+ "reboot_required": 0
12935
+ },
12936
+ "rwep_notes": "Standard (RWEP 31, \"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=26 (Gradio underpins Hugging Face Spaces and countless public ML demos) minus patch 15. Note: secret theft from internet-exposed apps raises operational urgency beyond the RWEP number.",
12937
+ "epss_score": null,
12938
+ "epss_date": "2026-05-25",
12939
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
12940
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-51449",
12941
+ "cwe_refs": [
12942
+ "CWE-22",
12943
+ "CWE-918"
12944
+ ],
12945
+ "iocs": {
12946
+ "behavioral": [
12947
+ "Requests to a public Gradio app's /file route containing path-traversal sequences or external URLs (SSRF).",
12948
+ "Gradio serving files from outside its temp/cache directory (e.g. /proc, app secrets, .env, HF Spaces secret mounts).",
12949
+ "Anomalous reads of credential/secret files by the Gradio app process following inbound requests.",
12950
+ "Gradio at an affected version (Gradio < 4.11.0) reachable from untrusted networks — the exposed precondition."
12951
+ ],
12952
+ "_ioc_source_note": "Behavioral signatures derived from Horizon3.ai's research (https://horizon3.ai/attack-research/disclosures/exploiting-file-read-vulnerabilities-in-gradio-to-steal-secrets-from-hugging-face-spaces/), the Gradio GitHub security advisory (https://github.com/advisories/GHSA-6qm2-wpxq-7qh2), and NVD CVE-2023-51449 (CWE-22/CWE-918)."
12953
+ },
12954
+ "source_verified": "2026-05-25",
12955
+ "verification_sources": [
12956
+ "https://nvd.nist.gov/vuln/detail/CVE-2023-51449",
12957
+ "https://github.com/advisories/GHSA-6qm2-wpxq-7qh2",
12958
+ "https://horizon3.ai/attack-research/disclosures/exploiting-file-read-vulnerabilities-in-gradio-to-steal-secrets-from-hugging-face-spaces/"
12959
+ ],
12960
+ "vendor_advisories": [
12961
+ {
12962
+ "vendor": "GitHub Security Advisory",
12963
+ "advisory_id": "CVE-2023-51449",
12964
+ "url": "https://github.com/advisories/GHSA-6qm2-wpxq-7qh2",
12965
+ "severity": "high",
12966
+ "published_date": "2023-12-22"
12967
+ },
12968
+ {
12969
+ "vendor": "NVD",
12970
+ "advisory_id": "CVE-2023-51449",
12971
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-51449",
12972
+ "severity": "high",
12973
+ "published_date": "2023-12-22"
12974
+ }
12975
+ ],
12976
+ "last_updated": "2026-05-25",
12977
+ "discovery_attribution_note": "Manually curated from NVD (CWE-22/CWE-918; NIST CVSS 7.5) + Horizon3.ai research + the gradio-app GitHub advisory. Member of the Gradio file-access family (Hugging Face Spaces secret theft).",
12978
+ "_auto_imported": false,
12979
+ "_intake_method": "manual-verified-curation",
12980
+ "_kev_short_description": "Gradio's /file route containment check was flawed, allowing path traversal arbitrary file read (and SSRF) on a public Gradio app (CWE-22); fixed in 4.11.0."
12981
+ },
12560
12982
  "CVE-2026-41091": {
12561
12983
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
12562
12984
  "type": "LPE",
@@ -94,8 +94,12 @@
94
94
  "CVE-2021-43798",
95
95
  "CVE-2023-38950",
96
96
  "CVE-2023-43472",
97
+ "CVE-2023-51449",
97
98
  "CVE-2024-0769",
99
+ "CVE-2024-1561",
98
100
  "CVE-2024-1708",
101
+ "CVE-2024-37032",
102
+ "CVE-2024-39722",
99
103
  "CVE-2024-57728",
100
104
  "CVE-2024-7399",
101
105
  "CVE-2025-2749",
@@ -1832,6 +1836,7 @@
1832
1836
  "CVE-2021-39935",
1833
1837
  "CVE-2023-43654",
1834
1838
  "CVE-2023-48022",
1839
+ "CVE-2023-51449",
1835
1840
  "CVE-2025-61884"
1836
1841
  ],
1837
1842
  "framework_controls_partially_addressing": [
@@ -37,7 +37,11 @@
37
37
  "CVE-2022-1471",
38
38
  "CVE-2023-43654",
39
39
  "CVE-2023-48022",
40
+ "CVE-2023-51449",
40
41
  "CVE-2024-0132",
42
+ "CVE-2024-1561",
43
+ "CVE-2024-37032",
44
+ "CVE-2024-39722",
41
45
  "CVE-2024-42478",
42
46
  "CVE-2024-42479",
43
47
  "CVE-2024-50050",
@@ -1365,15 +1369,19 @@
1365
1369
  "CVE-2023-43000",
1366
1370
  "CVE-2023-43654",
1367
1371
  "CVE-2023-50224",
1372
+ "CVE-2023-51449",
1368
1373
  "CVE-2023-52163",
1369
1374
  "CVE-2024-0769",
1370
1375
  "CVE-2024-11182",
1371
1376
  "CVE-2024-12987",
1377
+ "CVE-2024-1561",
1372
1378
  "CVE-2024-1708",
1373
1379
  "CVE-2024-21762",
1374
1380
  "CVE-2024-27199",
1375
1381
  "CVE-2024-27443",
1382
+ "CVE-2024-37032",
1376
1383
  "CVE-2024-37079",
1384
+ "CVE-2024-39722",
1377
1385
  "CVE-2024-42009",
1378
1386
  "CVE-2024-42478",
1379
1387
  "CVE-2024-42479",
@@ -1774,7 +1782,11 @@
1774
1782
  "CVE-2022-1471",
1775
1783
  "CVE-2023-43654",
1776
1784
  "CVE-2023-48022",
1785
+ "CVE-2023-51449",
1777
1786
  "CVE-2024-0132",
1787
+ "CVE-2024-1561",
1788
+ "CVE-2024-37032",
1789
+ "CVE-2024-39722",
1778
1790
  "CVE-2024-42478",
1779
1791
  "CVE-2024-42479",
1780
1792
  "CVE-2024-50050",
@@ -2139,7 +2151,9 @@
2139
2151
  "opened_date": "2026-05-01",
2140
2152
  "evidence_cves": [
2141
2153
  "CVE-2023-48022",
2154
+ "CVE-2023-51449",
2142
2155
  "CVE-2024-0132",
2156
+ "CVE-2024-1561",
2143
2157
  "CVE-2024-40635",
2144
2158
  "CVE-2024-42478",
2145
2159
  "CVE-2024-42479",
@@ -2213,6 +2227,8 @@
2213
2227
  "status": "open",
2214
2228
  "opened_date": "2026-05-13",
2215
2229
  "evidence_cves": [
2230
+ "CVE-2024-37032",
2231
+ "CVE-2024-39722",
2216
2232
  "CVE-2024-50050",
2217
2233
  "CVE-2025-0133",
2218
2234
  "CVE-2025-1094",
@@ -2360,16 +2376,20 @@
2360
2376
  "CVE-2023-43000",
2361
2377
  "CVE-2023-43654",
2362
2378
  "CVE-2023-50224",
2379
+ "CVE-2023-51449",
2363
2380
  "CVE-2023-52163",
2364
2381
  "CVE-2024-0132",
2365
2382
  "CVE-2024-0769",
2366
2383
  "CVE-2024-11182",
2367
2384
  "CVE-2024-12987",
2385
+ "CVE-2024-1561",
2368
2386
  "CVE-2024-1708",
2369
2387
  "CVE-2024-21762",
2370
2388
  "CVE-2024-27199",
2371
2389
  "CVE-2024-27443",
2390
+ "CVE-2024-37032",
2372
2391
  "CVE-2024-37079",
2392
+ "CVE-2024-39722",
2373
2393
  "CVE-2024-42009",
2374
2394
  "CVE-2024-42478",
2375
2395
  "CVE-2024-42479",
@@ -4846,8 +4866,12 @@
4846
4866
  "CVE-2022-1471",
4847
4867
  "CVE-2023-43654",
4848
4868
  "CVE-2023-48022",
4869
+ "CVE-2023-51449",
4849
4870
  "CVE-2024-0132",
4871
+ "CVE-2024-1561",
4850
4872
  "CVE-2024-21762",
4873
+ "CVE-2024-37032",
4874
+ "CVE-2024-39722",
4851
4875
  "CVE-2024-42478",
4852
4876
  "CVE-2024-42479",
4853
4877
  "CVE-2024-50050",
@@ -5369,8 +5393,12 @@
5369
5393
  "status": "open",
5370
5394
  "opened_date": "2026-05-17",
5371
5395
  "evidence_cves": [
5396
+ "CVE-2023-51449",
5372
5397
  "CVE-2024-0132",
5398
+ "CVE-2024-1561",
5373
5399
  "CVE-2024-21762",
5400
+ "CVE-2024-37032",
5401
+ "CVE-2024-39722",
5374
5402
  "CVE-2024-42478",
5375
5403
  "CVE-2024-42479",
5376
5404
  "CVE-2024-50050",
@@ -5435,8 +5463,12 @@
5435
5463
  "CVE-2022-1471",
5436
5464
  "CVE-2023-43654",
5437
5465
  "CVE-2023-48022",
5466
+ "CVE-2023-51449",
5438
5467
  "CVE-2024-0132",
5468
+ "CVE-2024-1561",
5439
5469
  "CVE-2024-21762",
5470
+ "CVE-2024-37032",
5471
+ "CVE-2024-39722",
5440
5472
  "CVE-2024-42478",
5441
5473
  "CVE-2024-42479",
5442
5474
  "CVE-2024-50050",