@blamejs/exceptd-skills 0.13.76 → 0.13.77
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 +8 -8
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +659 -0
- package/data/attack-techniques.json +3 -0
- package/data/cve-catalog.json +208 -0
- package/data/cwe-catalog.json +4 -1
- package/data/framework-control-gaps.json +19 -5
- package/data/zeroday-lessons.json +100 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +23 -23
|
@@ -281,6 +281,7 @@
|
|
|
281
281
|
"CVE-2026-22688",
|
|
282
282
|
"CVE-2026-22778",
|
|
283
283
|
"CVE-2026-25592",
|
|
284
|
+
"CVE-2026-26015",
|
|
284
285
|
"CVE-2026-30615",
|
|
285
286
|
"CVE-2026-30616",
|
|
286
287
|
"CVE-2026-30617",
|
|
@@ -959,6 +960,7 @@
|
|
|
959
960
|
"CVE-2026-22778",
|
|
960
961
|
"CVE-2026-23760",
|
|
961
962
|
"CVE-2026-25108",
|
|
963
|
+
"CVE-2026-26015",
|
|
962
964
|
"CVE-2026-30616",
|
|
963
965
|
"CVE-2026-30617",
|
|
964
966
|
"CVE-2026-30624",
|
|
@@ -980,6 +982,7 @@
|
|
|
980
982
|
"CVE-2026-42945",
|
|
981
983
|
"CVE-2026-6973",
|
|
982
984
|
"CVE-2026-7482",
|
|
985
|
+
"CVE-2026-9082",
|
|
983
986
|
"MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP"
|
|
984
987
|
],
|
|
985
988
|
"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)",
|
package/data/cve-catalog.json
CHANGED
|
@@ -10486,6 +10486,214 @@
|
|
|
10486
10486
|
"_intake_method": "manual-verified-curation",
|
|
10487
10487
|
"_kev_short_description": "Upsonic allow-lists npm/npx for MCP tasks, but their argument flags enable arbitrary OS command execution, so an attacker who can create a task achieves RCE."
|
|
10488
10488
|
},
|
|
10489
|
+
"CVE-2026-26015": {
|
|
10490
|
+
"name": "DocsGPT MCP stdio Unauthenticated Remote Code Execution",
|
|
10491
|
+
"type": "RCE",
|
|
10492
|
+
"cvss_score": 9.8,
|
|
10493
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
10494
|
+
"cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL); the GitHub advisory scores 10.0. Unauthenticated: a crafted payload bypasses the MCP test behavior to execute commands.",
|
|
10495
|
+
"cisa_kev": false,
|
|
10496
|
+
"poc_available": true,
|
|
10497
|
+
"poc_description": "Documented in the GitHub Security Advisory GHSA-gcrq-f296-2j74 and the 2026 MCP supply-chain advisory: a crafted MCP stdio configuration payload bypasses DocsGPT's MCP test/validation behavior and runs shell commands without authentication, on both hosted and self-hosted instances.",
|
|
10498
|
+
"ai_discovered": false,
|
|
10499
|
+
"ai_discovery_source": "human_researcher",
|
|
10500
|
+
"ai_discovery_notes": "Disclosed via coordinated advisory; DocsGPT is an open-source documentation RAG assistant and the abused surface is its MCP stdio configuration.",
|
|
10501
|
+
"ai_assisted_weaponization": false,
|
|
10502
|
+
"ai_assisted_notes": "No AI-assisted weaponization; command injection through the MCP stdio configuration, reachable without authentication.",
|
|
10503
|
+
"active_exploitation": "none",
|
|
10504
|
+
"active_exploitation_notes": "Research / advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
10505
|
+
"affected": "DocsGPT (arc53) versions 0.15.0 up to (but not including) 0.16.0.",
|
|
10506
|
+
"affected_versions": [
|
|
10507
|
+
"DocsGPT >= 0.15.0, < 0.16.0"
|
|
10508
|
+
],
|
|
10509
|
+
"vector": "DocsGPT accepts an MCP server configuration with a stdio transport whose shell command it executes. A crafted payload bypasses the MCP test/validation step, so the command runs without authorization or neutralization (CWE-77), giving an unauthenticated attacker remote code execution on the DocsGPT host.",
|
|
10510
|
+
"complexity": "low",
|
|
10511
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N — network-reachable, low-complexity, unauthenticated command injection.",
|
|
10512
|
+
"patch_available": true,
|
|
10513
|
+
"patch_required_reboot": false,
|
|
10514
|
+
"live_patch_available": false,
|
|
10515
|
+
"live_patch_tools": [],
|
|
10516
|
+
"live_patch_notes": "Remediation is an application upgrade to DocsGPT 0.16.0 or later; redeploy, no host reboot.",
|
|
10517
|
+
"vendor_update_paths": [
|
|
10518
|
+
"Upgrade DocsGPT (arc53) to 0.16.0 or later. Until then, do not expose DocsGPT to untrusted networks, restrict MCP configuration, and run it as a least-privilege container user."
|
|
10519
|
+
],
|
|
10520
|
+
"framework_control_gaps": {
|
|
10521
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted documentation/RAG assistants and their MCP transports as managed, RCE-bearing software.",
|
|
10522
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an AI assistant's MCP stdio configuration as an unauthenticated command-execution surface.",
|
|
10523
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the MCP stdio configuration as a privileged, unauthenticated execution control plane.",
|
|
10524
|
+
"DORA-Art-9": "ICT protection measures do not model unauthenticated command injection via an AI assistant's MCP configuration.",
|
|
10525
|
+
"UK-CAF-B4": "System Security objective has no objective for authenticating and neutralizing command input handed to an AI assistant's MCP transport.",
|
|
10526
|
+
"AU-ISM-1546": "Patch-application control does not single out AI-assistant MCP transports.",
|
|
10527
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework requires the MCP transport to authenticate callers and neutralize the stdio command; a bypassable validation step is not an authorization boundary."
|
|
10528
|
+
},
|
|
10529
|
+
"atlas_refs": [],
|
|
10530
|
+
"attack_refs": [
|
|
10531
|
+
"T1190",
|
|
10532
|
+
"T1059"
|
|
10533
|
+
],
|
|
10534
|
+
"rwep_score": 27,
|
|
10535
|
+
"rwep_factors": {
|
|
10536
|
+
"cisa_kev": 0,
|
|
10537
|
+
"poc_available": 20,
|
|
10538
|
+
"ai_factor": 0,
|
|
10539
|
+
"active_exploitation": 0,
|
|
10540
|
+
"blast_radius": 22,
|
|
10541
|
+
"patch_available": -15,
|
|
10542
|
+
"live_patch_available": 0,
|
|
10543
|
+
"reboot_required": 0
|
|
10544
|
+
},
|
|
10545
|
+
"rwep_notes": "Standard (RWEP 27, \"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=22 minus patch 15. Note: unauthenticated reachability raises operational urgency beyond the RWEP number.",
|
|
10546
|
+
"epss_score": null,
|
|
10547
|
+
"epss_date": "2026-05-25",
|
|
10548
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10549
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-26015",
|
|
10550
|
+
"cwe_refs": [
|
|
10551
|
+
"CWE-77",
|
|
10552
|
+
"CWE-78"
|
|
10553
|
+
],
|
|
10554
|
+
"iocs": {
|
|
10555
|
+
"behavioral": [
|
|
10556
|
+
"DocsGPT spawning a subprocess whose command came from an MCP stdio configuration rather than a pinned configuration.",
|
|
10557
|
+
"MCP configuration requests to a DocsGPT instance from unauthenticated or untrusted sources.",
|
|
10558
|
+
"Shell metacharacters or unexpected binaries in DocsGPT MCP stdio command values.",
|
|
10559
|
+
"DocsGPT version >= 0.15.0 and < 0.16.0 — the exposed precondition."
|
|
10560
|
+
],
|
|
10561
|
+
"_ioc_source_note": "Behavioral signatures derived from GitHub Security Advisory GHSA-gcrq-f296-2j74 / NVD CVE-2026-26015 (CWE-77 unauthenticated command injection via MCP stdio configuration) and the 2026 MCP supply-chain advisory (https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/)."
|
|
10562
|
+
},
|
|
10563
|
+
"source_verified": "2026-05-25",
|
|
10564
|
+
"verification_sources": [
|
|
10565
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-26015",
|
|
10566
|
+
"https://github.com/arc53/DocsGPT/security/advisories/GHSA-gcrq-f296-2j74",
|
|
10567
|
+
"https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/"
|
|
10568
|
+
],
|
|
10569
|
+
"vendor_advisories": [
|
|
10570
|
+
{
|
|
10571
|
+
"vendor": "GitHub Security Advisory",
|
|
10572
|
+
"advisory_id": "CVE-2026-26015",
|
|
10573
|
+
"url": "https://github.com/arc53/DocsGPT/security/advisories/GHSA-gcrq-f296-2j74",
|
|
10574
|
+
"severity": "critical",
|
|
10575
|
+
"published_date": "2026-04-29"
|
|
10576
|
+
},
|
|
10577
|
+
{
|
|
10578
|
+
"vendor": "NVD",
|
|
10579
|
+
"advisory_id": "CVE-2026-26015",
|
|
10580
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26015",
|
|
10581
|
+
"severity": "critical",
|
|
10582
|
+
"published_date": "2026-04-29"
|
|
10583
|
+
}
|
|
10584
|
+
],
|
|
10585
|
+
"last_updated": "2026-05-25",
|
|
10586
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-77/CWE-78; NIST CVSS 9.8) + GHSA GHSA-gcrq-f296-2j74 + the 2026 MCP supply-chain advisory family. Unauthenticated member of the MCP command-injection class curated in depth by CVE-2026-22252 and CVE-2026-22688.",
|
|
10587
|
+
"_auto_imported": false,
|
|
10588
|
+
"_intake_method": "manual-verified-curation",
|
|
10589
|
+
"_kev_short_description": "DocsGPT executes an MCP stdio configuration's shell command after a bypassable validation step, giving an unauthenticated attacker remote code execution; fixed in 0.16.0."
|
|
10590
|
+
},
|
|
10591
|
+
"CVE-2026-9082": {
|
|
10592
|
+
"name": "Drupal Core Database API Unauthenticated SQL Injection (SA-CORE-2026-004)",
|
|
10593
|
+
"type": "SQLI",
|
|
10594
|
+
"cvss_score": 9.8,
|
|
10595
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
10596
|
+
"cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL); Drupal rates SA-CORE-2026-004 Highly Critical. Unauthenticated SQL injection via the database abstraction layer on PostgreSQL-backed sites.",
|
|
10597
|
+
"cisa_kev": true,
|
|
10598
|
+
"cisa_kev_date": "2026-05-22",
|
|
10599
|
+
"cisa_kev_due_date": "2026-05-27",
|
|
10600
|
+
"poc_available": true,
|
|
10601
|
+
"poc_description": "Public proof-of-concept and scanners exist for the unauthenticated SQL injection in Drupal's PostgreSQL EntityQuery condition handler reachable via JSON:API (e.g. github.com/ridhinva/CVE-2026-9082). Drupal published SA-CORE-2026-004 with fixes across all supported branches.",
|
|
10602
|
+
"ai_discovered": false,
|
|
10603
|
+
"ai_discovery_source": "human_researcher",
|
|
10604
|
+
"ai_discovery_notes": "Conventional SQL injection in Drupal core's database abstraction layer; no AI-discovery attribution. Reported through Drupal's security advisory process (SA-CORE-2026-004).",
|
|
10605
|
+
"ai_assisted_weaponization": false,
|
|
10606
|
+
"ai_assisted_notes": "No AI-assisted weaponization reported; classic unauthenticated SQL injection.",
|
|
10607
|
+
"active_exploitation": "confirmed",
|
|
10608
|
+
"active_exploitation_notes": "CISA added CVE-2026-9082 to the KEV catalog (catalog version 2026.05.22) on 2026-05-22 with a 2026-05-27 remediation due date, indicating confirmed active exploitation in the wild. Public reporting describes exploitation of PostgreSQL-backed Drupal sites within days of disclosure.",
|
|
10609
|
+
"affected": "Drupal core 8.9.0 to <10.4.10, 10.5.0 to <10.5.10, 10.6.0 to <10.6.9, 11.0.0 to <11.1.10, 11.2.0 to <11.2.12, and 11.3.0 to <11.3.10; the SQL injection is reachable on PostgreSQL-backed sites via JSON:API.",
|
|
10610
|
+
"affected_versions": [
|
|
10611
|
+
"Drupal core >= 8.9.0, < 10.4.10",
|
|
10612
|
+
"Drupal core >= 10.5.0, < 10.5.10",
|
|
10613
|
+
"Drupal core >= 10.6.0, < 10.6.9",
|
|
10614
|
+
"Drupal core >= 11.0.0, < 11.1.10",
|
|
10615
|
+
"Drupal core >= 11.2.0, < 11.2.12",
|
|
10616
|
+
"Drupal core >= 11.3.0, < 11.3.10"
|
|
10617
|
+
],
|
|
10618
|
+
"vector": "Drupal core's database abstraction layer fails to neutralize special elements in a query condition handler used by the PostgreSQL driver and reachable through JSON:API, allowing an unauthenticated attacker to inject SQL (CWE-89). Exploitation can lead to information disclosure, data modification, and in some configurations privilege escalation toward code execution.",
|
|
10619
|
+
"complexity": "low",
|
|
10620
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N — network-reachable, low-complexity, unauthenticated SQL injection.",
|
|
10621
|
+
"patch_available": true,
|
|
10622
|
+
"patch_required_reboot": false,
|
|
10623
|
+
"live_patch_available": false,
|
|
10624
|
+
"live_patch_tools": [],
|
|
10625
|
+
"live_patch_notes": "Remediation is a Drupal core upgrade to 10.4.10 / 10.5.10 / 10.6.9 / 11.1.10 / 11.2.12 / 11.3.10 per SA-CORE-2026-004; clear caches, no host reboot.",
|
|
10626
|
+
"vendor_update_paths": [
|
|
10627
|
+
"Upgrade Drupal core to 10.4.10, 10.5.10, 10.6.9, 11.1.10, 11.2.12, or 11.3.10 (the fixed release on your branch) per SA-CORE-2026-004. PostgreSQL-backed sites are the exploited configuration; prioritize them. Meet the CISA KEV due date of 2026-05-27."
|
|
10628
|
+
],
|
|
10629
|
+
"framework_control_gaps": {
|
|
10630
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence frequently misses CMS-core SQL injection in the window between KEV listing (2026-05-22) and the 2026-05-27 due date.",
|
|
10631
|
+
"NIST-800-53-SI-10": "Input-validation control is asserted at the application layer but not verified at the database abstraction layer where the query condition handler builds SQL.",
|
|
10632
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely treats the CMS database driver's query builder as an unauthenticated injection surface.",
|
|
10633
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not enforce the sub-week remediation cadence an actively-exploited unauthenticated CMS SQLi demands.",
|
|
10634
|
+
"DORA-Art-9": "ICT protection measures do not model an unauthenticated SQL injection in a third-party CMS core as an ICT-risk event with a regulator clock.",
|
|
10635
|
+
"UK-CAF-B4": "System Security objective has no objective for verifying parameterization in the CMS database abstraction layer.",
|
|
10636
|
+
"AU-ISM-1546": "Patch-application control does not single out actively-exploited CMS-core injection for accelerated remediation."
|
|
10637
|
+
},
|
|
10638
|
+
"atlas_refs": [],
|
|
10639
|
+
"attack_refs": [
|
|
10640
|
+
"T1190"
|
|
10641
|
+
],
|
|
10642
|
+
"rwep_score": 78,
|
|
10643
|
+
"rwep_factors": {
|
|
10644
|
+
"cisa_kev": 25,
|
|
10645
|
+
"poc_available": 20,
|
|
10646
|
+
"ai_factor": 0,
|
|
10647
|
+
"active_exploitation": 20,
|
|
10648
|
+
"blast_radius": 28,
|
|
10649
|
+
"patch_available": -15,
|
|
10650
|
+
"live_patch_available": 0,
|
|
10651
|
+
"reboot_required": 0
|
|
10652
|
+
},
|
|
10653
|
+
"rwep_notes": "P1 (RWEP 78, >= 75 \"patch or compensating controls within 24 hours\" band per lib/scoring.js timeline). CISA KEV 25 + poc 20 + active_exploitation confirmed 20 + blast_radius 28 (Drupal core install base) minus patch 15. Meet the CISA due date 2026-05-27.",
|
|
10654
|
+
"epss_score": null,
|
|
10655
|
+
"epss_date": "2026-05-25",
|
|
10656
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10657
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-9082",
|
|
10658
|
+
"cwe_refs": [
|
|
10659
|
+
"CWE-89"
|
|
10660
|
+
],
|
|
10661
|
+
"iocs": {
|
|
10662
|
+
"behavioral": [
|
|
10663
|
+
"Anomalous JSON:API requests to a PostgreSQL-backed Drupal site carrying SQL metacharacters in filter/condition parameters.",
|
|
10664
|
+
"Unexpected database errors or query-shape changes originating from the EntityQuery condition handler.",
|
|
10665
|
+
"Drupal core version below the SA-CORE-2026-004 fixed release on its branch (e.g. < 10.4.10 / < 10.5.10 / < 10.6.9 / < 11.1.10 / < 11.2.12 / < 11.3.10) on PostgreSQL — the exposed precondition.",
|
|
10666
|
+
"Outbound data egress or new admin accounts following anomalous JSON:API traffic."
|
|
10667
|
+
],
|
|
10668
|
+
"_ioc_source_note": "Behavioral signatures derived from Drupal SA-CORE-2026-004 (https://www.drupal.org/sa-core-2026-004), NVD CVE-2026-9082 (CWE-89 SQL injection via the PostgreSQL EntityQuery condition handler reachable through JSON:API), and the CISA KEV listing (catalog version 2026.05.22)."
|
|
10669
|
+
},
|
|
10670
|
+
"source_verified": "2026-05-25",
|
|
10671
|
+
"verification_sources": [
|
|
10672
|
+
"https://www.drupal.org/sa-core-2026-004",
|
|
10673
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-9082"
|
|
10674
|
+
],
|
|
10675
|
+
"vendor_advisories": [
|
|
10676
|
+
{
|
|
10677
|
+
"vendor": "Drupal Security Team",
|
|
10678
|
+
"advisory_id": "SA-CORE-2026-004",
|
|
10679
|
+
"url": "https://www.drupal.org/sa-core-2026-004",
|
|
10680
|
+
"severity": "critical",
|
|
10681
|
+
"published_date": "2026-05-20"
|
|
10682
|
+
},
|
|
10683
|
+
{
|
|
10684
|
+
"vendor": "NVD",
|
|
10685
|
+
"advisory_id": "CVE-2026-9082",
|
|
10686
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9082",
|
|
10687
|
+
"severity": "critical",
|
|
10688
|
+
"published_date": "2026-05-20"
|
|
10689
|
+
}
|
|
10690
|
+
],
|
|
10691
|
+
"last_updated": "2026-05-25",
|
|
10692
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-89; NIST CVSS 9.8) + Drupal SA-CORE-2026-004 + the CISA KEV listing (catalog version 2026.05.22, added 2026-05-22, due 2026-05-27). Conventional unauthenticated SQL injection, no AI-discovery attribution.",
|
|
10693
|
+
"_auto_imported": false,
|
|
10694
|
+
"_intake_method": "manual-verified-curation",
|
|
10695
|
+
"_kev_short_description": "Drupal core's database abstraction layer fails to neutralize special elements in a PostgreSQL query condition handler reachable via JSON:API, allowing unauthenticated SQL injection; actively exploited (CISA KEV 2026-05-22, due 2026-05-27); fixed in SA-CORE-2026-004 releases."
|
|
10696
|
+
},
|
|
10489
10697
|
"CVE-2026-41091": {
|
|
10490
10698
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
10491
10699
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -148,6 +148,7 @@
|
|
|
148
148
|
"CVE-2025-59689",
|
|
149
149
|
"CVE-2026-22688",
|
|
150
150
|
"CVE-2026-22719",
|
|
151
|
+
"CVE-2026-26015",
|
|
151
152
|
"CVE-2026-30616",
|
|
152
153
|
"CVE-2026-30617",
|
|
153
154
|
"CVE-2026-30624",
|
|
@@ -203,6 +204,7 @@
|
|
|
203
204
|
"CVE-2026-22252",
|
|
204
205
|
"CVE-2026-22688",
|
|
205
206
|
"CVE-2026-25108",
|
|
207
|
+
"CVE-2026-26015",
|
|
206
208
|
"CVE-2026-30616",
|
|
207
209
|
"CVE-2026-30617",
|
|
208
210
|
"CVE-2026-30623",
|
|
@@ -319,7 +321,8 @@
|
|
|
319
321
|
"CVE-2025-25257",
|
|
320
322
|
"CVE-2025-57819",
|
|
321
323
|
"CVE-2026-21643",
|
|
322
|
-
"CVE-2026-42208"
|
|
324
|
+
"CVE-2026-42208",
|
|
325
|
+
"CVE-2026-9082"
|
|
323
326
|
],
|
|
324
327
|
"framework_controls_partially_addressing": [
|
|
325
328
|
"NIST-800-53-SI-10",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"CVE-2025-54136",
|
|
40
40
|
"CVE-2026-22252",
|
|
41
41
|
"CVE-2026-22688",
|
|
42
|
+
"CVE-2026-26015",
|
|
42
43
|
"CVE-2026-30616",
|
|
43
44
|
"CVE-2026-30617",
|
|
44
45
|
"CVE-2026-30624",
|
|
@@ -1530,6 +1531,7 @@
|
|
|
1530
1531
|
"CVE-2026-24858",
|
|
1531
1532
|
"CVE-2026-25108",
|
|
1532
1533
|
"CVE-2026-25592",
|
|
1534
|
+
"CVE-2026-26015",
|
|
1533
1535
|
"CVE-2026-3055",
|
|
1534
1536
|
"CVE-2026-30616",
|
|
1535
1537
|
"CVE-2026-30617",
|
|
@@ -1554,7 +1556,8 @@
|
|
|
1554
1556
|
"CVE-2026-45498",
|
|
1555
1557
|
"CVE-2026-46300",
|
|
1556
1558
|
"CVE-2026-46333",
|
|
1557
|
-
"CVE-2026-5281"
|
|
1559
|
+
"CVE-2026-5281",
|
|
1560
|
+
"CVE-2026-9082"
|
|
1558
1561
|
],
|
|
1559
1562
|
"atlas_refs": [],
|
|
1560
1563
|
"attack_refs": [
|
|
@@ -1746,6 +1749,7 @@
|
|
|
1746
1749
|
"CVE-2026-22252",
|
|
1747
1750
|
"CVE-2026-22688",
|
|
1748
1751
|
"CVE-2026-25592",
|
|
1752
|
+
"CVE-2026-26015",
|
|
1749
1753
|
"CVE-2026-30616",
|
|
1750
1754
|
"CVE-2026-30617",
|
|
1751
1755
|
"CVE-2026-30624",
|
|
@@ -1759,6 +1763,7 @@
|
|
|
1759
1763
|
"CVE-2026-45498",
|
|
1760
1764
|
"CVE-2026-46300",
|
|
1761
1765
|
"CVE-2026-46333",
|
|
1766
|
+
"CVE-2026-9082",
|
|
1762
1767
|
"MAL-2026-3083"
|
|
1763
1768
|
],
|
|
1764
1769
|
"atlas_refs": [],
|
|
@@ -2155,7 +2160,8 @@
|
|
|
2155
2160
|
"CVE-2025-1094",
|
|
2156
2161
|
"CVE-2025-6965",
|
|
2157
2162
|
"CVE-2026-39884",
|
|
2158
|
-
"CVE-2026-42208"
|
|
2163
|
+
"CVE-2026-42208",
|
|
2164
|
+
"CVE-2026-9082"
|
|
2159
2165
|
],
|
|
2160
2166
|
"atlas_refs": [
|
|
2161
2167
|
"AML.T0053"
|
|
@@ -2480,6 +2486,7 @@
|
|
|
2480
2486
|
"CVE-2026-24858",
|
|
2481
2487
|
"CVE-2026-25108",
|
|
2482
2488
|
"CVE-2026-25592",
|
|
2489
|
+
"CVE-2026-26015",
|
|
2483
2490
|
"CVE-2026-3055",
|
|
2484
2491
|
"CVE-2026-30616",
|
|
2485
2492
|
"CVE-2026-30617",
|
|
@@ -2510,7 +2517,8 @@
|
|
|
2510
2517
|
"CVE-2026-46300",
|
|
2511
2518
|
"CVE-2026-46333",
|
|
2512
2519
|
"CVE-2026-5281",
|
|
2513
|
-
"CVE-2026-6973"
|
|
2520
|
+
"CVE-2026-6973",
|
|
2521
|
+
"CVE-2026-9082"
|
|
2514
2522
|
],
|
|
2515
2523
|
"atlas_refs": [],
|
|
2516
2524
|
"attack_refs": [
|
|
@@ -4756,6 +4764,7 @@
|
|
|
4756
4764
|
"CVE-2026-22252",
|
|
4757
4765
|
"CVE-2026-22688",
|
|
4758
4766
|
"CVE-2026-25592",
|
|
4767
|
+
"CVE-2026-26015",
|
|
4759
4768
|
"CVE-2026-30616",
|
|
4760
4769
|
"CVE-2026-30617",
|
|
4761
4770
|
"CVE-2026-30624",
|
|
@@ -4767,7 +4776,8 @@
|
|
|
4767
4776
|
"CVE-2026-42945",
|
|
4768
4777
|
"CVE-2026-45498",
|
|
4769
4778
|
"CVE-2026-46300",
|
|
4770
|
-
"CVE-2026-46333"
|
|
4779
|
+
"CVE-2026-46333",
|
|
4780
|
+
"CVE-2026-9082"
|
|
4771
4781
|
],
|
|
4772
4782
|
"atlas_refs": [],
|
|
4773
4783
|
"attack_refs": [
|
|
@@ -5260,6 +5270,7 @@
|
|
|
5260
5270
|
"CVE-2026-22252",
|
|
5261
5271
|
"CVE-2026-22688",
|
|
5262
5272
|
"CVE-2026-25592",
|
|
5273
|
+
"CVE-2026-26015",
|
|
5263
5274
|
"CVE-2026-30616",
|
|
5264
5275
|
"CVE-2026-30617",
|
|
5265
5276
|
"CVE-2026-30624",
|
|
@@ -5270,6 +5281,7 @@
|
|
|
5270
5281
|
"CVE-2026-45498",
|
|
5271
5282
|
"CVE-2026-46300",
|
|
5272
5283
|
"CVE-2026-46333",
|
|
5284
|
+
"CVE-2026-9082",
|
|
5273
5285
|
"MAL-2026-SHAI-HULUD-OSS"
|
|
5274
5286
|
],
|
|
5275
5287
|
"atlas_refs": [],
|
|
@@ -5308,6 +5320,7 @@
|
|
|
5308
5320
|
"CVE-2026-22252",
|
|
5309
5321
|
"CVE-2026-22688",
|
|
5310
5322
|
"CVE-2026-25592",
|
|
5323
|
+
"CVE-2026-26015",
|
|
5311
5324
|
"CVE-2026-30616",
|
|
5312
5325
|
"CVE-2026-30617",
|
|
5313
5326
|
"CVE-2026-30624",
|
|
@@ -5317,7 +5330,8 @@
|
|
|
5317
5330
|
"CVE-2026-41091",
|
|
5318
5331
|
"CVE-2026-45498",
|
|
5319
5332
|
"CVE-2026-46300",
|
|
5320
|
-
"CVE-2026-46333"
|
|
5333
|
+
"CVE-2026-46333",
|
|
5334
|
+
"CVE-2026-9082"
|
|
5321
5335
|
],
|
|
5322
5336
|
"atlas_refs": [],
|
|
5323
5337
|
"attack_refs": [
|
|
@@ -6433,6 +6433,106 @@
|
|
|
6433
6433
|
"_auto_imported": false,
|
|
6434
6434
|
"_intake_method": "manual-verified-curation"
|
|
6435
6435
|
},
|
|
6436
|
+
"CVE-2026-26015": {
|
|
6437
|
+
"name": "DocsGPT MCP stdio Unauthenticated Remote Code Execution",
|
|
6438
|
+
"lesson_date": "2026-05-25",
|
|
6439
|
+
"attack_vector": {
|
|
6440
|
+
"description": "DocsGPT executes an MCP server configuration's stdio shell command after a validation step that a crafted payload bypasses, so an unauthenticated attacker runs commands on the host (CWE-77).",
|
|
6441
|
+
"privileges_required": "none (NVD PR:N) — unauthenticated, on hosted and self-hosted instances",
|
|
6442
|
+
"complexity": "low (NVD AC:L); one crafted MCP configuration payload",
|
|
6443
|
+
"ai_factor": "The abused surface is the MCP stdio configuration of a documentation/RAG assistant. The lesson sharpens the LibreChat (CVE-2026-22252) and WeKnora (CVE-2026-22688) cases: a bypassable validation step is not an authorization boundary — the MCP transport must authenticate the caller AND neutralize the command, because its by-design command execution turns injection into unauthenticated RCE. Surfaced via the 2026 MCP supply-chain advisory + GHSA feeds."
|
|
6444
|
+
},
|
|
6445
|
+
"framework_coverage": {
|
|
6446
|
+
"NIST-800-53-SI-2": {
|
|
6447
|
+
"covered": true,
|
|
6448
|
+
"adequate": false,
|
|
6449
|
+
"gap": "Does not track self-hosted documentation/RAG assistants and their MCP transports as managed, RCE-bearing software."
|
|
6450
|
+
},
|
|
6451
|
+
"ISO-27001-2022-A.8.8": {
|
|
6452
|
+
"covered": true,
|
|
6453
|
+
"adequate": false,
|
|
6454
|
+
"gap": "Does not enumerate the MCP stdio configuration as an unauthenticated command-execution surface, nor recognize a bypassable validation step as a non-boundary."
|
|
6455
|
+
},
|
|
6456
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
6457
|
+
"covered": false,
|
|
6458
|
+
"adequate": false,
|
|
6459
|
+
"gap": "No framework requires the MCP transport to authenticate callers and neutralize the stdio command; a validation step that can be bypassed is not authorization."
|
|
6460
|
+
}
|
|
6461
|
+
},
|
|
6462
|
+
"compliance_exposure_score": {
|
|
6463
|
+
"percent_audit_passing_orgs_still_exposed": 72,
|
|
6464
|
+
"basis": "Documentation/RAG assistants are rarely in the managed vulnerability program, and an MCP 'test' step is mistaken for an authorization control.",
|
|
6465
|
+
"theater_pattern": "ai_supply_chain_trust"
|
|
6466
|
+
},
|
|
6467
|
+
"ai_discovered_zeroday": false,
|
|
6468
|
+
"ai_discovery_source": "human_researcher",
|
|
6469
|
+
"ai_assist_factor": "none",
|
|
6470
|
+
"new_control_requirements": [
|
|
6471
|
+
{
|
|
6472
|
+
"id": "NEW-CTRL-084",
|
|
6473
|
+
"name": "MCP-STDIO-CONFIG-INPUT-NEUTRALIZATION",
|
|
6474
|
+
"description": "MCP stdio configuration command/args must be authenticated and neutralized before execution; a 'test'/validation step that can be bypassed is not an authorization boundary. Upgrade DocsGPT to 0.16.0+, do not expose it to untrusted networks, and run least-privilege. Same governance as the LibreChat (CVE-2026-22252) and WeKnora (CVE-2026-22688) MCP transport flaws, here reachable without authentication.",
|
|
6475
|
+
"evidence": "https://nvd.nist.gov/vuln/detail/CVE-2026-26015",
|
|
6476
|
+
"gap_closes": [
|
|
6477
|
+
"NIST-800-53-SI-2",
|
|
6478
|
+
"ISO-27001-2022-A.8.8",
|
|
6479
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
6480
|
+
]
|
|
6481
|
+
}
|
|
6482
|
+
],
|
|
6483
|
+
"_auto_imported": false,
|
|
6484
|
+
"_intake_method": "manual-verified-curation"
|
|
6485
|
+
},
|
|
6486
|
+
"CVE-2026-9082": {
|
|
6487
|
+
"name": "Drupal Core Database API Unauthenticated SQL Injection (SA-CORE-2026-004)",
|
|
6488
|
+
"lesson_date": "2026-05-25",
|
|
6489
|
+
"attack_vector": {
|
|
6490
|
+
"description": "Drupal core's database abstraction layer fails to neutralize special elements in a PostgreSQL query condition handler reachable via JSON:API, allowing an unauthenticated attacker to inject SQL (CWE-89). Actively exploited; CISA KEV 2026-05-22, due 2026-05-27.",
|
|
6491
|
+
"privileges_required": "none (NVD PR:N) — unauthenticated, on PostgreSQL-backed sites",
|
|
6492
|
+
"complexity": "low (NVD AC:L); JSON:API request with crafted condition",
|
|
6493
|
+
"ai_factor": "Not an AI-specific flaw, but a current actively-exploited CMS-core SQLi the catalog tracks for KEV currency. The lesson: input validation asserted at the application layer is not the same as parameterization verified at the database abstraction layer where the query is built — the two must be separately evidenced."
|
|
6494
|
+
},
|
|
6495
|
+
"framework_coverage": {
|
|
6496
|
+
"NIST-800-53-SI-2": {
|
|
6497
|
+
"covered": true,
|
|
6498
|
+
"adequate": false,
|
|
6499
|
+
"gap": "Flaw-remediation cadence frequently misses the sub-week window between KEV listing and the due date for an actively-exploited CMS-core SQLi."
|
|
6500
|
+
},
|
|
6501
|
+
"NIST-800-53-SI-10": {
|
|
6502
|
+
"covered": true,
|
|
6503
|
+
"adequate": false,
|
|
6504
|
+
"gap": "Input-validation control is asserted at the application layer but not verified at the database abstraction layer where the query condition handler builds SQL."
|
|
6505
|
+
},
|
|
6506
|
+
"ISO-27001-2022-A.8.8": {
|
|
6507
|
+
"covered": true,
|
|
6508
|
+
"adequate": false,
|
|
6509
|
+
"gap": "Does not treat the CMS database driver's query builder as an unauthenticated injection surface."
|
|
6510
|
+
}
|
|
6511
|
+
},
|
|
6512
|
+
"compliance_exposure_score": {
|
|
6513
|
+
"percent_audit_passing_orgs_still_exposed": 65,
|
|
6514
|
+
"basis": "Organizations assert WAF/input-validation coverage at the edge while the injection is in the database abstraction layer's PostgreSQL query builder, reachable via JSON:API.",
|
|
6515
|
+
"theater_pattern": "perimeter_control_substitution"
|
|
6516
|
+
},
|
|
6517
|
+
"ai_discovered_zeroday": false,
|
|
6518
|
+
"ai_discovery_source": "human_researcher",
|
|
6519
|
+
"ai_assist_factor": "none",
|
|
6520
|
+
"new_control_requirements": [
|
|
6521
|
+
{
|
|
6522
|
+
"id": "NEW-CTRL-085",
|
|
6523
|
+
"name": "DB-ABSTRACTION-LAYER-PARAMETERIZATION-VERIFICATION",
|
|
6524
|
+
"description": "Parameterization must be verified at the database abstraction layer / query builder, not assumed from application-layer input validation or a perimeter WAF. For Drupal, apply SA-CORE-2026-004 (10.4.10 / 10.5.10 / 10.6.9 / 11.1.10 / 11.2.12 / 11.3.10), prioritize PostgreSQL-backed sites, and meet the CISA KEV due date 2026-05-27. The distinguishing test: send a JSON:API request with a SQL metacharacter in a filter condition against a staging instance and confirm the query builder parameterizes rather than concatenates it.",
|
|
6525
|
+
"evidence": "https://www.drupal.org/sa-core-2026-004",
|
|
6526
|
+
"gap_closes": [
|
|
6527
|
+
"NIST-800-53-SI-2",
|
|
6528
|
+
"NIST-800-53-SI-10",
|
|
6529
|
+
"ISO-27001-2022-A.8.8"
|
|
6530
|
+
]
|
|
6531
|
+
}
|
|
6532
|
+
],
|
|
6533
|
+
"_auto_imported": false,
|
|
6534
|
+
"_intake_method": "manual-verified-curation"
|
|
6535
|
+
},
|
|
6436
6536
|
"CVE-2025-34291": {
|
|
6437
6537
|
"name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
|
|
6438
6538
|
"lesson_date": "2026-05-24",
|