@blamejs/exceptd-skills 0.13.85 → 0.13.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +770 -0
- package/data/atlas-ttps.json +3 -0
- package/data/attack-techniques.json +4 -0
- package/data/cve-catalog.json +209 -0
- package/data/cwe-catalog.json +2 -0
- package/data/framework-control-gaps.json +16 -0
- package/data/zeroday-lessons.json +100 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +25 -25
package/data/atlas-ttps.json
CHANGED
|
@@ -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",
|
|
@@ -1704,6 +1705,8 @@
|
|
|
1704
1705
|
"cve_refs": [
|
|
1705
1706
|
"CVE-2023-43654",
|
|
1706
1707
|
"CVE-2023-48022",
|
|
1708
|
+
"CVE-2024-37032",
|
|
1709
|
+
"CVE-2024-39722",
|
|
1707
1710
|
"CVE-2024-42478",
|
|
1708
1711
|
"CVE-2024-42479",
|
|
1709
1712
|
"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",
|
|
@@ -841,7 +842,9 @@
|
|
|
841
842
|
"CVE-2024-12987",
|
|
842
843
|
"CVE-2024-1709",
|
|
843
844
|
"CVE-2024-21762",
|
|
845
|
+
"CVE-2024-37032",
|
|
844
846
|
"CVE-2024-37079",
|
|
847
|
+
"CVE-2024-39722",
|
|
845
848
|
"CVE-2024-42478",
|
|
846
849
|
"CVE-2024-42479",
|
|
847
850
|
"CVE-2024-43468",
|
|
@@ -3509,6 +3512,7 @@
|
|
|
3509
3512
|
"stix_id": "attack-pattern--7bc57495-ea59-4380-be31-a64af124ef18",
|
|
3510
3513
|
"is_subtechnique": false,
|
|
3511
3514
|
"cve_refs": [
|
|
3515
|
+
"CVE-2024-39722",
|
|
3512
3516
|
"CVE-2026-34926"
|
|
3513
3517
|
]
|
|
3514
3518
|
},
|
package/data/cve-catalog.json
CHANGED
|
@@ -12557,6 +12557,215 @@
|
|
|
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
|
+
},
|
|
12560
12769
|
"CVE-2026-41091": {
|
|
12561
12770
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
12562
12771
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -38,6 +38,8 @@
|
|
|
38
38
|
"CVE-2023-43654",
|
|
39
39
|
"CVE-2023-48022",
|
|
40
40
|
"CVE-2024-0132",
|
|
41
|
+
"CVE-2024-37032",
|
|
42
|
+
"CVE-2024-39722",
|
|
41
43
|
"CVE-2024-42478",
|
|
42
44
|
"CVE-2024-42479",
|
|
43
45
|
"CVE-2024-50050",
|
|
@@ -1373,7 +1375,9 @@
|
|
|
1373
1375
|
"CVE-2024-21762",
|
|
1374
1376
|
"CVE-2024-27199",
|
|
1375
1377
|
"CVE-2024-27443",
|
|
1378
|
+
"CVE-2024-37032",
|
|
1376
1379
|
"CVE-2024-37079",
|
|
1380
|
+
"CVE-2024-39722",
|
|
1377
1381
|
"CVE-2024-42009",
|
|
1378
1382
|
"CVE-2024-42478",
|
|
1379
1383
|
"CVE-2024-42479",
|
|
@@ -1775,6 +1779,8 @@
|
|
|
1775
1779
|
"CVE-2023-43654",
|
|
1776
1780
|
"CVE-2023-48022",
|
|
1777
1781
|
"CVE-2024-0132",
|
|
1782
|
+
"CVE-2024-37032",
|
|
1783
|
+
"CVE-2024-39722",
|
|
1778
1784
|
"CVE-2024-42478",
|
|
1779
1785
|
"CVE-2024-42479",
|
|
1780
1786
|
"CVE-2024-50050",
|
|
@@ -2213,6 +2219,8 @@
|
|
|
2213
2219
|
"status": "open",
|
|
2214
2220
|
"opened_date": "2026-05-13",
|
|
2215
2221
|
"evidence_cves": [
|
|
2222
|
+
"CVE-2024-37032",
|
|
2223
|
+
"CVE-2024-39722",
|
|
2216
2224
|
"CVE-2024-50050",
|
|
2217
2225
|
"CVE-2025-0133",
|
|
2218
2226
|
"CVE-2025-1094",
|
|
@@ -2369,7 +2377,9 @@
|
|
|
2369
2377
|
"CVE-2024-21762",
|
|
2370
2378
|
"CVE-2024-27199",
|
|
2371
2379
|
"CVE-2024-27443",
|
|
2380
|
+
"CVE-2024-37032",
|
|
2372
2381
|
"CVE-2024-37079",
|
|
2382
|
+
"CVE-2024-39722",
|
|
2373
2383
|
"CVE-2024-42009",
|
|
2374
2384
|
"CVE-2024-42478",
|
|
2375
2385
|
"CVE-2024-42479",
|
|
@@ -4848,6 +4858,8 @@
|
|
|
4848
4858
|
"CVE-2023-48022",
|
|
4849
4859
|
"CVE-2024-0132",
|
|
4850
4860
|
"CVE-2024-21762",
|
|
4861
|
+
"CVE-2024-37032",
|
|
4862
|
+
"CVE-2024-39722",
|
|
4851
4863
|
"CVE-2024-42478",
|
|
4852
4864
|
"CVE-2024-42479",
|
|
4853
4865
|
"CVE-2024-50050",
|
|
@@ -5371,6 +5383,8 @@
|
|
|
5371
5383
|
"evidence_cves": [
|
|
5372
5384
|
"CVE-2024-0132",
|
|
5373
5385
|
"CVE-2024-21762",
|
|
5386
|
+
"CVE-2024-37032",
|
|
5387
|
+
"CVE-2024-39722",
|
|
5374
5388
|
"CVE-2024-42478",
|
|
5375
5389
|
"CVE-2024-42479",
|
|
5376
5390
|
"CVE-2024-50050",
|
|
@@ -5437,6 +5451,8 @@
|
|
|
5437
5451
|
"CVE-2023-48022",
|
|
5438
5452
|
"CVE-2024-0132",
|
|
5439
5453
|
"CVE-2024-21762",
|
|
5454
|
+
"CVE-2024-37032",
|
|
5455
|
+
"CVE-2024-39722",
|
|
5440
5456
|
"CVE-2024-42478",
|
|
5441
5457
|
"CVE-2024-42479",
|
|
5442
5458
|
"CVE-2024-50050",
|
|
@@ -7383,6 +7383,106 @@
|
|
|
7383
7383
|
"_auto_imported": false,
|
|
7384
7384
|
"_intake_method": "manual-verified-curation"
|
|
7385
7385
|
},
|
|
7386
|
+
"CVE-2024-37032": {
|
|
7387
|
+
"name": "Ollama Model Registry Path Traversal Arbitrary File Write RCE (Probllama)",
|
|
7388
|
+
"lesson_date": "2026-05-25",
|
|
7389
|
+
"attack_vector": {
|
|
7390
|
+
"description": "Ollama CWE-22 path traversal via unvalidated model-blob digest: an attacker reaching the Ollama HTTP API (default port 11434) manipulates a path/digest the runtime then uses against the filesystem, writing attacker content to an arbitrary path and achieving RCE.",
|
|
7391
|
+
"privileges_required": "low / network (NVD PR:L) — reachable via the Ollama API + a rogue registry",
|
|
7392
|
+
"complexity": "low (NVD AC:L)",
|
|
7393
|
+
"ai_factor": "The abused surface is the model-pull / model API of the most widely used local LLM runtime. The lesson: the model-runtime API must validate digests and path parameters and must never be network-exposed to untrusted clients; pulling from untrusted registries is a supply-chain trust decision."
|
|
7394
|
+
},
|
|
7395
|
+
"framework_coverage": {
|
|
7396
|
+
"NIST-800-53-SI-2": {
|
|
7397
|
+
"covered": true,
|
|
7398
|
+
"adequate": false,
|
|
7399
|
+
"gap": "Does not track the local-LLM runtime as managed, network-exposed software."
|
|
7400
|
+
},
|
|
7401
|
+
"NIST-800-53-SI-10": {
|
|
7402
|
+
"covered": true,
|
|
7403
|
+
"adequate": false,
|
|
7404
|
+
"gap": "Input validation is not applied to model-blob digests / API path parameters in the runtime."
|
|
7405
|
+
},
|
|
7406
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
7407
|
+
"covered": false,
|
|
7408
|
+
"adequate": false,
|
|
7409
|
+
"gap": "No framework treats the model-runtime API's path/digest handling as untrusted input reaching the filesystem."
|
|
7410
|
+
}
|
|
7411
|
+
},
|
|
7412
|
+
"compliance_exposure_score": {
|
|
7413
|
+
"percent_audit_passing_orgs_still_exposed": 72,
|
|
7414
|
+
"basis": "Local-LLM runtimes are run on trusted-network assumptions and rarely tracked; model pulls from arbitrary registries are not gated.",
|
|
7415
|
+
"theater_pattern": "ai_supply_chain_trust"
|
|
7416
|
+
},
|
|
7417
|
+
"ai_discovered_zeroday": false,
|
|
7418
|
+
"ai_discovery_source": "human_researcher",
|
|
7419
|
+
"ai_assist_factor": "none",
|
|
7420
|
+
"new_control_requirements": [
|
|
7421
|
+
{
|
|
7422
|
+
"id": "NEW-CTRL-094",
|
|
7423
|
+
"name": "AI-RUNTIME-API-PATH-TRAVERSAL-VALIDATION",
|
|
7424
|
+
"description": "The model-runtime API must validate path-bearing inputs (model-blob digests must be exactly 64-hex SHA256; API route parameters must reject traversal sequences) before touching the filesystem, must not be exposed to untrusted networks (Ollama default port 11434), and must only pull models from trusted registries. Upgrade Ollama to 0.1.34 or later. The distinguishing test: point a staging Ollama at a rogue registry whose manifest carries a traversal digest, and send api/push requests with ../ sequences, and confirm both are rejected without filesystem access.",
|
|
7425
|
+
"evidence": "https://www.wiz.io/blog/probllama-ollama-vulnerability-cve-2024-37032",
|
|
7426
|
+
"gap_closes": [
|
|
7427
|
+
"NIST-800-53-SI-2",
|
|
7428
|
+
"NIST-800-53-SI-10",
|
|
7429
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
7430
|
+
]
|
|
7431
|
+
}
|
|
7432
|
+
],
|
|
7433
|
+
"_auto_imported": false,
|
|
7434
|
+
"_intake_method": "manual-verified-curation"
|
|
7435
|
+
},
|
|
7436
|
+
"CVE-2024-39722": {
|
|
7437
|
+
"name": "Ollama api/push Path Traversal File-Existence Disclosure",
|
|
7438
|
+
"lesson_date": "2026-05-25",
|
|
7439
|
+
"attack_vector": {
|
|
7440
|
+
"description": "Ollama CWE-22 path traversal on the api/push route: an attacker reaching the Ollama HTTP API (default port 11434) manipulates a path/digest the runtime then uses against the filesystem, disclosing which files exist on the host.",
|
|
7441
|
+
"privileges_required": "none (NVD PR:N) — unauthenticated",
|
|
7442
|
+
"complexity": "low (NVD AC:L)",
|
|
7443
|
+
"ai_factor": "The abused surface is the model-pull / model API of the most widely used local LLM runtime. The lesson: the model-runtime API must validate digests and path parameters and must never be network-exposed to untrusted clients; pulling from untrusted registries is a supply-chain trust decision."
|
|
7444
|
+
},
|
|
7445
|
+
"framework_coverage": {
|
|
7446
|
+
"NIST-800-53-SI-2": {
|
|
7447
|
+
"covered": true,
|
|
7448
|
+
"adequate": false,
|
|
7449
|
+
"gap": "Does not track the local-LLM runtime as managed, network-exposed software."
|
|
7450
|
+
},
|
|
7451
|
+
"NIST-800-53-SI-10": {
|
|
7452
|
+
"covered": true,
|
|
7453
|
+
"adequate": false,
|
|
7454
|
+
"gap": "Input validation is not applied to model-blob digests / API path parameters in the runtime."
|
|
7455
|
+
},
|
|
7456
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
7457
|
+
"covered": false,
|
|
7458
|
+
"adequate": false,
|
|
7459
|
+
"gap": "No framework treats the model-runtime API's path/digest handling as untrusted input reaching the filesystem."
|
|
7460
|
+
}
|
|
7461
|
+
},
|
|
7462
|
+
"compliance_exposure_score": {
|
|
7463
|
+
"percent_audit_passing_orgs_still_exposed": 68,
|
|
7464
|
+
"basis": "Local-LLM runtimes are run on trusted-network assumptions and rarely tracked; model pulls from arbitrary registries are not gated.",
|
|
7465
|
+
"theater_pattern": "ai_supply_chain_trust"
|
|
7466
|
+
},
|
|
7467
|
+
"ai_discovered_zeroday": false,
|
|
7468
|
+
"ai_discovery_source": "human_researcher",
|
|
7469
|
+
"ai_assist_factor": "none",
|
|
7470
|
+
"new_control_requirements": [
|
|
7471
|
+
{
|
|
7472
|
+
"id": "NEW-CTRL-094",
|
|
7473
|
+
"name": "AI-RUNTIME-API-PATH-TRAVERSAL-VALIDATION",
|
|
7474
|
+
"description": "The model-runtime API must validate path-bearing inputs (model-blob digests must be exactly 64-hex SHA256; API route parameters must reject traversal sequences) before touching the filesystem, must not be exposed to untrusted networks (Ollama default port 11434), and must only pull models from trusted registries. Upgrade Ollama to 0.1.46 or later. The distinguishing test: point a staging Ollama at a rogue registry whose manifest carries a traversal digest, and send api/push requests with ../ sequences, and confirm both are rejected without filesystem access.",
|
|
7475
|
+
"evidence": "https://www.oligo.security/blog/more-models-more-probllms",
|
|
7476
|
+
"gap_closes": [
|
|
7477
|
+
"NIST-800-53-SI-2",
|
|
7478
|
+
"NIST-800-53-SI-10",
|
|
7479
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
7480
|
+
]
|
|
7481
|
+
}
|
|
7482
|
+
],
|
|
7483
|
+
"_auto_imported": false,
|
|
7484
|
+
"_intake_method": "manual-verified-curation"
|
|
7485
|
+
},
|
|
7386
7486
|
"CVE-2022-1471": {
|
|
7387
7487
|
"name": "SnakeYAML Constructor Unsafe Deserialization RCE (ShellTorch chain)",
|
|
7388
7488
|
"lesson_date": "2026-05-25",
|