@blamejs/exceptd-skills 0.13.92 → 0.13.94
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 +8 -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 +1155 -0
- package/data/atlas-ttps.json +5 -0
- package/data/attack-techniques.json +6 -0
- package/data/cve-catalog.json +313 -0
- package/data/cwe-catalog.json +3 -0
- package/data/framework-control-gaps.json +24 -0
- package/data/zeroday-lessons.json +150 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +25 -25
package/data/atlas-ttps.json
CHANGED
|
@@ -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"
|
|
@@ -1714,6 +1718,7 @@
|
|
|
1714
1718
|
"CVE-2023-43654",
|
|
1715
1719
|
"CVE-2023-48022",
|
|
1716
1720
|
"CVE-2023-51449",
|
|
1721
|
+
"CVE-2024-13059",
|
|
1717
1722
|
"CVE-2024-1561",
|
|
1718
1723
|
"CVE-2024-21575",
|
|
1719
1724
|
"CVE-2024-21576",
|
|
@@ -274,10 +274,13 @@
|
|
|
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-13059",
|
|
283
|
+
"CVE-2024-21513",
|
|
281
284
|
"CVE-2024-21575",
|
|
282
285
|
"CVE-2024-21576",
|
|
283
286
|
"CVE-2024-37032",
|
|
@@ -361,6 +364,8 @@
|
|
|
361
364
|
"name": "Command and Scripting Interpreter: Python",
|
|
362
365
|
"version": "v19",
|
|
363
366
|
"cve_refs": [
|
|
367
|
+
"CVE-2023-44467",
|
|
368
|
+
"CVE-2024-21513",
|
|
364
369
|
"CVE-2025-49844",
|
|
365
370
|
"MAL-2026-3083"
|
|
366
371
|
],
|
|
@@ -853,6 +858,7 @@
|
|
|
853
858
|
"CVE-2023-51449",
|
|
854
859
|
"CVE-2023-52163",
|
|
855
860
|
"CVE-2024-12987",
|
|
861
|
+
"CVE-2024-13059",
|
|
856
862
|
"CVE-2024-1561",
|
|
857
863
|
"CVE-2024-1709",
|
|
858
864
|
"CVE-2024-21575",
|
package/data/cve-catalog.json
CHANGED
|
@@ -14127,6 +14127,319 @@
|
|
|
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
|
+
},
|
|
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
|
+
},
|
|
14130
14443
|
"CVE-2026-41091": {
|
|
14131
14444
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
14132
14445
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -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",
|
|
@@ -373,6 +374,8 @@
|
|
|
373
374
|
"CVE-2017-1000353",
|
|
374
375
|
"CVE-2020-25078",
|
|
375
376
|
"CVE-2022-48503",
|
|
377
|
+
"CVE-2023-44467",
|
|
378
|
+
"CVE-2024-21513",
|
|
376
379
|
"CVE-2024-21576",
|
|
377
380
|
"CVE-2024-27132",
|
|
378
381
|
"CVE-2024-56145",
|
|
@@ -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",
|
|
@@ -145,6 +146,8 @@
|
|
|
145
146
|
"status": "open",
|
|
146
147
|
"opened_date": "2026-01-01",
|
|
147
148
|
"evidence_cves": [
|
|
149
|
+
"CVE-2023-44467",
|
|
150
|
+
"CVE-2024-21513",
|
|
148
151
|
"CVE-2026-25592"
|
|
149
152
|
],
|
|
150
153
|
"atlas_refs": [
|
|
@@ -1379,6 +1382,7 @@
|
|
|
1379
1382
|
"CVE-2023-41974",
|
|
1380
1383
|
"CVE-2023-43000",
|
|
1381
1384
|
"CVE-2023-43654",
|
|
1385
|
+
"CVE-2023-44467",
|
|
1382
1386
|
"CVE-2023-50224",
|
|
1383
1387
|
"CVE-2023-51449",
|
|
1384
1388
|
"CVE-2023-52163",
|
|
@@ -1388,8 +1392,10 @@
|
|
|
1388
1392
|
"CVE-2024-11393",
|
|
1389
1393
|
"CVE-2024-11394",
|
|
1390
1394
|
"CVE-2024-12987",
|
|
1395
|
+
"CVE-2024-13059",
|
|
1391
1396
|
"CVE-2024-1561",
|
|
1392
1397
|
"CVE-2024-1708",
|
|
1398
|
+
"CVE-2024-21513",
|
|
1393
1399
|
"CVE-2024-21575",
|
|
1394
1400
|
"CVE-2024-21576",
|
|
1395
1401
|
"CVE-2024-21762",
|
|
@@ -1803,13 +1809,16 @@
|
|
|
1803
1809
|
"evidence_cves": [
|
|
1804
1810
|
"CVE-2022-1471",
|
|
1805
1811
|
"CVE-2023-43654",
|
|
1812
|
+
"CVE-2023-44467",
|
|
1806
1813
|
"CVE-2023-48022",
|
|
1807
1814
|
"CVE-2023-51449",
|
|
1808
1815
|
"CVE-2024-0132",
|
|
1809
1816
|
"CVE-2024-11392",
|
|
1810
1817
|
"CVE-2024-11393",
|
|
1811
1818
|
"CVE-2024-11394",
|
|
1819
|
+
"CVE-2024-13059",
|
|
1812
1820
|
"CVE-2024-1561",
|
|
1821
|
+
"CVE-2024-21513",
|
|
1813
1822
|
"CVE-2024-21575",
|
|
1814
1823
|
"CVE-2024-21576",
|
|
1815
1824
|
"CVE-2024-27132",
|
|
@@ -2264,9 +2273,12 @@
|
|
|
2264
2273
|
"status": "open",
|
|
2265
2274
|
"opened_date": "2026-05-13",
|
|
2266
2275
|
"evidence_cves": [
|
|
2276
|
+
"CVE-2023-44467",
|
|
2267
2277
|
"CVE-2024-11392",
|
|
2268
2278
|
"CVE-2024-11393",
|
|
2269
2279
|
"CVE-2024-11394",
|
|
2280
|
+
"CVE-2024-13059",
|
|
2281
|
+
"CVE-2024-21513",
|
|
2270
2282
|
"CVE-2024-27132",
|
|
2271
2283
|
"CVE-2024-37032",
|
|
2272
2284
|
"CVE-2024-39722",
|
|
@@ -2419,6 +2431,7 @@
|
|
|
2419
2431
|
"CVE-2023-41974",
|
|
2420
2432
|
"CVE-2023-43000",
|
|
2421
2433
|
"CVE-2023-43654",
|
|
2434
|
+
"CVE-2023-44467",
|
|
2422
2435
|
"CVE-2023-50224",
|
|
2423
2436
|
"CVE-2023-51449",
|
|
2424
2437
|
"CVE-2023-52163",
|
|
@@ -2429,8 +2442,10 @@
|
|
|
2429
2442
|
"CVE-2024-11393",
|
|
2430
2443
|
"CVE-2024-11394",
|
|
2431
2444
|
"CVE-2024-12987",
|
|
2445
|
+
"CVE-2024-13059",
|
|
2432
2446
|
"CVE-2024-1561",
|
|
2433
2447
|
"CVE-2024-1708",
|
|
2448
|
+
"CVE-2024-21513",
|
|
2434
2449
|
"CVE-2024-21575",
|
|
2435
2450
|
"CVE-2024-21576",
|
|
2436
2451
|
"CVE-2024-21762",
|
|
@@ -4920,13 +4935,16 @@
|
|
|
4920
4935
|
"evidence_cves": [
|
|
4921
4936
|
"CVE-2022-1471",
|
|
4922
4937
|
"CVE-2023-43654",
|
|
4938
|
+
"CVE-2023-44467",
|
|
4923
4939
|
"CVE-2023-48022",
|
|
4924
4940
|
"CVE-2023-51449",
|
|
4925
4941
|
"CVE-2024-0132",
|
|
4926
4942
|
"CVE-2024-11392",
|
|
4927
4943
|
"CVE-2024-11393",
|
|
4928
4944
|
"CVE-2024-11394",
|
|
4945
|
+
"CVE-2024-13059",
|
|
4929
4946
|
"CVE-2024-1561",
|
|
4947
|
+
"CVE-2024-21513",
|
|
4930
4948
|
"CVE-2024-21575",
|
|
4931
4949
|
"CVE-2024-21576",
|
|
4932
4950
|
"CVE-2024-21762",
|
|
@@ -5459,12 +5477,15 @@
|
|
|
5459
5477
|
"status": "open",
|
|
5460
5478
|
"opened_date": "2026-05-17",
|
|
5461
5479
|
"evidence_cves": [
|
|
5480
|
+
"CVE-2023-44467",
|
|
5462
5481
|
"CVE-2023-51449",
|
|
5463
5482
|
"CVE-2024-0132",
|
|
5464
5483
|
"CVE-2024-11392",
|
|
5465
5484
|
"CVE-2024-11393",
|
|
5466
5485
|
"CVE-2024-11394",
|
|
5486
|
+
"CVE-2024-13059",
|
|
5467
5487
|
"CVE-2024-1561",
|
|
5488
|
+
"CVE-2024-21513",
|
|
5468
5489
|
"CVE-2024-21575",
|
|
5469
5490
|
"CVE-2024-21576",
|
|
5470
5491
|
"CVE-2024-21762",
|
|
@@ -5539,13 +5560,16 @@
|
|
|
5539
5560
|
"evidence_cves": [
|
|
5540
5561
|
"CVE-2022-1471",
|
|
5541
5562
|
"CVE-2023-43654",
|
|
5563
|
+
"CVE-2023-44467",
|
|
5542
5564
|
"CVE-2023-48022",
|
|
5543
5565
|
"CVE-2023-51449",
|
|
5544
5566
|
"CVE-2024-0132",
|
|
5545
5567
|
"CVE-2024-11392",
|
|
5546
5568
|
"CVE-2024-11393",
|
|
5547
5569
|
"CVE-2024-11394",
|
|
5570
|
+
"CVE-2024-13059",
|
|
5548
5571
|
"CVE-2024-1561",
|
|
5572
|
+
"CVE-2024-21513",
|
|
5549
5573
|
"CVE-2024-21575",
|
|
5550
5574
|
"CVE-2024-21576",
|
|
5551
5575
|
"CVE-2024-21762",
|