@blamejs/exceptd-skills 0.13.118 → 0.13.120
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 +8 -8
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +577 -0
- package/data/attack-techniques.json +10 -4
- package/data/cve-catalog.json +308 -0
- package/data/cwe-catalog.json +6 -3
- package/data/framework-control-gaps.json +37 -15
- package/data/zeroday-lessons.json +160 -0
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +22 -22
|
@@ -341,7 +341,8 @@
|
|
|
341
341
|
"CVE-2026-39987",
|
|
342
342
|
"CVE-2026-40933",
|
|
343
343
|
"CVE-2026-45829",
|
|
344
|
-
"CVE-2026-6973"
|
|
344
|
+
"CVE-2026-6973",
|
|
345
|
+
"CVE-2025-68665"
|
|
345
346
|
],
|
|
346
347
|
"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)",
|
|
347
348
|
"platforms": [
|
|
@@ -1100,7 +1101,9 @@
|
|
|
1100
1101
|
"CVE-2026-9082",
|
|
1101
1102
|
"MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP",
|
|
1102
1103
|
"CVE-2024-12450",
|
|
1103
|
-
"CVE-2025-69286"
|
|
1104
|
+
"CVE-2025-69286",
|
|
1105
|
+
"CVE-2026-22218",
|
|
1106
|
+
"CVE-2026-22219"
|
|
1104
1107
|
],
|
|
1105
1108
|
"description_full": "Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network. The weakness in the system can be a software bug, a temporary glitch, or a misconfiguration. Exploited applications are often websites/web servers, but can also include databases (like SQL), standard services (like SMB or SSH), network device administration and management protocols (like SNMP and Smart Install), and any other system with Internet-accessible open sockets.(Citation: NVD CVE-2016-6662)(Citation: CIS Multiple SMB Vulnerabilities)(Citation: US-CERT TA18-106A Network Infrastructure Devices 2018)(Citation: Cisco Blog Legacy Device Attacks)(Citation: NVD CVE-2014-7169) On ESXi infrastructure, adversaries may exploit exposed OpenSLP services; they may alternatively exploit exposed VMware vCenter servers.(Citation: Recorded Future ESXiArgs Ransomware 2023)(Citation: Ars Technica VMWare Code Execution Vulnerability 2021) Depending on the flaw being exploited, this may also involve [Exploitation for Stealth](https://attack.mitre.org/techniques/T1211) or [Exploitation for Client Execution](https://attack.mitre.org/techniques/T1203). If an application is hosted on cloud-based infrastructure and/or is containerized, then exploiting it may lead to compromise of the underlying instance or container. This can allow an adversary a path to access the cloud or container APIs (e.g., via the [Cloud Instance Metadata API](https://attack.mitre.org/techniques/T1552/005)), exploit container host access via [Escape to Host](https://attack.mitre.org/techniques/T1611), or take advantage of weak identity and access management policies. Adversaries may also exploit edge network infrastructure and related appliances, specifically targeting devices that do not support robust host-based defenses.(Citation: Mandiant Fortinet Zero Day)(Citation: Wired Russia Cyberwar) For websites and databases, the OWASP top 10 and CWE top 25 highlight the most common web-based vulnerabilities.(Citation: OWASP Top 10)(Citation: CWE top 25)",
|
|
1106
1109
|
"platforms": [
|
|
@@ -1323,7 +1326,8 @@
|
|
|
1323
1326
|
],
|
|
1324
1327
|
"cve_refs": [
|
|
1325
1328
|
"CVE-2026-41950",
|
|
1326
|
-
"CVE-2024-12450"
|
|
1329
|
+
"CVE-2024-12450",
|
|
1330
|
+
"CVE-2026-22218"
|
|
1327
1331
|
]
|
|
1328
1332
|
},
|
|
1329
1333
|
"T1485": {
|
|
@@ -1582,7 +1586,9 @@
|
|
|
1582
1586
|
"CVE-2025-68664",
|
|
1583
1587
|
"MAL-2025-PYPI-COLORAMA-SOLANA-STEALER",
|
|
1584
1588
|
"MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER",
|
|
1585
|
-
"CVE-2024-12450"
|
|
1589
|
+
"CVE-2024-12450",
|
|
1590
|
+
"CVE-2026-22219",
|
|
1591
|
+
"CVE-2025-68665"
|
|
1586
1592
|
],
|
|
1587
1593
|
"description_full": "Adversaries may search compromised systems to find and obtain insecurely stored credentials. These credentials can be stored and/or misplaced in many locations on a system, including plaintext files (e.g. [Shell History](https://attack.mitre.org/techniques/T1552/003)), operating system or application-specific repositories (e.g. [Credentials in Registry](https://attack.mitre.org/techniques/T1552/002)), or other specialized files/artifacts (e.g. [Private Keys](https://attack.mitre.org/techniques/T1552/004)).(Citation: Brining MimiKatz to Unix)",
|
|
1588
1594
|
"platforms": [
|
package/data/cve-catalog.json
CHANGED
|
@@ -39336,5 +39336,313 @@
|
|
|
39336
39336
|
"_auto_imported": false,
|
|
39337
39337
|
"_intake_method": "manual-verified-curation",
|
|
39338
39338
|
"_kev_short_description": "RAGFlow generates API keys and share tokens with a predictable serializer keyed by tenant_id over a UUIDv1, so the tokens are mutually derivable and a shared link yields account takeover (CWE-340); fixed in 0.22.0."
|
|
39339
|
+
},
|
|
39340
|
+
"CVE-2026-22218": {
|
|
39341
|
+
"name": "Chainlit /project/element Arbitrary File Read",
|
|
39342
|
+
"type": "Path Traversal",
|
|
39343
|
+
"cvss_score": 7.1,
|
|
39344
|
+
"cvss_vector": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
|
|
39345
|
+
"cvss_note": "VulnCheck (CNA) CVSS v4.0 base 7.1 (HIGH); NVD CVSS v3.1 base 6.5. Chainlit's /project/element update flow accepts a custom Element with a user-controlled path value and copies the file at that path into the requesting user's session without validating it stays within the document store (CWE-22 path traversal), so an authenticated client reads arbitrary files on the server host.",
|
|
39346
|
+
"cisa_kev": false,
|
|
39347
|
+
"poc_available": true,
|
|
39348
|
+
"poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-r399-636x-v7f6 cluster): an authenticated client submits a custom Element whose path field points outside the document store and reads the file's contents from its session.",
|
|
39349
|
+
"ai_discovered": false,
|
|
39350
|
+
"ai_discovery_source": "human_researcher",
|
|
39351
|
+
"ai_discovery_notes": "Disclosed via VulnCheck (CNA) and enriched by NVD. The abused surface is Chainlit, a widely used open-source framework for building conversational-AI / LLM apps.",
|
|
39352
|
+
"ai_assisted_weaponization": false,
|
|
39353
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is missing path validation on a caller-supplied file path in an LLM app framework's element-update API.",
|
|
39354
|
+
"active_exploitation": "none",
|
|
39355
|
+
"active_exploitation_notes": "VulnCheck/NVD advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation, and the CVE is not in CISA KEV (verified against the live catalog).",
|
|
39356
|
+
"affected": "Chainlit before 2.9.4.",
|
|
39357
|
+
"affected_versions": [
|
|
39358
|
+
"Chainlit < 2.9.4"
|
|
39359
|
+
],
|
|
39360
|
+
"vector": "Chainlit's /project/element update flow accepts a custom Element with a user-controlled `path` value and copies the file at that path into the requesting user's session without confirming the path stays within the document store, so an authenticated client supplies a traversal path and reads arbitrary files on the server host (CWE-22).",
|
|
39361
|
+
"complexity": "low",
|
|
39362
|
+
"complexity_notes": "VulnCheck v4.0 AV:N / AC:L / PR:L - an authenticated client supplies a crafted element path.",
|
|
39363
|
+
"patch_available": true,
|
|
39364
|
+
"patch_required_reboot": false,
|
|
39365
|
+
"live_patch_available": false,
|
|
39366
|
+
"live_patch_tools": [],
|
|
39367
|
+
"live_patch_notes": "Remediation is upgrading to 2.9.4 or later (released 2025-12-24); redeploy, no host reboot.",
|
|
39368
|
+
"vendor_update_paths": [
|
|
39369
|
+
"Upgrade Chainlit to 2.9.4 or later. Canonicalize and validate every caller-supplied file path (including encoding transforms) against an allowlisted base directory before reading, and do not expose the app to untrusted users."
|
|
39370
|
+
],
|
|
39371
|
+
"framework_control_gaps": {
|
|
39372
|
+
"NIST-800-53-SI-10": "No input validation is applied to the caller-supplied element path before the server reads it (CWE-22).",
|
|
39373
|
+
"NIST-800-53-AC-3": "Access enforcement does not confine the read to the document store - an authenticated user reads arbitrary host files.",
|
|
39374
|
+
"ISO-27001-2022-A.8.28": "Secure coding does not require canonicalization + allowlisting of file paths in the LLM app framework's element API.",
|
|
39375
|
+
"NIS2-Art21-network-security": "Article 21 measures do not model an LLM app framework's file-bearing API as a path-traversal surface.",
|
|
39376
|
+
"DORA-Art-9": "ICT protection measures do not model arbitrary file read in an AI app as an ICT-risk event.",
|
|
39377
|
+
"UK-CAF-B4": "System security objective has no objective for path canonicalization on AI app-framework file APIs.",
|
|
39378
|
+
"AU-ISM-1546": "Patch-application control does not single out LLM app frameworks.",
|
|
39379
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an LLM app framework's path-bearing input as an integrity boundary requiring canonicalization."
|
|
39380
|
+
},
|
|
39381
|
+
"atlas_refs": [
|
|
39382
|
+
"AML.T0049"
|
|
39383
|
+
],
|
|
39384
|
+
"attack_refs": [
|
|
39385
|
+
"T1190",
|
|
39386
|
+
"T1213"
|
|
39387
|
+
],
|
|
39388
|
+
"rwep_score": 19,
|
|
39389
|
+
"rwep_factors": {
|
|
39390
|
+
"cisa_kev": 0,
|
|
39391
|
+
"poc_available": 20,
|
|
39392
|
+
"ai_factor": 0,
|
|
39393
|
+
"active_exploitation": 0,
|
|
39394
|
+
"blast_radius": 14,
|
|
39395
|
+
"patch_available": -15,
|
|
39396
|
+
"live_patch_available": 0,
|
|
39397
|
+
"reboot_required": 0
|
|
39398
|
+
},
|
|
39399
|
+
"rwep_notes": "Moderate (RWEP 19, \"patch within 30 days\" band per lib/scoring.js). Not KEV (verified), no confirmed in-the-wild exploitation, patched at 2.9.4 (Hard Rule #3): poc_available=20 + blast_radius=14 (authenticated arbitrary file read in a widely used LLM app framework - host secrets/config readable), minus patch_available 15.",
|
|
39400
|
+
"epss_score": 0.00044,
|
|
39401
|
+
"epss_date": "2026-05-26",
|
|
39402
|
+
"epss_note": "FIRST EPSS 0.00044 (14th percentile) as of 2026-05-26.",
|
|
39403
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-22218",
|
|
39404
|
+
"cwe_refs": [
|
|
39405
|
+
"CWE-22"
|
|
39406
|
+
],
|
|
39407
|
+
"iocs": {
|
|
39408
|
+
"behavioral": [
|
|
39409
|
+
"Chainlit /project/element requests whose element path references files outside the document store (../ traversal or absolute host paths).",
|
|
39410
|
+
"Chainlit sessions receiving file contents (e.g. /etc/passwd, app config, secrets) not uploaded by the requesting user.",
|
|
39411
|
+
"Chainlit < 2.9.4 reachable by authenticated-but-untrusted users - the exposed precondition."
|
|
39412
|
+
],
|
|
39413
|
+
"_ioc_source_note": "Behavioral signatures anchored to VulnCheck / NVD CVE-2026-22218 (CWE-22) and the Chainlit 2.9.4 advisory."
|
|
39414
|
+
},
|
|
39415
|
+
"source_verified": "2026-05-26",
|
|
39416
|
+
"verification_sources": [
|
|
39417
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-22218",
|
|
39418
|
+
"https://github.com/advisories/GHSA-r399-636x-v7f6"
|
|
39419
|
+
],
|
|
39420
|
+
"vendor_advisories": [
|
|
39421
|
+
{
|
|
39422
|
+
"vendor": "VulnCheck",
|
|
39423
|
+
"advisory_id": "CVE-2026-22218",
|
|
39424
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22218",
|
|
39425
|
+
"severity": "high",
|
|
39426
|
+
"published_date": "2026-01-20"
|
|
39427
|
+
},
|
|
39428
|
+
{
|
|
39429
|
+
"vendor": "NVD",
|
|
39430
|
+
"advisory_id": "CVE-2026-22218",
|
|
39431
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22218",
|
|
39432
|
+
"severity": "medium",
|
|
39433
|
+
"published_date": "2026-01-20"
|
|
39434
|
+
}
|
|
39435
|
+
],
|
|
39436
|
+
"last_updated": "2026-05-26",
|
|
39437
|
+
"discovery_attribution_note": "Manually curated from NVD CVE-2026-22218 (CWE-22) + VulnCheck (CNA, CVSS v4.0 7.1). Chainlit LLM-app-framework arbitrary file read; reuses the AI-runtime-API path-traversal validation control NEW-CTRL-094 (shared with the AnythingLLM upload path-traversal and the Ollama path-traversal class).",
|
|
39438
|
+
"_auto_imported": false,
|
|
39439
|
+
"_intake_method": "manual-verified-curation",
|
|
39440
|
+
"_kev_short_description": "Chainlit /project/element copies a caller-supplied file path into the user's session without validation, letting an authenticated client read arbitrary host files (CWE-22); fixed in 2.9.4."
|
|
39441
|
+
},
|
|
39442
|
+
"CVE-2026-22219": {
|
|
39443
|
+
"name": "Chainlit /project/element SQLAlchemy-Backend Server-Side Request Forgery",
|
|
39444
|
+
"type": "Server-Side Request Forgery",
|
|
39445
|
+
"cvss_score": 8.3,
|
|
39446
|
+
"cvss_vector": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N",
|
|
39447
|
+
"cvss_note": "VulnCheck (CNA) CVSS v4.0 base 8.3 (HIGH); NVD CVSS v3.1 base 7.7 (scope-changed, S:C). When Chainlit is configured with the SQLAlchemy data-layer backend, its /project/element update flow accepts a custom Element with a user-controlled `url` value and the server issues an outbound GET to it, storing the response - so an authenticated client reaches internal services or cloud metadata via the Chainlit server (CWE-918 SSRF).",
|
|
39448
|
+
"cisa_kev": false,
|
|
39449
|
+
"poc_available": true,
|
|
39450
|
+
"poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-r399-636x-v7f6): an authenticated client sets a custom Element's url field to an internal address and the server fetches and stores the response.",
|
|
39451
|
+
"ai_discovered": false,
|
|
39452
|
+
"ai_discovery_source": "human_researcher",
|
|
39453
|
+
"ai_discovery_notes": "Disclosed via VulnCheck (CNA) and enriched by NVD. The abused surface is Chainlit, a widely used open-source framework for building conversational-AI / LLM apps.",
|
|
39454
|
+
"ai_assisted_weaponization": false,
|
|
39455
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is an unvalidated server-side fetch (SSRF) in an LLM app framework's element-update API.",
|
|
39456
|
+
"active_exploitation": "none",
|
|
39457
|
+
"active_exploitation_notes": "VulnCheck/NVD advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation, and the CVE is not in CISA KEV (verified against the live catalog).",
|
|
39458
|
+
"affected": "Chainlit before 2.9.4 when configured with the SQLAlchemy data-layer backend.",
|
|
39459
|
+
"affected_versions": [
|
|
39460
|
+
"Chainlit < 2.9.4 (SQLAlchemy data layer)"
|
|
39461
|
+
],
|
|
39462
|
+
"vector": "When Chainlit uses the SQLAlchemy data-layer backend, its /project/element update flow accepts a custom Element with a user-controlled `url` value and the server issues an outbound GET request to that URL and stores the response, without validating the destination - so an authenticated client reaches internal services or cloud-metadata endpoints via the server (CWE-918).",
|
|
39463
|
+
"complexity": "low",
|
|
39464
|
+
"complexity_notes": "VulnCheck v4.0 AV:N / AC:L / PR:L, scope-changed (SC:H) - an authenticated client supplies a crafted element url.",
|
|
39465
|
+
"patch_available": true,
|
|
39466
|
+
"patch_required_reboot": false,
|
|
39467
|
+
"live_patch_available": false,
|
|
39468
|
+
"live_patch_tools": [],
|
|
39469
|
+
"live_patch_notes": "Remediation is upgrading to 2.9.4 or later (released 2025-12-24); redeploy, no host reboot.",
|
|
39470
|
+
"vendor_update_paths": [
|
|
39471
|
+
"Upgrade Chainlit to 2.9.4 or later. Validate and allowlist every URL the element-update flow fetches: reject private, link-local, and cloud-metadata (169.254.169.254) addresses, reject non-HTTP schemes, and resolve+pin the host to prevent DNS-rebinding."
|
|
39472
|
+
],
|
|
39473
|
+
"framework_control_gaps": {
|
|
39474
|
+
"NIST-800-53-SC-7": "Boundary protection does not treat the LLM app framework's element-url fetch as an egress that can reach internal services.",
|
|
39475
|
+
"NIST-800-53-SI-10": "No input validation is applied to the user-supplied element url before the server fetches it (CWE-918).",
|
|
39476
|
+
"NIST-800-53-AC-3": "Access enforcement does not stop an authenticated user from directing the server to fetch internal resources.",
|
|
39477
|
+
"ISO-27001-2022-A.8.22": "Segregation of networks does not prevent the LLM app framework from reaching internal services on behalf of a caller.",
|
|
39478
|
+
"NIS2-Art21-network-security": "Article 21 network-security measures do not model an LLM app framework's server-side fetch as an SSRF pivot.",
|
|
39479
|
+
"DORA-Art-9": "ICT protection measures do not model an AI app framework's server-side fetch as an ICT-risk egress.",
|
|
39480
|
+
"UK-CAF-B4": "System security objective has no objective for destination validation on AI-app-framework server-side fetches.",
|
|
39481
|
+
"AU-ISM-1546": "Patch-application control does not single out LLM app frameworks.",
|
|
39482
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an LLM app framework's server-side fetch as an egress that must validate and allowlist destinations."
|
|
39483
|
+
},
|
|
39484
|
+
"atlas_refs": [
|
|
39485
|
+
"AML.T0049"
|
|
39486
|
+
],
|
|
39487
|
+
"attack_refs": [
|
|
39488
|
+
"T1190",
|
|
39489
|
+
"T1552"
|
|
39490
|
+
],
|
|
39491
|
+
"rwep_score": 23,
|
|
39492
|
+
"rwep_factors": {
|
|
39493
|
+
"cisa_kev": 0,
|
|
39494
|
+
"poc_available": 20,
|
|
39495
|
+
"ai_factor": 0,
|
|
39496
|
+
"active_exploitation": 0,
|
|
39497
|
+
"blast_radius": 18,
|
|
39498
|
+
"patch_available": -15,
|
|
39499
|
+
"live_patch_available": 0,
|
|
39500
|
+
"reboot_required": 0
|
|
39501
|
+
},
|
|
39502
|
+
"rwep_notes": "Moderate-high (RWEP 23, \"patch within 30 days\" band per lib/scoring.js). Not KEV (verified), no confirmed in-the-wild exploitation, patched at 2.9.4 (Hard Rule #3): poc_available=20 + blast_radius=18 (scope-changed SSRF that stores the fetched response - reaches internal services / cloud metadata in a widely used LLM app framework), minus patch_available 15.",
|
|
39503
|
+
"epss_score": 0.00052,
|
|
39504
|
+
"epss_date": "2026-05-26",
|
|
39505
|
+
"epss_note": "FIRST EPSS 0.00052 (16th percentile) as of 2026-05-26.",
|
|
39506
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-22219",
|
|
39507
|
+
"cwe_refs": [
|
|
39508
|
+
"CWE-918"
|
|
39509
|
+
],
|
|
39510
|
+
"iocs": {
|
|
39511
|
+
"behavioral": [
|
|
39512
|
+
"Chainlit /project/element requests whose element url targets internal/link-local addresses or 169.254.169.254 (cloud metadata).",
|
|
39513
|
+
"Outbound GET requests from the Chainlit server to internal hosts triggered by element updates, with responses stored in the SQLAlchemy data layer.",
|
|
39514
|
+
"Chainlit < 2.9.4 with the SQLAlchemy data-layer backend reachable by authenticated-but-untrusted users - the exposed precondition."
|
|
39515
|
+
],
|
|
39516
|
+
"_ioc_source_note": "Behavioral signatures anchored to VulnCheck / NVD CVE-2026-22219 (CWE-918) and the Chainlit 2.9.4 advisory."
|
|
39517
|
+
},
|
|
39518
|
+
"source_verified": "2026-05-26",
|
|
39519
|
+
"verification_sources": [
|
|
39520
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-22219",
|
|
39521
|
+
"https://github.com/advisories/GHSA-r399-636x-v7f6"
|
|
39522
|
+
],
|
|
39523
|
+
"vendor_advisories": [
|
|
39524
|
+
{
|
|
39525
|
+
"vendor": "VulnCheck",
|
|
39526
|
+
"advisory_id": "CVE-2026-22219",
|
|
39527
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22219",
|
|
39528
|
+
"severity": "high",
|
|
39529
|
+
"published_date": "2026-01-20"
|
|
39530
|
+
},
|
|
39531
|
+
{
|
|
39532
|
+
"vendor": "NVD",
|
|
39533
|
+
"advisory_id": "CVE-2026-22219",
|
|
39534
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22219",
|
|
39535
|
+
"severity": "high",
|
|
39536
|
+
"published_date": "2026-01-20"
|
|
39537
|
+
}
|
|
39538
|
+
],
|
|
39539
|
+
"last_updated": "2026-05-26",
|
|
39540
|
+
"discovery_attribution_note": "Manually curated from NVD CVE-2026-22219 (CWE-918) + VulnCheck (CNA, CVSS v4.0 8.3). Chainlit LLM-app-framework server-side request forgery; reuses the AI-data-pipeline import SSRF control NEW-CTRL-105 (shared with the Dify RemoteFileUploadApi, RAGFlow web_crawl, and Label Studio data-pipeline SSRFs).",
|
|
39541
|
+
"_auto_imported": false,
|
|
39542
|
+
"_intake_method": "manual-verified-curation",
|
|
39543
|
+
"_kev_short_description": "Chainlit /project/element (SQLAlchemy backend) fetches a caller-supplied url server-side and stores the response, letting an authenticated client reach internal services (CWE-918 SSRF); fixed in 2.9.4."
|
|
39544
|
+
},
|
|
39545
|
+
"CVE-2025-68665": {
|
|
39546
|
+
"name": "LangChain JS toJSON() 'lc'-Key Serialization Injection",
|
|
39547
|
+
"type": "deserialization-injection",
|
|
39548
|
+
"cvss_score": 8.6,
|
|
39549
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
|
|
39550
|
+
"cvss_note": "GitHub (CNA, security-advisories@github.com) CVSS v3.1 base 8.6 (scope-changed, S:C); NVD v3.1 base 9.1. LangChain JS's toJSON() (and JSON.stringify of LangChain objects) did not escape free-form kwargs data containing the internal 'lc' marker key, so attacker-controlled data carrying that key structure is treated as a legitimate serialized LangChain object on deserialization rather than plain user data (CWE-502). This is the LangChain-JS sibling of the Python-side CVE-2025-68664 dumps()/dumpd() injection.",
|
|
39551
|
+
"cisa_kev": false,
|
|
39552
|
+
"poc_available": true,
|
|
39553
|
+
"poc_description": "Documented in the LangChain JS advisory: free-form data with an 'lc' key passed through toJSON()/JSON.stringify is rehydrated as a framework object on load.",
|
|
39554
|
+
"ai_discovered": false,
|
|
39555
|
+
"ai_discovery_source": "human_researcher",
|
|
39556
|
+
"ai_discovery_notes": "Disclosed via the LangChain JS GitHub Security Advisory and enriched by NVD. The abused surface is LangChain JS, a widely used framework for building LLM-powered applications.",
|
|
39557
|
+
"ai_assisted_weaponization": false,
|
|
39558
|
+
"ai_assisted_notes": "No AI-assisted weaponization evidence for the JS variant specifically; the flaw is unescaped framework-marker serialization in an LLM framework. (The Python sibling CVE-2025-68664 carries suspected-exploitation + weaponization signals; this JS entry is scored conservatively per the available evidence.)",
|
|
39559
|
+
"active_exploitation": "none",
|
|
39560
|
+
"active_exploitation_notes": "GitHub advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported for the JS variant as of curation, and the CVE is not in CISA KEV (verified against the live catalog).",
|
|
39561
|
+
"affected": "LangChain JS: @langchain/core before 0.3.80 and before 1.1.8; langchain before 0.3.37 and before 1.2.3.",
|
|
39562
|
+
"affected_versions": [
|
|
39563
|
+
"@langchain/core < 0.3.80",
|
|
39564
|
+
"@langchain/core < 1.1.8",
|
|
39565
|
+
"langchain < 0.3.37",
|
|
39566
|
+
"langchain < 1.2.3"
|
|
39567
|
+
],
|
|
39568
|
+
"vector": "LangChain JS's toJSON() method (and downstream JSON.stringify of LangChain objects) did not escape free-form kwargs data containing the 'lc' marker key that LangChain uses internally to mark serialized objects, so user-controlled data carrying that structure is rehydrated as a legitimate LangChain object during deserialization instead of being kept as plain data (CWE-502 deserialization of untrusted data).",
|
|
39569
|
+
"complexity": "low",
|
|
39570
|
+
"complexity_notes": "GitHub v3.1 AV:N / AC:L / PR:N / UI:N, scope-changed (S:C).",
|
|
39571
|
+
"patch_available": true,
|
|
39572
|
+
"patch_required_reboot": false,
|
|
39573
|
+
"live_patch_available": false,
|
|
39574
|
+
"live_patch_tools": [],
|
|
39575
|
+
"live_patch_notes": "Remediation is upgrading @langchain/core to 0.3.80 or 1.1.8+ and langchain to 0.3.37 or 1.2.3+; redeploy.",
|
|
39576
|
+
"vendor_update_paths": [
|
|
39577
|
+
"Upgrade @langchain/core to 0.3.80 / 1.1.8 (or later) and langchain to 0.3.37 / 1.2.3 (or later). Never round-trip untrusted free-form data through framework serializers that interpret internal marker keys; escape or reject the 'lc' marker in user-derived fields."
|
|
39578
|
+
],
|
|
39579
|
+
"framework_control_gaps": {
|
|
39580
|
+
"NIST-AI-RMF-MEASURE-2.7": "Serialization round-trip of untrusted free-form data through a framework marker is not in the published AI-risk taxonomy.",
|
|
39581
|
+
"EU-AI-Act-Art15": "Robustness control does not enumerate the serialization-deserialization chain in an LLM framework as an attack surface.",
|
|
39582
|
+
"ISO-IEC-42001-AIMS-A.6.2.5": "Lifecycle controls do not include trust-zone separation on LLM-framework (de)serialization.",
|
|
39583
|
+
"OWASP-LLM-Top-10-LLM01": "Prompt Injection class — untrusted content reaching the serializer is the upstream trigger.",
|
|
39584
|
+
"OWASP-LLM-Top-10-LLM02": "Insecure output handling — applies directly to rehydrating attacker data as a framework object."
|
|
39585
|
+
},
|
|
39586
|
+
"atlas_refs": [
|
|
39587
|
+
"AML.T0051",
|
|
39588
|
+
"AML.T0040"
|
|
39589
|
+
],
|
|
39590
|
+
"attack_refs": [
|
|
39591
|
+
"T1059",
|
|
39592
|
+
"T1552"
|
|
39593
|
+
],
|
|
39594
|
+
"rwep_score": 25,
|
|
39595
|
+
"rwep_factors": {
|
|
39596
|
+
"cisa_kev": 0,
|
|
39597
|
+
"poc_available": 20,
|
|
39598
|
+
"ai_factor": 0,
|
|
39599
|
+
"active_exploitation": 0,
|
|
39600
|
+
"blast_radius": 20,
|
|
39601
|
+
"patch_available": -15,
|
|
39602
|
+
"live_patch_available": 0,
|
|
39603
|
+
"reboot_required": 0
|
|
39604
|
+
},
|
|
39605
|
+
"rwep_notes": "Moderate-high (RWEP 25, \"patch within 30 days\" band per lib/scoring.js). Not KEV (verified), no confirmed in-the-wild exploitation for the JS variant, patched (Hard Rule #3): poc_available=20 + blast_radius=20 (unauthenticated scope-changed deserialization injection in a widely used LLM framework), minus patch_available 15. Scored below its Python sibling CVE-2025-68664 (RWEP 52), which additionally carries suspected-exploitation + weaponization signals.",
|
|
39606
|
+
"epss_score": 0.00066,
|
|
39607
|
+
"epss_date": "2026-05-26",
|
|
39608
|
+
"epss_note": "FIRST EPSS 0.00066 (20th percentile) as of 2026-05-26.",
|
|
39609
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-68665",
|
|
39610
|
+
"cwe_refs": [
|
|
39611
|
+
"CWE-502"
|
|
39612
|
+
],
|
|
39613
|
+
"iocs": {
|
|
39614
|
+
"behavioral": [
|
|
39615
|
+
"LangChain JS applications round-tripping user-controlled free-form data through toJSON() / JSON.stringify where the data contains an 'lc' key.",
|
|
39616
|
+
"Deserialized LangChain objects instantiated from fields that should have been plain user data.",
|
|
39617
|
+
"@langchain/core < 0.3.80 / < 1.1.8 or langchain < 0.3.37 / < 1.2.3 handling untrusted serialized input — the exposed precondition."
|
|
39618
|
+
],
|
|
39619
|
+
"_ioc_source_note": "Behavioral signatures anchored to the LangChain JS GitHub Security Advisory and NVD CVE-2025-68665 (CWE-502)."
|
|
39620
|
+
},
|
|
39621
|
+
"source_verified": "2026-05-26",
|
|
39622
|
+
"verification_sources": [
|
|
39623
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2025-68665",
|
|
39624
|
+
"https://github.com/langchain-ai/langchainjs/releases/tag/%40langchain%2Fcore%401.1.8"
|
|
39625
|
+
],
|
|
39626
|
+
"vendor_advisories": [
|
|
39627
|
+
{
|
|
39628
|
+
"vendor": "GitHub Security Advisory",
|
|
39629
|
+
"advisory_id": "CVE-2025-68665",
|
|
39630
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68665",
|
|
39631
|
+
"severity": "high",
|
|
39632
|
+
"published_date": "2025-12-23"
|
|
39633
|
+
},
|
|
39634
|
+
{
|
|
39635
|
+
"vendor": "NVD",
|
|
39636
|
+
"advisory_id": "CVE-2025-68665",
|
|
39637
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68665",
|
|
39638
|
+
"severity": "critical",
|
|
39639
|
+
"published_date": "2025-12-23"
|
|
39640
|
+
}
|
|
39641
|
+
],
|
|
39642
|
+
"last_updated": "2026-05-26",
|
|
39643
|
+
"discovery_attribution_note": "Manually curated from NVD CVE-2025-68665 (CWE-502) + the LangChain JS GitHub Security Advisory (CNA, CVSS v3.1 8.6). LangChain-JS toJSON() serialization injection — the JavaScript sibling of the Python-side CVE-2025-68664; reuses the LLM-output deserialization trust-zone control NEW-CTRL-064 + AI-tool input-sanitization NEW-CTRL-005.",
|
|
39644
|
+
"_auto_imported": false,
|
|
39645
|
+
"_intake_method": "manual-verified-curation",
|
|
39646
|
+
"_kev_short_description": "LangChain JS toJSON() did not escape the internal 'lc' marker in free-form data, so attacker data is rehydrated as a framework object on deserialization (CWE-502); fixed in @langchain/core 1.1.8 / langchain 1.2.3."
|
|
39339
39647
|
}
|
|
39340
39648
|
}
|
package/data/cwe-catalog.json
CHANGED
|
@@ -113,7 +113,8 @@
|
|
|
113
113
|
"CVE-2025-67818",
|
|
114
114
|
"CVE-2025-8110",
|
|
115
115
|
"CVE-2026-25592",
|
|
116
|
-
"CVE-2026-34926"
|
|
116
|
+
"CVE-2026-34926",
|
|
117
|
+
"CVE-2026-22218"
|
|
117
118
|
],
|
|
118
119
|
"framework_controls_partially_addressing": [
|
|
119
120
|
"NIST-800-53-AC-3",
|
|
@@ -1372,7 +1373,8 @@
|
|
|
1372
1373
|
"CVE-2025-8747",
|
|
1373
1374
|
"CVE-2026-20131",
|
|
1374
1375
|
"CVE-2026-20963",
|
|
1375
|
-
"CVE-2026-31229"
|
|
1376
|
+
"CVE-2026-31229",
|
|
1377
|
+
"CVE-2025-68665"
|
|
1376
1378
|
],
|
|
1377
1379
|
"framework_controls_partially_addressing": [
|
|
1378
1380
|
"NIST-800-53-SI-10",
|
|
@@ -1887,7 +1889,8 @@
|
|
|
1887
1889
|
"CVE-2025-25297",
|
|
1888
1890
|
"CVE-2025-56520",
|
|
1889
1891
|
"CVE-2025-61884",
|
|
1890
|
-
"CVE-2024-12450"
|
|
1892
|
+
"CVE-2024-12450",
|
|
1893
|
+
"CVE-2026-22219"
|
|
1891
1894
|
],
|
|
1892
1895
|
"framework_controls_partially_addressing": [
|
|
1893
1896
|
"NIST-800-53-SC-7",
|
|
@@ -118,7 +118,9 @@
|
|
|
118
118
|
"CVE-2026-41950",
|
|
119
119
|
"CVE-2026-45829",
|
|
120
120
|
"CVE-2024-12450",
|
|
121
|
-
"CVE-2025-69286"
|
|
121
|
+
"CVE-2025-69286",
|
|
122
|
+
"CVE-2026-22218",
|
|
123
|
+
"CVE-2026-22219"
|
|
122
124
|
],
|
|
123
125
|
"atlas_refs": [
|
|
124
126
|
"AML.T0018",
|
|
@@ -1259,7 +1261,8 @@
|
|
|
1259
1261
|
"CVE-2024-21626",
|
|
1260
1262
|
"CVE-2025-23266",
|
|
1261
1263
|
"CVE-2025-25297",
|
|
1262
|
-
"CVE-2025-56520"
|
|
1264
|
+
"CVE-2025-56520",
|
|
1265
|
+
"CVE-2026-22219"
|
|
1263
1266
|
],
|
|
1264
1267
|
"atlas_refs": [],
|
|
1265
1268
|
"attack_refs": [
|
|
@@ -1311,7 +1314,8 @@
|
|
|
1311
1314
|
"CVE-2026-30623",
|
|
1312
1315
|
"CVE-2026-31229",
|
|
1313
1316
|
"CVE-2026-31230",
|
|
1314
|
-
"CVE-2026-33017"
|
|
1317
|
+
"CVE-2026-33017",
|
|
1318
|
+
"CVE-2026-22218"
|
|
1315
1319
|
],
|
|
1316
1320
|
"atlas_refs": [
|
|
1317
1321
|
"AML.T0051",
|
|
@@ -2311,7 +2315,8 @@
|
|
|
2311
2315
|
"CVE-2025-56520",
|
|
2312
2316
|
"CVE-2026-34159",
|
|
2313
2317
|
"CVE-2026-42897",
|
|
2314
|
-
"CVE-2024-12450"
|
|
2318
|
+
"CVE-2024-12450",
|
|
2319
|
+
"CVE-2026-22219"
|
|
2315
2320
|
],
|
|
2316
2321
|
"atlas_refs": [
|
|
2317
2322
|
"AML.T0096",
|
|
@@ -2426,7 +2431,9 @@
|
|
|
2426
2431
|
"CVE-2026-42208",
|
|
2427
2432
|
"CVE-2026-45829",
|
|
2428
2433
|
"CVE-2026-9082",
|
|
2429
|
-
"CVE-2024-12450"
|
|
2434
|
+
"CVE-2024-12450",
|
|
2435
|
+
"CVE-2026-22218",
|
|
2436
|
+
"CVE-2026-22219"
|
|
2430
2437
|
],
|
|
2431
2438
|
"atlas_refs": [
|
|
2432
2439
|
"AML.T0053"
|
|
@@ -5208,7 +5215,9 @@
|
|
|
5208
5215
|
"CVE-2026-46333",
|
|
5209
5216
|
"CVE-2026-9082",
|
|
5210
5217
|
"CVE-2024-12450",
|
|
5211
|
-
"CVE-2025-69286"
|
|
5218
|
+
"CVE-2025-69286",
|
|
5219
|
+
"CVE-2026-22218",
|
|
5220
|
+
"CVE-2026-22219"
|
|
5212
5221
|
],
|
|
5213
5222
|
"atlas_refs": [],
|
|
5214
5223
|
"attack_refs": [
|
|
@@ -5258,7 +5267,9 @@
|
|
|
5258
5267
|
"CVE-2026-41947",
|
|
5259
5268
|
"CVE-2026-41950",
|
|
5260
5269
|
"CVE-2026-7482",
|
|
5261
|
-
"CVE-2025-69286"
|
|
5270
|
+
"CVE-2025-69286",
|
|
5271
|
+
"CVE-2026-22218",
|
|
5272
|
+
"CVE-2026-22219"
|
|
5262
5273
|
],
|
|
5263
5274
|
"atlas_refs": [
|
|
5264
5275
|
"AML.T0051"
|
|
@@ -5799,7 +5810,9 @@
|
|
|
5799
5810
|
"CVE-2026-46333",
|
|
5800
5811
|
"CVE-2026-9082",
|
|
5801
5812
|
"MAL-2026-SHAI-HULUD-OSS",
|
|
5802
|
-
"CVE-2024-12450"
|
|
5813
|
+
"CVE-2024-12450",
|
|
5814
|
+
"CVE-2026-22218",
|
|
5815
|
+
"CVE-2026-22219"
|
|
5803
5816
|
],
|
|
5804
5817
|
"atlas_refs": [],
|
|
5805
5818
|
"attack_refs": [
|
|
@@ -5924,7 +5937,9 @@
|
|
|
5924
5937
|
"CVE-2026-46333",
|
|
5925
5938
|
"CVE-2026-9082",
|
|
5926
5939
|
"CVE-2024-12450",
|
|
5927
|
-
"CVE-2025-69286"
|
|
5940
|
+
"CVE-2025-69286",
|
|
5941
|
+
"CVE-2026-22218",
|
|
5942
|
+
"CVE-2026-22219"
|
|
5928
5943
|
],
|
|
5929
5944
|
"atlas_refs": [],
|
|
5930
5945
|
"attack_refs": [
|
|
@@ -6269,7 +6284,8 @@
|
|
|
6269
6284
|
"CVE-2023-43472",
|
|
6270
6285
|
"CVE-2025-55319",
|
|
6271
6286
|
"CVE-2025-68664",
|
|
6272
|
-
"CVE-2026-30623"
|
|
6287
|
+
"CVE-2026-30623",
|
|
6288
|
+
"CVE-2025-68665"
|
|
6273
6289
|
],
|
|
6274
6290
|
"atlas_refs": [
|
|
6275
6291
|
"AML.T0010",
|
|
@@ -6346,7 +6362,9 @@
|
|
|
6346
6362
|
"CVE-2025-25297",
|
|
6347
6363
|
"CVE-2025-56520",
|
|
6348
6364
|
"CVE-2026-20182",
|
|
6349
|
-
"CVE-2024-12450"
|
|
6365
|
+
"CVE-2024-12450",
|
|
6366
|
+
"CVE-2026-22218",
|
|
6367
|
+
"CVE-2026-22219"
|
|
6350
6368
|
],
|
|
6351
6369
|
"atlas_refs": [],
|
|
6352
6370
|
"attack_refs": [
|
|
@@ -6574,7 +6592,8 @@
|
|
|
6574
6592
|
"CVE-2025-68664",
|
|
6575
6593
|
"CVE-2025-6965",
|
|
6576
6594
|
"CVE-2026-22778",
|
|
6577
|
-
"MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP"
|
|
6595
|
+
"MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP",
|
|
6596
|
+
"CVE-2025-68665"
|
|
6578
6597
|
],
|
|
6579
6598
|
"theater_test": {
|
|
6580
6599
|
"claim": "We are compliant with Art-15 (Accuracy, robustness, and cybersecurity of high-risk AI systems) because we follow the documented requirement: Article 15 — high-risk AI systems must be designed and developed so as to achieve an appropriate level of accuracy, robustness, and cybersecurity throughout their lifecycle. Anchored on the assumption",
|
|
@@ -7065,7 +7084,8 @@
|
|
|
7065
7084
|
"evidence_cves": [
|
|
7066
7085
|
"CVE-2025-10725",
|
|
7067
7086
|
"CVE-2025-55319",
|
|
7068
|
-
"CVE-2025-68664"
|
|
7087
|
+
"CVE-2025-68664",
|
|
7088
|
+
"CVE-2025-68665"
|
|
7069
7089
|
],
|
|
7070
7090
|
"theater_test": {
|
|
7071
7091
|
"claim": "We are compliant with Annex A.6.2.5 (AI system lifecycle — verification and validation) because we follow the documented requirement: Annex A.6.2.5 — verification and validation across the AI system lifecycle, ensuring intended behaviour is preserved across design, training, deployment, and operations. Anchored on lifecycle-stage ga",
|
|
@@ -7094,7 +7114,8 @@
|
|
|
7094
7114
|
"opened_at": "2026-05-18",
|
|
7095
7115
|
"evidence_cves": [
|
|
7096
7116
|
"CVE-2025-55319",
|
|
7097
|
-
"CVE-2025-68664"
|
|
7117
|
+
"CVE-2025-68664",
|
|
7118
|
+
"CVE-2025-68665"
|
|
7098
7119
|
],
|
|
7099
7120
|
"theater_test": {
|
|
7100
7121
|
"claim": "We are compliant with LLM01 (Prompt Injection (2023 edition)) because we follow the documented requirement: LLM01:2023 — preventing prompt injection where user-controlled input or third-party content overrides the developer's instructions to the LLM. Anchored on input-sanitisation, prompt-template hardening",
|
|
@@ -7122,7 +7143,8 @@
|
|
|
7122
7143
|
"status": "open",
|
|
7123
7144
|
"opened_at": "2026-05-18",
|
|
7124
7145
|
"evidence_cves": [
|
|
7125
|
-
"CVE-2025-68664"
|
|
7146
|
+
"CVE-2025-68664",
|
|
7147
|
+
"CVE-2025-68665"
|
|
7126
7148
|
],
|
|
7127
7149
|
"theater_test": {
|
|
7128
7150
|
"claim": "We are compliant with LLM02 (Insecure Output Handling (2023 edition)) because we follow the documented requirement: LLM02:2023 — preventing downstream systems from blindly trusting LLM output where it can produce XSS, SSRF, privilege escalation, or remote code execution. Anchored on treating LLM output as untrusted",
|