@blamejs/exceptd-skills 0.13.67 → 0.13.69
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 +548 -0
- package/data/attack-techniques.json +9 -2
- package/data/cve-catalog.json +223 -0
- package/data/cwe-catalog.json +8 -4
- package/data/framework-control-gaps.json +12 -0
- package/data/zeroday-lessons.json +90 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +23 -23
|
@@ -402,6 +402,7 @@
|
|
|
402
402
|
"CVE-2026-31431",
|
|
403
403
|
"CVE-2026-31635",
|
|
404
404
|
"CVE-2026-33825",
|
|
405
|
+
"CVE-2026-41091",
|
|
405
406
|
"CVE-2026-43284",
|
|
406
407
|
"CVE-2026-43500",
|
|
407
408
|
"CVE-2026-46300",
|
|
@@ -3345,7 +3346,10 @@
|
|
|
3345
3346
|
"Windows"
|
|
3346
3347
|
],
|
|
3347
3348
|
"stix_id": "attack-pattern--92a78814-b191-47ca-909c-1ccfe3777414",
|
|
3348
|
-
"is_subtechnique": false
|
|
3349
|
+
"is_subtechnique": false,
|
|
3350
|
+
"cve_refs": [
|
|
3351
|
+
"CVE-2026-34926"
|
|
3352
|
+
]
|
|
3349
3353
|
},
|
|
3350
3354
|
"T1074": {
|
|
3351
3355
|
"id": "T1074",
|
|
@@ -3438,7 +3442,10 @@
|
|
|
3438
3442
|
"Windows"
|
|
3439
3443
|
],
|
|
3440
3444
|
"stix_id": "attack-pattern--7bc57495-ea59-4380-be31-a64af124ef18",
|
|
3441
|
-
"is_subtechnique": false
|
|
3445
|
+
"is_subtechnique": false,
|
|
3446
|
+
"cve_refs": [
|
|
3447
|
+
"CVE-2026-34926"
|
|
3448
|
+
]
|
|
3442
3449
|
},
|
|
3443
3450
|
"T1087": {
|
|
3444
3451
|
"id": "T1087",
|
package/data/cve-catalog.json
CHANGED
|
@@ -9475,6 +9475,229 @@
|
|
|
9475
9475
|
"_intake_method": "manual-verified-curation",
|
|
9476
9476
|
"_kev_short_description": "Langflow contains an origin validation error vulnerability that could allow account takeover and remote code execution."
|
|
9477
9477
|
},
|
|
9478
|
+
"CVE-2026-41091": {
|
|
9479
|
+
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
9480
|
+
"type": "LPE",
|
|
9481
|
+
"cvss_score": 7.8,
|
|
9482
|
+
"cvss_vector": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
|
|
9483
|
+
"cvss_note": "NVD CVSS v3.1 base 7.8 (HIGH). Local, low-complexity, low-privilege elevation: the Malware Protection Engine runs as SYSTEM, so a link-following primitive in it is a clean LPE-to-SYSTEM.",
|
|
9484
|
+
"cisa_kev": true,
|
|
9485
|
+
"cisa_kev_date": "2026-05-20",
|
|
9486
|
+
"cisa_kev_due_date": "2026-06-03",
|
|
9487
|
+
"cisa_kev_due_date_note": "CISA KEV (FCEB) remediation deadline for the 2026-05-20 listing; verified against the live KEV catalog.",
|
|
9488
|
+
"poc_available": false,
|
|
9489
|
+
"poc_description": "CISA KEV-listed with Microsoft 'Exploitation Detected'. No public proof-of-concept repository verified at curation time; exploitation is confirmed regardless of public PoC status.",
|
|
9490
|
+
"ai_discovered": false,
|
|
9491
|
+
"ai_discovery_source": "vendor_research",
|
|
9492
|
+
"ai_discovery_notes": "Reported through Microsoft's MSRC process; no AI-discovery attribution surfaced.",
|
|
9493
|
+
"ai_assisted_weaponization": false,
|
|
9494
|
+
"ai_assisted_notes": "No AI-assisted weaponization reported.",
|
|
9495
|
+
"active_exploitation": "confirmed",
|
|
9496
|
+
"active_exploitation_notes": "Microsoft flagged 'Exploitation Detected'; CISA added the CVE to the KEV catalog on 2026-05-20 alongside CVE-2026-45498 (Defender DoS). Help Net Security and The Hacker News reported active exploitation 2026-05-21.",
|
|
9497
|
+
"affected": "Microsoft Malware Protection Engine (Microsoft Defender) versions 1.1.26030.3008 through 1.1.26040.8, excluding the fixed build 1.1.26040.8.",
|
|
9498
|
+
"affected_versions": [
|
|
9499
|
+
"Microsoft Malware Protection Engine >= 1.1.26030.3008, < 1.1.26040.8"
|
|
9500
|
+
],
|
|
9501
|
+
"vector": "The Malware Protection Engine improperly resolves links before accessing files (link following, CWE-59). A local low-privileged attacker plants a link (symlink / junction / hardlink) so that an engine file operation running as SYSTEM follows it to a target the attacker could not otherwise write, yielding elevation to SYSTEM. The security agent itself is the privileged confused deputy.",
|
|
9502
|
+
"complexity": "low",
|
|
9503
|
+
"complexity_notes": "NVD AV:L / AC:L / PR:L. Requires local low-privileged code execution; the engine auto-runs as SYSTEM so no further pivot is needed.",
|
|
9504
|
+
"patch_available": true,
|
|
9505
|
+
"patch_required_reboot": false,
|
|
9506
|
+
"live_patch_available": true,
|
|
9507
|
+
"live_patch_tools": [
|
|
9508
|
+
"Microsoft Defender antimalware-platform auto-update (Malware Protection Engine updates apply without reboot)"
|
|
9509
|
+
],
|
|
9510
|
+
"live_patch_notes": "Defender's antimalware platform / engine auto-updates; the fixed engine build is 1.1.26040.8 and applies without reboot. The exposed population is managed environments that pin or delay engine updates — verify the deployed engine version is >= 1.1.26040.8.",
|
|
9511
|
+
"vendor_update_paths": [
|
|
9512
|
+
"Confirm the Microsoft Malware Protection Engine is updated to 1.1.26040.8 or later (auto-update is the default; ensure it is not blocked by a managed-update policy)."
|
|
9513
|
+
],
|
|
9514
|
+
"framework_control_gaps": {
|
|
9515
|
+
"NIST-800-53-SI-2": "30-day flaw-remediation SLA is inadequate for a KEV-listed, in-the-wild-exploited LPE; the CISA KEV due date (2026-06-03) is the binding clock.",
|
|
9516
|
+
"ISO-27001-2022-A.8.8": "Vulnerability-management clause does not differentiate routinely-disclosed CVEs from KEV-listed actively-exploited ones, and does not specifically require verifying that the security agent's own engine build is current.",
|
|
9517
|
+
"NIS2-Art21-patch-management": "Article 21 measures mandate timely patching but assume the EDR/AV agent is part of the defense, not itself the LPE vector; engine-version currency is rarely a tracked control.",
|
|
9518
|
+
"DORA-Art-9": "ICT protection measures presume the endpoint-protection tool is trustworthy; a privileged confused-deputy in that tool is outside the typical control narrative.",
|
|
9519
|
+
"UK-CAF-B4": "System Security objective expects vulnerability remediation but does not call out keeping the security agent's engine build patched as a distinct, audited control.",
|
|
9520
|
+
"AU-ISM-1546": "Patch-application timeframe control is product-agnostic and does not single out the AV/EDR engine, whose SYSTEM privilege makes its flaws maximally severe."
|
|
9521
|
+
},
|
|
9522
|
+
"atlas_refs": [],
|
|
9523
|
+
"attack_refs": [
|
|
9524
|
+
"T1068"
|
|
9525
|
+
],
|
|
9526
|
+
"rwep_score": 45,
|
|
9527
|
+
"rwep_factors": {
|
|
9528
|
+
"cisa_kev": 25,
|
|
9529
|
+
"poc_available": 0,
|
|
9530
|
+
"ai_factor": 0,
|
|
9531
|
+
"active_exploitation": 20,
|
|
9532
|
+
"blast_radius": 25,
|
|
9533
|
+
"patch_available": -15,
|
|
9534
|
+
"live_patch_available": -10,
|
|
9535
|
+
"reboot_required": 0
|
|
9536
|
+
},
|
|
9537
|
+
"rwep_notes": "P2 (RWEP 45 per lib/scoring.js). KEV-listed with confirmed exploitation; blast_radius=25 — Microsoft Defender is present on virtually every Windows endpoint. No verified public PoC (poc_available=0); auto-update / no-reboot remediation reduces urgency (patch_available -15, live_patch_available -10). The notable risk is that the AV/EDR engine itself is the LPE-to-SYSTEM primitive.",
|
|
9538
|
+
"epss_score": null,
|
|
9539
|
+
"epss_date": "2026-05-24",
|
|
9540
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
9541
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-41091",
|
|
9542
|
+
"cwe_refs": [
|
|
9543
|
+
"CWE-59",
|
|
9544
|
+
"CWE-269"
|
|
9545
|
+
],
|
|
9546
|
+
"iocs": {
|
|
9547
|
+
"behavioral": [
|
|
9548
|
+
"Creation of symbolic links, NTFS junctions, or hardlinks by a non-SYSTEM process inside paths the Malware Protection Engine reads/writes (scan staging, quarantine, signature-update, or platform-update directories under ProgramData\\Microsoft\\Windows Defender).",
|
|
9549
|
+
"Malware Protection Engine (MsMpEng / engine worker) performing a file write or move as SYSTEM that resolves through an attacker-plantable link to a target outside its expected directory tree.",
|
|
9550
|
+
"Deployed Defender engine version below 1.1.26040.8 on hosts that otherwise receive auto-updates — the exposed precondition."
|
|
9551
|
+
],
|
|
9552
|
+
"_ioc_source_note": "Behavioral signatures derived from the NVD CVE-2026-41091 mechanism (CWE-59 link following in the Malware Protection Engine running as SYSTEM) and Microsoft's advisory; no public packet/payload capture available at curation time."
|
|
9553
|
+
},
|
|
9554
|
+
"source_verified": "2026-05-24",
|
|
9555
|
+
"verification_sources": [
|
|
9556
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-41091",
|
|
9557
|
+
"https://www.helpnetsecurity.com/2026/05/21/microsoft-defender-vulnerabilities-cve-2026-41091-cve-2026-45498/",
|
|
9558
|
+
"https://thehackernews.com/2026/05/microsoft-warns-of-two-actively.html",
|
|
9559
|
+
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
|
|
9560
|
+
],
|
|
9561
|
+
"vendor_advisories": [
|
|
9562
|
+
{
|
|
9563
|
+
"vendor": "CISA KEV",
|
|
9564
|
+
"advisory_id": "CVE-2026-41091",
|
|
9565
|
+
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9566
|
+
"severity": "high",
|
|
9567
|
+
"published_date": "2026-05-20"
|
|
9568
|
+
},
|
|
9569
|
+
{
|
|
9570
|
+
"vendor": "Microsoft (MSRC)",
|
|
9571
|
+
"advisory_id": "CVE-2026-41091",
|
|
9572
|
+
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-41091",
|
|
9573
|
+
"severity": "high",
|
|
9574
|
+
"published_date": "2026-05-20"
|
|
9575
|
+
},
|
|
9576
|
+
{
|
|
9577
|
+
"vendor": "NVD",
|
|
9578
|
+
"advisory_id": "CVE-2026-41091",
|
|
9579
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41091",
|
|
9580
|
+
"severity": "high",
|
|
9581
|
+
"published_date": "2026-05-20"
|
|
9582
|
+
}
|
|
9583
|
+
],
|
|
9584
|
+
"last_updated": "2026-05-24",
|
|
9585
|
+
"discovery_attribution_note": "Manually curated from NVD + Microsoft MSRC ('Exploitation Detected') + CISA KEV (added 2026-05-20, due 2026-06-03) + Help Net Security / The Hacker News coverage (2026-05-21). CWE-59 (link following) in the Malware Protection Engine, which runs as SYSTEM. Postdates the v0.13.17 bulk KEV intake (catalog version 2026.05.15).",
|
|
9586
|
+
"_auto_imported": false,
|
|
9587
|
+
"_intake_method": "manual-verified-curation",
|
|
9588
|
+
"_kev_short_description": "Microsoft Defender (Malware Protection Engine) improperly resolves links before file access, allowing local privilege elevation to SYSTEM."
|
|
9589
|
+
},
|
|
9590
|
+
"CVE-2026-34926": {
|
|
9591
|
+
"name": "Trend Micro Apex One Directory Traversal → Malicious Agent Code Deployment",
|
|
9592
|
+
"type": "RCE",
|
|
9593
|
+
"cvss_score": 6.7,
|
|
9594
|
+
"cvss_vector": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:L/A:L",
|
|
9595
|
+
"cvss_note": "NVD CVSS v3.1 base 6.7 (MEDIUM). High privileges (PR:H — server admin) and high complexity (AC:H) gate it, but Scope:Changed reflects the real impact: the directory traversal lets an attacker on the Apex One management server inject code that the server then deploys to every managed agent — a fleet-wide push from the security tool's own deployment channel.",
|
|
9596
|
+
"cisa_kev": true,
|
|
9597
|
+
"cisa_kev_date": "2026-05-21",
|
|
9598
|
+
"cisa_kev_due_date": "2026-06-04",
|
|
9599
|
+
"cisa_kev_due_date_note": "CISA KEV remediation deadline for the 2026-05-21 listing; verified against the live KEV catalog.",
|
|
9600
|
+
"poc_available": false,
|
|
9601
|
+
"poc_description": "CISA KEV-listed (confirmed exploitation). No public proof-of-concept repository referenced by NVD or the Trend Micro advisory at curation time.",
|
|
9602
|
+
"ai_discovered": false,
|
|
9603
|
+
"ai_discovery_source": "vendor_research",
|
|
9604
|
+
"ai_discovery_notes": "Reported through Trend Micro / ZDI coordinated disclosure; no AI-discovery attribution surfaced.",
|
|
9605
|
+
"ai_assisted_weaponization": false,
|
|
9606
|
+
"ai_assisted_notes": "No AI-assisted weaponization reported.",
|
|
9607
|
+
"active_exploitation": "confirmed",
|
|
9608
|
+
"active_exploitation_notes": "CISA added the CVE to the KEV catalog on 2026-05-21 (confirmed-exploitation attestation).",
|
|
9609
|
+
"affected": "Trend Micro Apex One on-premise (before 14.0.0.17079) and Apex One SaaS (before 14.0.20731).",
|
|
9610
|
+
"affected_versions": [
|
|
9611
|
+
"Trend Micro Apex One (on-premise) < 14.0.0.17079",
|
|
9612
|
+
"Trend Micro Apex One (SaaS) < 14.0.20731"
|
|
9613
|
+
],
|
|
9614
|
+
"vector": "A relative path-traversal flaw (CWE-23) on the Apex One on-premise management server lets an attacker who already has server access and administrative credentials modify a key table and inject malicious code that the server deploys to its managed agents. The trust the endpoints place in the management server's deployment channel turns a post-admin server foothold into fleet-wide agent code execution (Scope:Changed).",
|
|
9615
|
+
"complexity": "high",
|
|
9616
|
+
"complexity_notes": "NVD AC:H, PR:H: requires server access plus already-obtained administrative credentials. This is a post-admin-compromise propagation primitive, not an initial-access RCE — its value to an attacker is turning one server into the whole agent fleet.",
|
|
9617
|
+
"patch_available": true,
|
|
9618
|
+
"patch_required_reboot": false,
|
|
9619
|
+
"live_patch_available": false,
|
|
9620
|
+
"live_patch_tools": [],
|
|
9621
|
+
"live_patch_notes": "Vendor fix via product update — Apex One on-premise 14.0.0.17079 / SaaS 14.0.20731 or later; application update, no host reboot.",
|
|
9622
|
+
"vendor_update_paths": [
|
|
9623
|
+
"Update Apex One on-premise to 14.0.0.17079 or later; Apex One SaaS to 14.0.20731 or later."
|
|
9624
|
+
],
|
|
9625
|
+
"framework_control_gaps": {
|
|
9626
|
+
"NIST-800-53-SI-2": "30-day flaw-remediation SLA is inadequate for a KEV-listed actively-exploited flaw; the CISA KEV due date (2026-06-04) is the binding clock.",
|
|
9627
|
+
"ISO-27001-2022-A.8.8": "Vulnerability-management clause does not differentiate routinely-disclosed CVEs from KEV-listed actively-exploited ones.",
|
|
9628
|
+
"NIS2-Art21-patch-management": "Article 21 measures mandate patching but do not treat the EDR/endpoint-management server's agent-deployment channel as a high-blast-radius supply-chain control plane that must be hardened and monitored.",
|
|
9629
|
+
"DORA-Art-9": "ICT protection measures assume the endpoint-management platform is trustworthy; abuse of its own deployment channel to push code to agents is outside the typical control narrative.",
|
|
9630
|
+
"UK-CAF-B4": "System Security objective expects remediation but does not call out the management-server → agent deployment path as a privileged trust boundary requiring integrity controls.",
|
|
9631
|
+
"AU-ISM-1546": "Patch-application timeframe control is product-agnostic; it does not address the fleet-wide propagation risk of a compromised endpoint-management server."
|
|
9632
|
+
},
|
|
9633
|
+
"atlas_refs": [],
|
|
9634
|
+
"attack_refs": [
|
|
9635
|
+
"T1072",
|
|
9636
|
+
"T1083"
|
|
9637
|
+
],
|
|
9638
|
+
"rwep_score": 52,
|
|
9639
|
+
"rwep_factors": {
|
|
9640
|
+
"cisa_kev": 25,
|
|
9641
|
+
"poc_available": 0,
|
|
9642
|
+
"ai_factor": 0,
|
|
9643
|
+
"active_exploitation": 20,
|
|
9644
|
+
"blast_radius": 22,
|
|
9645
|
+
"patch_available": -15,
|
|
9646
|
+
"live_patch_available": 0,
|
|
9647
|
+
"reboot_required": 0
|
|
9648
|
+
},
|
|
9649
|
+
"rwep_notes": "P2 (RWEP 52 per lib/scoring.js). KEV-listed with confirmed exploitation. blast_radius=22: the management server's deployment channel reaches the whole agent fleet, but PR:H/AC:H (requires pre-existing server admin) caps practical reach below an unauthenticated RCE. No verified public PoC. patch_available -15 (vendor update).",
|
|
9650
|
+
"epss_score": null,
|
|
9651
|
+
"epss_date": "2026-05-24",
|
|
9652
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
9653
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-34926",
|
|
9654
|
+
"cwe_refs": [
|
|
9655
|
+
"CWE-23",
|
|
9656
|
+
"CWE-22"
|
|
9657
|
+
],
|
|
9658
|
+
"iocs": {
|
|
9659
|
+
"behavioral": [
|
|
9660
|
+
"Modification of the Apex One server's agent-deployment key table or staged agent payloads by a process/path outside the normal product update workflow.",
|
|
9661
|
+
"Apex One management server pushing an agent update/package that was not initiated by a sanctioned administrator action (deployment from an anomalous session or off-hours).",
|
|
9662
|
+
"Path-traversal sequences (`..\\` / `../`) in requests to Apex One on-premise server endpoints that handle file or key-table writes.",
|
|
9663
|
+
"On-premise Apex One server below 14.0.0.17079 (or SaaS below 14.0.20731) — the exposed precondition."
|
|
9664
|
+
],
|
|
9665
|
+
"_ioc_source_note": "Behavioral signatures derived from the NVD CVE-2026-34926 mechanism (CWE-23 relative path traversal enabling key-table modification and malicious agent deployment) and the Trend Micro advisory; no public packet/payload capture available at curation time."
|
|
9666
|
+
},
|
|
9667
|
+
"source_verified": "2026-05-24",
|
|
9668
|
+
"verification_sources": [
|
|
9669
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-34926",
|
|
9670
|
+
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
|
|
9671
|
+
],
|
|
9672
|
+
"vendor_advisories": [
|
|
9673
|
+
{
|
|
9674
|
+
"vendor": "CISA KEV",
|
|
9675
|
+
"advisory_id": "CVE-2026-34926",
|
|
9676
|
+
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9677
|
+
"severity": "medium",
|
|
9678
|
+
"published_date": "2026-05-21"
|
|
9679
|
+
},
|
|
9680
|
+
{
|
|
9681
|
+
"vendor": "Trend Micro",
|
|
9682
|
+
"advisory_id": "CVE-2026-34926",
|
|
9683
|
+
"url": "https://success.trendmicro.com/solution/CVE-2026-34926",
|
|
9684
|
+
"severity": "medium",
|
|
9685
|
+
"published_date": "2026-05-21"
|
|
9686
|
+
},
|
|
9687
|
+
{
|
|
9688
|
+
"vendor": "NVD",
|
|
9689
|
+
"advisory_id": "CVE-2026-34926",
|
|
9690
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34926",
|
|
9691
|
+
"severity": "medium",
|
|
9692
|
+
"published_date": "2026-05-21"
|
|
9693
|
+
}
|
|
9694
|
+
],
|
|
9695
|
+
"last_updated": "2026-05-24",
|
|
9696
|
+
"discovery_attribution_note": "Manually curated from NVD + CISA KEV (added 2026-05-21, due 2026-06-04). CWE-23 relative path traversal on the Apex One on-premise management server enabling key-table modification and malicious code deployment to managed agents. Postdates the v0.13.17 bulk KEV intake (catalog version 2026.05.15).",
|
|
9697
|
+
"_auto_imported": false,
|
|
9698
|
+
"_intake_method": "manual-verified-curation",
|
|
9699
|
+
"_kev_short_description": "Trend Micro Apex One on-premise contains a directory traversal that lets a pre-authenticated local attacker modify a key table to inject malicious code deployed to agents."
|
|
9700
|
+
},
|
|
9478
9701
|
"CVE-2025-32432": {
|
|
9479
9702
|
"name": "Craft CMS Code Injection Vulnerability",
|
|
9480
9703
|
"type": "RCE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -101,7 +101,8 @@
|
|
|
101
101
|
"CVE-2025-27920",
|
|
102
102
|
"CVE-2025-4632",
|
|
103
103
|
"CVE-2025-6218",
|
|
104
|
-
"CVE-2025-8110"
|
|
104
|
+
"CVE-2025-8110",
|
|
105
|
+
"CVE-2026-34926"
|
|
105
106
|
],
|
|
106
107
|
"framework_controls_partially_addressing": [
|
|
107
108
|
"NIST-800-53-AC-3",
|
|
@@ -577,7 +578,8 @@
|
|
|
577
578
|
"CVE-2025-48543",
|
|
578
579
|
"CVE-2025-48572",
|
|
579
580
|
"CVE-2025-62849",
|
|
580
|
-
"CVE-2026-21533"
|
|
581
|
+
"CVE-2026-21533",
|
|
582
|
+
"CVE-2026-41091"
|
|
581
583
|
],
|
|
582
584
|
"framework_controls_partially_addressing": [
|
|
583
585
|
"NIST-800-53-AC-6",
|
|
@@ -2109,7 +2111,8 @@
|
|
|
2109
2111
|
"related_weaknesses": [],
|
|
2110
2112
|
"evidence_cves": [
|
|
2111
2113
|
"CVE-2024-27199",
|
|
2112
|
-
"CVE-2025-64446"
|
|
2114
|
+
"CVE-2025-64446",
|
|
2115
|
+
"CVE-2026-34926"
|
|
2113
2116
|
],
|
|
2114
2117
|
"last_verified": "2026-05-18",
|
|
2115
2118
|
"notes": "Added v0.13.17 KEV bulk-import."
|
|
@@ -2148,7 +2151,8 @@
|
|
|
2148
2151
|
"related_weaknesses": [],
|
|
2149
2152
|
"evidence_cves": [
|
|
2150
2153
|
"CVE-2025-48384",
|
|
2151
|
-
"CVE-2025-60710"
|
|
2154
|
+
"CVE-2025-60710",
|
|
2155
|
+
"CVE-2026-41091"
|
|
2152
2156
|
],
|
|
2153
2157
|
"last_verified": "2026-05-18",
|
|
2154
2158
|
"notes": "Added v0.13.17 KEV bulk-import."
|
|
@@ -1517,10 +1517,12 @@
|
|
|
1517
1517
|
"CVE-2026-33634",
|
|
1518
1518
|
"CVE-2026-34197",
|
|
1519
1519
|
"CVE-2026-34621",
|
|
1520
|
+
"CVE-2026-34926",
|
|
1520
1521
|
"CVE-2026-3502",
|
|
1521
1522
|
"CVE-2026-35616",
|
|
1522
1523
|
"CVE-2026-3909",
|
|
1523
1524
|
"CVE-2026-3910",
|
|
1525
|
+
"CVE-2026-41091",
|
|
1524
1526
|
"CVE-2026-41940",
|
|
1525
1527
|
"CVE-2026-42945",
|
|
1526
1528
|
"CVE-2026-46300",
|
|
@@ -1713,7 +1715,9 @@
|
|
|
1713
1715
|
"CVE-2025-38352",
|
|
1714
1716
|
"CVE-2025-43300",
|
|
1715
1717
|
"CVE-2026-31431",
|
|
1718
|
+
"CVE-2026-34926",
|
|
1716
1719
|
"CVE-2026-39884",
|
|
1720
|
+
"CVE-2026-41091",
|
|
1717
1721
|
"CVE-2026-45321",
|
|
1718
1722
|
"CVE-2026-46300",
|
|
1719
1723
|
"CVE-2026-46333",
|
|
@@ -2438,10 +2442,12 @@
|
|
|
2438
2442
|
"CVE-2026-33825",
|
|
2439
2443
|
"CVE-2026-34197",
|
|
2440
2444
|
"CVE-2026-34621",
|
|
2445
|
+
"CVE-2026-34926",
|
|
2441
2446
|
"CVE-2026-3502",
|
|
2442
2447
|
"CVE-2026-35616",
|
|
2443
2448
|
"CVE-2026-3909",
|
|
2444
2449
|
"CVE-2026-3910",
|
|
2450
|
+
"CVE-2026-41091",
|
|
2445
2451
|
"CVE-2026-41940",
|
|
2446
2452
|
"CVE-2026-42897",
|
|
2447
2453
|
"CVE-2026-42945",
|
|
@@ -4691,6 +4697,8 @@
|
|
|
4691
4697
|
"CVE-2025-34291",
|
|
4692
4698
|
"CVE-2026-0300",
|
|
4693
4699
|
"CVE-2026-20182",
|
|
4700
|
+
"CVE-2026-34926",
|
|
4701
|
+
"CVE-2026-41091",
|
|
4694
4702
|
"CVE-2026-42897",
|
|
4695
4703
|
"CVE-2026-42945",
|
|
4696
4704
|
"CVE-2026-46300",
|
|
@@ -5177,6 +5185,8 @@
|
|
|
5177
5185
|
"evidence_cves": [
|
|
5178
5186
|
"CVE-2024-21762",
|
|
5179
5187
|
"CVE-2025-34291",
|
|
5188
|
+
"CVE-2026-34926",
|
|
5189
|
+
"CVE-2026-41091",
|
|
5180
5190
|
"CVE-2026-46300",
|
|
5181
5191
|
"CVE-2026-46333",
|
|
5182
5192
|
"MAL-2026-SHAI-HULUD-OSS"
|
|
@@ -5212,6 +5222,8 @@
|
|
|
5212
5222
|
"evidence_cves": [
|
|
5213
5223
|
"CVE-2024-21762",
|
|
5214
5224
|
"CVE-2025-34291",
|
|
5225
|
+
"CVE-2026-34926",
|
|
5226
|
+
"CVE-2026-41091",
|
|
5215
5227
|
"CVE-2026-46300",
|
|
5216
5228
|
"CVE-2026-46333"
|
|
5217
5229
|
],
|
|
@@ -5978,6 +5978,96 @@
|
|
|
5978
5978
|
"_auto_imported": false,
|
|
5979
5979
|
"_intake_method": "manual-verified-curation"
|
|
5980
5980
|
},
|
|
5981
|
+
"CVE-2026-41091": {
|
|
5982
|
+
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
5983
|
+
"lesson_date": "2026-05-24",
|
|
5984
|
+
"attack_vector": {
|
|
5985
|
+
"description": "The Malware Protection Engine, which runs as SYSTEM, improperly resolves links before accessing files (CWE-59). A local low-privileged attacker plants a symlink/junction/hardlink so an engine file operation follows it to a target the attacker could not otherwise write, elevating to SYSTEM.",
|
|
5986
|
+
"privileges_required": "local, low-privileged code execution (no admin)",
|
|
5987
|
+
"complexity": "low (NVD AV:L / AC:L / PR:L)",
|
|
5988
|
+
"ai_factor": "Not AI-discovered. The lesson: the EDR/AV agent is itself a SYSTEM-privileged confused deputy — a link-following flaw in the security tool is a maximally-severe LPE, and engine-build currency must be an audited control, not assumed because 'Defender auto-updates'. Surfaced by the CISA-KEV poller after the v0.13.17 bulk intake."
|
|
5989
|
+
},
|
|
5990
|
+
"framework_coverage": {
|
|
5991
|
+
"NIST-800-53-SI-2": {
|
|
5992
|
+
"covered": true,
|
|
5993
|
+
"adequate": false,
|
|
5994
|
+
"gap": "30-day SLA inadequate for a KEV-listed LPE; KEV due date (2026-06-03) is the binding clock, and engine-version currency is not a tracked remediation target."
|
|
5995
|
+
},
|
|
5996
|
+
"ISO-27001-2022-A.8.8": {
|
|
5997
|
+
"covered": true,
|
|
5998
|
+
"adequate": false,
|
|
5999
|
+
"gap": "Does not differentiate routinely-disclosed CVEs from KEV-listed ones, nor require verifying that the security agent's own engine build is patched."
|
|
6000
|
+
}
|
|
6001
|
+
},
|
|
6002
|
+
"compliance_exposure_score": {
|
|
6003
|
+
"percent_audit_passing_orgs_still_exposed": 50,
|
|
6004
|
+
"basis": "Most orgs assume Defender auto-updates close engine flaws; managed environments that pin/delay engine builds remain exposed while passing patch-SLA audits that track OS patches, not AV-engine builds.",
|
|
6005
|
+
"theater_pattern": "patch_management"
|
|
6006
|
+
},
|
|
6007
|
+
"ai_discovered_zeroday": false,
|
|
6008
|
+
"ai_discovery_source": "vendor_research",
|
|
6009
|
+
"ai_assist_factor": "none",
|
|
6010
|
+
"new_control_requirements": [
|
|
6011
|
+
{
|
|
6012
|
+
"id": "NEW-CTRL-077",
|
|
6013
|
+
"name": "SECURITY-AGENT-ENGINE-CURRENCY-AUDIT",
|
|
6014
|
+
"description": "Treat the EDR/AV agent's own engine/platform build as a first-class, audited remediation target: verify (not assume) that the deployed Microsoft Defender Malware Protection Engine is >= the fixed build (1.1.26040.8 for CVE-2026-41091) on every endpoint, and alarm on hosts whose engine build lags despite an auto-update policy. A SYSTEM-privileged security agent's flaws are LPE-to-SYSTEM by construction.",
|
|
6015
|
+
"evidence": "https://nvd.nist.gov/vuln/detail/CVE-2026-41091",
|
|
6016
|
+
"gap_closes": [
|
|
6017
|
+
"NIST-800-53-SI-2",
|
|
6018
|
+
"ISO-27001-2022-A.8.8",
|
|
6019
|
+
"AU-ISM-1546"
|
|
6020
|
+
]
|
|
6021
|
+
}
|
|
6022
|
+
],
|
|
6023
|
+
"_auto_imported": false,
|
|
6024
|
+
"_intake_method": "manual-verified-curation"
|
|
6025
|
+
},
|
|
6026
|
+
"CVE-2026-34926": {
|
|
6027
|
+
"name": "Trend Micro Apex One Directory Traversal → Malicious Agent Code Deployment",
|
|
6028
|
+
"lesson_date": "2026-05-24",
|
|
6029
|
+
"attack_vector": {
|
|
6030
|
+
"description": "A relative path traversal (CWE-23) on the Apex One on-premise management server lets an attacker with server admin access modify a key table and inject malicious code that the server deploys to all managed agents — fleet-wide code execution through the security tool's own trusted deployment channel.",
|
|
6031
|
+
"privileges_required": "server access + already-obtained administrative credentials (PR:H)",
|
|
6032
|
+
"complexity": "high (NVD AC:H) — post-admin-compromise propagation primitive, not initial access",
|
|
6033
|
+
"ai_factor": "Not AI-discovered. The lesson: an endpoint-management server's agent-deployment channel is a high-blast-radius supply-chain control plane — its integrity must be monitored, because a foothold on the server becomes the entire agent fleet. Surfaced by the CISA-KEV poller after the v0.13.17 bulk intake."
|
|
6034
|
+
},
|
|
6035
|
+
"framework_coverage": {
|
|
6036
|
+
"NIST-800-53-SI-2": {
|
|
6037
|
+
"covered": true,
|
|
6038
|
+
"adequate": false,
|
|
6039
|
+
"gap": "30-day SLA inadequate for a KEV-listed flaw; KEV due date (2026-06-04) is the binding clock."
|
|
6040
|
+
},
|
|
6041
|
+
"ISO-27001-2022-A.8.8": {
|
|
6042
|
+
"covered": true,
|
|
6043
|
+
"adequate": false,
|
|
6044
|
+
"gap": "Does not differentiate routinely-disclosed CVEs from KEV-listed ones, nor treat the agent-deployment channel as a control plane needing integrity monitoring."
|
|
6045
|
+
}
|
|
6046
|
+
},
|
|
6047
|
+
"compliance_exposure_score": {
|
|
6048
|
+
"percent_audit_passing_orgs_still_exposed": 45,
|
|
6049
|
+
"basis": "Orgs audit endpoint protection for coverage and patch SLA but rarely monitor the integrity of the management server's agent-deployment channel; a post-admin foothold there is treated as 'already game over' rather than as a fleet-propagation risk to contain.",
|
|
6050
|
+
"theater_pattern": "detection_gap"
|
|
6051
|
+
},
|
|
6052
|
+
"ai_discovered_zeroday": false,
|
|
6053
|
+
"ai_discovery_source": "vendor_research",
|
|
6054
|
+
"ai_assist_factor": "none",
|
|
6055
|
+
"new_control_requirements": [
|
|
6056
|
+
{
|
|
6057
|
+
"id": "NEW-CTRL-078",
|
|
6058
|
+
"name": "ENDPOINT-MGMT-DEPLOYMENT-CHANNEL-INTEGRITY",
|
|
6059
|
+
"description": "Treat the EDR/endpoint-management server's agent-deployment channel (package/key-table → agent push) as a privileged supply-chain control plane: integrity-monitor the deployment artifacts and key tables, alert on agent pushes not tied to a sanctioned admin action, and patch the management server to the fixed build (Apex One on-prem 14.0.0.17079 / SaaS 14.0.20731) as a KEV-priority item. A server foothold must not silently become fleet-wide agent code execution.",
|
|
6060
|
+
"evidence": "https://nvd.nist.gov/vuln/detail/CVE-2026-34926",
|
|
6061
|
+
"gap_closes": [
|
|
6062
|
+
"NIST-800-53-SI-2",
|
|
6063
|
+
"ISO-27001-2022-A.8.8",
|
|
6064
|
+
"NIS2-Art21-patch-management"
|
|
6065
|
+
]
|
|
6066
|
+
}
|
|
6067
|
+
],
|
|
6068
|
+
"_auto_imported": false,
|
|
6069
|
+
"_intake_method": "manual-verified-curation"
|
|
6070
|
+
},
|
|
5981
6071
|
"CVE-2025-32432": {
|
|
5982
6072
|
"name": "Craft CMS Code Injection Vulnerability",
|
|
5983
6073
|
"lesson_date": "2026-05-18",
|