@blamejs/exceptd-skills 0.13.65 → 0.13.67

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.
@@ -9351,6 +9351,130 @@
9351
9351
  "_intake_method": "v0.13.17-bulk-cisa-kev-import",
9352
9352
  "_kev_short_description": "Langflow contains a code injection vulnerability that could allow building public flows without requiring authentication."
9353
9353
  },
9354
+ "CVE-2025-34291": {
9355
+ "name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
9356
+ "type": "RCE",
9357
+ "cvss_score": 8.8,
9358
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
9359
+ "cvss_note": "NVD CVSS v3.1 base 8.8 (HIGH). Vendor / CrowdSec report CVSS v4.0 9.4. PR:L reflects that the code-validation endpoint is authenticated by design; the chain defeats that boundary with stolen tokens, so the effective precondition is only that a logged-in user visits an attacker-controlled page.",
9360
+ "cisa_kev": true,
9361
+ "cisa_kev_date": "2026-05-21",
9362
+ "cisa_kev_due_date": "2026-06-04",
9363
+ "cisa_kev_due_date_note": "CISA KEV remediation deadline — 14 days from the 2026-05-21 listing; verified against the live CISA KEV catalog.",
9364
+ "poc_available": true,
9365
+ "poc_description": "Obsidian Security published a full technical writeup (2025-12-05): overly-permissive CORS (credentialed cross-origin requests from any origin) plus a token-refresh endpoint lacking CSRF protection and issuing SameSite=None cookies lets a malicious page a logged-in victim visits capture a valid token pair, which then reaches the by-design code-validation endpoint for RCE. CrowdSec reports in-the-wild exploitation from 2026-01-23.",
9366
+ "ai_discovered": false,
9367
+ "ai_discovery_source": "human_researcher",
9368
+ "ai_discovery_notes": "Discovered and disclosed by Obsidian Security via conventional web-security research (coordinated disclosure; public writeup 2025-12-05). The target is an AI agent/workflow platform, but the discovery method was not AI-assisted.",
9369
+ "ai_assisted_weaponization": false,
9370
+ "ai_assisted_notes": "No AI-assisted weaponization reported; the exploit is a conventional CORS + CSRF + token-replay chain against a web API.",
9371
+ "active_exploitation": "confirmed",
9372
+ "active_exploitation_notes": "CrowdSec observed in-the-wild exploitation beginning 2026-01-23; CISA added the CVE to the KEV catalog on 2026-05-21 (CISA's confirmed-exploitation attestation).",
9373
+ "affected": "Langflow (open-source AI agent / LLM workflow platform, 140k+ GitHub stars) — versions up to and including 1.6.9.",
9374
+ "affected_versions": [
9375
+ "Langflow <= 1.6.9"
9376
+ ],
9377
+ "vector": "Chained account takeover to remote code execution. Langflow <= 1.6.9 sets an overly-permissive CORS policy allowing credentialed requests from any origin, and its token-refresh endpoint lacks CSRF protection while issuing SameSite=None cookies. A logged-in user who visits an attacker-controlled page therefore leaks a valid access/refresh token pair to the attacker, who replays it against the code-validation endpoint that executes submitted code by design. No standing attacker authentication is required.",
9378
+ "complexity": "low",
9379
+ "complexity_notes": "NVD AC:L. Drive-by: a single visit by an authenticated victim to an attacker page. The default configuration of Langflow <= 1.6.9 is exploitable; the Langflow 1.7 default configuration is protected.",
9380
+ "patch_available": true,
9381
+ "patch_required_reboot": true,
9382
+ "live_patch_available": false,
9383
+ "live_patch_tools": [],
9384
+ "live_patch_notes": "Remediation is a version upgrade (service restart); no live-patch primitive. Langflow 1.7's default configuration is protected. Interim mitigation: restrict CORS to an explicit allow-list and set restrictive SameSite on authentication cookies.",
9385
+ "vendor_update_paths": [
9386
+ "Upgrade to Langflow 1.7 or later (the 1.7 default configuration is protected against this chain).",
9387
+ "Interim mitigation for <= 1.6.9: tighten the CORS allow-origin list to trusted origins only and guard the public code-validation endpoint."
9388
+ ],
9389
+ "framework_control_gaps": {
9390
+ "NIST-800-53-SI-2": "30-day flaw-remediation SLA is inadequate for a KEV-listed, in-the-wild-exploited RCE. The CISA KEV due date is the operationally-binding clock.",
9391
+ "ISO-27001-2022-A.8.8": "Vulnerability-management clause does not differentiate routinely-disclosed CVEs from actively-exploited KEV-listed ones; KEV listing collapses patch-cycle response to incident-speed response.",
9392
+ "ISO-27001-2022-A.5.7": "Threat-intelligence clause does not require ingesting actively-exploited-AI-tooling advisories (KEV + vendor AI-platform writeups) as a named source; self-hosted AI orchestration platforms are rarely in the asset inventory that threat intel is matched against.",
9393
+ "NIS2-Art21-patch-management": "Article 21 risk-management measures mandate timely patching but set no AI-platform-specific origin-policy / session-boundary control; an essential/important entity running Langflow <= 1.6.9 can be Art-21-conformant on paper yet exposed to this drive-by RCE.",
9394
+ "DORA-Art-9": "ICT protection/prevention measures require access controls but do not reach application-layer CORS origin policy or SameSite cookie posture on self-hosted AI tooling — the exact boundary this chain abuses.",
9395
+ "UK-CAF-B4": "CAF principle B4 (System Security) expects vulnerability remediation but provides no objective for auditing the origin-policy / token-endpoint configuration of code-executing AI-agent platforms.",
9396
+ "AU-ISM-1546": "ISM patch-application control is timeframe-based and product-agnostic; it does not require the CORS allow-list / CSRF posture review that would have closed this chain on Langflow <= 1.6.9.",
9397
+ "ALL-AI-PIPELINE-INTEGRITY": "No major framework treats the AI-orchestration / agent platform itself as an RCE-bearing trust boundary whose compromise grants control of every downstream flow, credential, and model the platform brokers — nor does any audit the application-layer origin policy (CORS) and session-cookie configuration that this chain abuses."
9398
+ },
9399
+ "atlas_refs": [],
9400
+ "attack_refs": [
9401
+ "T1190",
9402
+ "T1539",
9403
+ "T1059"
9404
+ ],
9405
+ "rwep_score": 80,
9406
+ "rwep_factors": {
9407
+ "cisa_kev": 25,
9408
+ "poc_available": 20,
9409
+ "ai_factor": 0,
9410
+ "active_exploitation": 20,
9411
+ "blast_radius": 25,
9412
+ "patch_available": -15,
9413
+ "live_patch_available": 0,
9414
+ "reboot_required": 5
9415
+ },
9416
+ "rwep_notes": "P1. KEV-listed with confirmed in-wild exploitation since 2026-01-23 and a public exploit chain. blast_radius=25: compromising an AI-agent/workflow platform yields code execution plus control of the brokered model/tool/credential surface, and Langflow's 140k-star footprint widens exposure. patch_available -15 (upgrade to 1.7). ai_factor=0 (not AI-discovered or AI-weaponized).",
9417
+ "epss_score": null,
9418
+ "epss_date": "2026-05-24",
9419
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
9420
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-34291",
9421
+ "cwe_refs": [
9422
+ "CWE-346",
9423
+ "CWE-352",
9424
+ "CWE-942"
9425
+ ],
9426
+ "iocs": {
9427
+ "behavioral": [
9428
+ "Credentialed cross-origin requests (Origin / Referer header outside the deployment's trusted set) to the Langflow token-refresh endpoint — the CORS misconfiguration that enables token theft.",
9429
+ "Access/refresh token pair issued to a session whose refresh call carried a foreign Origin (SameSite=None cookie replayed cross-site) — the account-takeover step.",
9430
+ "Calls to the Langflow code-validation / code-execution endpoint from a session whose token was minted via a cross-origin refresh, or immediately following an anomalous cross-origin refresh — the RCE step.",
9431
+ "Spike in CORS preflight (OPTIONS) and 4xx auth traffic to `/api/v1/*` from origins outside the operator allow-list."
9432
+ ],
9433
+ "payload_content_patterns": [
9434
+ "Requests to the code-validation endpoint carrying executable Python payloads submitted outside the normal flow-builder UI workflow (server-side code execution by design)."
9435
+ ],
9436
+ "supply_chain_entry_vectors": [
9437
+ "Delivery is a malicious or attacker-controlled web page visited by a logged-in Langflow operator (watering-hole or phishing link); no Langflow-side compromise is required to initiate — the victim's authenticated browser session is the entry point.",
9438
+ "Internet-exposed Langflow <= 1.6.9 instances running the default CORS configuration are the exploitable population."
9439
+ ],
9440
+ "_ioc_source_note": "Behavioral signatures derived from the Obsidian Security technical writeup (2025-12-05) and the NVD CVE-2025-34291 mechanism; CrowdSec confirmed in-the-wild exploitation from 2026-01-23. No public packet/payload capture beyond the writeup."
9441
+ },
9442
+ "source_verified": "2026-05-24",
9443
+ "verification_sources": [
9444
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-34291",
9445
+ "https://www.obsidiansecurity.com/blog/cve-2025-34291-critical-account-takeover-and-rce-vulnerability-in-the-langflow-ai-agent-workflow-platform",
9446
+ "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
9447
+ "https://www.crowdsec.net/vulntracking-report/cve-2025-34291"
9448
+ ],
9449
+ "vendor_advisories": [
9450
+ {
9451
+ "vendor": "CISA KEV",
9452
+ "advisory_id": "CVE-2025-34291",
9453
+ "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
9454
+ "severity": "high",
9455
+ "published_date": "2026-05-21"
9456
+ },
9457
+ {
9458
+ "vendor": "Obsidian Security",
9459
+ "advisory_id": null,
9460
+ "url": "https://www.obsidiansecurity.com/blog/cve-2025-34291-critical-account-takeover-and-rce-vulnerability-in-the-langflow-ai-agent-workflow-platform",
9461
+ "severity": "high",
9462
+ "published_date": "2025-12-05"
9463
+ },
9464
+ {
9465
+ "vendor": "NVD",
9466
+ "advisory_id": "CVE-2025-34291",
9467
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-34291",
9468
+ "severity": "high",
9469
+ "published_date": "2025-12-05"
9470
+ }
9471
+ ],
9472
+ "last_updated": "2026-05-24",
9473
+ "discovery_attribution_note": "Manually curated from NVD + Obsidian Security writeup + CISA KEV (added 2026-05-21) + CrowdSec exploitation telemetry. CWE-346 (Origin Validation / CORS) chained with CWE-352 (CSRF) on the token-refresh endpoint and CWE-942 (permissive cross-domain policy). Postdates the v0.13.17 bulk KEV intake (catalog version 2026.05.15).",
9474
+ "_auto_imported": false,
9475
+ "_intake_method": "manual-verified-curation",
9476
+ "_kev_short_description": "Langflow contains an origin validation error vulnerability that could allow account takeover and remote code execution."
9477
+ },
9354
9478
  "CVE-2025-32432": {
9355
9479
  "name": "Craft CMS Code Injection Vulnerability",
9356
9480
  "type": "RCE",
@@ -1031,7 +1031,8 @@
1031
1031
  "webapp-security"
1032
1032
  ],
1033
1033
  "evidence_cves": [
1034
- "CVE-2023-2533"
1034
+ "CVE-2023-2533",
1035
+ "CVE-2025-34291"
1035
1036
  ],
1036
1037
  "framework_controls_partially_addressing": [
1037
1038
  "NIST-800-53-SC-23",
@@ -2959,7 +2960,9 @@
2959
2960
  "CWE-2000"
2960
2961
  ],
2961
2962
  "related_weaknesses": [],
2962
- "evidence_cves": [],
2963
+ "evidence_cves": [
2964
+ "CVE-2025-34291"
2965
+ ],
2963
2966
  "last_verified": "2026-05-19",
2964
2967
  "notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
2965
2968
  "_auto_imported": true,
@@ -3833,7 +3836,9 @@
3833
3836
  "CWE-2000"
3834
3837
  ],
3835
3838
  "related_weaknesses": [],
3836
- "evidence_cves": [],
3839
+ "evidence_cves": [
3840
+ "CVE-2025-34291"
3841
+ ],
3837
3842
  "last_verified": "2026-05-19",
3838
3843
  "notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
3839
3844
  "_auto_imported": true,
@@ -33,7 +33,9 @@
33
33
  "real_requirement": "AI pipeline integrity controls: (1) model version pinning where API supports it, (2) behavioral test suite with regression alerting, (3) provider changelog monitoring, (4) training pipeline SLSA-equivalent supply chain attestation for self-hosted models.",
34
34
  "status": "open",
35
35
  "opened_date": "2026-01-01",
36
- "evidence_cves": [],
36
+ "evidence_cves": [
37
+ "CVE-2025-34291"
38
+ ],
37
39
  "atlas_refs": [
38
40
  "AML.T0018",
39
41
  "AML.T0020"
@@ -1392,6 +1394,7 @@
1392
1394
  "CVE-2025-33053",
1393
1395
  "CVE-2025-33073",
1394
1396
  "CVE-2025-34026",
1397
+ "CVE-2025-34291",
1395
1398
  "CVE-2025-35939",
1396
1399
  "CVE-2025-37164",
1397
1400
  "CVE-2025-38352",
@@ -1706,6 +1709,7 @@
1706
1709
  "CVE-2025-10585",
1707
1710
  "CVE-2025-1094",
1708
1711
  "CVE-2025-14174",
1712
+ "CVE-2025-34291",
1709
1713
  "CVE-2025-38352",
1710
1714
  "CVE-2025-43300",
1711
1715
  "CVE-2026-31431",
@@ -2305,6 +2309,7 @@
2305
2309
  "CVE-2025-33053",
2306
2310
  "CVE-2025-33073",
2307
2311
  "CVE-2025-34026",
2312
+ "CVE-2025-34291",
2308
2313
  "CVE-2025-35939",
2309
2314
  "CVE-2025-37164",
2310
2315
  "CVE-2025-38352",
@@ -4683,6 +4688,7 @@
4683
4688
  "opened_date": "2026-05-15",
4684
4689
  "evidence_cves": [
4685
4690
  "CVE-2024-21762",
4691
+ "CVE-2025-34291",
4686
4692
  "CVE-2026-0300",
4687
4693
  "CVE-2026-20182",
4688
4694
  "CVE-2026-42897",
@@ -5170,6 +5176,7 @@
5170
5176
  "opened_date": "2026-05-17",
5171
5177
  "evidence_cves": [
5172
5178
  "CVE-2024-21762",
5179
+ "CVE-2025-34291",
5173
5180
  "CVE-2026-46300",
5174
5181
  "CVE-2026-46333",
5175
5182
  "MAL-2026-SHAI-HULUD-OSS"
@@ -5204,6 +5211,7 @@
5204
5211
  "opened_date": "2026-05-17",
5205
5212
  "evidence_cves": [
5206
5213
  "CVE-2024-21762",
5214
+ "CVE-2025-34291",
5207
5215
  "CVE-2026-46300",
5208
5216
  "CVE-2026-46333"
5209
5217
  ],
@@ -5236,6 +5244,7 @@
5236
5244
  "status": "open",
5237
5245
  "opened_date": "2026-05-17",
5238
5246
  "evidence_cves": [
5247
+ "CVE-2025-34291",
5239
5248
  "CVE-2026-46300",
5240
5249
  "CVE-2026-46333"
5241
5250
  ],
@@ -1309,14 +1309,14 @@
1309
1309
  "number": null,
1310
1310
  "draft_id": "draft-ietf-tls-hybrid-design",
1311
1311
  "title": "Hybrid key exchange in TLS 1.3",
1312
- "status": "Draft",
1312
+ "status": "Informational",
1313
1313
  "tracker": "https://datatracker.ietf.org/doc/draft-ietf-tls-hybrid-design/",
1314
1314
  "relevance": "General-purpose hybrid-KEM design that the ecdhe-mlkem draft instantiates. Operators evaluating the migration story should read both.",
1315
- "lag_notes": "Companion draft. Status synchronized with draft-ietf-tls-ecdhe-mlkem.",
1315
+ "lag_notes": "IESG-approved (draft-16) for publication as an Informational RFC and in the RFC Editor queue as of mid-2026; RFC number not yet assigned. No longer status-synchronized with draft-ietf-tls-ecdhe-mlkem, which remains an active Standards-Track draft.",
1316
1316
  "skills_referencing": [
1317
1317
  "pqc-first"
1318
1318
  ],
1319
- "last_verified": "2026-05-19",
1319
+ "last_verified": "2026-05-24",
1320
1320
  "abstract": "IETF Internet-Draft (TLS WG) — design rationale and security analysis for hybrid post-quantum + classical TLS 1.3 handshakes. Defines the wire format, key-derivation chain, and downgrade-resistance properties for hybrid key-exchange. Cited by RFC 9763 (ML-KEM in TLS 1.3) + RFC 9764 (ML-DSA in TLS 1.3) as the architectural foundation."
1321
1321
  },
1322
1322
  "ISO-29147": {
@@ -5933,6 +5933,51 @@
5933
5933
  "_auto_imported": true,
5934
5934
  "_intake_method": "v0.13.17-bulk-cisa-kev-import"
5935
5935
  },
5936
+ "CVE-2025-34291": {
5937
+ "name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
5938
+ "lesson_date": "2026-05-24",
5939
+ "attack_vector": {
5940
+ "description": "Overly-permissive CORS plus a CSRF-unprotected token-refresh endpoint (SameSite=None cookies) let a malicious page steal a logged-in Langflow user's token pair, which is replayed against the by-design code-validation endpoint for account takeover and remote code execution.",
5941
+ "privileges_required": "none standing for the attacker — requires only that an authenticated victim visits an attacker-controlled page (drive-by)",
5942
+ "complexity": "low (NVD AC:L; the default configuration of Langflow <= 1.6.9 is exploitable)",
5943
+ "ai_factor": "Not AI-discovered (Obsidian Security, conventional web-security research). The AI-security lesson: an AI agent/workflow orchestration platform is itself an RCE-bearing web trust boundary — compromising it grants control over every model, tool, and credential it brokers. Surfaced by the CISA-KEV poller + advisory feeds after the v0.13.17 bulk intake (KEV catalog 2026.05.15) had already run."
5944
+ },
5945
+ "framework_coverage": {
5946
+ "NIST-800-53-SI-2": {
5947
+ "covered": true,
5948
+ "adequate": false,
5949
+ "gap": "30-day flaw-remediation SLA inadequate for a KEV-listed, in-the-wild-exploited RCE; the CISA KEV due date is the binding clock."
5950
+ },
5951
+ "ISO-27001-2022-A.8.8": {
5952
+ "covered": true,
5953
+ "adequate": false,
5954
+ "gap": "Does not differentiate routinely-disclosed CVEs from KEV-listed actively-exploited ones. Also: application-layer origin policy (CORS) and session-cookie configuration — the boundary this chain abuses — is rarely audited on self-hosted AI-agent platforms."
5955
+ }
5956
+ },
5957
+ "compliance_exposure_score": {
5958
+ "percent_audit_passing_orgs_still_exposed": 70,
5959
+ "basis": "Self-hosted AI-platform deployments rarely audit CORS / session-cookie configuration; audit programs check patch SLA and TLS but not application-layer origin policy. Exposure widened by Langflow's 140k-star footprint and the drive-by trigger (victim need only visit a page).",
5960
+ "theater_pattern": "config_drift"
5961
+ },
5962
+ "ai_discovered_zeroday": false,
5963
+ "ai_discovery_source": "human_researcher",
5964
+ "ai_assist_factor": "none",
5965
+ "new_control_requirements": [
5966
+ {
5967
+ "id": "NEW-CTRL-076",
5968
+ "name": "AI-PLATFORM-ORIGIN-POLICY-AUDIT",
5969
+ "description": "Self-hosted AI agent / LLM workflow platforms that expose a by-design code-execution endpoint (Langflow, Flowise, and similar) must enforce and audit, on every release: an explicit CORS allow-list (no wildcard or credentialed any-origin), CSRF protection on all token/session endpoints, and SameSite=Lax-or-Strict authentication cookies. The platform's session boundary is a remote-code-execution boundary and must be reviewed as one.",
5970
+ "evidence": "https://www.obsidiansecurity.com/blog/cve-2025-34291-critical-account-takeover-and-rce-vulnerability-in-the-langflow-ai-agent-workflow-platform",
5971
+ "gap_closes": [
5972
+ "NIST-800-53-SI-2",
5973
+ "ISO-27001-2022-A.8.8",
5974
+ "ALL-AI-PIPELINE-INTEGRITY"
5975
+ ]
5976
+ }
5977
+ ],
5978
+ "_auto_imported": false,
5979
+ "_intake_method": "manual-verified-curation"
5980
+ },
5936
5981
  "CVE-2025-32432": {
5937
5982
  "name": "Craft CMS Code Injection Vulnerability",
5938
5983
  "lesson_date": "2026-05-18",