@blamejs/exceptd-skills 0.13.101 → 0.13.102
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 +896 -0
- package/data/atlas-ttps.json +7 -1
- package/data/attack-techniques.json +4 -0
- package/data/cve-catalog.json +215 -0
- package/data/cwe-catalog.json +3 -0
- package/data/framework-control-gaps.json +20 -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
|
@@ -549,7 +549,9 @@
|
|
|
549
549
|
"last_verified": "2026-05-19",
|
|
550
550
|
"cve_refs": [
|
|
551
551
|
"CVE-2023-44467",
|
|
552
|
+
"CVE-2024-12366",
|
|
552
553
|
"CVE-2024-21513",
|
|
554
|
+
"CVE-2024-5565",
|
|
553
555
|
"CVE-2025-53773",
|
|
554
556
|
"CVE-2025-55319",
|
|
555
557
|
"CVE-2025-68664",
|
|
@@ -3277,7 +3279,11 @@
|
|
|
3277
3279
|
"ATLAS"
|
|
3278
3280
|
],
|
|
3279
3281
|
"stix_id": "attack-pattern--073f16fc-c4c0-5351-8a22-9c77aaaab91f",
|
|
3280
|
-
"is_subtechnique": true
|
|
3282
|
+
"is_subtechnique": true,
|
|
3283
|
+
"cve_refs": [
|
|
3284
|
+
"CVE-2024-12366",
|
|
3285
|
+
"CVE-2024-5565"
|
|
3286
|
+
]
|
|
3281
3287
|
},
|
|
3282
3288
|
"AML.T0051.001": {
|
|
3283
3289
|
"id": "AML.T0051.001",
|
|
@@ -281,6 +281,7 @@
|
|
|
281
281
|
"CVE-2024-11392",
|
|
282
282
|
"CVE-2024-11393",
|
|
283
283
|
"CVE-2024-11394",
|
|
284
|
+
"CVE-2024-12366",
|
|
284
285
|
"CVE-2024-13059",
|
|
285
286
|
"CVE-2024-21513",
|
|
286
287
|
"CVE-2024-21575",
|
|
@@ -289,6 +290,7 @@
|
|
|
289
290
|
"CVE-2024-42479",
|
|
290
291
|
"CVE-2024-4889",
|
|
291
292
|
"CVE-2024-50050",
|
|
293
|
+
"CVE-2024-5565",
|
|
292
294
|
"CVE-2025-1094",
|
|
293
295
|
"CVE-2025-11837",
|
|
294
296
|
"CVE-2025-1550",
|
|
@@ -373,7 +375,9 @@
|
|
|
373
375
|
"version": "v19",
|
|
374
376
|
"cve_refs": [
|
|
375
377
|
"CVE-2023-44467",
|
|
378
|
+
"CVE-2024-12366",
|
|
376
379
|
"CVE-2024-21513",
|
|
380
|
+
"CVE-2024-5565",
|
|
377
381
|
"CVE-2025-49844",
|
|
378
382
|
"MAL-2026-3083"
|
|
379
383
|
],
|
package/data/cve-catalog.json
CHANGED
|
@@ -15698,6 +15698,221 @@
|
|
|
15698
15698
|
"_intake_method": "manual-verified-curation",
|
|
15699
15699
|
"_kev_short_description": "Weaviate OSS backup restore does not constrain entry paths (CWE-22 ZipSlip), letting a write-capable attacker create/overwrite arbitrary host files; fixed per branch (1.30.20 / 1.31.19 / 1.32.16 / 1.33.4)."
|
|
15700
15700
|
},
|
|
15701
|
+
"CVE-2024-5565": {
|
|
15702
|
+
"name": "Vanna.AI Prompt Injection to Remote Code Execution",
|
|
15703
|
+
"type": "RCE",
|
|
15704
|
+
"cvss_score": 8.1,
|
|
15705
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
15706
|
+
"cvss_note": "JFrog (CNA) CVSS v3.1 base 8.1 (HIGH); the GitHub advisory (GHSA-7735-w2jp-gvg6) rates it 9.2 (CRITICAL); NVD has not published its own assessed score. Prompt injection through the text-to-SQL ask method - with visualization enabled, the default - makes the LLM emit attacker-chosen Python that Vanna runs to build the Plotly figure, giving remote code execution (CWE-94 / CWE-77).",
|
|
15707
|
+
"cisa_kev": false,
|
|
15708
|
+
"poc_available": true,
|
|
15709
|
+
"poc_description": "JFrog published a working proof-of-concept (prompt-injection payload through ask yielding host code execution).",
|
|
15710
|
+
"ai_discovered": false,
|
|
15711
|
+
"ai_discovery_source": "human_researcher",
|
|
15712
|
+
"ai_discovery_notes": "Disclosed via GitHub Security Advisory (https://github.com/advisories/GHSA-7735-w2jp-gvg6). The abused surface is an LLM natural-language-to-code/SQL data-analysis agent that executes model-generated code by design.",
|
|
15713
|
+
"ai_assisted_weaponization": false,
|
|
15714
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw IS an AI-pipeline flaw - prompt injection drives the agent's own code-generation-and-execution path.",
|
|
15715
|
+
"active_exploitation": "none",
|
|
15716
|
+
"active_exploitation_notes": "Advisory/research disclosure with a public proof-of-concept; no confirmed in-the-wild exploitation reported as of curation. No fixed release is published, so exposed deployments remain vulnerable.",
|
|
15717
|
+
"affected": "Vanna (pip) 0.5.5 and earlier; no fixed release is published.",
|
|
15718
|
+
"affected_versions": [
|
|
15719
|
+
"Vanna (pip) <= 0.5.5"
|
|
15720
|
+
],
|
|
15721
|
+
"vector": "Vanna is a text-to-SQL library: a natural-language question is turned into SQL and, with visualization enabled (the default), into Python that Vanna executes to render a Plotly figure. By injecting instructions into the question, an attacker overrides the intended visualization code and runs arbitrary Python on the host - prompt injection to remote code execution. Disclosed by JFrog.",
|
|
15722
|
+
"complexity": "high",
|
|
15723
|
+
"complexity_notes": "JFrog (CNA) AV:N / AC:H / PR:N - network-reachable and unauthenticated, but AC:H reflects that visualization must be enabled (default) and the injected question must reach the code path.",
|
|
15724
|
+
"patch_available": false,
|
|
15725
|
+
"patch_required_reboot": false,
|
|
15726
|
+
"live_patch_available": false,
|
|
15727
|
+
"live_patch_tools": [],
|
|
15728
|
+
"live_patch_notes": "No fixed release is published as of curation; mitigation is sandboxing the code-execution path and treating natural-language input as untrusted (see vendor_update_paths).",
|
|
15729
|
+
"vendor_update_paths": [
|
|
15730
|
+
"No fixed Vanna release is published. Mitigate by running Vanna in a sandboxed/least-privilege environment, disabling automatic visualization (the code-execution path) for untrusted questions, and treating every natural-language question as untrusted input that must never reach a Python exec/codegen path unsandboxed."
|
|
15731
|
+
],
|
|
15732
|
+
"framework_control_gaps": {
|
|
15733
|
+
"NIST-800-53-SI-3": "Malicious-code protection does not cover an AI agent that generates and runs code from natural-language input as a code-execution channel.",
|
|
15734
|
+
"NIST-800-53-SI-10": "Input validation is not applied to the natural-language question (and analyzed data) before the agent turns it into executable code.",
|
|
15735
|
+
"NIST-800-53-CM-7": "Least-functionality is not enforced: the agent's code-execution / visualization path is enabled by default rather than disabled or sandboxed.",
|
|
15736
|
+
"ISO-27001-2022-A.8.28": "Secure-coding expectations do not address LLM-generated code being executed with host privileges.",
|
|
15737
|
+
"NIS2-Art21-vulnerability-management": "Vulnerability-management measures do not enumerate NL-to-code/SQL agents as an unauthenticated RCE surface.",
|
|
15738
|
+
"DORA-Art-9": "ICT protection measures do not model an AI data-analysis agent's codegen path as an ICT-risk event.",
|
|
15739
|
+
"UK-CAF-B4": "System Security objective has no objective for sandboxing LLM-generated code or validating prompt-injectable input.",
|
|
15740
|
+
"AU-ISM-1546": "Application-control / patch guidance does not single out LLM agents that execute generated code.",
|
|
15741
|
+
"ALL-PROMPT-INJECTION-ACCESS-CONTROL": "No framework requires that prompt-injectable natural-language input be denied a path to code execution in NL-to-code/SQL agents.",
|
|
15742
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an LLM data-analysis agent's generate-and-execute-code design as a privileged execution surface that must be sandboxed."
|
|
15743
|
+
},
|
|
15744
|
+
"atlas_refs": [
|
|
15745
|
+
"AML.T0051",
|
|
15746
|
+
"AML.T0051.000"
|
|
15747
|
+
],
|
|
15748
|
+
"attack_refs": [
|
|
15749
|
+
"T1059",
|
|
15750
|
+
"T1059.006"
|
|
15751
|
+
],
|
|
15752
|
+
"rwep_score": 40,
|
|
15753
|
+
"rwep_factors": {
|
|
15754
|
+
"cisa_kev": 0,
|
|
15755
|
+
"poc_available": 20,
|
|
15756
|
+
"ai_factor": 0,
|
|
15757
|
+
"active_exploitation": 0,
|
|
15758
|
+
"blast_radius": 20,
|
|
15759
|
+
"patch_available": 0,
|
|
15760
|
+
"live_patch_available": 0,
|
|
15761
|
+
"reboot_required": 0
|
|
15762
|
+
},
|
|
15763
|
+
"rwep_notes": "Elevated (RWEP 40, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no fixed release published so no patch credit (Hard Rule #3) - the high CVSS reflects unauthenticated RCE, while RWEP stays moderate because exploitation needs the agent exposed with codegen enabled and no public mass-exploitation is reported. poc_available=20 + blast_radius=20.",
|
|
15764
|
+
"epss_score": null,
|
|
15765
|
+
"epss_date": "2026-05-25",
|
|
15766
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
15767
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-5565",
|
|
15768
|
+
"cwe_refs": [
|
|
15769
|
+
"CWE-94",
|
|
15770
|
+
"CWE-77"
|
|
15771
|
+
],
|
|
15772
|
+
"iocs": {
|
|
15773
|
+
"behavioral": [
|
|
15774
|
+
"Natural-language questions to Vanna's ask containing Python/Plotly directives or code-fence payloads rather than analytical questions.",
|
|
15775
|
+
"Vanna executing generated Python that performs file, network, or process operations unrelated to figure rendering.",
|
|
15776
|
+
"Code/process execution spawned from the Vanna visualization path.",
|
|
15777
|
+
"Vanna (pip) <= 0.5.5 reachable with visualization enabled - the exposed precondition."
|
|
15778
|
+
],
|
|
15779
|
+
"_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-7735-w2jp-gvg6), the disclosing research (https://jfrog.com/blog/prompt-injection-attack-code-execution-in-vanna-ai-cve-2024-5565/), and NVD CVE-2024-5565 (CWE-94/CWE-77)."
|
|
15780
|
+
},
|
|
15781
|
+
"source_verified": "2026-05-25",
|
|
15782
|
+
"verification_sources": [
|
|
15783
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2024-5565",
|
|
15784
|
+
"https://github.com/advisories/GHSA-7735-w2jp-gvg6",
|
|
15785
|
+
"https://jfrog.com/blog/prompt-injection-attack-code-execution-in-vanna-ai-cve-2024-5565/"
|
|
15786
|
+
],
|
|
15787
|
+
"vendor_advisories": [
|
|
15788
|
+
{
|
|
15789
|
+
"vendor": "GitHub Security Advisory",
|
|
15790
|
+
"advisory_id": "CVE-2024-5565",
|
|
15791
|
+
"url": "https://github.com/advisories/GHSA-7735-w2jp-gvg6",
|
|
15792
|
+
"severity": "critical",
|
|
15793
|
+
"published_date": "2024-06-27"
|
|
15794
|
+
},
|
|
15795
|
+
{
|
|
15796
|
+
"vendor": "NVD",
|
|
15797
|
+
"advisory_id": "CVE-2024-5565",
|
|
15798
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5565",
|
|
15799
|
+
"severity": "high",
|
|
15800
|
+
"published_date": "2024-06-27"
|
|
15801
|
+
}
|
|
15802
|
+
],
|
|
15803
|
+
"last_updated": "2026-05-25",
|
|
15804
|
+
"discovery_attribution_note": "Manually curated from the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-7735-w2jp-gvg6, CWE-94/CWE-77) + the disclosing research (https://jfrog.com/blog/prompt-injection-attack-code-execution-in-vanna-ai-cve-2024-5565/) + JFrog (CNA) CVSS v3.1 8.1 (NVD has not published its own score). LLM natural-language-to-code/SQL agent flaw; shares the codegen-execution-isolation control NEW-CTRL-102.",
|
|
15805
|
+
"_auto_imported": false,
|
|
15806
|
+
"_intake_method": "manual-verified-curation",
|
|
15807
|
+
"_kev_short_description": "Vanna.AI text-to-SQL ask runs LLM-generated Python for Plotly visualization, so prompt injection in the question yields RCE (CWE-94/CWE-77); no fixed release - sandbox the codegen path."
|
|
15808
|
+
},
|
|
15809
|
+
"CVE-2024-12366": {
|
|
15810
|
+
"name": "PandasAI Prompt Injection to Remote Code Execution",
|
|
15811
|
+
"type": "RCE",
|
|
15812
|
+
"cvss_score": 9.8,
|
|
15813
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
15814
|
+
"cvss_note": "CISA-ADP CVSS v3.1 base 9.8 (CRITICAL); the GitHub advisory (GHSA-vv2h-2w3q-3fx7) also rates it Critical; NVD has not published its own assessed score. PandasAI's interactive prompt (chat) fails to distinguish legitimate from malicious input, so prompt injection drives the natural-language interface into executing arbitrary Python - remote code execution (CWE-94), no authentication or user interaction required.",
|
|
15815
|
+
"cisa_kev": false,
|
|
15816
|
+
"poc_available": true,
|
|
15817
|
+
"poc_description": "Proof-of-concept documented via the CERT/CC note (VU#148244) and the disclosing advisory.",
|
|
15818
|
+
"ai_discovered": false,
|
|
15819
|
+
"ai_discovery_source": "human_researcher",
|
|
15820
|
+
"ai_discovery_notes": "Disclosed via GitHub Security Advisory (https://github.com/advisories/GHSA-vv2h-2w3q-3fx7). The abused surface is an LLM natural-language-to-code/SQL data-analysis agent that executes model-generated code by design.",
|
|
15821
|
+
"ai_assisted_weaponization": false,
|
|
15822
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw IS an AI-pipeline flaw - prompt injection drives the agent's own code-generation-and-execution path.",
|
|
15823
|
+
"active_exploitation": "none",
|
|
15824
|
+
"active_exploitation_notes": "Advisory/research disclosure with a public proof-of-concept; no confirmed in-the-wild exploitation reported as of curation. No fixed release is published, so exposed deployments remain vulnerable.",
|
|
15825
|
+
"affected": "PandasAI (pip) 2.4.2 and earlier; no fixed release is published (the v3 advanced-security-agent is a mitigation, not a backport).",
|
|
15826
|
+
"affected_versions": [
|
|
15827
|
+
"PandasAI (pip) <= 2.4.2"
|
|
15828
|
+
],
|
|
15829
|
+
"vector": "PandasAI lets users query DataFrames in natural language; the chat interface turns the question into Python that PandasAI runs. Because it does not distinguish legitimate analytical input from injected instructions, an attacker uses prompt injection to make it generate and execute arbitrary Python, escaping the intended sandbox and achieving remote code execution. Tracked by CERT/CC as VU#148244.",
|
|
15830
|
+
"complexity": "low",
|
|
15831
|
+
"complexity_notes": "CISA-ADP AV:N / AC:L / PR:N / UI:N - unauthenticated, no user interaction; the natural-language interface itself is the exec path.",
|
|
15832
|
+
"patch_available": false,
|
|
15833
|
+
"patch_required_reboot": false,
|
|
15834
|
+
"live_patch_available": false,
|
|
15835
|
+
"live_patch_tools": [],
|
|
15836
|
+
"live_patch_notes": "No fixed release is published as of curation; mitigation is sandboxing the code-execution path and treating natural-language input as untrusted (see vendor_update_paths).",
|
|
15837
|
+
"vendor_update_paths": [
|
|
15838
|
+
"No fixed PandasAI release is published; the v3 advanced security agent (docs.pandas-ai.com/advanced-security-agent) is a mitigation layer. Run PandasAI in a hardened sandbox with no host/network privileges, enable the security agent, and treat both the question and any analyzed data as untrusted input that must not reach an unsandboxed Python exec path."
|
|
15839
|
+
],
|
|
15840
|
+
"framework_control_gaps": {
|
|
15841
|
+
"NIST-800-53-SI-3": "Malicious-code protection does not cover an AI agent that generates and runs code from natural-language input as a code-execution channel.",
|
|
15842
|
+
"NIST-800-53-SI-10": "Input validation is not applied to the natural-language question (and analyzed data) before the agent turns it into executable code.",
|
|
15843
|
+
"NIST-800-53-CM-7": "Least-functionality is not enforced: the agent's code-execution / visualization path is enabled by default rather than disabled or sandboxed.",
|
|
15844
|
+
"ISO-27001-2022-A.8.28": "Secure-coding expectations do not address LLM-generated code being executed with host privileges.",
|
|
15845
|
+
"NIS2-Art21-vulnerability-management": "Vulnerability-management measures do not enumerate NL-to-code/SQL agents as an unauthenticated RCE surface.",
|
|
15846
|
+
"DORA-Art-9": "ICT protection measures do not model an AI data-analysis agent's codegen path as an ICT-risk event.",
|
|
15847
|
+
"UK-CAF-B4": "System Security objective has no objective for sandboxing LLM-generated code or validating prompt-injectable input.",
|
|
15848
|
+
"AU-ISM-1546": "Application-control / patch guidance does not single out LLM agents that execute generated code.",
|
|
15849
|
+
"ALL-PROMPT-INJECTION-ACCESS-CONTROL": "No framework requires that prompt-injectable natural-language input be denied a path to code execution in NL-to-code/SQL agents.",
|
|
15850
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an LLM data-analysis agent's generate-and-execute-code design as a privileged execution surface that must be sandboxed."
|
|
15851
|
+
},
|
|
15852
|
+
"atlas_refs": [
|
|
15853
|
+
"AML.T0051",
|
|
15854
|
+
"AML.T0051.000"
|
|
15855
|
+
],
|
|
15856
|
+
"attack_refs": [
|
|
15857
|
+
"T1059",
|
|
15858
|
+
"T1059.006"
|
|
15859
|
+
],
|
|
15860
|
+
"rwep_score": 46,
|
|
15861
|
+
"rwep_factors": {
|
|
15862
|
+
"cisa_kev": 0,
|
|
15863
|
+
"poc_available": 20,
|
|
15864
|
+
"ai_factor": 0,
|
|
15865
|
+
"active_exploitation": 0,
|
|
15866
|
+
"blast_radius": 26,
|
|
15867
|
+
"patch_available": 0,
|
|
15868
|
+
"live_patch_available": 0,
|
|
15869
|
+
"reboot_required": 0
|
|
15870
|
+
},
|
|
15871
|
+
"rwep_notes": "Elevated (RWEP 46, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no fixed release published so no patch credit (Hard Rule #3) - the high CVSS reflects unauthenticated RCE, while RWEP stays moderate because exploitation needs the agent exposed with codegen enabled and no public mass-exploitation is reported. poc_available=20 + blast_radius=26.",
|
|
15872
|
+
"epss_score": null,
|
|
15873
|
+
"epss_date": "2026-05-25",
|
|
15874
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
15875
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-12366",
|
|
15876
|
+
"cwe_refs": [
|
|
15877
|
+
"CWE-94"
|
|
15878
|
+
],
|
|
15879
|
+
"iocs": {
|
|
15880
|
+
"behavioral": [
|
|
15881
|
+
"Natural-language chat inputs to PandasAI carrying Python directives, imports, or code-fence payloads instead of analytical questions.",
|
|
15882
|
+
"PandasAI executing generated Python that touches the filesystem, network, or spawns processes beyond DataFrame operations.",
|
|
15883
|
+
"Sandbox-escape or unexpected process execution originating from the PandasAI codegen path.",
|
|
15884
|
+
"PandasAI (pip) <= 2.4.2 reachable without the security agent / sandbox - the exposed precondition."
|
|
15885
|
+
],
|
|
15886
|
+
"_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-vv2h-2w3q-3fx7), the disclosing research (https://www.kb.cert.org/vuls/id/148244), and NVD CVE-2024-12366 (CWE-94)."
|
|
15887
|
+
},
|
|
15888
|
+
"source_verified": "2026-05-25",
|
|
15889
|
+
"verification_sources": [
|
|
15890
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2024-12366",
|
|
15891
|
+
"https://github.com/advisories/GHSA-vv2h-2w3q-3fx7",
|
|
15892
|
+
"https://www.kb.cert.org/vuls/id/148244"
|
|
15893
|
+
],
|
|
15894
|
+
"vendor_advisories": [
|
|
15895
|
+
{
|
|
15896
|
+
"vendor": "GitHub Security Advisory",
|
|
15897
|
+
"advisory_id": "CVE-2024-12366",
|
|
15898
|
+
"url": "https://github.com/advisories/GHSA-vv2h-2w3q-3fx7",
|
|
15899
|
+
"severity": "critical",
|
|
15900
|
+
"published_date": "2025-02-11"
|
|
15901
|
+
},
|
|
15902
|
+
{
|
|
15903
|
+
"vendor": "NVD",
|
|
15904
|
+
"advisory_id": "CVE-2024-12366",
|
|
15905
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12366",
|
|
15906
|
+
"severity": "high",
|
|
15907
|
+
"published_date": "2025-02-11"
|
|
15908
|
+
}
|
|
15909
|
+
],
|
|
15910
|
+
"last_updated": "2026-05-25",
|
|
15911
|
+
"discovery_attribution_note": "Manually curated from the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-vv2h-2w3q-3fx7, CWE-94) + the disclosing research (https://www.kb.cert.org/vuls/id/148244) + CISA-ADP CVSS v3.1 9.8 (NVD has not published its own score). LLM natural-language-to-code/SQL agent flaw; shares the codegen-execution-isolation control NEW-CTRL-102.",
|
|
15912
|
+
"_auto_imported": false,
|
|
15913
|
+
"_intake_method": "manual-verified-curation",
|
|
15914
|
+
"_kev_short_description": "PandasAI chat natural-language interface runs LLM-generated Python without separating malicious input, so prompt injection yields unauthenticated RCE / sandbox escape (CWE-94); no fixed release - enable the security agent + sandbox."
|
|
15915
|
+
},
|
|
15701
15916
|
"CVE-2026-41091": {
|
|
15702
15917
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
15703
15918
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -149,6 +149,7 @@
|
|
|
149
149
|
"CVE-2016-10033",
|
|
150
150
|
"CVE-2020-25079",
|
|
151
151
|
"CVE-2023-33538",
|
|
152
|
+
"CVE-2024-5565",
|
|
152
153
|
"CVE-2025-10035",
|
|
153
154
|
"CVE-2025-29635",
|
|
154
155
|
"CVE-2025-4008",
|
|
@@ -380,10 +381,12 @@
|
|
|
380
381
|
"CVE-2020-25078",
|
|
381
382
|
"CVE-2022-48503",
|
|
382
383
|
"CVE-2023-44467",
|
|
384
|
+
"CVE-2024-12366",
|
|
383
385
|
"CVE-2024-21513",
|
|
384
386
|
"CVE-2024-21576",
|
|
385
387
|
"CVE-2024-27132",
|
|
386
388
|
"CVE-2024-4889",
|
|
389
|
+
"CVE-2024-5565",
|
|
387
390
|
"CVE-2024-56145",
|
|
388
391
|
"CVE-2025-11837",
|
|
389
392
|
"CVE-2025-1550",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"CVE-2024-11392",
|
|
46
46
|
"CVE-2024-11393",
|
|
47
47
|
"CVE-2024-11394",
|
|
48
|
+
"CVE-2024-12366",
|
|
48
49
|
"CVE-2024-13059",
|
|
49
50
|
"CVE-2024-1561",
|
|
50
51
|
"CVE-2024-21575",
|
|
@@ -56,6 +57,7 @@
|
|
|
56
57
|
"CVE-2024-42479",
|
|
57
58
|
"CVE-2024-4889",
|
|
58
59
|
"CVE-2024-50050",
|
|
60
|
+
"CVE-2024-5565",
|
|
59
61
|
"CVE-2024-6587",
|
|
60
62
|
"CVE-2025-1550",
|
|
61
63
|
"CVE-2025-1753",
|
|
@@ -159,7 +161,9 @@
|
|
|
159
161
|
"opened_date": "2026-01-01",
|
|
160
162
|
"evidence_cves": [
|
|
161
163
|
"CVE-2023-44467",
|
|
164
|
+
"CVE-2024-12366",
|
|
162
165
|
"CVE-2024-21513",
|
|
166
|
+
"CVE-2024-5565",
|
|
163
167
|
"CVE-2026-25592"
|
|
164
168
|
],
|
|
165
169
|
"atlas_refs": [
|
|
@@ -1259,6 +1263,8 @@
|
|
|
1259
1263
|
"opened_date": "2026-01-01",
|
|
1260
1264
|
"evidence_cves": [
|
|
1261
1265
|
"CVE-2023-43472",
|
|
1266
|
+
"CVE-2024-12366",
|
|
1267
|
+
"CVE-2024-5565",
|
|
1262
1268
|
"CVE-2025-0133",
|
|
1263
1269
|
"CVE-2025-1094",
|
|
1264
1270
|
"CVE-2025-6965",
|
|
@@ -2088,7 +2094,9 @@
|
|
|
2088
2094
|
"opened_date": "2026-04-01",
|
|
2089
2095
|
"evidence_cves": [
|
|
2090
2096
|
"BUG-2026-NIGHTMARE-ECLIPSE-GREENPLASMA",
|
|
2097
|
+
"CVE-2024-12366",
|
|
2091
2098
|
"CVE-2024-3154",
|
|
2099
|
+
"CVE-2024-5565",
|
|
2092
2100
|
"CVE-2025-49844",
|
|
2093
2101
|
"CVE-2025-53773",
|
|
2094
2102
|
"CVE-2026-30615"
|
|
@@ -2314,12 +2322,14 @@
|
|
|
2314
2322
|
"CVE-2024-11392",
|
|
2315
2323
|
"CVE-2024-11393",
|
|
2316
2324
|
"CVE-2024-11394",
|
|
2325
|
+
"CVE-2024-12366",
|
|
2317
2326
|
"CVE-2024-13059",
|
|
2318
2327
|
"CVE-2024-21513",
|
|
2319
2328
|
"CVE-2024-27132",
|
|
2320
2329
|
"CVE-2024-37032",
|
|
2321
2330
|
"CVE-2024-39722",
|
|
2322
2331
|
"CVE-2024-50050",
|
|
2332
|
+
"CVE-2024-5565",
|
|
2323
2333
|
"CVE-2025-0133",
|
|
2324
2334
|
"CVE-2025-1094",
|
|
2325
2335
|
"CVE-2025-1550",
|
|
@@ -2776,6 +2786,8 @@
|
|
|
2776
2786
|
"opened_date": "2026-02-01",
|
|
2777
2787
|
"evidence_cves": [
|
|
2778
2788
|
"BUG-2026-NIGHTMARE-ECLIPSE-UNDEFEND",
|
|
2789
|
+
"CVE-2024-12366",
|
|
2790
|
+
"CVE-2024-5565",
|
|
2779
2791
|
"CVE-2025-11837",
|
|
2780
2792
|
"CVE-2026-22778",
|
|
2781
2793
|
"CVE-2026-32202",
|
|
@@ -4958,6 +4970,8 @@
|
|
|
4958
4970
|
"opened_date": "2026-05-15",
|
|
4959
4971
|
"evidence_cves": [
|
|
4960
4972
|
"CVE-2023-3519",
|
|
4973
|
+
"CVE-2024-12366",
|
|
4974
|
+
"CVE-2024-5565",
|
|
4961
4975
|
"CVE-2026-0300",
|
|
4962
4976
|
"CVE-2026-42945"
|
|
4963
4977
|
],
|
|
@@ -5005,6 +5019,7 @@
|
|
|
5005
5019
|
"CVE-2024-11392",
|
|
5006
5020
|
"CVE-2024-11393",
|
|
5007
5021
|
"CVE-2024-11394",
|
|
5022
|
+
"CVE-2024-12366",
|
|
5008
5023
|
"CVE-2024-13059",
|
|
5009
5024
|
"CVE-2024-1561",
|
|
5010
5025
|
"CVE-2024-21513",
|
|
@@ -5018,6 +5033,7 @@
|
|
|
5018
5033
|
"CVE-2024-42479",
|
|
5019
5034
|
"CVE-2024-4889",
|
|
5020
5035
|
"CVE-2024-50050",
|
|
5036
|
+
"CVE-2024-5565",
|
|
5021
5037
|
"CVE-2024-6587",
|
|
5022
5038
|
"CVE-2025-1550",
|
|
5023
5039
|
"CVE-2025-1753",
|
|
@@ -5556,6 +5572,7 @@
|
|
|
5556
5572
|
"CVE-2024-11392",
|
|
5557
5573
|
"CVE-2024-11393",
|
|
5558
5574
|
"CVE-2024-11394",
|
|
5575
|
+
"CVE-2024-12366",
|
|
5559
5576
|
"CVE-2024-13059",
|
|
5560
5577
|
"CVE-2024-1561",
|
|
5561
5578
|
"CVE-2024-21513",
|
|
@@ -5568,6 +5585,7 @@
|
|
|
5568
5585
|
"CVE-2024-42478",
|
|
5569
5586
|
"CVE-2024-42479",
|
|
5570
5587
|
"CVE-2024-50050",
|
|
5588
|
+
"CVE-2024-5565",
|
|
5571
5589
|
"CVE-2025-1550",
|
|
5572
5590
|
"CVE-2025-1753",
|
|
5573
5591
|
"CVE-2025-23254",
|
|
@@ -5648,6 +5666,7 @@
|
|
|
5648
5666
|
"CVE-2024-11392",
|
|
5649
5667
|
"CVE-2024-11393",
|
|
5650
5668
|
"CVE-2024-11394",
|
|
5669
|
+
"CVE-2024-12366",
|
|
5651
5670
|
"CVE-2024-13059",
|
|
5652
5671
|
"CVE-2024-1561",
|
|
5653
5672
|
"CVE-2024-21513",
|
|
@@ -5661,6 +5680,7 @@
|
|
|
5661
5680
|
"CVE-2024-42479",
|
|
5662
5681
|
"CVE-2024-4889",
|
|
5663
5682
|
"CVE-2024-50050",
|
|
5683
|
+
"CVE-2024-5565",
|
|
5664
5684
|
"CVE-2024-6587",
|
|
5665
5685
|
"CVE-2025-1550",
|
|
5666
5686
|
"CVE-2025-1753",
|
|
@@ -4261,6 +4261,106 @@
|
|
|
4261
4261
|
"_auto_imported": false,
|
|
4262
4262
|
"_intake_method": "manual-verified-curation"
|
|
4263
4263
|
},
|
|
4264
|
+
"CVE-2024-5565": {
|
|
4265
|
+
"name": "Vanna.AI Prompt Injection to Remote Code Execution",
|
|
4266
|
+
"lesson_date": "2026-05-25",
|
|
4267
|
+
"attack_vector": {
|
|
4268
|
+
"description": "Vanna's text-to-SQL ask method turns a natural-language question into Python and runs it to render a Plotly visualization (default-on), so prompt injection in the question overrides the visualization code and executes arbitrary Python on the host.",
|
|
4269
|
+
"privileges_required": "none (unauthenticated; AC:H - visualization enabled + injected question)",
|
|
4270
|
+
"complexity": "high",
|
|
4271
|
+
"ai_factor": "The flaw is intrinsic to the AI pipeline: the agent's purpose is to turn natural language into executed code, so prompt injection is the exploit primitive. The lesson - LLM-generated code is attacker-controllable code and must be sandboxed, never run with host privileges."
|
|
4272
|
+
},
|
|
4273
|
+
"framework_coverage": {
|
|
4274
|
+
"NIST-800-53-SI-3": {
|
|
4275
|
+
"covered": true,
|
|
4276
|
+
"adequate": false,
|
|
4277
|
+
"gap": "Malicious-code protection does not treat an LLM agent's generate-and-run-code path as a code-execution channel."
|
|
4278
|
+
},
|
|
4279
|
+
"NIST-800-53-CM-7": {
|
|
4280
|
+
"covered": true,
|
|
4281
|
+
"adequate": false,
|
|
4282
|
+
"gap": "Least-functionality is not enforced - the code-execution / visualization path is on by default rather than sandboxed or disabled for untrusted input."
|
|
4283
|
+
},
|
|
4284
|
+
"ALL-PROMPT-INJECTION-ACCESS-CONTROL": {
|
|
4285
|
+
"covered": false,
|
|
4286
|
+
"adequate": false,
|
|
4287
|
+
"gap": "No framework requires that prompt-injectable natural-language input be denied a path to code execution in NL-to-code/SQL agents."
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
4290
|
+
"compliance_exposure_score": {
|
|
4291
|
+
"percent_audit_passing_orgs_still_exposed": 80,
|
|
4292
|
+
"basis": "NL-to-code/SQL agents are adopted for analyst productivity and run model-generated code by design; their codegen path is rarely sandboxed and the natural-language input is not treated as untrusted.",
|
|
4293
|
+
"theater_pattern": "ai_agent_codegen_trust"
|
|
4294
|
+
},
|
|
4295
|
+
"ai_discovered_zeroday": false,
|
|
4296
|
+
"ai_discovery_source": "human_researcher",
|
|
4297
|
+
"ai_assist_factor": "none",
|
|
4298
|
+
"new_control_requirements": [
|
|
4299
|
+
{
|
|
4300
|
+
"id": "NEW-CTRL-102",
|
|
4301
|
+
"name": "AI-NL-TO-CODE-AGENT-EXECUTION-ISOLATION",
|
|
4302
|
+
"description": "An LLM data-analysis agent that generates and executes code or SQL from natural language (text-to-SQL, text-to-Python, charting agents) must treat BOTH the natural-language question and any analyzed data as untrusted, prompt-injectable input, and must never run model-generated code with host or network privileges. Disable code-execution/visualization paths by default for untrusted input, run generated code only in a hardened sandbox (no filesystem/network/process access beyond the dataset), enforce least functionality, and validate or constrain the generated artifact before execution. The distinguishing test: send an analytical question containing an injected instruction to emit non-analytical code (e.g. a shell/file/network call) on a staging agent and confirm the agent refuses to execute it - paper 'AI security' policies that do not sandbox the generate-and-run path still permit RCE.",
|
|
4303
|
+
"evidence": "https://jfrog.com/blog/prompt-injection-attack-code-execution-in-vanna-ai-cve-2024-5565/",
|
|
4304
|
+
"gap_closes": [
|
|
4305
|
+
"NIST-800-53-SI-3",
|
|
4306
|
+
"NIST-800-53-CM-7",
|
|
4307
|
+
"ALL-PROMPT-INJECTION-ACCESS-CONTROL"
|
|
4308
|
+
]
|
|
4309
|
+
}
|
|
4310
|
+
],
|
|
4311
|
+
"_auto_imported": false,
|
|
4312
|
+
"_intake_method": "manual-verified-curation"
|
|
4313
|
+
},
|
|
4314
|
+
"CVE-2024-12366": {
|
|
4315
|
+
"name": "PandasAI Prompt Injection to Remote Code Execution",
|
|
4316
|
+
"lesson_date": "2026-05-25",
|
|
4317
|
+
"attack_vector": {
|
|
4318
|
+
"description": "PandasAI's chat interface turns a natural-language question into Python and runs it against DataFrames; it does not separate analytical input from injected instructions, so prompt injection generates and executes arbitrary Python, escaping the intended sandbox (RCE).",
|
|
4319
|
+
"privileges_required": "none (unauthenticated, no user interaction)",
|
|
4320
|
+
"complexity": "low",
|
|
4321
|
+
"ai_factor": "The flaw is intrinsic to the AI pipeline: the agent's purpose is to turn natural language into executed code, so prompt injection is the exploit primitive. The lesson - LLM-generated code is attacker-controllable code and must be sandboxed, never run with host privileges."
|
|
4322
|
+
},
|
|
4323
|
+
"framework_coverage": {
|
|
4324
|
+
"NIST-800-53-SI-3": {
|
|
4325
|
+
"covered": true,
|
|
4326
|
+
"adequate": false,
|
|
4327
|
+
"gap": "Malicious-code protection does not treat an LLM agent's generate-and-run-code path as a code-execution channel."
|
|
4328
|
+
},
|
|
4329
|
+
"NIST-800-53-CM-7": {
|
|
4330
|
+
"covered": true,
|
|
4331
|
+
"adequate": false,
|
|
4332
|
+
"gap": "Least-functionality is not enforced - the code-execution / visualization path is on by default rather than sandboxed or disabled for untrusted input."
|
|
4333
|
+
},
|
|
4334
|
+
"ALL-PROMPT-INJECTION-ACCESS-CONTROL": {
|
|
4335
|
+
"covered": false,
|
|
4336
|
+
"adequate": false,
|
|
4337
|
+
"gap": "No framework requires that prompt-injectable natural-language input be denied a path to code execution in NL-to-code/SQL agents."
|
|
4338
|
+
}
|
|
4339
|
+
},
|
|
4340
|
+
"compliance_exposure_score": {
|
|
4341
|
+
"percent_audit_passing_orgs_still_exposed": 82,
|
|
4342
|
+
"basis": "NL-to-code/SQL agents are adopted for analyst productivity and run model-generated code by design; their codegen path is rarely sandboxed and the natural-language input is not treated as untrusted.",
|
|
4343
|
+
"theater_pattern": "ai_agent_codegen_trust"
|
|
4344
|
+
},
|
|
4345
|
+
"ai_discovered_zeroday": false,
|
|
4346
|
+
"ai_discovery_source": "human_researcher",
|
|
4347
|
+
"ai_assist_factor": "none",
|
|
4348
|
+
"new_control_requirements": [
|
|
4349
|
+
{
|
|
4350
|
+
"id": "NEW-CTRL-102",
|
|
4351
|
+
"name": "AI-NL-TO-CODE-AGENT-EXECUTION-ISOLATION",
|
|
4352
|
+
"description": "An LLM data-analysis agent that generates and executes code or SQL from natural language (text-to-SQL, text-to-Python, charting agents) must treat BOTH the natural-language question and any analyzed data as untrusted, prompt-injectable input, and must never run model-generated code with host or network privileges. Disable code-execution/visualization paths by default for untrusted input, run generated code only in a hardened sandbox (no filesystem/network/process access beyond the dataset), enforce least functionality, and validate or constrain the generated artifact before execution. The distinguishing test: send an analytical question containing an injected instruction to emit non-analytical code (e.g. a shell/file/network call) on a staging agent and confirm the agent refuses to execute it - paper 'AI security' policies that do not sandbox the generate-and-run path still permit RCE.",
|
|
4353
|
+
"evidence": "https://www.kb.cert.org/vuls/id/148244",
|
|
4354
|
+
"gap_closes": [
|
|
4355
|
+
"NIST-800-53-SI-3",
|
|
4356
|
+
"NIST-800-53-CM-7",
|
|
4357
|
+
"ALL-PROMPT-INJECTION-ACCESS-CONTROL"
|
|
4358
|
+
]
|
|
4359
|
+
}
|
|
4360
|
+
],
|
|
4361
|
+
"_auto_imported": false,
|
|
4362
|
+
"_intake_method": "manual-verified-curation"
|
|
4363
|
+
},
|
|
4264
4364
|
"CVE-2025-67818": {
|
|
4265
4365
|
"name": "Weaviate Backup Restore ZipSlip Path Traversal",
|
|
4266
4366
|
"lesson_date": "2026-05-25",
|