@blamejs/exceptd-skills 0.13.100 → 0.13.101
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 +771 -1
- package/data/atlas-ttps.json +5 -2
- package/data/attack-techniques.json +3 -0
- package/data/cve-catalog.json +212 -1
- package/data/cwe-catalog.json +2 -0
- package/data/framework-control-gaps.json +20 -2
- 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
|
@@ -1745,12 +1745,14 @@
|
|
|
1745
1745
|
"CVE-2025-32444",
|
|
1746
1746
|
"CVE-2025-64496",
|
|
1747
1747
|
"CVE-2025-64513",
|
|
1748
|
+
"CVE-2025-67818",
|
|
1748
1749
|
"CVE-2026-0766",
|
|
1749
1750
|
"CVE-2026-24213",
|
|
1750
1751
|
"CVE-2026-24214",
|
|
1751
1752
|
"CVE-2026-24215",
|
|
1752
1753
|
"CVE-2026-26190",
|
|
1753
|
-
"CVE-2026-34159"
|
|
1754
|
+
"CVE-2026-34159",
|
|
1755
|
+
"CVE-2026-45829"
|
|
1754
1756
|
]
|
|
1755
1757
|
},
|
|
1756
1758
|
"AML.T0050": {
|
|
@@ -2845,7 +2847,8 @@
|
|
|
2845
2847
|
"CVE-2025-1550",
|
|
2846
2848
|
"CVE-2025-32434",
|
|
2847
2849
|
"CVE-2025-33236",
|
|
2848
|
-
"CVE-2025-8747"
|
|
2850
|
+
"CVE-2025-8747",
|
|
2851
|
+
"CVE-2026-45829"
|
|
2849
2852
|
]
|
|
2850
2853
|
},
|
|
2851
2854
|
"AML.T0011.001": {
|
|
@@ -327,6 +327,7 @@
|
|
|
327
327
|
"CVE-2026-39884",
|
|
328
328
|
"CVE-2026-39987",
|
|
329
329
|
"CVE-2026-40933",
|
|
330
|
+
"CVE-2026-45829",
|
|
330
331
|
"CVE-2026-6973"
|
|
331
332
|
],
|
|
332
333
|
"description_full": "Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries. These interfaces and languages provide ways of interacting with computer systems and are a common feature across many different platforms. Most systems come with some built-in command-line interface and scripting capabilities, for example, macOS and Linux distributions include some flavor of [Unix Shell](https://attack.mitre.org/techniques/T1059/004) while Windows installations include the [Windows Command Shell](https://attack.mitre.org/techniques/T1059/003) and [PowerShell](https://attack.mitre.org/techniques/T1059/001). There are also cross-platform interpreters such as [Python](https://attack.mitre.org/techniques/T1059/006), as well as those commonly associated with client applications such as [JavaScript](https://attack.mitre.org/techniques/T1059/007) and [Visual Basic](https://attack.mitre.org/techniques/T1059/005). Adversaries may abuse these technologies in various ways as a means of executing arbitrary commands. Commands and scripts can be embedded in [Initial Access](https://attack.mitre.org/tactics/TA0001) payloads delivered to victims as lure documents or as secondary payloads downloaded from an existing C2. Adversaries may also execute commands through interactive terminals/shells, as well as utilize various [Remote Services](https://attack.mitre.org/techniques/T1021) in order to achieve remote Execution.(Citation: Powershell Remote Commands)(Citation: Cisco IOS Software Integrity Assurance - Command History)(Citation: Remote Shell Execution in Python)",
|
|
@@ -986,6 +987,7 @@
|
|
|
986
987
|
"CVE-2025-6554",
|
|
987
988
|
"CVE-2025-6558",
|
|
988
989
|
"CVE-2025-66644",
|
|
990
|
+
"CVE-2025-67818",
|
|
989
991
|
"CVE-2025-68613",
|
|
990
992
|
"CVE-2025-68645",
|
|
991
993
|
"CVE-2025-6965",
|
|
@@ -1049,6 +1051,7 @@
|
|
|
1049
1051
|
"CVE-2026-42208",
|
|
1050
1052
|
"CVE-2026-42897",
|
|
1051
1053
|
"CVE-2026-42945",
|
|
1054
|
+
"CVE-2026-45829",
|
|
1052
1055
|
"CVE-2026-6973",
|
|
1053
1056
|
"CVE-2026-7482",
|
|
1054
1057
|
"CVE-2026-9082",
|
package/data/cve-catalog.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"ai_discovery_methodology": {
|
|
56
56
|
"field_added": "2026-05-15",
|
|
57
57
|
"agents_md_target": "Hard Rule #7 — '41% of 2025 zero-days were AI-discovered'. Catalog target rate floor: 0.40.",
|
|
58
|
-
"current_rate": 0.
|
|
58
|
+
"current_rate": 0.031,
|
|
59
59
|
"current_floor_enforced_by_test": 0.03,
|
|
60
60
|
"ladder_to_target": [
|
|
61
61
|
0.03,
|
|
@@ -15487,6 +15487,217 @@
|
|
|
15487
15487
|
"_intake_method": "manual-verified-curation",
|
|
15488
15488
|
"_kev_short_description": "PyTorch's torch.load executes code from a crafted checkpoint even with weights_only=True on <= 2.5.1 (CWE-502), defeating the recommended safe-load guidance; fixed in 2.6.0."
|
|
15489
15489
|
},
|
|
15490
|
+
"CVE-2026-45829": {
|
|
15491
|
+
"name": "ChromaDB FastAPI Pre-Auth Remote Code Execution (ChromaToast)",
|
|
15492
|
+
"type": "RCE",
|
|
15493
|
+
"cvss_score": 10,
|
|
15494
|
+
"cvss_vector": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
|
|
15495
|
+
"cvss_note": "CNA CVSS v4.0 base 10.0 (CRITICAL); NVD has not published its own CVSS 3.x assessment (awaiting enrichment). The FastAPI collections endpoint processes a caller-supplied embedding-function config (a model repo with trust_remote_code=true) before authentication, yielding unauthenticated code execution (CWE-94).",
|
|
15496
|
+
"cisa_kev": false,
|
|
15497
|
+
"poc_available": true,
|
|
15498
|
+
"poc_description": "Documented in the disclosing advisory (SecurityWeek / ChromaDB advisory): an unauthenticated request to the collections endpoint loads a malicious model repo and executes code.",
|
|
15499
|
+
"ai_discovered": false,
|
|
15500
|
+
"ai_discovery_source": "human_researcher",
|
|
15501
|
+
"ai_discovery_notes": "Disclosed via SecurityWeek / ChromaDB advisory. The abused surface is a widely used vector database (RAG persistence layer).",
|
|
15502
|
+
"ai_assisted_weaponization": false,
|
|
15503
|
+
"ai_assisted_notes": "No AI-assisted weaponization; pre-auth code injection on the vector DB.",
|
|
15504
|
+
"active_exploitation": "none",
|
|
15505
|
+
"active_exploitation_notes": "Public reporting urges urgent action on exposed instances; no confirmed in-the-wild exploitation as of curation. No fixed Python release published, so exposure persists.",
|
|
15506
|
+
"affected": "ChromaDB (Python FastAPI server) 1.0.0 and later; the Rust 'chroma run' deployment and official Docker images are not affected.",
|
|
15507
|
+
"affected_versions": [
|
|
15508
|
+
"ChromaDB (Python FastAPI) >= 1.0.0"
|
|
15509
|
+
],
|
|
15510
|
+
"vector": "ChromaDB's Python FastAPI server processes collection-creation logic - including a caller-supplied embedding-function configuration that can specify a model repository with trust_remote_code=true - before verifying the caller's identity, on /api/v2/tenants/{tenant}/databases/{db}/collections. An unauthenticated attacker therefore triggers remote code execution (CWE-94) by getting the server to load a malicious model repo. Disclosed as ChromaToast.",
|
|
15511
|
+
"complexity": "low",
|
|
15512
|
+
"complexity_notes": "AV:N / AC:L / PR:N - unauthenticated, network-reachable FastAPI server.",
|
|
15513
|
+
"patch_available": false,
|
|
15514
|
+
"patch_required_reboot": false,
|
|
15515
|
+
"live_patch_available": false,
|
|
15516
|
+
"live_patch_tools": [],
|
|
15517
|
+
"live_patch_notes": "No fixed release published as of curation; mitigate via network isolation and the non-FastAPI deployment (see vendor_update_paths).",
|
|
15518
|
+
"vendor_update_paths": [
|
|
15519
|
+
"No fixed ChromaDB Python release is published as of curation. Mitigate by restricting network access to the FastAPI port (do not expose to untrusted networks), using the Rust 'chroma run' deployment or official Docker images, and disabling trust_remote_code model loading."
|
|
15520
|
+
],
|
|
15521
|
+
"framework_control_gaps": {
|
|
15522
|
+
"NIST-800-53-IA-2": "Authentication is not enforced before the vector DB processes attacker-controlled collection config.",
|
|
15523
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track the vector database (RAG persistence layer) as managed, RCE-bearing software.",
|
|
15524
|
+
"NIST-800-53-SI-10": "Input validation is not applied to the embedding-function model-repo config before the vector DB acts on it.",
|
|
15525
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the vector database's collection/embedding endpoints as a code-execution / file-write surface.",
|
|
15526
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the vector DB as a privileged RAG data store.",
|
|
15527
|
+
"DORA-Art-9": "ICT protection measures do not model vector-DB takeover (RAG data / host files) as an ICT-risk event.",
|
|
15528
|
+
"UK-CAF-B4": "System Security objective has no objective for input validation / path containment on the vector database.",
|
|
15529
|
+
"AU-ISM-1546": "Patch-application control does not single out vector databases.",
|
|
15530
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the vector database as a sensitive RAG store whose request/backup paths must validate untrusted input before code execution or file write."
|
|
15531
|
+
},
|
|
15532
|
+
"atlas_refs": [
|
|
15533
|
+
"AML.T0049",
|
|
15534
|
+
"AML.T0011.000"
|
|
15535
|
+
],
|
|
15536
|
+
"attack_refs": [
|
|
15537
|
+
"T1190",
|
|
15538
|
+
"T1059"
|
|
15539
|
+
],
|
|
15540
|
+
"rwep_score": 44,
|
|
15541
|
+
"rwep_factors": {
|
|
15542
|
+
"cisa_kev": 0,
|
|
15543
|
+
"poc_available": 20,
|
|
15544
|
+
"ai_factor": 0,
|
|
15545
|
+
"active_exploitation": 0,
|
|
15546
|
+
"blast_radius": 24,
|
|
15547
|
+
"patch_available": 0,
|
|
15548
|
+
"live_patch_available": 0,
|
|
15549
|
+
"reboot_required": 0
|
|
15550
|
+
},
|
|
15551
|
+
"rwep_notes": "Elevated (RWEP 44, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation; no fixed release published, so no patch credit. poc_available=20 + blast_radius=24.",
|
|
15552
|
+
"epss_score": null,
|
|
15553
|
+
"epss_date": "2026-05-25",
|
|
15554
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
15555
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-45829",
|
|
15556
|
+
"cwe_refs": [
|
|
15557
|
+
"CWE-94"
|
|
15558
|
+
],
|
|
15559
|
+
"iocs": {
|
|
15560
|
+
"behavioral": [
|
|
15561
|
+
"Unauthenticated POST requests to ChromaDB /api/v2/.../collections specifying an embedding-function config with a remote model repository and trust_remote_code=true.",
|
|
15562
|
+
"ChromaDB FastAPI server fetching a remote model repo and executing its code during collection creation.",
|
|
15563
|
+
"Code/process execution on the ChromaDB host triggered before any authenticated session.",
|
|
15564
|
+
"ChromaDB Python FastAPI server >= 1.0.0 exposed to untrusted networks - the exposed precondition."
|
|
15565
|
+
],
|
|
15566
|
+
"_ioc_source_note": "Behavioral signatures anchored to the SecurityWeek / ChromaDB advisory advisory (https://www.securityweek.com/unpatched-chromadb-vulnerability-can-lead-to-server-takeover/) and NVD CVE-2026-45829 (CWE-94)."
|
|
15567
|
+
},
|
|
15568
|
+
"source_verified": "2026-05-25",
|
|
15569
|
+
"verification_sources": [
|
|
15570
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-45829",
|
|
15571
|
+
"https://www.securityweek.com/unpatched-chromadb-vulnerability-can-lead-to-server-takeover/"
|
|
15572
|
+
],
|
|
15573
|
+
"vendor_advisories": [
|
|
15574
|
+
{
|
|
15575
|
+
"vendor": "SecurityWeek / ChromaDB advisory",
|
|
15576
|
+
"advisory_id": "CVE-2026-45829",
|
|
15577
|
+
"url": "https://www.securityweek.com/unpatched-chromadb-vulnerability-can-lead-to-server-takeover/",
|
|
15578
|
+
"severity": "critical",
|
|
15579
|
+
"published_date": "2026-05-18"
|
|
15580
|
+
},
|
|
15581
|
+
{
|
|
15582
|
+
"vendor": "NVD",
|
|
15583
|
+
"advisory_id": "CVE-2026-45829",
|
|
15584
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45829",
|
|
15585
|
+
"severity": "critical",
|
|
15586
|
+
"published_date": "2026-05-18"
|
|
15587
|
+
}
|
|
15588
|
+
],
|
|
15589
|
+
"last_updated": "2026-05-25",
|
|
15590
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-94; CNA CVSS v4.0 10.0, no NVD 3.x score) + the SecurityWeek / ChromaDB advisory advisory. Vector-database flaw (RAG persistence layer); shares the vector-DB authentication control NEW-CTRL-101 with the Milvus entries.",
|
|
15591
|
+
"_auto_imported": false,
|
|
15592
|
+
"_intake_method": "manual-verified-curation",
|
|
15593
|
+
"_kev_short_description": "ChromaDB's Python FastAPI server runs collection-creation logic (embedding-function config with trust_remote_code) before auth, giving unauthenticated RCE (CWE-94, ChromaToast); no fixed release published - mitigate via network isolation / Rust deployment."
|
|
15594
|
+
},
|
|
15595
|
+
"CVE-2025-67818": {
|
|
15596
|
+
"name": "Weaviate Backup Restore ZipSlip Path Traversal",
|
|
15597
|
+
"type": "RCE",
|
|
15598
|
+
"cvss_score": 7.2,
|
|
15599
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
|
|
15600
|
+
"cvss_note": "CISA-ADP CVSS v3.1 base 7.2 (HIGH, PR:H); NVD has not published its own assessed score, and the GitHub (CNA) advisory rates it HIGH (CVSS v4.0 8.7). An attacker with data-write access crafts backup entries with absolute paths or ../ traversal that escape the restore root on restore (CWE-22 ZipSlip), creating/overwriting arbitrary files.",
|
|
15601
|
+
"cisa_kev": false,
|
|
15602
|
+
"poc_available": true,
|
|
15603
|
+
"poc_description": "Documented in the disclosing advisory (GitHub Security Advisory): a write-capable attacker crafts a backup with traversal paths that escape the restore root.",
|
|
15604
|
+
"ai_discovered": false,
|
|
15605
|
+
"ai_discovery_source": "human_researcher",
|
|
15606
|
+
"ai_discovery_notes": "Disclosed via GitHub Security Advisory. The abused surface is a widely used vector database (RAG persistence layer).",
|
|
15607
|
+
"ai_assisted_weaponization": false,
|
|
15608
|
+
"ai_assisted_notes": "No AI-assisted weaponization; path traversal on the vector DB's backup restore.",
|
|
15609
|
+
"active_exploitation": "none",
|
|
15610
|
+
"active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
15611
|
+
"affected": "Weaviate OSS before the branch fixes 1.30.20, 1.31.19, 1.32.16, and 1.33.4 (the GHSA ships per-maintained-branch patches).",
|
|
15612
|
+
"affected_versions": [
|
|
15613
|
+
"Weaviate OSS < 1.30.20",
|
|
15614
|
+
"Weaviate OSS >= 1.31.0-rc.0, < 1.31.19",
|
|
15615
|
+
"Weaviate OSS >= 1.32.0-rc.0, < 1.32.16",
|
|
15616
|
+
"Weaviate OSS >= 1.33.0-rc.0, < 1.33.4"
|
|
15617
|
+
],
|
|
15618
|
+
"vector": "Weaviate OSS does not constrain backup entry paths during restore, so an attacker with insert/write access crafts entries with absolute or ../ traversal paths that escape the restore root (CWE-22 ZipSlip), creating or overwriting files in arbitrary locations on the Weaviate host.",
|
|
15619
|
+
"complexity": "low",
|
|
15620
|
+
"complexity_notes": "CISA-ADP AV:N / AC:L / PR:H - requires data-write access to craft the backup.",
|
|
15621
|
+
"patch_available": true,
|
|
15622
|
+
"patch_required_reboot": false,
|
|
15623
|
+
"live_patch_available": false,
|
|
15624
|
+
"live_patch_tools": [],
|
|
15625
|
+
"live_patch_notes": "Remediation is upgrading to the fixed release on your maintained branch (1.30.20 / 1.31.19 / 1.32.16 / 1.33.4); redeploy, no host reboot.",
|
|
15626
|
+
"vendor_update_paths": [
|
|
15627
|
+
"Upgrade Weaviate OSS to the fixed release on your maintained branch (1.30.20, 1.31.19, 1.32.16, or 1.33.4). Restrict who can insert data / trigger restores and run Weaviate as a least-privilege user."
|
|
15628
|
+
],
|
|
15629
|
+
"framework_control_gaps": {
|
|
15630
|
+
"NIST-800-53-IA-2": "Authentication is relied upon but the backup-restore path is reachable by ordinary write-capable accounts.",
|
|
15631
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track the vector database (RAG persistence layer) as managed, RCE-bearing software.",
|
|
15632
|
+
"NIST-800-53-SI-10": "Input validation is not applied to backup entry paths before the vector DB acts on it.",
|
|
15633
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the vector database's backup-restore path as a code-execution / file-write surface.",
|
|
15634
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the vector DB as a privileged RAG data store.",
|
|
15635
|
+
"DORA-Art-9": "ICT protection measures do not model vector-DB takeover (RAG data / host files) as an ICT-risk event.",
|
|
15636
|
+
"UK-CAF-B4": "System Security objective has no objective for input validation / path containment on the vector database.",
|
|
15637
|
+
"AU-ISM-1546": "Patch-application control does not single out vector databases.",
|
|
15638
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the vector database as a sensitive RAG store whose request/backup paths must validate untrusted input before code execution or file write."
|
|
15639
|
+
},
|
|
15640
|
+
"atlas_refs": [
|
|
15641
|
+
"AML.T0049"
|
|
15642
|
+
],
|
|
15643
|
+
"attack_refs": [
|
|
15644
|
+
"T1190"
|
|
15645
|
+
],
|
|
15646
|
+
"rwep_score": 25,
|
|
15647
|
+
"rwep_factors": {
|
|
15648
|
+
"cisa_kev": 0,
|
|
15649
|
+
"poc_available": 20,
|
|
15650
|
+
"ai_factor": 0,
|
|
15651
|
+
"active_exploitation": 0,
|
|
15652
|
+
"blast_radius": 20,
|
|
15653
|
+
"patch_available": -15,
|
|
15654
|
+
"live_patch_available": 0,
|
|
15655
|
+
"reboot_required": 0
|
|
15656
|
+
},
|
|
15657
|
+
"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). poc_available=20 + blast_radius=20 minus patch 15.",
|
|
15658
|
+
"epss_score": null,
|
|
15659
|
+
"epss_date": "2026-05-25",
|
|
15660
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
15661
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-67818",
|
|
15662
|
+
"cwe_refs": [
|
|
15663
|
+
"CWE-22"
|
|
15664
|
+
],
|
|
15665
|
+
"iocs": {
|
|
15666
|
+
"behavioral": [
|
|
15667
|
+
"Weaviate backup archives whose entries contain absolute paths or ../ traversal sequences.",
|
|
15668
|
+
"Files written by Weaviate outside the restore root during a backup restore.",
|
|
15669
|
+
"Restore operations triggered by accounts that should not have that capability.",
|
|
15670
|
+
"Weaviate OSS < 1.33.4 with restore reachable by write-capable accounts - the exposed precondition."
|
|
15671
|
+
],
|
|
15672
|
+
"_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-7v39-2hx7-7c43) and NVD CVE-2025-67818 (CWE-22)."
|
|
15673
|
+
},
|
|
15674
|
+
"source_verified": "2026-05-25",
|
|
15675
|
+
"verification_sources": [
|
|
15676
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2025-67818",
|
|
15677
|
+
"https://github.com/advisories/GHSA-7v39-2hx7-7c43"
|
|
15678
|
+
],
|
|
15679
|
+
"vendor_advisories": [
|
|
15680
|
+
{
|
|
15681
|
+
"vendor": "GitHub Security Advisory",
|
|
15682
|
+
"advisory_id": "CVE-2025-67818",
|
|
15683
|
+
"url": "https://github.com/advisories/GHSA-7v39-2hx7-7c43",
|
|
15684
|
+
"severity": "high",
|
|
15685
|
+
"published_date": "2025-12-12"
|
|
15686
|
+
},
|
|
15687
|
+
{
|
|
15688
|
+
"vendor": "NVD",
|
|
15689
|
+
"advisory_id": "CVE-2025-67818",
|
|
15690
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67818",
|
|
15691
|
+
"severity": "high",
|
|
15692
|
+
"published_date": "2025-12-12"
|
|
15693
|
+
}
|
|
15694
|
+
],
|
|
15695
|
+
"last_updated": "2026-05-25",
|
|
15696
|
+
"discovery_attribution_note": "Manually curated from the GitHub (CNA) advisory (GHSA-7v39-2hx7-7c43, CWE-22) + CISA-ADP (CVSS v3.1 7.2; NVD has not published its own score). Vector-database flaw (RAG persistence layer); shares the AI-app path-traversal control NEW-CTRL-094.",
|
|
15697
|
+
"_auto_imported": false,
|
|
15698
|
+
"_intake_method": "manual-verified-curation",
|
|
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
|
+
},
|
|
15490
15701
|
"CVE-2026-41091": {
|
|
15491
15702
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
15492
15703
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -109,6 +109,7 @@
|
|
|
109
109
|
"CVE-2025-27920",
|
|
110
110
|
"CVE-2025-4632",
|
|
111
111
|
"CVE-2025-6218",
|
|
112
|
+
"CVE-2025-67818",
|
|
112
113
|
"CVE-2025-8110",
|
|
113
114
|
"CVE-2026-25592",
|
|
114
115
|
"CVE-2026-34926"
|
|
@@ -408,6 +409,7 @@
|
|
|
408
409
|
"CVE-2026-30615",
|
|
409
410
|
"CVE-2026-33017",
|
|
410
411
|
"CVE-2026-34197",
|
|
412
|
+
"CVE-2026-45829",
|
|
411
413
|
"CVE-2026-6973",
|
|
412
414
|
"MAL-2026-3083"
|
|
413
415
|
],
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
"CVE-2025-60455",
|
|
73
73
|
"CVE-2025-64496",
|
|
74
74
|
"CVE-2025-64513",
|
|
75
|
+
"CVE-2025-67818",
|
|
75
76
|
"CVE-2025-8747",
|
|
76
77
|
"CVE-2026-0766",
|
|
77
78
|
"CVE-2026-22252",
|
|
@@ -88,7 +89,8 @@
|
|
|
88
89
|
"CVE-2026-30624",
|
|
89
90
|
"CVE-2026-30625",
|
|
90
91
|
"CVE-2026-34159",
|
|
91
|
-
"CVE-2026-40933"
|
|
92
|
+
"CVE-2026-40933",
|
|
93
|
+
"CVE-2026-45829"
|
|
92
94
|
],
|
|
93
95
|
"atlas_refs": [
|
|
94
96
|
"AML.T0018",
|
|
@@ -1569,6 +1571,7 @@
|
|
|
1569
1571
|
"CVE-2025-6558",
|
|
1570
1572
|
"CVE-2025-66376",
|
|
1571
1573
|
"CVE-2025-66644",
|
|
1574
|
+
"CVE-2025-67818",
|
|
1572
1575
|
"CVE-2025-68461",
|
|
1573
1576
|
"CVE-2025-68613",
|
|
1574
1577
|
"CVE-2025-68645",
|
|
@@ -1643,6 +1646,7 @@
|
|
|
1643
1646
|
"CVE-2026-41940",
|
|
1644
1647
|
"CVE-2026-42945",
|
|
1645
1648
|
"CVE-2026-45498",
|
|
1649
|
+
"CVE-2026-45829",
|
|
1646
1650
|
"CVE-2026-46300",
|
|
1647
1651
|
"CVE-2026-46333",
|
|
1648
1652
|
"CVE-2026-5281",
|
|
@@ -1872,6 +1876,7 @@
|
|
|
1872
1876
|
"CVE-2025-60455",
|
|
1873
1877
|
"CVE-2025-64496",
|
|
1874
1878
|
"CVE-2025-64513",
|
|
1879
|
+
"CVE-2025-67818",
|
|
1875
1880
|
"CVE-2025-8747",
|
|
1876
1881
|
"CVE-2026-0766",
|
|
1877
1882
|
"CVE-2026-22252",
|
|
@@ -1896,6 +1901,7 @@
|
|
|
1896
1901
|
"CVE-2026-41091",
|
|
1897
1902
|
"CVE-2026-45321",
|
|
1898
1903
|
"CVE-2026-45498",
|
|
1904
|
+
"CVE-2026-45829",
|
|
1899
1905
|
"CVE-2026-46300",
|
|
1900
1906
|
"CVE-2026-46333",
|
|
1901
1907
|
"CVE-2026-9082",
|
|
@@ -2324,6 +2330,7 @@
|
|
|
2324
2330
|
"CVE-2025-33236",
|
|
2325
2331
|
"CVE-2025-60455",
|
|
2326
2332
|
"CVE-2025-64496",
|
|
2333
|
+
"CVE-2025-67818",
|
|
2327
2334
|
"CVE-2025-6965",
|
|
2328
2335
|
"CVE-2025-8747",
|
|
2329
2336
|
"CVE-2026-0766",
|
|
@@ -2332,6 +2339,7 @@
|
|
|
2332
2339
|
"CVE-2026-24215",
|
|
2333
2340
|
"CVE-2026-39884",
|
|
2334
2341
|
"CVE-2026-42208",
|
|
2342
|
+
"CVE-2026-45829",
|
|
2335
2343
|
"CVE-2026-9082"
|
|
2336
2344
|
],
|
|
2337
2345
|
"atlas_refs": [
|
|
@@ -2649,6 +2657,7 @@
|
|
|
2649
2657
|
"CVE-2025-6558",
|
|
2650
2658
|
"CVE-2025-66376",
|
|
2651
2659
|
"CVE-2025-66644",
|
|
2660
|
+
"CVE-2025-67818",
|
|
2652
2661
|
"CVE-2025-68461",
|
|
2653
2662
|
"CVE-2025-68613",
|
|
2654
2663
|
"CVE-2025-68645",
|
|
@@ -2730,6 +2739,7 @@
|
|
|
2730
2739
|
"CVE-2026-43284",
|
|
2731
2740
|
"CVE-2026-43500",
|
|
2732
2741
|
"CVE-2026-45498",
|
|
2742
|
+
"CVE-2026-45829",
|
|
2733
2743
|
"CVE-2026-46300",
|
|
2734
2744
|
"CVE-2026-46333",
|
|
2735
2745
|
"CVE-2026-5281",
|
|
@@ -5024,6 +5034,7 @@
|
|
|
5024
5034
|
"CVE-2025-60455",
|
|
5025
5035
|
"CVE-2025-64496",
|
|
5026
5036
|
"CVE-2025-64513",
|
|
5037
|
+
"CVE-2025-67818",
|
|
5027
5038
|
"CVE-2025-8747",
|
|
5028
5039
|
"CVE-2026-0300",
|
|
5029
5040
|
"CVE-2026-0766",
|
|
@@ -5049,6 +5060,7 @@
|
|
|
5049
5060
|
"CVE-2026-42897",
|
|
5050
5061
|
"CVE-2026-42945",
|
|
5051
5062
|
"CVE-2026-45498",
|
|
5063
|
+
"CVE-2026-45829",
|
|
5052
5064
|
"CVE-2026-46300",
|
|
5053
5065
|
"CVE-2026-46333",
|
|
5054
5066
|
"CVE-2026-9082"
|
|
@@ -5570,6 +5582,7 @@
|
|
|
5570
5582
|
"CVE-2025-54136",
|
|
5571
5583
|
"CVE-2025-60455",
|
|
5572
5584
|
"CVE-2025-64496",
|
|
5585
|
+
"CVE-2025-67818",
|
|
5573
5586
|
"CVE-2025-8747",
|
|
5574
5587
|
"CVE-2026-0766",
|
|
5575
5588
|
"CVE-2026-22252",
|
|
@@ -5588,6 +5601,7 @@
|
|
|
5588
5601
|
"CVE-2026-40933",
|
|
5589
5602
|
"CVE-2026-41091",
|
|
5590
5603
|
"CVE-2026-45498",
|
|
5604
|
+
"CVE-2026-45829",
|
|
5591
5605
|
"CVE-2026-46300",
|
|
5592
5606
|
"CVE-2026-46333",
|
|
5593
5607
|
"CVE-2026-9082",
|
|
@@ -5663,6 +5677,7 @@
|
|
|
5663
5677
|
"CVE-2025-60455",
|
|
5664
5678
|
"CVE-2025-64496",
|
|
5665
5679
|
"CVE-2025-64513",
|
|
5680
|
+
"CVE-2025-67818",
|
|
5666
5681
|
"CVE-2025-8747",
|
|
5667
5682
|
"CVE-2026-0766",
|
|
5668
5683
|
"CVE-2026-22252",
|
|
@@ -5684,6 +5699,7 @@
|
|
|
5684
5699
|
"CVE-2026-40933",
|
|
5685
5700
|
"CVE-2026-41091",
|
|
5686
5701
|
"CVE-2026-45498",
|
|
5702
|
+
"CVE-2026-45829",
|
|
5687
5703
|
"CVE-2026-46300",
|
|
5688
5704
|
"CVE-2026-46333",
|
|
5689
5705
|
"CVE-2026-9082"
|
|
@@ -5966,10 +5982,12 @@
|
|
|
5966
5982
|
"CVE-2024-4889",
|
|
5967
5983
|
"CVE-2024-6587",
|
|
5968
5984
|
"CVE-2025-64513",
|
|
5985
|
+
"CVE-2025-67818",
|
|
5969
5986
|
"CVE-2026-20182",
|
|
5970
5987
|
"CVE-2026-24206",
|
|
5971
5988
|
"CVE-2026-24207",
|
|
5972
|
-
"CVE-2026-26190"
|
|
5989
|
+
"CVE-2026-26190",
|
|
5990
|
+
"CVE-2026-45829"
|
|
5973
5991
|
],
|
|
5974
5992
|
"atlas_refs": [],
|
|
5975
5993
|
"attack_refs": [
|
|
@@ -4211,6 +4211,106 @@
|
|
|
4211
4211
|
"_auto_imported": false,
|
|
4212
4212
|
"_intake_method": "manual-verified-curation"
|
|
4213
4213
|
},
|
|
4214
|
+
"CVE-2026-45829": {
|
|
4215
|
+
"name": "ChromaDB FastAPI Pre-Auth Remote Code Execution (ChromaToast)",
|
|
4216
|
+
"lesson_date": "2026-05-25",
|
|
4217
|
+
"attack_vector": {
|
|
4218
|
+
"description": "ChromaDB's Python FastAPI server processes a caller-supplied embedding-function config (model repo with trust_remote_code=true) on the collections endpoint before authenticating, giving unauthenticated RCE (CWE-94).",
|
|
4219
|
+
"privileges_required": "none (CVSS v4.0 PR:N) - unauthenticated, before any auth check",
|
|
4220
|
+
"complexity": "low",
|
|
4221
|
+
"ai_factor": "The abused surface is a widely used vector database - the RAG persistence layer that stores embeddings and source data behind LLM applications. The lesson: vector databases are sensitive, RCE-bearing data stores; they must authenticate before acting on caller config and never load remote model code on untrusted input."
|
|
4222
|
+
},
|
|
4223
|
+
"framework_coverage": {
|
|
4224
|
+
"NIST-800-53-SI-2": {
|
|
4225
|
+
"covered": true,
|
|
4226
|
+
"adequate": false,
|
|
4227
|
+
"gap": "Does not track the vector database (RAG persistence layer) as managed, RCE-bearing software."
|
|
4228
|
+
},
|
|
4229
|
+
"NIST-800-53-SI-10": {
|
|
4230
|
+
"covered": true,
|
|
4231
|
+
"adequate": false,
|
|
4232
|
+
"gap": "Input validation / auth is not applied before the vector DB processes attacker-controlled collection/embedding config."
|
|
4233
|
+
},
|
|
4234
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
4235
|
+
"covered": false,
|
|
4236
|
+
"adequate": false,
|
|
4237
|
+
"gap": "No framework treats the vector database as a sensitive RAG store whose request path must authenticate before code execution."
|
|
4238
|
+
}
|
|
4239
|
+
},
|
|
4240
|
+
"compliance_exposure_score": {
|
|
4241
|
+
"percent_audit_passing_orgs_still_exposed": 74,
|
|
4242
|
+
"basis": "Vector databases are deployed as convenience RAG infrastructure on trusted-network assumptions; their request and backup paths are not hardened.",
|
|
4243
|
+
"theater_pattern": "ai_supply_chain_trust"
|
|
4244
|
+
},
|
|
4245
|
+
"ai_discovered_zeroday": false,
|
|
4246
|
+
"ai_discovery_source": "human_researcher",
|
|
4247
|
+
"ai_assist_factor": "none",
|
|
4248
|
+
"new_control_requirements": [
|
|
4249
|
+
{
|
|
4250
|
+
"id": "NEW-CTRL-101",
|
|
4251
|
+
"name": "VECTOR-DB-AUTHENTICATION-ENFORCEMENT",
|
|
4252
|
+
"description": "A vector database must authenticate callers BEFORE processing any caller-supplied configuration (collection/embedding-function config, model repositories), must not load remote model code (trust_remote_code) on untrusted input, and must never be exposed to untrusted networks. For ChromaDB, restrict the FastAPI port, use the Rust 'chroma run' / official Docker deployment, and disable trust_remote_code. The distinguishing test: send an unauthenticated collection-create request with a malicious embedding-function model repo to a staging instance and confirm it is refused before any code loads.",
|
|
4253
|
+
"evidence": "https://www.securityweek.com/unpatched-chromadb-vulnerability-can-lead-to-server-takeover/",
|
|
4254
|
+
"gap_closes": [
|
|
4255
|
+
"NIST-800-53-SI-2",
|
|
4256
|
+
"NIST-800-53-SI-10",
|
|
4257
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
4258
|
+
]
|
|
4259
|
+
}
|
|
4260
|
+
],
|
|
4261
|
+
"_auto_imported": false,
|
|
4262
|
+
"_intake_method": "manual-verified-curation"
|
|
4263
|
+
},
|
|
4264
|
+
"CVE-2025-67818": {
|
|
4265
|
+
"name": "Weaviate Backup Restore ZipSlip Path Traversal",
|
|
4266
|
+
"lesson_date": "2026-05-25",
|
|
4267
|
+
"attack_vector": {
|
|
4268
|
+
"description": "Weaviate OSS does not constrain backup entry paths on restore, so a write-capable attacker uses absolute / ../ paths to escape the restore root (CWE-22 ZipSlip) and create or overwrite arbitrary host files.",
|
|
4269
|
+
"privileges_required": "data-write access (NVD PR:H)",
|
|
4270
|
+
"complexity": "low",
|
|
4271
|
+
"ai_factor": "The abused surface is a widely used vector database - the RAG persistence layer that stores embeddings and source data behind LLM applications. The lesson: vector databases are sensitive, RCE-bearing data stores; their file/archive-handling paths must be containment-checked."
|
|
4272
|
+
},
|
|
4273
|
+
"framework_coverage": {
|
|
4274
|
+
"NIST-800-53-SI-2": {
|
|
4275
|
+
"covered": true,
|
|
4276
|
+
"adequate": false,
|
|
4277
|
+
"gap": "Does not track the vector database (RAG persistence layer) as managed, RCE-bearing software."
|
|
4278
|
+
},
|
|
4279
|
+
"NIST-800-53-SI-10": {
|
|
4280
|
+
"covered": true,
|
|
4281
|
+
"adequate": false,
|
|
4282
|
+
"gap": "Path validation is not applied to backup entry paths on restore."
|
|
4283
|
+
},
|
|
4284
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
4285
|
+
"covered": false,
|
|
4286
|
+
"adequate": false,
|
|
4287
|
+
"gap": "No framework treats the vector database as a sensitive RAG store whose backup/file paths must be containment-checked."
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
4290
|
+
"compliance_exposure_score": {
|
|
4291
|
+
"percent_audit_passing_orgs_still_exposed": 64,
|
|
4292
|
+
"basis": "Vector databases are deployed as convenience RAG infrastructure on trusted-network assumptions; their request and backup paths are not hardened.",
|
|
4293
|
+
"theater_pattern": "ai_demo_framework_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-094",
|
|
4301
|
+
"name": "AI-RUNTIME-API-PATH-TRAVERSAL-VALIDATION",
|
|
4302
|
+
"description": "An AI application's file/path-bearing inputs - including archive (backup) entry paths on extraction - must be canonicalized and constrained to the intended directory before any write (reject absolute paths and ../ traversal / ZipSlip). Upgrade Weaviate OSS to the fixed release on your maintained branch (1.30.20 / 1.31.19 / 1.32.16 / 1.33.4), restrict who can insert data or trigger restores, and run least-privilege. This is the same path-traversal class as the Ollama / AnythingLLM entries. The distinguishing test: restore a backup containing a ../ entry on a staging instance and confirm it is rejected, not written outside the restore root.",
|
|
4303
|
+
"evidence": "https://github.com/advisories/GHSA-7v39-2hx7-7c43",
|
|
4304
|
+
"gap_closes": [
|
|
4305
|
+
"NIST-800-53-SI-2",
|
|
4306
|
+
"NIST-800-53-SI-10",
|
|
4307
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
4308
|
+
]
|
|
4309
|
+
}
|
|
4310
|
+
],
|
|
4311
|
+
"_auto_imported": false,
|
|
4312
|
+
"_intake_method": "manual-verified-curation"
|
|
4313
|
+
},
|
|
4214
4314
|
"CVE-2026-26190": {
|
|
4215
4315
|
"name": "Milvus Port 9091 Missing Authentication / Weak Default Token",
|
|
4216
4316
|
"lesson_date": "2026-05-25",
|