@blamejs/exceptd-skills 0.13.92 → 0.13.93

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.
@@ -545,6 +545,8 @@
545
545
  "maturity": "high",
546
546
  "last_verified": "2026-05-19",
547
547
  "cve_refs": [
548
+ "CVE-2023-44467",
549
+ "CVE-2024-21513",
548
550
  "CVE-2025-53773",
549
551
  "CVE-2025-55319",
550
552
  "CVE-2025-68664",
@@ -1268,9 +1270,11 @@
1268
1270
  "exceptd_skills": [],
1269
1271
  "last_verified": "2026-05-19",
1270
1272
  "cve_refs": [
1273
+ "CVE-2023-44467",
1271
1274
  "CVE-2024-11392",
1272
1275
  "CVE-2024-11393",
1273
1276
  "CVE-2024-11394",
1277
+ "CVE-2024-21513",
1274
1278
  "CVE-2025-1550",
1275
1279
  "CVE-2025-8747",
1276
1280
  "MAL-2024-PYPI-ULTRALYTICS-XMRIG"
@@ -274,10 +274,12 @@
274
274
  "cve_refs": [
275
275
  "CVE-2022-1471",
276
276
  "CVE-2023-43654",
277
+ "CVE-2023-44467",
277
278
  "CVE-2023-48022",
278
279
  "CVE-2024-11392",
279
280
  "CVE-2024-11393",
280
281
  "CVE-2024-11394",
282
+ "CVE-2024-21513",
281
283
  "CVE-2024-21575",
282
284
  "CVE-2024-21576",
283
285
  "CVE-2024-37032",
@@ -361,6 +363,8 @@
361
363
  "name": "Command and Scripting Interpreter: Python",
362
364
  "version": "v19",
363
365
  "cve_refs": [
366
+ "CVE-2023-44467",
367
+ "CVE-2024-21513",
364
368
  "CVE-2025-49844",
365
369
  "MAL-2026-3083"
366
370
  ],
@@ -14127,6 +14127,216 @@
14127
14127
  "_intake_method": "manual-verified-curation",
14128
14128
  "_kev_short_description": "ComfyUI-Bmad-Nodes passes a workflow-supplied string to a dynamic-code-evaluation call (CWE-94), so a crafted workflow yields unauthenticated RCE."
14129
14129
  },
14130
+ "CVE-2024-21513": {
14131
+ "name": "LangChain-Experimental VectorSQLDatabaseChain Code Execution",
14132
+ "type": "RCE",
14133
+ "cvss_score": 8.5,
14134
+ "cvss_vector": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
14135
+ "cvss_note": "NVD CVSS v3.1 base 8.5 (HIGH). VectorSQLDatabaseChain runs a dynamic-code-evaluation call (eval()) on values retrieved from the database (CWE-94); an attacker controlling the input prompt executes Python.",
14136
+ "cisa_kev": false,
14137
+ "poc_available": true,
14138
+ "poc_description": "Documented in the Snyk / GitHub advisory and Unit 42 LangChain research: a prompt-injection payload steers the chain into executing attacker-controlled Python.",
14139
+ "ai_discovered": false,
14140
+ "ai_discovery_source": "human_researcher",
14141
+ "ai_discovery_notes": "Disclosed via Snyk / the LangChain advisories (Unit 42 also analyzed the class). The abused surface is LangChain's experimental chains that execute LLM-generated or prompt-influenced code.",
14142
+ "ai_assisted_weaponization": false,
14143
+ "ai_assisted_notes": "Prompt-injection-mediated: the LLM-app input prompt is the attack vector that steers code generation/evaluation. Not AI-assisted exploit development, but an AI-native attack surface.",
14144
+ "active_exploitation": "none",
14145
+ "active_exploitation_notes": "Advisory / research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
14146
+ "affected": "langchain-experimental 0.0.15 through 0.0.20 (fixed 0.0.21).",
14147
+ "affected_versions": [
14148
+ "langchain-experimental >= 0.0.15, <= 0.0.20"
14149
+ ],
14150
+ "vector": "With VectorSQLDatabaseChain configured, langchain-experimental passes database-retrieved values to a dynamic-code-evaluation call without sanitization (CWE-94). An attacker who controls the input prompt steers what is retrieved/evaluated, achieving arbitrary Python code execution in the application.",
14151
+ "complexity": "low",
14152
+ "complexity_notes": "NVD AV:N. The precondition is an LLM application exposing the affected experimental chain to attacker-influenced prompts.",
14153
+ "patch_available": true,
14154
+ "patch_required_reboot": false,
14155
+ "live_patch_available": false,
14156
+ "live_patch_tools": [],
14157
+ "live_patch_notes": "Remediation is upgrading to langchain-experimental 0.0.21 or later; redeploy, no host reboot.",
14158
+ "vendor_update_paths": [
14159
+ "Upgrade to langchain-experimental 0.0.21 or later. Do not expose chains that execute generated code (PALChain, VectorSQLDatabaseChain, LLMMathChain) to untrusted prompts; sandbox or disable code execution and treat all prompt-derived code as untrusted."
14160
+ ],
14161
+ "framework_control_gaps": {
14162
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track LLM-orchestration libraries' code-executing chains as managed, RCE-bearing software.",
14163
+ "NIST-800-53-SI-10": "Input-validation control does not cover prompt-influenced strings that an LLM chain turns into executable code.",
14164
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates LLM chains that execute generated code as a code-execution surface.",
14165
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach LLM-orchestration code-execution chains as a privileged surface.",
14166
+ "DORA-Art-9": "ICT protection measures do not model prompt-injection-to-code-execution in an LLM app as an ICT-risk event.",
14167
+ "UK-CAF-B4": "System Security objective has no objective for sandboxing code an LLM chain generates or evaluates.",
14168
+ "AU-ISM-1546": "Patch-application control does not single out LLM-orchestration libraries.",
14169
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL": "No framework treats prompt-influenced input to a code-executing LLM chain as untrusted code; prompt injection becomes arbitrary code execution."
14170
+ },
14171
+ "atlas_refs": [
14172
+ "AML.T0051",
14173
+ "AML.T0011"
14174
+ ],
14175
+ "attack_refs": [
14176
+ "T1059",
14177
+ "T1059.006"
14178
+ ],
14179
+ "rwep_score": 27,
14180
+ "rwep_factors": {
14181
+ "cisa_kev": 0,
14182
+ "poc_available": 20,
14183
+ "ai_factor": 0,
14184
+ "active_exploitation": 0,
14185
+ "blast_radius": 22,
14186
+ "patch_available": -15,
14187
+ "live_patch_available": 0,
14188
+ "reboot_required": 0
14189
+ },
14190
+ "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 (langchain-experimental is widely used in LLM apps) minus patch 15.",
14191
+ "epss_score": null,
14192
+ "epss_date": "2026-05-25",
14193
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
14194
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-21513",
14195
+ "cwe_refs": [
14196
+ "CWE-94"
14197
+ ],
14198
+ "iocs": {
14199
+ "behavioral": [
14200
+ "An LLM chain (PALChain / VectorSQLDatabaseChain / LLMMathChain) executing or evaluating code derived from a user-supplied prompt.",
14201
+ "Prompt payloads containing Python constructs (the dunder-import builtin, OS command invocations, code embedded in math/SQL fields) reaching a LangChain experimental chain.",
14202
+ "Python subprocess / import activity in an LLM application correlated with a chain invocation.",
14203
+ "langchain-experimental at an affected version (langchain-experimental >= 0.0.15, <= 0.0.20) exposing a code-executing chain to untrusted prompts - the exposed precondition."
14204
+ ],
14205
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2024-21513 (CWE-94) and the Snyk / LangChain advisory + Unit 42 LangChain research (https://unit42.paloaltonetworks.com/langchain-vulnerabilities/)."
14206
+ },
14207
+ "source_verified": "2026-05-25",
14208
+ "verification_sources": [
14209
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-21513",
14210
+ "https://github.com/advisories/GHSA-cgcg-p68q-3w7v",
14211
+ "https://unit42.paloaltonetworks.com/langchain-vulnerabilities/"
14212
+ ],
14213
+ "vendor_advisories": [
14214
+ {
14215
+ "vendor": "Snyk / GitHub Advisory",
14216
+ "advisory_id": "CVE-2024-21513",
14217
+ "url": "https://github.com/advisories/GHSA-cgcg-p68q-3w7v",
14218
+ "severity": "high",
14219
+ "published_date": "2024-07-15"
14220
+ },
14221
+ {
14222
+ "vendor": "NVD",
14223
+ "advisory_id": "CVE-2024-21513",
14224
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21513",
14225
+ "severity": "high",
14226
+ "published_date": "2024-07-15"
14227
+ }
14228
+ ],
14229
+ "last_updated": "2026-05-25",
14230
+ "discovery_attribution_note": "Manually curated from NVD (CWE-94; NIST CVSS 8.5) + Snyk / LangChain advisory + Unit 42 research. Member of the LangChain experimental-chain code-execution family (prompt injection to RCE); distinct from the LangGrinch serialization (CVE-2025-68664) and Chatchat MCP (CVE-2026-30617) entries.",
14231
+ "_auto_imported": false,
14232
+ "_intake_method": "manual-verified-curation",
14233
+ "_kev_short_description": "langchain-experimental's VectorSQLDatabaseChain evaluates prompt-influenced database values as code (CWE-94), giving arbitrary code execution; fixed in 0.0.21."
14234
+ },
14235
+ "CVE-2023-44467": {
14236
+ "name": "LangChain-Experimental PALChain dunder-import Code Execution (CVE-2023-36258 bypass)",
14237
+ "type": "RCE",
14238
+ "cvss_score": 9.8,
14239
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
14240
+ "cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL); NVD assigned no CWE - the operational class is CWE-94 (code injection). PALChain executes generated Python; the dunder-import builtin was not prohibited, bypassing the CVE-2023-36258 fix.",
14241
+ "cisa_kev": false,
14242
+ "poc_available": true,
14243
+ "poc_description": "Documented in the Snyk / GitHub advisory and Unit 42 LangChain research: a prompt-injection payload steers the chain into executing attacker-controlled Python.",
14244
+ "ai_discovered": false,
14245
+ "ai_discovery_source": "human_researcher",
14246
+ "ai_discovery_notes": "Disclosed via Snyk / the LangChain advisories (Unit 42 also analyzed the class). The abused surface is LangChain's experimental chains that execute LLM-generated or prompt-influenced code.",
14247
+ "ai_assisted_weaponization": false,
14248
+ "ai_assisted_notes": "Prompt-injection-mediated: the LLM-app input prompt is the attack vector that steers code generation/evaluation. Not AI-assisted exploit development, but an AI-native attack surface.",
14249
+ "active_exploitation": "none",
14250
+ "active_exploitation_notes": "Advisory / research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
14251
+ "affected": "langchain_experimental before 0.0.306 (PALChain).",
14252
+ "affected_versions": [
14253
+ "langchain_experimental < 0.0.306"
14254
+ ],
14255
+ "vector": "PALChain (program-aided language model) executes Python generated from the prompt. The CVE-2023-36258 fix did not prohibit the dunder-import builtin, so a prompt-injection payload using it in the generated code bypasses the restriction and executes arbitrary code (CWE-94).",
14256
+ "complexity": "low",
14257
+ "complexity_notes": "NVD AV:N. The precondition is an LLM application exposing the affected experimental chain to attacker-influenced prompts.",
14258
+ "patch_available": true,
14259
+ "patch_required_reboot": false,
14260
+ "live_patch_available": false,
14261
+ "live_patch_tools": [],
14262
+ "live_patch_notes": "Remediation is upgrading to langchain-experimental 0.0.306 or later; redeploy, no host reboot.",
14263
+ "vendor_update_paths": [
14264
+ "Upgrade to langchain-experimental 0.0.306 or later. Do not expose chains that execute generated code (PALChain, VectorSQLDatabaseChain, LLMMathChain) to untrusted prompts; sandbox or disable code execution and treat all prompt-derived code as untrusted."
14265
+ ],
14266
+ "framework_control_gaps": {
14267
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track LLM-orchestration libraries' code-executing chains as managed, RCE-bearing software.",
14268
+ "NIST-800-53-SI-10": "Input-validation control does not cover prompt-influenced strings that an LLM chain turns into executable code.",
14269
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates LLM chains that execute generated code as a code-execution surface.",
14270
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach LLM-orchestration code-execution chains as a privileged surface.",
14271
+ "DORA-Art-9": "ICT protection measures do not model prompt-injection-to-code-execution in an LLM app as an ICT-risk event.",
14272
+ "UK-CAF-B4": "System Security objective has no objective for sandboxing code an LLM chain generates or evaluates.",
14273
+ "AU-ISM-1546": "Patch-application control does not single out LLM-orchestration libraries.",
14274
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL": "No framework treats prompt-influenced input to a code-executing LLM chain as untrusted code; prompt injection becomes arbitrary code execution."
14275
+ },
14276
+ "atlas_refs": [
14277
+ "AML.T0051",
14278
+ "AML.T0011"
14279
+ ],
14280
+ "attack_refs": [
14281
+ "T1059",
14282
+ "T1059.006"
14283
+ ],
14284
+ "rwep_score": 27,
14285
+ "rwep_factors": {
14286
+ "cisa_kev": 0,
14287
+ "poc_available": 20,
14288
+ "ai_factor": 0,
14289
+ "active_exploitation": 0,
14290
+ "blast_radius": 22,
14291
+ "patch_available": -15,
14292
+ "live_patch_available": 0,
14293
+ "reboot_required": 0
14294
+ },
14295
+ "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 (langchain-experimental is widely used in LLM apps) minus patch 15.",
14296
+ "epss_score": null,
14297
+ "epss_date": "2026-05-25",
14298
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
14299
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-44467",
14300
+ "cwe_refs": [
14301
+ "CWE-94"
14302
+ ],
14303
+ "iocs": {
14304
+ "behavioral": [
14305
+ "An LLM chain (PALChain / VectorSQLDatabaseChain / LLMMathChain) executing or evaluating code derived from a user-supplied prompt.",
14306
+ "Prompt payloads containing Python constructs (the dunder-import builtin, OS command invocations, code embedded in math/SQL fields) reaching a LangChain experimental chain.",
14307
+ "Python subprocess / import activity in an LLM application correlated with a chain invocation.",
14308
+ "langchain-experimental at an affected version (langchain_experimental < 0.0.306) exposing a code-executing chain to untrusted prompts - the exposed precondition."
14309
+ ],
14310
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2023-44467 (CWE-94) and the Snyk / LangChain advisory + Unit 42 LangChain research (https://unit42.paloaltonetworks.com/langchain-vulnerabilities/)."
14311
+ },
14312
+ "source_verified": "2026-05-25",
14313
+ "verification_sources": [
14314
+ "https://nvd.nist.gov/vuln/detail/CVE-2023-44467",
14315
+ "https://github.com/advisories/GHSA-gjjr-63x4-v8cq",
14316
+ "https://unit42.paloaltonetworks.com/langchain-vulnerabilities/"
14317
+ ],
14318
+ "vendor_advisories": [
14319
+ {
14320
+ "vendor": "GitHub Security Advisory",
14321
+ "advisory_id": "GHSA-gjjr-63x4-v8cq",
14322
+ "url": "https://github.com/advisories/GHSA-gjjr-63x4-v8cq",
14323
+ "severity": "critical",
14324
+ "published_date": "2023-10-09"
14325
+ },
14326
+ {
14327
+ "vendor": "NVD",
14328
+ "advisory_id": "CVE-2023-44467",
14329
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44467",
14330
+ "severity": "critical",
14331
+ "published_date": "2023-10-09"
14332
+ }
14333
+ ],
14334
+ "last_updated": "2026-05-25",
14335
+ "discovery_attribution_note": "Manually curated from NVD (CWE-94; NIST CVSS 9.8) + Snyk / LangChain advisory + Unit 42 research. Member of the LangChain experimental-chain code-execution family (prompt injection to RCE); distinct from the LangGrinch serialization (CVE-2025-68664) and Chatchat MCP (CVE-2026-30617) entries.",
14336
+ "_auto_imported": false,
14337
+ "_intake_method": "manual-verified-curation",
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
+ },
14130
14340
  "CVE-2026-41091": {
14131
14341
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
14132
14342
  "type": "LPE",
@@ -373,6 +373,8 @@
373
373
  "CVE-2017-1000353",
374
374
  "CVE-2020-25078",
375
375
  "CVE-2022-48503",
376
+ "CVE-2023-44467",
377
+ "CVE-2024-21513",
376
378
  "CVE-2024-21576",
377
379
  "CVE-2024-27132",
378
380
  "CVE-2024-56145",
@@ -145,6 +145,8 @@
145
145
  "status": "open",
146
146
  "opened_date": "2026-01-01",
147
147
  "evidence_cves": [
148
+ "CVE-2023-44467",
149
+ "CVE-2024-21513",
148
150
  "CVE-2026-25592"
149
151
  ],
150
152
  "atlas_refs": [
@@ -1379,6 +1381,7 @@
1379
1381
  "CVE-2023-41974",
1380
1382
  "CVE-2023-43000",
1381
1383
  "CVE-2023-43654",
1384
+ "CVE-2023-44467",
1382
1385
  "CVE-2023-50224",
1383
1386
  "CVE-2023-51449",
1384
1387
  "CVE-2023-52163",
@@ -1390,6 +1393,7 @@
1390
1393
  "CVE-2024-12987",
1391
1394
  "CVE-2024-1561",
1392
1395
  "CVE-2024-1708",
1396
+ "CVE-2024-21513",
1393
1397
  "CVE-2024-21575",
1394
1398
  "CVE-2024-21576",
1395
1399
  "CVE-2024-21762",
@@ -1803,6 +1807,7 @@
1803
1807
  "evidence_cves": [
1804
1808
  "CVE-2022-1471",
1805
1809
  "CVE-2023-43654",
1810
+ "CVE-2023-44467",
1806
1811
  "CVE-2023-48022",
1807
1812
  "CVE-2023-51449",
1808
1813
  "CVE-2024-0132",
@@ -1810,6 +1815,7 @@
1810
1815
  "CVE-2024-11393",
1811
1816
  "CVE-2024-11394",
1812
1817
  "CVE-2024-1561",
1818
+ "CVE-2024-21513",
1813
1819
  "CVE-2024-21575",
1814
1820
  "CVE-2024-21576",
1815
1821
  "CVE-2024-27132",
@@ -2264,9 +2270,11 @@
2264
2270
  "status": "open",
2265
2271
  "opened_date": "2026-05-13",
2266
2272
  "evidence_cves": [
2273
+ "CVE-2023-44467",
2267
2274
  "CVE-2024-11392",
2268
2275
  "CVE-2024-11393",
2269
2276
  "CVE-2024-11394",
2277
+ "CVE-2024-21513",
2270
2278
  "CVE-2024-27132",
2271
2279
  "CVE-2024-37032",
2272
2280
  "CVE-2024-39722",
@@ -2419,6 +2427,7 @@
2419
2427
  "CVE-2023-41974",
2420
2428
  "CVE-2023-43000",
2421
2429
  "CVE-2023-43654",
2430
+ "CVE-2023-44467",
2422
2431
  "CVE-2023-50224",
2423
2432
  "CVE-2023-51449",
2424
2433
  "CVE-2023-52163",
@@ -2431,6 +2440,7 @@
2431
2440
  "CVE-2024-12987",
2432
2441
  "CVE-2024-1561",
2433
2442
  "CVE-2024-1708",
2443
+ "CVE-2024-21513",
2434
2444
  "CVE-2024-21575",
2435
2445
  "CVE-2024-21576",
2436
2446
  "CVE-2024-21762",
@@ -4920,6 +4930,7 @@
4920
4930
  "evidence_cves": [
4921
4931
  "CVE-2022-1471",
4922
4932
  "CVE-2023-43654",
4933
+ "CVE-2023-44467",
4923
4934
  "CVE-2023-48022",
4924
4935
  "CVE-2023-51449",
4925
4936
  "CVE-2024-0132",
@@ -4927,6 +4938,7 @@
4927
4938
  "CVE-2024-11393",
4928
4939
  "CVE-2024-11394",
4929
4940
  "CVE-2024-1561",
4941
+ "CVE-2024-21513",
4930
4942
  "CVE-2024-21575",
4931
4943
  "CVE-2024-21576",
4932
4944
  "CVE-2024-21762",
@@ -5459,12 +5471,14 @@
5459
5471
  "status": "open",
5460
5472
  "opened_date": "2026-05-17",
5461
5473
  "evidence_cves": [
5474
+ "CVE-2023-44467",
5462
5475
  "CVE-2023-51449",
5463
5476
  "CVE-2024-0132",
5464
5477
  "CVE-2024-11392",
5465
5478
  "CVE-2024-11393",
5466
5479
  "CVE-2024-11394",
5467
5480
  "CVE-2024-1561",
5481
+ "CVE-2024-21513",
5468
5482
  "CVE-2024-21575",
5469
5483
  "CVE-2024-21576",
5470
5484
  "CVE-2024-21762",
@@ -5539,6 +5553,7 @@
5539
5553
  "evidence_cves": [
5540
5554
  "CVE-2022-1471",
5541
5555
  "CVE-2023-43654",
5556
+ "CVE-2023-44467",
5542
5557
  "CVE-2023-48022",
5543
5558
  "CVE-2023-51449",
5544
5559
  "CVE-2024-0132",
@@ -5546,6 +5561,7 @@
5546
5561
  "CVE-2024-11393",
5547
5562
  "CVE-2024-11394",
5548
5563
  "CVE-2024-1561",
5564
+ "CVE-2024-21513",
5549
5565
  "CVE-2024-21575",
5550
5566
  "CVE-2024-21576",
5551
5567
  "CVE-2024-21762",
@@ -4011,6 +4011,106 @@
4011
4011
  "ai_discovery_date": "2025-12-09",
4012
4012
  "ai_assist_factor": "medium"
4013
4013
  },
4014
+ "CVE-2024-21513": {
4015
+ "name": "LangChain-Experimental VectorSQLDatabaseChain Code Execution",
4016
+ "lesson_date": "2026-05-25",
4017
+ "attack_vector": {
4018
+ "description": "A LangChain experimental chain (CWE-94 dynamic evaluation of prompt-influenced database values) turns prompt-influenced input into executed Python, so prompt injection becomes arbitrary code execution in the LLM application.",
4019
+ "privileges_required": "control of the input prompt to the LLM application (NVD AV:N)",
4020
+ "complexity": "low-to-moderate (steer the chain's generated/evaluated code via the prompt)",
4021
+ "ai_factor": "This is an AI-native attack surface: the LLM-application prompt is the injection vector, and chains that execute generated code (PALChain, VectorSQLDatabaseChain, LLMMathChain) convert prompt injection into RCE. The CVE-2023-36258 -> CVE-2023-44467 sequence shows denylisting builtins is an incomplete fix; code generated under attacker influence must be sandboxed or not executed at all."
4022
+ },
4023
+ "framework_coverage": {
4024
+ "NIST-800-53-SI-2": {
4025
+ "covered": true,
4026
+ "adequate": false,
4027
+ "gap": "Does not track LLM-orchestration libraries' code-executing chains as RCE-bearing software, nor that builtin denylists are an incomplete fix."
4028
+ },
4029
+ "NIST-800-53-SI-10": {
4030
+ "covered": true,
4031
+ "adequate": false,
4032
+ "gap": "Input validation does not cover prompt-influenced strings an LLM chain turns into executable code."
4033
+ },
4034
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL": {
4035
+ "covered": false,
4036
+ "adequate": false,
4037
+ "gap": "No framework treats prompt-influenced input to a code-executing LLM chain as untrusted code; prompt injection becomes arbitrary code execution."
4038
+ }
4039
+ },
4040
+ "compliance_exposure_score": {
4041
+ "percent_audit_passing_orgs_still_exposed": 72,
4042
+ "basis": "LLM apps wire in code-executing chains for convenience and trust the prompt; denylist-based mitigations are assumed sufficient despite documented bypasses.",
4043
+ "theater_pattern": "incomplete_fix_assumed_complete"
4044
+ },
4045
+ "ai_discovered_zeroday": false,
4046
+ "ai_discovery_source": "human_researcher",
4047
+ "ai_assist_factor": "prompt_injection_vector",
4048
+ "new_control_requirements": [
4049
+ {
4050
+ "id": "NEW-CTRL-099",
4051
+ "name": "LLM-CHAIN-GENERATED-CODE-EXECUTION-CONTROL",
4052
+ "description": "LLM chains/agents that execute generated or prompt-influenced code (PALChain, VectorSQLDatabaseChain, LLMMathChain, Python/Pandas agents) must sandbox execution in an isolated, least-privilege, network-restricted environment or disable code execution entirely; builtin/function denylists are insufficient (the CVE-2023-36258 fix was bypassed via the dunder-import builtin in CVE-2023-44467). Upgrade langchain-experimental to 0.0.21 or later, and never expose a code-executing chain to untrusted prompts. The distinguishing test: send a prompt-injection payload that requests code execution to a staging chain and confirm it is sandboxed/refused, not run in-process.",
4053
+ "evidence": "https://github.com/advisories/GHSA-cgcg-p68q-3w7v",
4054
+ "gap_closes": [
4055
+ "NIST-800-53-SI-2",
4056
+ "NIST-800-53-SI-10",
4057
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL"
4058
+ ]
4059
+ }
4060
+ ],
4061
+ "_auto_imported": false,
4062
+ "_intake_method": "manual-verified-curation"
4063
+ },
4064
+ "CVE-2023-44467": {
4065
+ "name": "LangChain-Experimental PALChain dunder-import Code Execution (CVE-2023-36258 bypass)",
4066
+ "lesson_date": "2026-05-25",
4067
+ "attack_vector": {
4068
+ "description": "A LangChain experimental chain (CWE-94 prompt-generated Python with an incomplete builtin denylist) turns prompt-influenced input into executed Python, so prompt injection becomes arbitrary code execution in the LLM application.",
4069
+ "privileges_required": "control of the input prompt to the LLM application (NVD AV:N)",
4070
+ "complexity": "low-to-moderate (steer the chain's generated/evaluated code via the prompt)",
4071
+ "ai_factor": "This is an AI-native attack surface: the LLM-application prompt is the injection vector, and chains that execute generated code (PALChain, VectorSQLDatabaseChain, LLMMathChain) convert prompt injection into RCE. The CVE-2023-36258 -> CVE-2023-44467 sequence shows denylisting builtins is an incomplete fix; code generated under attacker influence must be sandboxed or not executed at all."
4072
+ },
4073
+ "framework_coverage": {
4074
+ "NIST-800-53-SI-2": {
4075
+ "covered": true,
4076
+ "adequate": false,
4077
+ "gap": "Does not track LLM-orchestration libraries' code-executing chains as RCE-bearing software, nor that builtin denylists are an incomplete fix."
4078
+ },
4079
+ "NIST-800-53-SI-10": {
4080
+ "covered": true,
4081
+ "adequate": false,
4082
+ "gap": "Input validation does not cover prompt-influenced strings an LLM chain turns into executable code."
4083
+ },
4084
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL": {
4085
+ "covered": false,
4086
+ "adequate": false,
4087
+ "gap": "No framework treats prompt-influenced input to a code-executing LLM chain as untrusted code; prompt injection becomes arbitrary code execution."
4088
+ }
4089
+ },
4090
+ "compliance_exposure_score": {
4091
+ "percent_audit_passing_orgs_still_exposed": 72,
4092
+ "basis": "LLM apps wire in code-executing chains for convenience and trust the prompt; denylist-based mitigations are assumed sufficient despite documented bypasses.",
4093
+ "theater_pattern": "incomplete_fix_assumed_complete"
4094
+ },
4095
+ "ai_discovered_zeroday": false,
4096
+ "ai_discovery_source": "human_researcher",
4097
+ "ai_assist_factor": "prompt_injection_vector",
4098
+ "new_control_requirements": [
4099
+ {
4100
+ "id": "NEW-CTRL-099",
4101
+ "name": "LLM-CHAIN-GENERATED-CODE-EXECUTION-CONTROL",
4102
+ "description": "LLM chains/agents that execute generated or prompt-influenced code (PALChain, VectorSQLDatabaseChain, LLMMathChain, Python/Pandas agents) must sandbox execution in an isolated, least-privilege, network-restricted environment or disable code execution entirely; builtin/function denylists are insufficient (the CVE-2023-36258 fix was bypassed via the dunder-import builtin in CVE-2023-44467). Upgrade langchain-experimental to 0.0.306 or later, and never expose a code-executing chain to untrusted prompts. The distinguishing test: send a prompt-injection payload that requests code execution to a staging chain and confirm it is sandboxed/refused, not run in-process.",
4103
+ "evidence": "https://github.com/advisories/GHSA-gjjr-63x4-v8cq",
4104
+ "gap_closes": [
4105
+ "NIST-800-53-SI-2",
4106
+ "NIST-800-53-SI-10",
4107
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL"
4108
+ ]
4109
+ }
4110
+ ],
4111
+ "_auto_imported": false,
4112
+ "_intake_method": "manual-verified-curation"
4113
+ },
4014
4114
  "CVE-2025-22224": {
4015
4115
  "name": "VMware ESXi/Workstation VMCI TOCTOU → VMX Host Code Execution",
4016
4116
  "lesson_date": "2026-05-18",