@blamejs/exceptd-skills 0.13.93 → 0.13.95

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.
@@ -1718,6 +1718,7 @@
1718
1718
  "CVE-2023-43654",
1719
1719
  "CVE-2023-48022",
1720
1720
  "CVE-2023-51449",
1721
+ "CVE-2024-13059",
1721
1722
  "CVE-2024-1561",
1722
1723
  "CVE-2024-21575",
1723
1724
  "CVE-2024-21576",
@@ -279,6 +279,7 @@
279
279
  "CVE-2024-11392",
280
280
  "CVE-2024-11393",
281
281
  "CVE-2024-11394",
282
+ "CVE-2024-13059",
282
283
  "CVE-2024-21513",
283
284
  "CVE-2024-21575",
284
285
  "CVE-2024-21576",
@@ -288,6 +289,7 @@
288
289
  "CVE-2025-1094",
289
290
  "CVE-2025-11837",
290
291
  "CVE-2025-1550",
292
+ "CVE-2025-1753",
291
293
  "CVE-2025-23254",
292
294
  "CVE-2025-30165",
293
295
  "CVE-2025-32444",
@@ -857,6 +859,7 @@
857
859
  "CVE-2023-51449",
858
860
  "CVE-2023-52163",
859
861
  "CVE-2024-12987",
862
+ "CVE-2024-13059",
860
863
  "CVE-2024-1561",
861
864
  "CVE-2024-1709",
862
865
  "CVE-2024-21575",
@@ -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.033,
58
+ "current_rate": 0.032,
59
59
  "current_floor_enforced_by_test": 0.03,
60
60
  "ladder_to_target": [
61
61
  0.03,
@@ -14337,6 +14337,211 @@
14337
14337
  "_intake_method": "manual-verified-curation",
14338
14338
  "_kev_short_description": "langchain_experimental's PALChain runs prompt-generated Python and did not block the dunder-import builtin, bypassing the CVE-2023-36258 fix for arbitrary code execution; fixed in 0.0.306."
14339
14339
  },
14340
+ "CVE-2024-13059": {
14341
+ "name": "AnythingLLM Non-ASCII Filename Path Traversal Arbitrary File Write to RCE",
14342
+ "type": "RCE",
14343
+ "cvss_score": 7.2,
14344
+ "cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
14345
+ "cvss_note": "CNA (huntr.dev) CVSS v3.0 base 7.2 (HIGH); NVD has not published its own assessed score for this CVE. Improper handling of non-ASCII filenames in the multer upload library introduces unsanitized ../ sequences (CWE-22), allowing a manager/admin user to write files to arbitrary paths and achieve RCE.",
14346
+ "cisa_kev": false,
14347
+ "poc_available": true,
14348
+ "poc_description": "Documented in OffSec and Nox90 research: a manager/admin uploads a file whose non-ASCII filename transforms into a path-traversal sequence, writing attacker content to an arbitrary location (e.g. a startup script / cron path) for remote code execution.",
14349
+ "ai_discovered": false,
14350
+ "ai_discovery_source": "human_researcher",
14351
+ "ai_discovery_notes": "Disclosed via OffSec / Nox90 research. AnythingLLM is a widely used self-hosted RAG / AI chat application; the abused surface is its document-upload handler.",
14352
+ "ai_assisted_weaponization": false,
14353
+ "ai_assisted_notes": "No AI-assisted weaponization; path-traversal file write in the AI app's upload handler.",
14354
+ "active_exploitation": "none",
14355
+ "active_exploitation_notes": "Research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
14356
+ "affected": "AnythingLLM (mintplex-labs) before 1.3.1.",
14357
+ "affected_versions": [
14358
+ "AnythingLLM < 1.3.1"
14359
+ ],
14360
+ "vector": "AnythingLLM's upload handler relies on the multer library, which mishandles non-ASCII filenames so that a crafted name decodes to include ../ traversal sequences left unsanitized (CWE-22). A manager/admin user uploads such a file to write attacker-controlled content to an arbitrary path; placing it in a system-executed directory yields remote code execution on the host.",
14361
+ "complexity": "low",
14362
+ "complexity_notes": "NVD AV:N / AC:L / PR:H — requires a manager or admin account, but no user interaction.",
14363
+ "patch_available": true,
14364
+ "patch_required_reboot": false,
14365
+ "live_patch_available": false,
14366
+ "live_patch_tools": [],
14367
+ "live_patch_notes": "Remediation is upgrading AnythingLLM to 1.3.1 or later; redeploy, no host reboot.",
14368
+ "vendor_update_paths": [
14369
+ "Upgrade AnythingLLM to 1.3.1 or later, restrict manager/admin roles, run the app as a least-privilege user, and do not expose it to untrusted users."
14370
+ ],
14371
+ "framework_control_gaps": {
14372
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted RAG / AI chat applications as managed, RCE-bearing software.",
14373
+ "NIST-800-53-SI-10": "Input-validation control is not applied to uploaded filenames (including non-ASCII transformations) in the AI app's upload handler.",
14374
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the AI app's upload/file handling as a path-traversal surface.",
14375
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the self-hosted AI app as a privileged surface.",
14376
+ "DORA-Art-9": "ICT protection measures do not model path-traversal file write in a RAG application as an ICT-risk event.",
14377
+ "UK-CAF-B4": "System Security objective has no objective for validating upload filenames in the AI app.",
14378
+ "AU-ISM-1546": "Patch-application control does not single out self-hosted RAG / AI chat applications.",
14379
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the AI app's document-upload filename as untrusted input reaching the filesystem; a manager-role upload becomes host RCE."
14380
+ },
14381
+ "atlas_refs": [
14382
+ "AML.T0049"
14383
+ ],
14384
+ "attack_refs": [
14385
+ "T1190",
14386
+ "T1059"
14387
+ ],
14388
+ "rwep_score": 25,
14389
+ "rwep_factors": {
14390
+ "cisa_kev": 0,
14391
+ "poc_available": 20,
14392
+ "ai_factor": 0,
14393
+ "active_exploitation": 0,
14394
+ "blast_radius": 20,
14395
+ "patch_available": -15,
14396
+ "live_patch_available": 0,
14397
+ "reboot_required": 0
14398
+ },
14399
+ "rwep_notes": "Standard (RWEP 25, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3); requires a manager/admin account (PR:H), which lowers reachability. poc_available=20 + blast_radius=20 minus patch 15.",
14400
+ "epss_score": null,
14401
+ "epss_date": "2026-05-25",
14402
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
14403
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-13059",
14404
+ "cwe_refs": [
14405
+ "CWE-22"
14406
+ ],
14407
+ "iocs": {
14408
+ "behavioral": [
14409
+ "AnythingLLM document uploads with non-ASCII filenames that decode to include ../ traversal sequences.",
14410
+ "Files written by AnythingLLM outside its intended document-storage directory (startup scripts, cron paths, app directories).",
14411
+ "Code execution on the AnythingLLM host following a manager/admin file upload.",
14412
+ "AnythingLLM < 1.3.1 with manager/admin accounts reachable by untrusted users — the exposed precondition."
14413
+ ],
14414
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2024-13059 (CWE-22) and the OffSec / Nox90 research (https://www.offsec.com/blog/cve-2024-13059/). The non-ASCII-filename multer traversal is the indicator anchor."
14415
+ },
14416
+ "source_verified": "2026-05-25",
14417
+ "verification_sources": [
14418
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-13059",
14419
+ "https://www.offsec.com/blog/cve-2024-13059/"
14420
+ ],
14421
+ "vendor_advisories": [
14422
+ {
14423
+ "vendor": "OffSec / Nox90 research",
14424
+ "advisory_id": "CVE-2024-13059",
14425
+ "url": "https://www.offsec.com/blog/cve-2024-13059/",
14426
+ "severity": "high",
14427
+ "published_date": "2025-02-10"
14428
+ },
14429
+ {
14430
+ "vendor": "NVD",
14431
+ "advisory_id": "CVE-2024-13059",
14432
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-13059",
14433
+ "severity": "high",
14434
+ "published_date": "2025-02-10"
14435
+ }
14436
+ ],
14437
+ "last_updated": "2026-05-25",
14438
+ "discovery_attribution_note": "Manually curated from NVD (CWE-22; CNA huntr.dev CVSS 7.2, no NVD-assessed score) + OffSec / Nox90 research. AnythingLLM upload path-traversal to RCE; same path-traversal class as the Ollama API entries (shares NEW-CTRL-094).",
14439
+ "_auto_imported": false,
14440
+ "_intake_method": "manual-verified-curation",
14441
+ "_kev_short_description": "AnythingLLM's upload handler mishandles non-ASCII filenames (multer) so a manager/admin upload path-traverses to an arbitrary write and RCE (CWE-22); fixed in 1.3.1."
14442
+ },
14443
+ "CVE-2025-1753": {
14444
+ "name": "LlamaIndex CLI --files OS Command Injection",
14445
+ "type": "RCE",
14446
+ "cvss_score": 7.8,
14447
+ "cvss_vector": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
14448
+ "cvss_note": "CNA (huntr.dev) CVSS v3.0 base 7.8 (HIGH); NVD has not published its own assessed score. The LlamaIndex CLI passes the --files argument directly to a shell-execution call (os.system) without neutralization (CWE-78).",
14449
+ "cisa_kev": false,
14450
+ "poc_available": true,
14451
+ "poc_description": "Documented in the huntr.dev advisory: the LlamaIndex CLI passes the --files argument into a shell-execution call unsanitized, so shell metacharacters in --files execute arbitrary OS commands. The fix introduces shlex escaping.",
14452
+ "ai_discovered": false,
14453
+ "ai_discovery_source": "human_researcher",
14454
+ "ai_discovery_notes": "Disclosed via huntr.dev. LlamaIndex is a widely used RAG / LLM data-framework; the abused surface is its command-line interface.",
14455
+ "ai_assisted_weaponization": false,
14456
+ "ai_assisted_notes": "No AI-assisted weaponization; classic OS command injection in the framework CLI.",
14457
+ "active_exploitation": "none",
14458
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
14459
+ "affected": "LlamaIndex CLI (llama-index-cli) at v0.12.20 (fixed by the shlex-escaping patch).",
14460
+ "affected_versions": [
14461
+ "LlamaIndex CLI 0.12.20"
14462
+ ],
14463
+ "vector": "The LlamaIndex CLI builds a shell command from the user-supplied --files argument and runs it through a shell-execution call without neutralizing special elements (CWE-78). A user who can influence the --files value (e.g. via a wrapper, script, or automation that forwards untrusted input) executes arbitrary OS commands. The fix escapes input with shlex.",
14464
+ "complexity": "low",
14465
+ "complexity_notes": "CNA AV:L / AC:L / PR:L — local execution context; the precondition is untrusted input reaching the CLI --files argument.",
14466
+ "patch_available": true,
14467
+ "patch_required_reboot": false,
14468
+ "live_patch_available": false,
14469
+ "live_patch_tools": [],
14470
+ "live_patch_notes": "Remediation is upgrading llama-index-cli to the release that adds shlex escaping; no host reboot.",
14471
+ "vendor_update_paths": [
14472
+ "Upgrade llama-index-cli past 0.12.20 to the shlex-escaped release. Do not forward untrusted input into the CLI's --files argument; prefer argv-array invocation over shell strings in any wrapper."
14473
+ ],
14474
+ "framework_control_gaps": {
14475
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track LLM data-framework CLIs as managed, command-injection-bearing software.",
14476
+ "NIST-800-53-SI-10": "Input-validation control is not applied to CLI arguments the framework forwards to a shell.",
14477
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an LLM framework's CLI argument handling as a command-injection surface.",
14478
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach LLM-framework tooling as a managed surface.",
14479
+ "DORA-Art-9": "ICT protection measures do not model command injection in an LLM data-framework CLI as an ICT-risk event.",
14480
+ "UK-CAF-B4": "System Security objective has no objective for neutralizing shell input in AI-framework CLIs.",
14481
+ "AU-ISM-1546": "Patch-application control does not single out LLM data-framework tooling.",
14482
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an AI tool's CLI arguments as untrusted input that must be neutralized before shell execution; building shell strings from arguments is command injection."
14483
+ },
14484
+ "atlas_refs": [],
14485
+ "attack_refs": [
14486
+ "T1059"
14487
+ ],
14488
+ "rwep_score": 23,
14489
+ "rwep_factors": {
14490
+ "cisa_kev": 0,
14491
+ "poc_available": 20,
14492
+ "ai_factor": 0,
14493
+ "active_exploitation": 0,
14494
+ "blast_radius": 18,
14495
+ "patch_available": -15,
14496
+ "live_patch_available": 0,
14497
+ "reboot_required": 0
14498
+ },
14499
+ "rwep_notes": "Standard (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); local execution context (CNA AV:L) lowers reachability. poc_available=20 + blast_radius=18 minus patch 15.",
14500
+ "epss_score": null,
14501
+ "epss_date": "2026-05-25",
14502
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
14503
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-1753",
14504
+ "cwe_refs": [
14505
+ "CWE-78"
14506
+ ],
14507
+ "iocs": {
14508
+ "behavioral": [
14509
+ "LlamaIndex CLI invocations whose --files value contains shell metacharacters (;, |, $(), backticks).",
14510
+ "Unexpected child processes spawned by the llama-index CLI during a --files operation.",
14511
+ "Wrappers/automation forwarding untrusted input into the llama-index CLI --files argument.",
14512
+ "llama-index-cli at 0.12.20 (pre-shlex-fix) reachable with untrusted --files input — the exposed precondition."
14513
+ ],
14514
+ "_ioc_source_note": "Behavioral signatures anchored to the primary disclosure: the huntr bounty report (https://huntr.com/bounties/19e1c67e-1d77-451d-b10b-acbe99900b22), the GitHub Security Advisory GHSA-g99h-56mw-8263, and the fix commit run-llama/llama_index b57e76738c53ca82d88658b82f2d82d1c7839c7d (which adds shlex.quote escaping to the --files argument). The shell metacharacters in --files reaching the shell-exec call, and child processes spawned during a --files operation, are the indicator anchors; NVD CVE-2025-1753 (CWE-78) corroborates."
14515
+ },
14516
+ "source_verified": "2026-05-25",
14517
+ "verification_sources": [
14518
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-1753",
14519
+ "https://huntr.com/bounties/19e1c67e-1d77-451d-b10b-acbe99900b22",
14520
+ "https://github.com/advisories/GHSA-g99h-56mw-8263",
14521
+ "https://github.com/run-llama/llama_index/commit/b57e76738c53ca82d88658b82f2d82d1c7839c7d"
14522
+ ],
14523
+ "vendor_advisories": [
14524
+ {
14525
+ "vendor": "GitHub Security Advisory",
14526
+ "advisory_id": "GHSA-g99h-56mw-8263",
14527
+ "url": "https://github.com/advisories/GHSA-g99h-56mw-8263",
14528
+ "severity": "high",
14529
+ "published_date": "2025-05-28"
14530
+ },
14531
+ {
14532
+ "vendor": "NVD",
14533
+ "advisory_id": "CVE-2025-1753",
14534
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1753",
14535
+ "severity": "high",
14536
+ "published_date": "2025-05-28"
14537
+ }
14538
+ ],
14539
+ "last_updated": "2026-05-25",
14540
+ "discovery_attribution_note": "Manually curated from NVD (CWE-78; CNA huntr.dev CVSS 7.8, no NVD-assessed score) + the huntr.dev advisory. LlamaIndex CLI OS command injection (shell-string built from --files).",
14541
+ "_auto_imported": false,
14542
+ "_intake_method": "manual-verified-curation",
14543
+ "_kev_short_description": "LlamaIndex's CLI builds a shell command from the --files argument and runs it unsanitized (CWE-78), executing arbitrary OS commands; fixed by adding shlex escaping."
14544
+ },
14340
14545
  "CVE-2026-41091": {
14341
14546
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
14342
14547
  "type": "LPE",
@@ -96,6 +96,7 @@
96
96
  "CVE-2023-43472",
97
97
  "CVE-2023-51449",
98
98
  "CVE-2024-0769",
99
+ "CVE-2024-13059",
99
100
  "CVE-2024-1561",
100
101
  "CVE-2024-1708",
101
102
  "CVE-2024-37032",
@@ -196,6 +197,7 @@
196
197
  "CVE-2024-12987",
197
198
  "CVE-2025-11953",
198
199
  "CVE-2025-12686",
200
+ "CVE-2025-1753",
199
201
  "CVE-2025-48703",
200
202
  "CVE-2025-54136",
201
203
  "CVE-2025-54948",
@@ -42,6 +42,7 @@
42
42
  "CVE-2024-11392",
43
43
  "CVE-2024-11393",
44
44
  "CVE-2024-11394",
45
+ "CVE-2024-13059",
45
46
  "CVE-2024-1561",
46
47
  "CVE-2024-21575",
47
48
  "CVE-2024-21576",
@@ -52,6 +53,7 @@
52
53
  "CVE-2024-42479",
53
54
  "CVE-2024-50050",
54
55
  "CVE-2025-1550",
56
+ "CVE-2025-1753",
55
57
  "CVE-2025-23254",
56
58
  "CVE-2025-23266",
57
59
  "CVE-2025-30165",
@@ -1391,6 +1393,7 @@
1391
1393
  "CVE-2024-11393",
1392
1394
  "CVE-2024-11394",
1393
1395
  "CVE-2024-12987",
1396
+ "CVE-2024-13059",
1394
1397
  "CVE-2024-1561",
1395
1398
  "CVE-2024-1708",
1396
1399
  "CVE-2024-21513",
@@ -1427,6 +1430,7 @@
1427
1430
  "CVE-2025-14733",
1428
1431
  "CVE-2025-1550",
1429
1432
  "CVE-2025-15556",
1433
+ "CVE-2025-1753",
1430
1434
  "CVE-2025-20281",
1431
1435
  "CVE-2025-20333",
1432
1436
  "CVE-2025-20337",
@@ -1814,6 +1818,7 @@
1814
1818
  "CVE-2024-11392",
1815
1819
  "CVE-2024-11393",
1816
1820
  "CVE-2024-11394",
1821
+ "CVE-2024-13059",
1817
1822
  "CVE-2024-1561",
1818
1823
  "CVE-2024-21513",
1819
1824
  "CVE-2024-21575",
@@ -1828,6 +1833,7 @@
1828
1833
  "CVE-2025-1094",
1829
1834
  "CVE-2025-14174",
1830
1835
  "CVE-2025-1550",
1836
+ "CVE-2025-1753",
1831
1837
  "CVE-2025-23254",
1832
1838
  "CVE-2025-23266",
1833
1839
  "CVE-2025-30165",
@@ -2274,6 +2280,7 @@
2274
2280
  "CVE-2024-11392",
2275
2281
  "CVE-2024-11393",
2276
2282
  "CVE-2024-11394",
2283
+ "CVE-2024-13059",
2277
2284
  "CVE-2024-21513",
2278
2285
  "CVE-2024-27132",
2279
2286
  "CVE-2024-37032",
@@ -2282,6 +2289,7 @@
2282
2289
  "CVE-2025-0133",
2283
2290
  "CVE-2025-1094",
2284
2291
  "CVE-2025-1550",
2292
+ "CVE-2025-1753",
2285
2293
  "CVE-2025-23254",
2286
2294
  "CVE-2025-30165",
2287
2295
  "CVE-2025-60455",
@@ -2438,6 +2446,7 @@
2438
2446
  "CVE-2024-11393",
2439
2447
  "CVE-2024-11394",
2440
2448
  "CVE-2024-12987",
2449
+ "CVE-2024-13059",
2441
2450
  "CVE-2024-1561",
2442
2451
  "CVE-2024-1708",
2443
2452
  "CVE-2024-21513",
@@ -2475,6 +2484,7 @@
2475
2484
  "CVE-2025-14733",
2476
2485
  "CVE-2025-1550",
2477
2486
  "CVE-2025-15556",
2487
+ "CVE-2025-1753",
2478
2488
  "CVE-2025-20281",
2479
2489
  "CVE-2025-20333",
2480
2490
  "CVE-2025-20337",
@@ -4937,6 +4947,7 @@
4937
4947
  "CVE-2024-11392",
4938
4948
  "CVE-2024-11393",
4939
4949
  "CVE-2024-11394",
4950
+ "CVE-2024-13059",
4940
4951
  "CVE-2024-1561",
4941
4952
  "CVE-2024-21513",
4942
4953
  "CVE-2024-21575",
@@ -4949,6 +4960,7 @@
4949
4960
  "CVE-2024-42479",
4950
4961
  "CVE-2024-50050",
4951
4962
  "CVE-2025-1550",
4963
+ "CVE-2025-1753",
4952
4964
  "CVE-2025-23254",
4953
4965
  "CVE-2025-23266",
4954
4966
  "CVE-2025-30165",
@@ -5477,6 +5489,7 @@
5477
5489
  "CVE-2024-11392",
5478
5490
  "CVE-2024-11393",
5479
5491
  "CVE-2024-11394",
5492
+ "CVE-2024-13059",
5480
5493
  "CVE-2024-1561",
5481
5494
  "CVE-2024-21513",
5482
5495
  "CVE-2024-21575",
@@ -5489,6 +5502,7 @@
5489
5502
  "CVE-2024-42479",
5490
5503
  "CVE-2024-50050",
5491
5504
  "CVE-2025-1550",
5505
+ "CVE-2025-1753",
5492
5506
  "CVE-2025-23254",
5493
5507
  "CVE-2025-23266",
5494
5508
  "CVE-2025-30165",
@@ -5560,6 +5574,7 @@
5560
5574
  "CVE-2024-11392",
5561
5575
  "CVE-2024-11393",
5562
5576
  "CVE-2024-11394",
5577
+ "CVE-2024-13059",
5563
5578
  "CVE-2024-1561",
5564
5579
  "CVE-2024-21513",
5565
5580
  "CVE-2024-21575",
@@ -5572,6 +5587,7 @@
5572
5587
  "CVE-2024-42479",
5573
5588
  "CVE-2024-50050",
5574
5589
  "CVE-2025-1550",
5590
+ "CVE-2025-1753",
5575
5591
  "CVE-2025-23254",
5576
5592
  "CVE-2025-23266",
5577
5593
  "CVE-2025-30165",
@@ -4061,6 +4061,56 @@
4061
4061
  "_auto_imported": false,
4062
4062
  "_intake_method": "manual-verified-curation"
4063
4063
  },
4064
+ "CVE-2025-1753": {
4065
+ "name": "LlamaIndex CLI --files OS Command Injection",
4066
+ "lesson_date": "2026-05-25",
4067
+ "attack_vector": {
4068
+ "description": "The LlamaIndex CLI builds a shell command from the user-supplied --files argument and runs it through a shell-execution call without neutralization (CWE-78), so shell metacharacters execute arbitrary OS commands.",
4069
+ "privileges_required": "ability to influence the CLI --files argument (CNA AV:L / PR:L)",
4070
+ "complexity": "low",
4071
+ "ai_factor": "The abused surface is the CLI of a widely used RAG / LLM data-framework. The lesson: AI-framework tooling routinely shells out, and any CLI argument or config forwarded into a shell must be neutralized (argv arrays / shlex), never concatenated into a shell string - this is the same root cause as the MCP-stdio command-injection family, applied to a framework CLI."
4072
+ },
4073
+ "framework_coverage": {
4074
+ "NIST-800-53-SI-2": {
4075
+ "covered": true,
4076
+ "adequate": false,
4077
+ "gap": "Does not track LLM data-framework CLIs as managed, command-injection-bearing software."
4078
+ },
4079
+ "NIST-800-53-SI-10": {
4080
+ "covered": true,
4081
+ "adequate": false,
4082
+ "gap": "Input validation is not applied to CLI arguments the framework forwards to a shell."
4083
+ },
4084
+ "ALL-AI-PIPELINE-INTEGRITY": {
4085
+ "covered": false,
4086
+ "adequate": false,
4087
+ "gap": "No framework treats an AI tool's CLI arguments as untrusted input requiring neutralization before shell execution."
4088
+ }
4089
+ },
4090
+ "compliance_exposure_score": {
4091
+ "percent_audit_passing_orgs_still_exposed": 60,
4092
+ "basis": "AI-framework CLIs are run in automation/pipelines with forwarded input; shell-string construction from arguments is common and unaudited.",
4093
+ "theater_pattern": "ai_supply_chain_trust"
4094
+ },
4095
+ "ai_discovered_zeroday": false,
4096
+ "ai_discovery_source": "human_researcher",
4097
+ "ai_assist_factor": "none",
4098
+ "new_control_requirements": [
4099
+ {
4100
+ "id": "NEW-CTRL-100",
4101
+ "name": "AI-FRAMEWORK-CLI-SHELL-INPUT-NEUTRALIZATION",
4102
+ "description": "AI-framework CLIs and tools that invoke external commands must never build a shell string from user-supplied arguments or config: use argv-array execution (no shell), or neutralize input with shlex/equivalent. Upgrade llama-index-cli past 0.12.20 to the shlex-escaped release, and in any wrapper/automation pass arguments as a list rather than a shell string. The distinguishing test: pass a --files value containing shell metacharacters to a staging CLI and confirm no subcommand executes.",
4103
+ "evidence": "https://huntr.com/bounties/19e1c67e-1d77-451d-b10b-acbe99900b22",
4104
+ "gap_closes": [
4105
+ "NIST-800-53-SI-2",
4106
+ "NIST-800-53-SI-10",
4107
+ "ALL-AI-PIPELINE-INTEGRITY"
4108
+ ]
4109
+ }
4110
+ ],
4111
+ "_auto_imported": false,
4112
+ "_intake_method": "manual-verified-curation"
4113
+ },
4064
4114
  "CVE-2023-44467": {
4065
4115
  "name": "LangChain-Experimental PALChain dunder-import Code Execution (CVE-2023-36258 bypass)",
4066
4116
  "lesson_date": "2026-05-25",
@@ -7933,6 +7983,56 @@
7933
7983
  "_auto_imported": false,
7934
7984
  "_intake_method": "manual-verified-curation"
7935
7985
  },
7986
+ "CVE-2024-13059": {
7987
+ "name": "AnythingLLM Non-ASCII Filename Path Traversal Arbitrary File Write to RCE",
7988
+ "lesson_date": "2026-05-25",
7989
+ "attack_vector": {
7990
+ "description": "AnythingLLM's multer-based upload handler mishandles non-ASCII filenames so they decode into ../ traversal sequences (CWE-22), letting a manager/admin user write to an arbitrary path and achieve RCE.",
7991
+ "privileges_required": "manager or admin account (NVD PR:H)",
7992
+ "complexity": "low (NVD AC:L)",
7993
+ "ai_factor": "The abused surface is the document-upload handler of a self-hosted RAG / AI chat application. The lesson matches the Ollama path-traversal case: AI-app file/path handling must canonicalize and validate names (including non-ASCII / encoding transforms) before touching the filesystem, and privileged roles are not a substitute for input validation."
7994
+ },
7995
+ "framework_coverage": {
7996
+ "NIST-800-53-SI-2": {
7997
+ "covered": true,
7998
+ "adequate": false,
7999
+ "gap": "Does not track self-hosted RAG / AI chat applications as managed, RCE-bearing software."
8000
+ },
8001
+ "NIST-800-53-SI-10": {
8002
+ "covered": true,
8003
+ "adequate": false,
8004
+ "gap": "Input validation is not applied to uploaded filenames (including non-ASCII transformations) in the AI app's upload handler."
8005
+ },
8006
+ "ALL-AI-PIPELINE-INTEGRITY": {
8007
+ "covered": false,
8008
+ "adequate": false,
8009
+ "gap": "No framework treats the AI app's document-upload filename as untrusted input reaching the filesystem."
8010
+ }
8011
+ },
8012
+ "compliance_exposure_score": {
8013
+ "percent_audit_passing_orgs_still_exposed": 66,
8014
+ "basis": "Self-hosted RAG apps are deployed for internal teams and assumed trusted; upload filename handling (especially non-ASCII) is not audited for traversal.",
8015
+ "theater_pattern": "ai_demo_framework_trust"
8016
+ },
8017
+ "ai_discovered_zeroday": false,
8018
+ "ai_discovery_source": "human_researcher",
8019
+ "ai_assist_factor": "none",
8020
+ "new_control_requirements": [
8021
+ {
8022
+ "id": "NEW-CTRL-094",
8023
+ "name": "AI-RUNTIME-API-PATH-TRAVERSAL-VALIDATION",
8024
+ "description": "An AI application's file/path-bearing inputs (upload filenames, model digests, API route parameters) must be canonicalized and validated — including non-ASCII / encoding transforms — before touching the filesystem, and the app must not be network-exposed to untrusted users. Upgrade AnythingLLM to 1.3.1 or later. This is the same control that closes the Ollama path-traversal CVEs. The distinguishing test: upload a file with a non-ASCII filename that decodes to ../ traversal on a staging AnythingLLM and confirm it is rejected, not written outside the document store.",
8025
+ "evidence": "https://www.offsec.com/blog/cve-2024-13059/",
8026
+ "gap_closes": [
8027
+ "NIST-800-53-SI-2",
8028
+ "NIST-800-53-SI-10",
8029
+ "ALL-AI-PIPELINE-INTEGRITY"
8030
+ ]
8031
+ }
8032
+ ],
8033
+ "_auto_imported": false,
8034
+ "_intake_method": "manual-verified-curation"
8035
+ },
7936
8036
  "CVE-2024-1561": {
7937
8037
  "name": "Gradio /component_server Local File Read (Hugging Face Spaces Secret Theft)",
7938
8038
  "lesson_date": "2026-05-25",