@blamejs/exceptd-skills 0.13.75 → 0.13.76

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.
@@ -38,7 +38,12 @@
38
38
  "CVE-2025-49596",
39
39
  "CVE-2025-54136",
40
40
  "CVE-2026-22252",
41
- "CVE-2026-22688"
41
+ "CVE-2026-22688",
42
+ "CVE-2026-30616",
43
+ "CVE-2026-30617",
44
+ "CVE-2026-30624",
45
+ "CVE-2026-30625",
46
+ "CVE-2026-40933"
42
47
  ],
43
48
  "atlas_refs": [
44
49
  "AML.T0018",
@@ -1526,6 +1531,10 @@
1526
1531
  "CVE-2026-25108",
1527
1532
  "CVE-2026-25592",
1528
1533
  "CVE-2026-3055",
1534
+ "CVE-2026-30616",
1535
+ "CVE-2026-30617",
1536
+ "CVE-2026-30624",
1537
+ "CVE-2026-30625",
1529
1538
  "CVE-2026-31431",
1530
1539
  "CVE-2026-31635",
1531
1540
  "CVE-2026-32201",
@@ -1538,6 +1547,7 @@
1538
1547
  "CVE-2026-35616",
1539
1548
  "CVE-2026-3909",
1540
1549
  "CVE-2026-3910",
1550
+ "CVE-2026-40933",
1541
1551
  "CVE-2026-41091",
1542
1552
  "CVE-2026-41940",
1543
1553
  "CVE-2026-42945",
@@ -1736,9 +1746,14 @@
1736
1746
  "CVE-2026-22252",
1737
1747
  "CVE-2026-22688",
1738
1748
  "CVE-2026-25592",
1749
+ "CVE-2026-30616",
1750
+ "CVE-2026-30617",
1751
+ "CVE-2026-30624",
1752
+ "CVE-2026-30625",
1739
1753
  "CVE-2026-31431",
1740
1754
  "CVE-2026-34926",
1741
1755
  "CVE-2026-39884",
1756
+ "CVE-2026-40933",
1742
1757
  "CVE-2026-41091",
1743
1758
  "CVE-2026-45321",
1744
1759
  "CVE-2026-45498",
@@ -2466,6 +2481,10 @@
2466
2481
  "CVE-2026-25108",
2467
2482
  "CVE-2026-25592",
2468
2483
  "CVE-2026-3055",
2484
+ "CVE-2026-30616",
2485
+ "CVE-2026-30617",
2486
+ "CVE-2026-30624",
2487
+ "CVE-2026-30625",
2469
2488
  "CVE-2026-31431",
2470
2489
  "CVE-2026-31635",
2471
2490
  "CVE-2026-32201",
@@ -2480,6 +2499,7 @@
2480
2499
  "CVE-2026-35616",
2481
2500
  "CVE-2026-3909",
2482
2501
  "CVE-2026-3910",
2502
+ "CVE-2026-40933",
2483
2503
  "CVE-2026-41091",
2484
2504
  "CVE-2026-41940",
2485
2505
  "CVE-2026-42897",
@@ -4736,7 +4756,12 @@
4736
4756
  "CVE-2026-22252",
4737
4757
  "CVE-2026-22688",
4738
4758
  "CVE-2026-25592",
4759
+ "CVE-2026-30616",
4760
+ "CVE-2026-30617",
4761
+ "CVE-2026-30624",
4762
+ "CVE-2026-30625",
4739
4763
  "CVE-2026-34926",
4764
+ "CVE-2026-40933",
4740
4765
  "CVE-2026-41091",
4741
4766
  "CVE-2026-42897",
4742
4767
  "CVE-2026-42945",
@@ -5235,7 +5260,12 @@
5235
5260
  "CVE-2026-22252",
5236
5261
  "CVE-2026-22688",
5237
5262
  "CVE-2026-25592",
5263
+ "CVE-2026-30616",
5264
+ "CVE-2026-30617",
5265
+ "CVE-2026-30624",
5266
+ "CVE-2026-30625",
5238
5267
  "CVE-2026-34926",
5268
+ "CVE-2026-40933",
5239
5269
  "CVE-2026-41091",
5240
5270
  "CVE-2026-45498",
5241
5271
  "CVE-2026-46300",
@@ -5278,7 +5308,12 @@
5278
5308
  "CVE-2026-22252",
5279
5309
  "CVE-2026-22688",
5280
5310
  "CVE-2026-25592",
5311
+ "CVE-2026-30616",
5312
+ "CVE-2026-30617",
5313
+ "CVE-2026-30624",
5314
+ "CVE-2026-30625",
5281
5315
  "CVE-2026-34926",
5316
+ "CVE-2026-40933",
5282
5317
  "CVE-2026-41091",
5283
5318
  "CVE-2026-45498",
5284
5319
  "CVE-2026-46300",
@@ -6183,6 +6183,256 @@
6183
6183
  "_auto_imported": false,
6184
6184
  "_intake_method": "manual-verified-curation"
6185
6185
  },
6186
+ "CVE-2026-40933": {
6187
+ "name": "FlowiseAI Flowise MCP Custom Config Command Injection",
6188
+ "lesson_date": "2026-05-25",
6189
+ "attack_vector": {
6190
+ "description": "Flowise lets an authenticated user define a Custom MCP server configuration whose command/args the server executes; sanitization is bypassed by pairing an allow-listed binary (npx) with execution flags (CWE-78), yielding arbitrary OS command execution on the host.",
6191
+ "privileges_required": "authenticated Flowise user (PR:L)",
6192
+ "complexity": "low (NVD AC:L); allow-list bypass via execution flags",
6193
+ "ai_factor": "The abused surface is the MCP command/transport configuration of an AI framework. The lesson matches the LibreChat (CVE-2026-22252) and WeKnora (CVE-2026-22688) cases: user-supplied or attacker-influenced MCP command/args are untrusted input the transport must neutralize, because the transport's by-design command execution turns injection into RCE. Surfaced via the 2026 MCP supply-chain advisory + GHSA feeds."
6194
+ },
6195
+ "framework_coverage": {
6196
+ "NIST-800-53-SI-2": {
6197
+ "covered": true,
6198
+ "adequate": false,
6199
+ "gap": "Does not track self-hosted low-code LLM builders and their Custom-MCP command surfaces as managed, RCE-bearing software."
6200
+ },
6201
+ "ISO-27001-2022-A.8.8": {
6202
+ "covered": true,
6203
+ "adequate": false,
6204
+ "gap": "Does not enumerate the Custom MCP configuration as an authorization-critical command-execution surface, nor recognize allow-list bypass via argument flags."
6205
+ },
6206
+ "ALL-AI-PIPELINE-INTEGRITY": {
6207
+ "covered": false,
6208
+ "adequate": false,
6209
+ "gap": "No framework requires the MCP transport to neutralize allow-listed binaries' execution flags; an allow-list alone is not a command boundary."
6210
+ }
6211
+ },
6212
+ "compliance_exposure_score": {
6213
+ "percent_audit_passing_orgs_still_exposed": 70,
6214
+ "basis": "AI agent / RAG frameworks are rarely in the managed vulnerability program, and their MCP command surfaces are not treated as command-injection-prone input.",
6215
+ "theater_pattern": "ai_supply_chain_trust"
6216
+ },
6217
+ "ai_discovered_zeroday": false,
6218
+ "ai_discovery_source": "human_researcher",
6219
+ "ai_assist_factor": "none",
6220
+ "new_control_requirements": [
6221
+ {
6222
+ "id": "NEW-CTRL-084",
6223
+ "name": "MCP-STDIO-CONFIG-INPUT-NEUTRALIZATION",
6224
+ "description": "MCP command configuration must neutralize untrusted command/args, and command allow-lists (npm/npx) must also block argument flags that re-enable arbitrary execution. Upgrade Flowise to 3.1.0+, restrict who may author Custom MCP configurations, and run least-privilege. Same governance as the LibreChat (CVE-2026-22252) and WeKnora (CVE-2026-22688) MCP transport flaws.",
6225
+ "evidence": "https://nvd.nist.gov/vuln/detail/CVE-2026-40933",
6226
+ "gap_closes": [
6227
+ "NIST-800-53-SI-2",
6228
+ "ISO-27001-2022-A.8.8",
6229
+ "ALL-AI-PIPELINE-INTEGRITY"
6230
+ ]
6231
+ }
6232
+ ],
6233
+ "_auto_imported": false,
6234
+ "_intake_method": "manual-verified-curation"
6235
+ },
6236
+ "CVE-2026-30625": {
6237
+ "name": "Upsonic MCP Task Allowed-Command Argument Injection RCE",
6238
+ "lesson_date": "2026-05-25",
6239
+ "attack_vector": {
6240
+ "description": "Upsonic MCP task creation allow-lists npm/npx whose argument flags can be abused to execute arbitrary OS commands (CWE-77 argument injection). An attacker who can create an MCP task achieves code execution; 0.72.0 adds a warning rather than a confirmed fix.",
6241
+ "privileges_required": "attacker able to create an Upsonic MCP task (PR:N per NVD)",
6242
+ "complexity": "low (NVD AC:L); allow-list argument-flag abuse",
6243
+ "ai_factor": "The abused surface is the MCP command/transport configuration of an AI framework. The lesson matches the LibreChat (CVE-2026-22252) and WeKnora (CVE-2026-22688) cases: user-supplied or attacker-influenced MCP command/args are untrusted input the transport must neutralize, because the transport's by-design command execution turns injection into RCE. Surfaced via the 2026 MCP supply-chain advisory + GHSA feeds."
6244
+ },
6245
+ "framework_coverage": {
6246
+ "NIST-800-53-SI-2": {
6247
+ "covered": true,
6248
+ "adequate": false,
6249
+ "gap": "Does not track agent frameworks and their MCP task command allow-lists as managed, RCE-bearing software."
6250
+ },
6251
+ "ISO-27001-2022-A.8.8": {
6252
+ "covered": true,
6253
+ "adequate": false,
6254
+ "gap": "Treats an allow-list of binaries as a control without accounting for argument-flag abuse of those binaries."
6255
+ },
6256
+ "ALL-AI-PIPELINE-INTEGRITY": {
6257
+ "covered": false,
6258
+ "adequate": false,
6259
+ "gap": "No framework requires an MCP command allow-list to also constrain the arguments those commands accept; npm/npx flags re-enable execution."
6260
+ }
6261
+ },
6262
+ "compliance_exposure_score": {
6263
+ "percent_audit_passing_orgs_still_exposed": 72,
6264
+ "basis": "AI agent / RAG frameworks are rarely in the managed vulnerability program, and their MCP command surfaces are not treated as command-injection-prone input.",
6265
+ "theater_pattern": "ai_supply_chain_trust"
6266
+ },
6267
+ "ai_discovered_zeroday": false,
6268
+ "ai_discovery_source": "human_researcher",
6269
+ "ai_assist_factor": "none",
6270
+ "new_control_requirements": [
6271
+ {
6272
+ "id": "NEW-CTRL-084",
6273
+ "name": "MCP-STDIO-CONFIG-INPUT-NEUTRALIZATION",
6274
+ "description": "An MCP command allow-list must also constrain arguments — npm/npx execution flags must be blocked, not just the binary name allow-listed. Treat 0.72.0's warning as insufficient; restrict who may create MCP tasks and run Upsonic least-privilege until a confirmed fix ships.",
6275
+ "evidence": "https://nvd.nist.gov/vuln/detail/CVE-2026-30625",
6276
+ "gap_closes": [
6277
+ "NIST-800-53-SI-2",
6278
+ "ISO-27001-2022-A.8.8",
6279
+ "ALL-AI-PIPELINE-INTEGRITY"
6280
+ ]
6281
+ }
6282
+ ],
6283
+ "_auto_imported": false,
6284
+ "_intake_method": "manual-verified-curation"
6285
+ },
6286
+ "CVE-2026-30617": {
6287
+ "name": "Langchain-Chatchat MCP Management Interface stdio RCE",
6288
+ "lesson_date": "2026-05-25",
6289
+ "attack_vector": {
6290
+ "description": "Langchain-Chatchat exposes an MCP management interface that lets a caller configure a malicious stdio server command, which the server executes without neutralizing special elements (CWE-77), yielding remote code execution on the host.",
6291
+ "privileges_required": "caller reaching the exposed MCP management interface (PR:N per NVD)",
6292
+ "complexity": "low (NVD AC:L); exposed management interface",
6293
+ "ai_factor": "The abused surface is the MCP command/transport configuration of an AI framework. The lesson matches the LibreChat (CVE-2026-22252) and WeKnora (CVE-2026-22688) cases: user-supplied or attacker-influenced MCP command/args are untrusted input the transport must neutralize, because the transport's by-design command execution turns injection into RCE. Surfaced via the 2026 MCP supply-chain advisory + GHSA feeds."
6294
+ },
6295
+ "framework_coverage": {
6296
+ "NIST-800-53-SI-2": {
6297
+ "covered": true,
6298
+ "adequate": false,
6299
+ "gap": "Does not track RAG / knowledge-base assistants and their MCP management interfaces as managed, RCE-bearing software."
6300
+ },
6301
+ "ISO-27001-2022-A.8.8": {
6302
+ "covered": true,
6303
+ "adequate": false,
6304
+ "gap": "Does not enumerate an exposed MCP management interface as an authorization-critical command-execution surface."
6305
+ },
6306
+ "ALL-AI-PIPELINE-INTEGRITY": {
6307
+ "covered": false,
6308
+ "adequate": false,
6309
+ "gap": "No framework requires the MCP management interface to be authenticated and the configured stdio command to be neutralized before execution."
6310
+ }
6311
+ },
6312
+ "compliance_exposure_score": {
6313
+ "percent_audit_passing_orgs_still_exposed": 70,
6314
+ "basis": "AI agent / RAG frameworks are rarely in the managed vulnerability program, and their MCP command surfaces are not treated as command-injection-prone input.",
6315
+ "theater_pattern": "ai_supply_chain_trust"
6316
+ },
6317
+ "ai_discovered_zeroday": false,
6318
+ "ai_discovery_source": "human_researcher",
6319
+ "ai_assist_factor": "none",
6320
+ "new_control_requirements": [
6321
+ {
6322
+ "id": "NEW-CTRL-083",
6323
+ "name": "MCP-STDIO-TRANSPORT-COMMAND-GOVERNANCE",
6324
+ "description": "The MCP management/transport surface must authorize callers and neutralize the stdio command it is handed before execution. Do not expose the MCP management interface to untrusted networks; run least-privilege. Same governance as the LibreChat (CVE-2026-22252) MCP transport flaw, applied to an exposed management interface.",
6325
+ "evidence": "https://nvd.nist.gov/vuln/detail/CVE-2026-30617",
6326
+ "gap_closes": [
6327
+ "NIST-800-53-SI-2",
6328
+ "ISO-27001-2022-A.8.8",
6329
+ "ALL-AI-PIPELINE-INTEGRITY"
6330
+ ]
6331
+ }
6332
+ ],
6333
+ "_auto_imported": false,
6334
+ "_intake_method": "manual-verified-curation"
6335
+ },
6336
+ "CVE-2026-30624": {
6337
+ "name": "Agent Zero MCP Server Config Command Injection",
6338
+ "lesson_date": "2026-05-25",
6339
+ "attack_vector": {
6340
+ "description": "Agent Zero executes MCP server configurations without adequately validating the command/args before spawning the subprocess (CWE-77). An attacker who can supply or influence an MCP server configuration achieves remote code execution on the host.",
6341
+ "privileges_required": "attacker able to supply or influence an MCP server configuration (PR:N per NVD)",
6342
+ "complexity": "low (NVD AC:L); unvalidated server configuration",
6343
+ "ai_factor": "The abused surface is the MCP command/transport configuration of an AI framework. The lesson matches the LibreChat (CVE-2026-22252) and WeKnora (CVE-2026-22688) cases: user-supplied or attacker-influenced MCP command/args are untrusted input the transport must neutralize, because the transport's by-design command execution turns injection into RCE. Surfaced via the 2026 MCP supply-chain advisory + GHSA feeds."
6344
+ },
6345
+ "framework_coverage": {
6346
+ "NIST-800-53-SI-2": {
6347
+ "covered": true,
6348
+ "adequate": false,
6349
+ "gap": "Does not track autonomous agent frameworks and their MCP server-configuration surfaces as managed, RCE-bearing software."
6350
+ },
6351
+ "ISO-27001-2022-A.8.8": {
6352
+ "covered": true,
6353
+ "adequate": false,
6354
+ "gap": "Does not enumerate MCP server configuration as an authorization-critical command-execution surface."
6355
+ },
6356
+ "ALL-AI-PIPELINE-INTEGRITY": {
6357
+ "covered": false,
6358
+ "adequate": false,
6359
+ "gap": "No framework requires MCP server configurations to be validated and authorized before the configured command is executed."
6360
+ }
6361
+ },
6362
+ "compliance_exposure_score": {
6363
+ "percent_audit_passing_orgs_still_exposed": 70,
6364
+ "basis": "AI agent / RAG frameworks are rarely in the managed vulnerability program, and their MCP command surfaces are not treated as command-injection-prone input.",
6365
+ "theater_pattern": "ai_supply_chain_trust"
6366
+ },
6367
+ "ai_discovered_zeroday": false,
6368
+ "ai_discovery_source": "human_researcher",
6369
+ "ai_assist_factor": "none",
6370
+ "new_control_requirements": [
6371
+ {
6372
+ "id": "NEW-CTRL-083",
6373
+ "name": "MCP-STDIO-TRANSPORT-COMMAND-GOVERNANCE",
6374
+ "description": "MCP server configurations must be validated and the caller authorized before the configured command is spawned. Treat MCP server configuration as a privileged surface, restrict who can edit it, and run Agent Zero least-privilege. Same governance as the LibreChat (CVE-2026-22252) MCP transport flaw.",
6375
+ "evidence": "https://nvd.nist.gov/vuln/detail/CVE-2026-30624",
6376
+ "gap_closes": [
6377
+ "NIST-800-53-SI-2",
6378
+ "ISO-27001-2022-A.8.8",
6379
+ "ALL-AI-PIPELINE-INTEGRITY"
6380
+ ]
6381
+ }
6382
+ ],
6383
+ "_auto_imported": false,
6384
+ "_intake_method": "manual-verified-curation"
6385
+ },
6386
+ "CVE-2026-30616": {
6387
+ "name": "Jaaz MCP stdio Command Execution RCE",
6388
+ "lesson_date": "2026-05-25",
6389
+ "attack_vector": {
6390
+ "description": "Jaaz mishandles MCP stdio command execution, running command/args from an MCP configuration without neutralizing special elements (CWE-77). An attacker able to set the stdio command achieves code execution on the Jaaz host.",
6391
+ "privileges_required": "attacker able to set the Jaaz MCP stdio command (PR:N per CISA-ADP)",
6392
+ "complexity": "low (CISA-ADP AC:L)",
6393
+ "ai_factor": "The abused surface is the MCP command/transport configuration of an AI framework. The lesson matches the LibreChat (CVE-2026-22252) and WeKnora (CVE-2026-22688) cases: user-supplied or attacker-influenced MCP command/args are untrusted input the transport must neutralize, because the transport's by-design command execution turns injection into RCE. Surfaced via the 2026 MCP supply-chain advisory + GHSA feeds."
6394
+ },
6395
+ "framework_coverage": {
6396
+ "NIST-800-53-SI-2": {
6397
+ "covered": true,
6398
+ "adequate": false,
6399
+ "gap": "Does not track AI design / agent applications and their MCP stdio handling as managed, RCE-bearing software."
6400
+ },
6401
+ "ISO-27001-2022-A.8.8": {
6402
+ "covered": true,
6403
+ "adequate": false,
6404
+ "gap": "Does not enumerate MCP stdio command handling as an authorization-critical command-execution surface."
6405
+ },
6406
+ "ALL-AI-PIPELINE-INTEGRITY": {
6407
+ "covered": false,
6408
+ "adequate": false,
6409
+ "gap": "No framework requires the MCP stdio handler to neutralize the configured command before execution."
6410
+ }
6411
+ },
6412
+ "compliance_exposure_score": {
6413
+ "percent_audit_passing_orgs_still_exposed": 70,
6414
+ "basis": "AI agent / RAG frameworks are rarely in the managed vulnerability program, and their MCP command surfaces are not treated as command-injection-prone input.",
6415
+ "theater_pattern": "ai_supply_chain_trust"
6416
+ },
6417
+ "ai_discovered_zeroday": false,
6418
+ "ai_discovery_source": "human_researcher",
6419
+ "ai_assist_factor": "none",
6420
+ "new_control_requirements": [
6421
+ {
6422
+ "id": "NEW-CTRL-084",
6423
+ "name": "MCP-STDIO-CONFIG-INPUT-NEUTRALIZATION",
6424
+ "description": "The MCP stdio handler must neutralize the configured command/args before execution and restrict who can configure stdio servers. Run Jaaz least-privilege. Same governance as the WeKnora (CVE-2026-22688) MCP stdio flaw.",
6425
+ "evidence": "https://nvd.nist.gov/vuln/detail/CVE-2026-30616",
6426
+ "gap_closes": [
6427
+ "NIST-800-53-SI-2",
6428
+ "ISO-27001-2022-A.8.8",
6429
+ "ALL-AI-PIPELINE-INTEGRITY"
6430
+ ]
6431
+ }
6432
+ ],
6433
+ "_auto_imported": false,
6434
+ "_intake_method": "manual-verified-curation"
6435
+ },
6186
6436
  "CVE-2025-34291": {
6187
6437
  "name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
6188
6438
  "lesson_date": "2026-05-24",