@blamejs/exceptd-skills 0.15.42 → 0.15.44
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 +5 -5
- package/data/attack-techniques.json +10 -6
- package/data/cve-catalog.json +127 -45
- package/data/zeroday-lessons.json +307 -113
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -13491,35 +13491,58 @@
|
|
|
13491
13491
|
},
|
|
13492
13492
|
"CVE-2026-21525": {
|
|
13493
13493
|
"name": "Microsoft Windows NULL Pointer Dereference Vulnerability",
|
|
13494
|
-
"lesson_date": "2026-05-
|
|
13494
|
+
"lesson_date": "2026-05-30",
|
|
13495
13495
|
"attack_vector": {
|
|
13496
|
-
"description": "
|
|
13497
|
-
"privileges_required": "
|
|
13498
|
-
"complexity": "
|
|
13499
|
-
"ai_factor": "
|
|
13496
|
+
"description": "a NULL pointer dereference (CWE-476) in a network-reachable Windows component, exploitable by an unauthenticated attacker; described conservatively as a network-reachable memory-safety flaw pending Microsoft's component detail. CISA KEV-listed 2026-02-10 with confirmed in-the-wild exploitation.",
|
|
13497
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker over the network)",
|
|
13498
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
13499
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
13500
|
+
},
|
|
13501
|
+
"defense_chain": {
|
|
13502
|
+
"prevention": {
|
|
13503
|
+
"what_would_have_worked": "Apply the Microsoft update; restrict and segment the affected network service from untrusted networks until patched.",
|
|
13504
|
+
"was_this_required": true,
|
|
13505
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
13506
|
+
"adequacy": "Patch is necessary but the named compensating controls are what hold when the patch lags or the trust mechanism itself is defeated."
|
|
13507
|
+
},
|
|
13508
|
+
"detection": {
|
|
13509
|
+
"what_would_have_worked": "Monitoring for crafted network input that crashes or restarts the affected Windows component, and for unauthenticated requests that trigger the fault.",
|
|
13510
|
+
"was_this_required": false,
|
|
13511
|
+
"framework_requiring_it": null,
|
|
13512
|
+
"adequacy": "Backstops the window before patching and catches the post-exploitation stage."
|
|
13513
|
+
},
|
|
13514
|
+
"response": {
|
|
13515
|
+
"what_would_have_worked": "Patch immediately, segment the service, and review the affected hosts for follow-on activity given confirmed in-the-wild exploitation.",
|
|
13516
|
+
"was_this_required": true,
|
|
13517
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
13518
|
+
"adequacy": "Mandatory; exploitation of this class leaves persistence or a foothold that a bare patch does not remediate."
|
|
13519
|
+
}
|
|
13500
13520
|
},
|
|
13501
13521
|
"framework_coverage": {
|
|
13502
13522
|
"NIST-800-53-SI-2": {
|
|
13503
13523
|
"covered": true,
|
|
13504
13524
|
"adequate": false,
|
|
13505
|
-
"gap": "30-day SLA
|
|
13525
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated network-reachable Windows flaw; these are mass-exploited within days."
|
|
13506
13526
|
},
|
|
13507
13527
|
"ISO-27001-2022-A.8.8": {
|
|
13508
13528
|
"covered": true,
|
|
13509
13529
|
"adequate": false,
|
|
13510
|
-
"gap": "
|
|
13530
|
+
"gap": "'Appropriate timescales' is undefined; unsafe for an actively-exploited network-reachable Windows flaw."
|
|
13531
|
+
},
|
|
13532
|
+
"NIS2-Art21-network-security": {
|
|
13533
|
+
"covered": true,
|
|
13534
|
+
"adequate": false,
|
|
13535
|
+
"gap": "Treats Windows infrastructure as essential-function but lacks a CISA-KEV-style compressed remediation SLA; network segmentation of the affected service is the compensating control pending patch."
|
|
13511
13536
|
}
|
|
13512
13537
|
},
|
|
13513
13538
|
"compliance_exposure_score": {
|
|
13514
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13515
|
-
"basis": "
|
|
13539
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
13540
|
+
"basis": "The affected Windows service is reachable on audited-organization networks; without prompt patching and segmentation the unauthenticated flaw remains exploitable past the KEV due date.",
|
|
13516
13541
|
"theater_pattern": "patch_management"
|
|
13517
13542
|
},
|
|
13518
13543
|
"ai_discovered_zeroday": false,
|
|
13519
|
-
"ai_discovery_source": "
|
|
13520
|
-
"ai_assist_factor": "none"
|
|
13521
|
-
"_auto_imported": true,
|
|
13522
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13544
|
+
"ai_discovery_source": "vendor_research",
|
|
13545
|
+
"ai_assist_factor": "none"
|
|
13523
13546
|
},
|
|
13524
13547
|
"CVE-2026-21510": {
|
|
13525
13548
|
"name": "Microsoft Windows Shell Protection Mechanism Failure Vulnerability",
|
|
@@ -14753,35 +14776,63 @@
|
|
|
14753
14776
|
},
|
|
14754
14777
|
"CVE-2025-54313": {
|
|
14755
14778
|
"name": "Prettier eslint-config-prettier Embedded Malicious Code Vulnerability",
|
|
14756
|
-
"lesson_date": "2026-05-
|
|
14779
|
+
"lesson_date": "2026-05-30",
|
|
14757
14780
|
"attack_vector": {
|
|
14758
|
-
"description": "
|
|
14759
|
-
"privileges_required": "
|
|
14760
|
-
"complexity": "
|
|
14761
|
-
"ai_factor": "
|
|
14781
|
+
"description": "embedded malicious code (CWE-506) published in compromised versions of the eslint-config-prettier npm package (maintainer-account compromise), executing on developer and CI machines that installed the tainted versions. CISA KEV-listed 2026-01-22 with confirmed in-the-wild exploitation.",
|
|
14782
|
+
"privileges_required": "none (the malicious code is delivered through a trusted update channel or package; no authentication to the victim is required)",
|
|
14783
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14784
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14785
|
+
},
|
|
14786
|
+
"defense_chain": {
|
|
14787
|
+
"prevention": {
|
|
14788
|
+
"what_would_have_worked": "Enforce cryptographic integrity and provenance verification on all installed/updated code (code signing with verification, Sigstore/in-toto, SLSA provenance), pin dependencies to verified versions, and require multi-factor and review gates on package-publishing/maintainer accounts.",
|
|
14789
|
+
"was_this_required": true,
|
|
14790
|
+
"framework_requiring_it": "NIST 800-53 SR-11 / NIST SSDF 800-218 / SLSA",
|
|
14791
|
+
"adequacy": "Signature and provenance verification is the definitive control; the compromise succeeded precisely because the trusted channel was trusted without independent verification."
|
|
14792
|
+
},
|
|
14793
|
+
"detection": {
|
|
14794
|
+
"what_would_have_worked": "Monitoring for unexpected install/post-install script execution and outbound connections during npm install on developer/CI machines, and version-pinning alerts on dependency changes.",
|
|
14795
|
+
"was_this_required": false,
|
|
14796
|
+
"framework_requiring_it": null,
|
|
14797
|
+
"adequacy": "Necessary because supply-chain compromise runs in a trusted context — the anomaly is the unexpected code execution alongside the legitimate tool."
|
|
14798
|
+
},
|
|
14799
|
+
"response": {
|
|
14800
|
+
"what_would_have_worked": "Pin and upgrade to a clean eslint-config-prettier version, delete node_modules and reinstall from a verified lockfile, rotate any credentials reachable from developer/CI machines that installed the tainted version, and verify build artifacts produced during the exposure window.",
|
|
14801
|
+
"was_this_required": true,
|
|
14802
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14803
|
+
"adequacy": "Mandatory; supply-chain compromise propagates through every host that installed the tainted code, so response is environment-wide and includes build-artifact verification."
|
|
14804
|
+
}
|
|
14762
14805
|
},
|
|
14763
14806
|
"framework_coverage": {
|
|
14764
|
-
"NIST-800-53-
|
|
14807
|
+
"NIST-800-53-SR-11": {
|
|
14765
14808
|
"covered": true,
|
|
14766
14809
|
"adequate": false,
|
|
14767
|
-
"gap": "
|
|
14810
|
+
"gap": "Component authenticity / anti-counterfeit is named, but verification is not enforced at install/update time — the tainted code shipped through a trusted channel without consumer-side signature/provenance verification, so the control is paper unless signed-artifact verification (Sigstore/in-toto) is mandated."
|
|
14768
14811
|
},
|
|
14769
|
-
"
|
|
14812
|
+
"NIST-SSDF-800-218-PS.2": {
|
|
14813
|
+
"covered": true,
|
|
14814
|
+
"adequate": false,
|
|
14815
|
+
"gap": "The SSDF calls for protecting release integrity and providing provenance, but downstream consumers had no enforced way to verify it; without signed releases plus provenance a consumer cannot detect maliciously-published or substituted code."
|
|
14816
|
+
},
|
|
14817
|
+
"SLSA-build-provenance": {
|
|
14770
14818
|
"covered": true,
|
|
14771
14819
|
"adequate": false,
|
|
14772
|
-
"gap": "
|
|
14820
|
+
"gap": "SLSA build provenance and signed releases would let a consumer detect a maliciously-published version; absent enforced verification at the install/update step, a compromised maintainer account or update channel propagates the malicious code unchecked."
|
|
14821
|
+
},
|
|
14822
|
+
"EU-CRA-secure-update": {
|
|
14823
|
+
"covered": true,
|
|
14824
|
+
"adequate": false,
|
|
14825
|
+
"gap": "The EU Cyber Resilience Act requires secure update mechanisms and shipping without known exploitable defects; an update channel or package registry that ships embedded malicious code violates the secure-update and integrity expectations."
|
|
14773
14826
|
}
|
|
14774
14827
|
},
|
|
14775
14828
|
"compliance_exposure_score": {
|
|
14776
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14777
|
-
"basis": "
|
|
14778
|
-
"theater_pattern": "
|
|
14829
|
+
"percent_audit_passing_orgs_still_exposed": 78,
|
|
14830
|
+
"basis": "eslint-config-prettier (npm) is trusted by default; audited organizations that install vendor updates or npm dependencies without enforcing signature/provenance verification or pinning are exposed to maliciously-published code, and the compromise reaches every host that installed it.",
|
|
14831
|
+
"theater_pattern": "maintainer_account_integrity_assumed_without_evidence"
|
|
14779
14832
|
},
|
|
14780
14833
|
"ai_discovered_zeroday": false,
|
|
14781
|
-
"ai_discovery_source": "
|
|
14782
|
-
"ai_assist_factor": "none"
|
|
14783
|
-
"_auto_imported": true,
|
|
14784
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14834
|
+
"ai_discovery_source": "vendor_research",
|
|
14835
|
+
"ai_assist_factor": "none"
|
|
14785
14836
|
},
|
|
14786
14837
|
"CVE-2026-20045": {
|
|
14787
14838
|
"name": "Cisco Unified Communications Products Code Injection Vulnerability",
|
|
@@ -15195,35 +15246,63 @@
|
|
|
15195
15246
|
},
|
|
15196
15247
|
"CVE-2025-59374": {
|
|
15197
15248
|
"name": "ASUS Live Update Embedded Malicious Code Vulnerability",
|
|
15198
|
-
"lesson_date": "2026-05-
|
|
15249
|
+
"lesson_date": "2026-05-30",
|
|
15199
15250
|
"attack_vector": {
|
|
15200
|
-
"description": "
|
|
15201
|
-
"privileges_required": "
|
|
15202
|
-
"complexity": "
|
|
15203
|
-
"ai_factor": "
|
|
15251
|
+
"description": "embedded malicious code (CWE-506) in the ASUS Live Update software/update channel, executing on the ASUS endpoint in the trusted context of the vendor update utility. CISA KEV-listed 2025-12-17 with confirmed in-the-wild exploitation.",
|
|
15252
|
+
"privileges_required": "none (the malicious code is delivered through a trusted update channel or package; no authentication to the victim is required)",
|
|
15253
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15254
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15255
|
+
},
|
|
15256
|
+
"defense_chain": {
|
|
15257
|
+
"prevention": {
|
|
15258
|
+
"what_would_have_worked": "Enforce cryptographic integrity and provenance verification on all installed/updated code (code signing with verification, Sigstore/in-toto, SLSA provenance), pin dependencies to verified versions, and require multi-factor and review gates on package-publishing/maintainer accounts.",
|
|
15259
|
+
"was_this_required": true,
|
|
15260
|
+
"framework_requiring_it": "NIST 800-53 SR-11 / NIST SSDF 800-218 / SLSA",
|
|
15261
|
+
"adequacy": "Signature and provenance verification is the definitive control; the compromise succeeded precisely because the trusted channel was trusted without independent verification."
|
|
15262
|
+
},
|
|
15263
|
+
"detection": {
|
|
15264
|
+
"what_would_have_worked": "Monitoring for the update utility fetching/executing unsigned payloads and behaving anomalously, and version-pinning alerts on dependency changes.",
|
|
15265
|
+
"was_this_required": false,
|
|
15266
|
+
"framework_requiring_it": null,
|
|
15267
|
+
"adequacy": "Necessary because supply-chain compromise runs in a trusted context — the anomaly is the unexpected code execution alongside the legitimate tool."
|
|
15268
|
+
},
|
|
15269
|
+
"response": {
|
|
15270
|
+
"what_would_have_worked": "Remove or upgrade ASUS Live Update to a known-good signed version, verify the update-channel integrity, and audit ASUS endpoints that ran the tainted updater for follow-on payloads and credential theft.",
|
|
15271
|
+
"was_this_required": true,
|
|
15272
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
15273
|
+
"adequacy": "Mandatory; supply-chain compromise propagates through every host that installed the tainted code, so response is environment-wide and includes build-artifact verification."
|
|
15274
|
+
}
|
|
15204
15275
|
},
|
|
15205
15276
|
"framework_coverage": {
|
|
15206
|
-
"NIST-800-53-
|
|
15277
|
+
"NIST-800-53-SR-11": {
|
|
15207
15278
|
"covered": true,
|
|
15208
15279
|
"adequate": false,
|
|
15209
|
-
"gap": "
|
|
15280
|
+
"gap": "Component authenticity / anti-counterfeit is named, but verification is not enforced at install/update time — the tainted code shipped through a trusted channel without consumer-side signature/provenance verification, so the control is paper unless signed-artifact verification (Sigstore/in-toto) is mandated."
|
|
15210
15281
|
},
|
|
15211
|
-
"
|
|
15282
|
+
"NIST-SSDF-800-218-PS.2": {
|
|
15212
15283
|
"covered": true,
|
|
15213
15284
|
"adequate": false,
|
|
15214
|
-
"gap": "
|
|
15285
|
+
"gap": "The SSDF calls for protecting release integrity and providing provenance, but downstream consumers had no enforced way to verify it; without signed releases plus provenance a consumer cannot detect maliciously-published or substituted code."
|
|
15286
|
+
},
|
|
15287
|
+
"SLSA-build-provenance": {
|
|
15288
|
+
"covered": true,
|
|
15289
|
+
"adequate": false,
|
|
15290
|
+
"gap": "SLSA build provenance and signed releases would let a consumer detect a maliciously-published version; absent enforced verification at the install/update step, a compromised maintainer account or update channel propagates the malicious code unchecked."
|
|
15291
|
+
},
|
|
15292
|
+
"EU-CRA-secure-update": {
|
|
15293
|
+
"covered": true,
|
|
15294
|
+
"adequate": false,
|
|
15295
|
+
"gap": "The EU Cyber Resilience Act requires secure update mechanisms and shipping without known exploitable defects; an update channel or package registry that ships embedded malicious code violates the secure-update and integrity expectations."
|
|
15215
15296
|
}
|
|
15216
15297
|
},
|
|
15217
15298
|
"compliance_exposure_score": {
|
|
15218
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15219
|
-
"basis": "
|
|
15220
|
-
"theater_pattern": "
|
|
15299
|
+
"percent_audit_passing_orgs_still_exposed": 78,
|
|
15300
|
+
"basis": "ASUS Live Update is trusted by default; audited organizations that install vendor updates or npm dependencies without enforcing signature/provenance verification or pinning are exposed to maliciously-published code, and the compromise reaches every host that installed it.",
|
|
15301
|
+
"theater_pattern": "update_channel_integrity_unverified"
|
|
15221
15302
|
},
|
|
15222
15303
|
"ai_discovered_zeroday": false,
|
|
15223
|
-
"ai_discovery_source": "
|
|
15224
|
-
"ai_assist_factor": "none"
|
|
15225
|
-
"_auto_imported": true,
|
|
15226
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15304
|
+
"ai_discovery_source": "vendor_research",
|
|
15305
|
+
"ai_assist_factor": "none"
|
|
15227
15306
|
},
|
|
15228
15307
|
"CVE-2025-40602": {
|
|
15229
15308
|
"name": "SonicWall SMA1000 Missing Authorization Vulnerability",
|
|
@@ -17457,35 +17536,58 @@
|
|
|
17457
17536
|
},
|
|
17458
17537
|
"CVE-2025-47827": {
|
|
17459
17538
|
"name": "IGEL OS Use of a Key Past its Expiration Date Vulnerability",
|
|
17460
|
-
"lesson_date": "2026-05-
|
|
17539
|
+
"lesson_date": "2026-05-30",
|
|
17461
17540
|
"attack_vector": {
|
|
17462
|
-
"description": "
|
|
17463
|
-
"privileges_required": "
|
|
17464
|
-
"complexity": "
|
|
17465
|
-
"ai_factor": "
|
|
17541
|
+
"description": "use of a key past its expiration date (CWE-324) in IGEL OS Secure Boot verification, letting an attacker bypass signature verification and boot a modified or unverified OS image (a Secure Boot / boot-trust bypass). CISA KEV-listed 2025-10-14 with confirmed in-the-wild exploitation.",
|
|
17542
|
+
"privileges_required": "low-to-physical (an attacker who can place a modified image or influence boot, exploiting the bypassed signature check)",
|
|
17543
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17544
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17545
|
+
},
|
|
17546
|
+
"defense_chain": {
|
|
17547
|
+
"prevention": {
|
|
17548
|
+
"what_would_have_worked": "Apply the IGEL OS update so Secure Boot verification uses a valid, unexpired key; re-provision affected thin clients and verify the boot chain integrity against a hardware root of trust.",
|
|
17549
|
+
"was_this_required": true,
|
|
17550
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17551
|
+
"adequacy": "Patch is necessary but the named compensating controls are what hold when the patch lags or the trust mechanism itself is defeated."
|
|
17552
|
+
},
|
|
17553
|
+
"detection": {
|
|
17554
|
+
"what_would_have_worked": "Monitoring for boot of unsigned/modified IGEL images, Secure Boot verification against an expired key, and persistence that survives re-imaging on thin clients.",
|
|
17555
|
+
"was_this_required": false,
|
|
17556
|
+
"framework_requiring_it": null,
|
|
17557
|
+
"adequacy": "Backstops the window before patching and catches the post-exploitation stage."
|
|
17558
|
+
},
|
|
17559
|
+
"response": {
|
|
17560
|
+
"what_would_have_worked": "Patch, re-provision affected devices with corrected trust anchors, and verify boot-chain integrity — a boot-trust bypass can leave persistence beneath the OS that a reinstall does not remove.",
|
|
17561
|
+
"was_this_required": true,
|
|
17562
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17563
|
+
"adequacy": "Mandatory; exploitation of this class leaves persistence or a foothold that a bare patch does not remediate."
|
|
17564
|
+
}
|
|
17466
17565
|
},
|
|
17467
17566
|
"framework_coverage": {
|
|
17468
|
-
"NIST-800-53-SI-
|
|
17567
|
+
"NIST-800-53-SI-7-integrity": {
|
|
17469
17568
|
"covered": true,
|
|
17470
17569
|
"adequate": false,
|
|
17471
|
-
"gap": "
|
|
17570
|
+
"gap": "Software/firmware integrity verification is required, but the verification used an expired key, so the Secure Boot trust anchor itself failed; integrity verification must use valid, unexpired keys and reject expired ones, which the control does not explicitly enforce."
|
|
17571
|
+
},
|
|
17572
|
+
"NIST-800-53-SC-7-boundary": {
|
|
17573
|
+
"covered": true,
|
|
17574
|
+
"adequate": false,
|
|
17575
|
+
"gap": "A boot-trust bypass lets unverified code run beneath the OS, defeating boundary and endpoint controls layered above it; the defense requires hardware root-of-trust enforcement that rejects images signed with an expired key."
|
|
17472
17576
|
},
|
|
17473
17577
|
"ISO-27001-2022-A.8.8": {
|
|
17474
17578
|
"covered": true,
|
|
17475
17579
|
"adequate": false,
|
|
17476
|
-
"gap": "
|
|
17580
|
+
"gap": "'Appropriate timescales' is undefined and ill-suited to a boot-integrity flaw, where a tampered boot chain can persist across reinstalls until the device is re-provisioned with corrected trust anchors."
|
|
17477
17581
|
}
|
|
17478
17582
|
},
|
|
17479
17583
|
"compliance_exposure_score": {
|
|
17480
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17481
|
-
"basis": "
|
|
17482
|
-
"theater_pattern": "
|
|
17584
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
17585
|
+
"basis": "IGEL thin clients are deployed at scale in VDI estates; audited organizations rarely verify boot-chain integrity against a hardware root of trust, so a Secure Boot bypass via an expired key leaves below-OS persistence that endpoint controls cannot see.",
|
|
17586
|
+
"theater_pattern": "secure_boot_signature_trust"
|
|
17483
17587
|
},
|
|
17484
17588
|
"ai_discovered_zeroday": false,
|
|
17485
|
-
"ai_discovery_source": "
|
|
17486
|
-
"ai_assist_factor": "none"
|
|
17487
|
-
"_auto_imported": true,
|
|
17488
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17589
|
+
"ai_discovery_source": "vendor_research",
|
|
17590
|
+
"ai_assist_factor": "none"
|
|
17489
17591
|
},
|
|
17490
17592
|
"CVE-2025-24990": {
|
|
17491
17593
|
"name": "Microsoft Windows Untrusted Pointer Dereference Vulnerability",
|
|
@@ -19234,35 +19336,58 @@
|
|
|
19234
19336
|
},
|
|
19235
19337
|
"CVE-2025-55177": {
|
|
19236
19338
|
"name": "Meta Platforms WhatsApp Incorrect Authorization Vulnerability",
|
|
19237
|
-
"lesson_date": "2026-05-
|
|
19339
|
+
"lesson_date": "2026-05-30",
|
|
19238
19340
|
"attack_vector": {
|
|
19239
|
-
"description": "
|
|
19240
|
-
"privileges_required": "
|
|
19241
|
-
"complexity": "
|
|
19242
|
-
"ai_factor": "
|
|
19341
|
+
"description": "an incorrect-authorization flaw (CWE-863) in WhatsApp's linked-device synchronization, letting an unrelated attacker cause a target's device to process content from an attacker-controlled URL — the zero-click delivery half of a mobile-spyware chain (paired in the wild with the Apple ImageIO flaw CVE-2025-43300). CISA KEV-listed 2025-09-02 with confirmed in-the-wild exploitation.",
|
|
19342
|
+
"privileges_required": "none (the attacker sends linked-device sync messages; the victim's device processes attacker-directed content with no user interaction)",
|
|
19343
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
19344
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
19345
|
+
},
|
|
19346
|
+
"defense_chain": {
|
|
19347
|
+
"prevention": {
|
|
19348
|
+
"what_would_have_worked": "Update WhatsApp promptly (forced auto-update), enforce update SLAs via MDM on managed fleets, deploy mobile-threat-defense, and enable hardened/locked-down configurations (Lockdown Mode) for high-risk users.",
|
|
19349
|
+
"was_this_required": true,
|
|
19350
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
19351
|
+
"adequacy": "Patch is necessary but the named compensating controls are what hold when the patch lags or the trust mechanism itself is defeated."
|
|
19352
|
+
},
|
|
19353
|
+
"detection": {
|
|
19354
|
+
"what_would_have_worked": "Mobile-threat-defense telemetry for zero-click chain indicators after inbound messaging content, vendor threat notifications for targeted users, and anomalous content-fetch behavior from the messaging app.",
|
|
19355
|
+
"was_this_required": false,
|
|
19356
|
+
"framework_requiring_it": null,
|
|
19357
|
+
"adequacy": "Backstops the window before patching and catches the post-exploitation stage."
|
|
19358
|
+
},
|
|
19359
|
+
"response": {
|
|
19360
|
+
"what_would_have_worked": "Force the app update; for a confirmed targeted device, preserve forensic state, rotate credentials and tokens on the device, and consider device replacement — spyware can persist across reboots.",
|
|
19361
|
+
"was_this_required": true,
|
|
19362
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
19363
|
+
"adequacy": "Mandatory; exploitation of this class leaves persistence or a foothold that a bare patch does not remediate."
|
|
19364
|
+
}
|
|
19243
19365
|
},
|
|
19244
19366
|
"framework_coverage": {
|
|
19245
19367
|
"NIST-800-53-SI-2": {
|
|
19246
19368
|
"covered": true,
|
|
19247
19369
|
"adequate": false,
|
|
19248
|
-
"gap": "30-day SLA
|
|
19370
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited zero-click messaging-app flaw; commercial-surveillance chains weaponize these within days, and app-update reach depends on app-store/MDM cadence."
|
|
19371
|
+
},
|
|
19372
|
+
"AU-ISM-1546": {
|
|
19373
|
+
"covered": true,
|
|
19374
|
+
"adequate": false,
|
|
19375
|
+
"gap": "Essential 8 names application patching, but the load-bearing controls for a zero-click messaging flaw are forced app auto-update, MDM-enforced update SLAs, mobile-threat-defense, and hardened/locked-down configurations (e.g. Lockdown Mode) for high-risk users — none named explicitly."
|
|
19249
19376
|
},
|
|
19250
19377
|
"ISO-27001-2022-A.8.8": {
|
|
19251
19378
|
"covered": true,
|
|
19252
19379
|
"adequate": false,
|
|
19253
|
-
"gap": "
|
|
19380
|
+
"gap": "'Appropriate timescales' is undefined; unsafe for an actively-exploited zero-click flaw whose victims are often specific high-risk individuals."
|
|
19254
19381
|
}
|
|
19255
19382
|
},
|
|
19256
19383
|
"compliance_exposure_score": {
|
|
19257
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
19258
|
-
"basis": "
|
|
19384
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
19385
|
+
"basis": "WhatsApp is near-universal; app-update reach depends on app-store/MDM cadence, and audited organizations that do not enforce mobile update SLAs or harden high-risk-user devices remain exposed to this KEV-listed zero-click flaw.",
|
|
19259
19386
|
"theater_pattern": "patch_management"
|
|
19260
19387
|
},
|
|
19261
19388
|
"ai_discovered_zeroday": false,
|
|
19262
|
-
"ai_discovery_source": "
|
|
19263
|
-
"ai_assist_factor": "none"
|
|
19264
|
-
"_auto_imported": true,
|
|
19265
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
19389
|
+
"ai_discovery_source": "vendor_research",
|
|
19390
|
+
"ai_assist_factor": "none"
|
|
19266
19391
|
},
|
|
19267
19392
|
"CVE-2025-57819": {
|
|
19268
19393
|
"name": "Sangoma FreePBX Authentication Bypass Vulnerability",
|
|
@@ -20086,35 +20211,58 @@
|
|
|
20086
20211
|
},
|
|
20087
20212
|
"CVE-2023-2533": {
|
|
20088
20213
|
"name": "PaperCut NG/MF Cross-Site Request Forgery (CSRF) Vulnerability",
|
|
20089
|
-
"lesson_date": "2026-05-
|
|
20214
|
+
"lesson_date": "2026-05-30",
|
|
20090
20215
|
"attack_vector": {
|
|
20091
|
-
"description": "PaperCut NG/MF
|
|
20092
|
-
"privileges_required": "
|
|
20093
|
-
"complexity": "
|
|
20094
|
-
"ai_factor": "
|
|
20216
|
+
"description": "a cross-site request forgery flaw (CWE-352) in PaperCut NG/MF: an attacker who lures an authenticated administrator to a malicious page can force a state-changing request (e.g. enabling a setting that leads to code execution), part of the PaperCut exploitation chain. CISA KEV-listed 2025-07-28 with confirmed in-the-wild exploitation.",
|
|
20217
|
+
"privileges_required": "none for the attacker, but requires luring an authenticated administrator (the forged request rides the admin's session)",
|
|
20218
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
20219
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
20220
|
+
},
|
|
20221
|
+
"defense_chain": {
|
|
20222
|
+
"prevention": {
|
|
20223
|
+
"what_would_have_worked": "Apply the PaperCut update; restrict the admin interface to a trusted network so an administrator cannot be lured into a forged request, and ensure anti-CSRF tokens / SameSite cookies are enforced.",
|
|
20224
|
+
"was_this_required": true,
|
|
20225
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
20226
|
+
"adequacy": "Patch is necessary but the named compensating controls are what hold when the patch lags or the trust mechanism itself is defeated."
|
|
20227
|
+
},
|
|
20228
|
+
"detection": {
|
|
20229
|
+
"what_would_have_worked": "Monitoring for administrative setting changes that correlate with external-content viewing rather than deliberate console actions, and unexpected enablement of code-execution-related options.",
|
|
20230
|
+
"was_this_required": false,
|
|
20231
|
+
"framework_requiring_it": null,
|
|
20232
|
+
"adequacy": "Backstops the window before patching and catches the post-exploitation stage."
|
|
20233
|
+
},
|
|
20234
|
+
"response": {
|
|
20235
|
+
"what_would_have_worked": "Patch, restrict the admin interface, review and revert unauthorized setting changes, and hunt for code execution staged via the chained settings.",
|
|
20236
|
+
"was_this_required": true,
|
|
20237
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
20238
|
+
"adequacy": "Mandatory; exploitation of this class leaves persistence or a foothold that a bare patch does not remediate."
|
|
20239
|
+
}
|
|
20095
20240
|
},
|
|
20096
20241
|
"framework_coverage": {
|
|
20097
20242
|
"NIST-800-53-SI-2": {
|
|
20098
20243
|
"covered": true,
|
|
20099
20244
|
"adequate": false,
|
|
20100
|
-
"gap": "30-day SLA
|
|
20245
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed PaperCut flaw; PaperCut has been repeatedly chained to ransomware staging."
|
|
20246
|
+
},
|
|
20247
|
+
"NIST-800-53-SC-23-session-integrity": {
|
|
20248
|
+
"covered": true,
|
|
20249
|
+
"adequate": false,
|
|
20250
|
+
"gap": "Anti-CSRF tokens and SameSite cookies — which prevent a forged cross-site request from riding an authenticated session — are the durable control, but the framework does not mandate them; restricting the admin interface to a trusted network also blunts the lure."
|
|
20101
20251
|
},
|
|
20102
20252
|
"ISO-27001-2022-A.8.8": {
|
|
20103
20253
|
"covered": true,
|
|
20104
20254
|
"adequate": false,
|
|
20105
|
-
"gap": "
|
|
20255
|
+
"gap": "'Appropriate timescales' is undefined; unsafe for an actively-exploited flaw on an internet-reachable admin interface."
|
|
20106
20256
|
}
|
|
20107
20257
|
},
|
|
20108
20258
|
"compliance_exposure_score": {
|
|
20109
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
20110
|
-
"basis": "
|
|
20111
|
-
"theater_pattern": "
|
|
20259
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
20260
|
+
"basis": "Internet-reachable PaperCut admin interfaces are common; audited organizations rarely enforce anti-CSRF/SameSite and admin-plane restriction, so an administrator can be lured into a forged state-changing request that stages further compromise.",
|
|
20261
|
+
"theater_pattern": "secure_coding"
|
|
20112
20262
|
},
|
|
20113
20263
|
"ai_discovered_zeroday": false,
|
|
20114
|
-
"ai_discovery_source": "
|
|
20115
|
-
"ai_assist_factor": "none"
|
|
20116
|
-
"_auto_imported": true,
|
|
20117
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
20264
|
+
"ai_discovery_source": "vendor_research",
|
|
20265
|
+
"ai_assist_factor": "none"
|
|
20118
20266
|
},
|
|
20119
20267
|
"CVE-2025-20337": {
|
|
20120
20268
|
"name": "Cisco Identity Services Engine Injection Vulnerability",
|
|
@@ -21013,35 +21161,58 @@
|
|
|
21013
21161
|
},
|
|
21014
21162
|
"CVE-2014-3931": {
|
|
21015
21163
|
"name": "Multi-Router Looking Glass (MRLG) Buffer Overflow Vulnerability",
|
|
21016
|
-
"lesson_date": "2026-05-
|
|
21164
|
+
"lesson_date": "2026-05-30",
|
|
21017
21165
|
"attack_vector": {
|
|
21018
|
-
"description": "Multi-Router Looking Glass (MRLG)
|
|
21019
|
-
"privileges_required": "
|
|
21020
|
-
"complexity": "
|
|
21021
|
-
"ai_factor": "
|
|
21166
|
+
"description": "a buffer overflow (CWE-119) in Multi-Router Looking Glass (MRLG), the Perl CGI used on looking-glass route servers, letting a remote attacker write to arbitrary memory for code execution on the looking-glass host. CISA KEV-listed 2025-07-07 with confirmed in-the-wild exploitation.",
|
|
21167
|
+
"privileges_required": "low (the looking-glass CGI is reachable; the flaw requires only crafted input to the service)",
|
|
21168
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
21169
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
21170
|
+
},
|
|
21171
|
+
"defense_chain": {
|
|
21172
|
+
"prevention": {
|
|
21173
|
+
"what_would_have_worked": "Apply the MRLG update; restrict the looking-glass CGI input, and treat an exploited looking-glass host as compromised — rebuild and rotate any credentials it held.",
|
|
21174
|
+
"was_this_required": true,
|
|
21175
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
21176
|
+
"adequacy": "Patch is necessary but the named compensating controls are what hold when the patch lags or the trust mechanism itself is defeated."
|
|
21177
|
+
},
|
|
21178
|
+
"detection": {
|
|
21179
|
+
"what_would_have_worked": "Monitoring of the looking-glass CGI for oversized/malformed parameters and unexpected process execution from the web server.",
|
|
21180
|
+
"was_this_required": false,
|
|
21181
|
+
"framework_requiring_it": null,
|
|
21182
|
+
"adequacy": "Backstops the window before patching and catches the post-exploitation stage."
|
|
21183
|
+
},
|
|
21184
|
+
"response": {
|
|
21185
|
+
"what_would_have_worked": "Patch, rebuild an exploited host, rotate credentials, and review the network infrastructure the looking-glass server had visibility into.",
|
|
21186
|
+
"was_this_required": true,
|
|
21187
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
21188
|
+
"adequacy": "Mandatory; exploitation of this class leaves persistence or a foothold that a bare patch does not remediate."
|
|
21189
|
+
}
|
|
21022
21190
|
},
|
|
21023
21191
|
"framework_coverage": {
|
|
21024
21192
|
"NIST-800-53-SI-2": {
|
|
21025
21193
|
"covered": true,
|
|
21026
21194
|
"adequate": false,
|
|
21027
|
-
"gap": "30-day SLA
|
|
21195
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated RCE on an internet-facing service; this is a long-tail flaw on infrastructure looking-glass servers."
|
|
21028
21196
|
},
|
|
21029
21197
|
"ISO-27001-2022-A.8.8": {
|
|
21030
21198
|
"covered": true,
|
|
21031
21199
|
"adequate": false,
|
|
21032
|
-
"gap": "
|
|
21200
|
+
"gap": "'Appropriate timescales' is undefined; unsafe for an actively-exploited internet-facing service, and looking-glass servers are often unmanaged long-tail infrastructure."
|
|
21201
|
+
},
|
|
21202
|
+
"NIS2-Art21-network-security": {
|
|
21203
|
+
"covered": true,
|
|
21204
|
+
"adequate": false,
|
|
21205
|
+
"gap": "Treats internet-facing network infrastructure as essential-function but lacks a compressed remediation SLA; an exploited looking-glass host should be rebuilt, not merely patched."
|
|
21033
21206
|
}
|
|
21034
21207
|
},
|
|
21035
21208
|
"compliance_exposure_score": {
|
|
21036
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
21037
|
-
"basis": "
|
|
21209
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
21210
|
+
"basis": "Internet-facing looking-glass / route servers are frequently unmanaged long-tail infrastructure; audited organizations rarely track MRLG on a KEV SLA, and rebuild rather than patch-in-place is rarely performed.",
|
|
21038
21211
|
"theater_pattern": "patch_management"
|
|
21039
21212
|
},
|
|
21040
21213
|
"ai_discovered_zeroday": false,
|
|
21041
|
-
"ai_discovery_source": "
|
|
21042
|
-
"ai_assist_factor": "none"
|
|
21043
|
-
"_auto_imported": true,
|
|
21044
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
21214
|
+
"ai_discovery_source": "vendor_research",
|
|
21215
|
+
"ai_assist_factor": "none"
|
|
21045
21216
|
},
|
|
21046
21217
|
"CVE-2025-6554": {
|
|
21047
21218
|
"name": "Google Chromium V8 Type Confusion Vulnerability (variant: CVE-2025-6554)",
|
|
@@ -21630,35 +21801,58 @@
|
|
|
21630
21801
|
},
|
|
21631
21802
|
"CVE-2025-33053": {
|
|
21632
21803
|
"name": " Microsoft Windows External Control of File Name or Path Vulnerability",
|
|
21633
|
-
"lesson_date": "2026-05-
|
|
21804
|
+
"lesson_date": "2026-05-30",
|
|
21634
21805
|
"attack_vector": {
|
|
21635
|
-
"description": "
|
|
21636
|
-
"privileges_required": "
|
|
21637
|
-
"complexity": "
|
|
21638
|
-
"ai_factor": "
|
|
21806
|
+
"description": "an external-control-of-file-name-or-path flaw (CWE-73) in Windows WebDAV handling: a crafted Internet Shortcut (.url) sets the working directory to an attacker-controlled WebDAV path so that opening it executes an attacker-supplied binary (exploited by the Stealth Falcon group). CISA KEV-listed 2025-06-10 with confirmed in-the-wild exploitation.",
|
|
21807
|
+
"privileges_required": "none (the victim opens a crafted Internet Shortcut; execution follows from the attacker-controlled path)",
|
|
21808
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
21809
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
21810
|
+
},
|
|
21811
|
+
"defense_chain": {
|
|
21812
|
+
"prevention": {
|
|
21813
|
+
"what_would_have_worked": "Apply the Microsoft update; block outbound WebDAV/SMB to the internet, disable the WebClient service where unneeded, enforce Mark-of-the-Web and ASR rules, and filter inbound shortcut files.",
|
|
21814
|
+
"was_this_required": true,
|
|
21815
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
21816
|
+
"adequacy": "Patch is necessary but the named compensating controls are what hold when the patch lags or the trust mechanism itself is defeated."
|
|
21817
|
+
},
|
|
21818
|
+
"detection": {
|
|
21819
|
+
"what_would_have_worked": "EDR detection of binaries executed from remote WebDAV shares, outbound WebDAV/SMB after a shortcut is opened, and child-process execution following an Internet Shortcut.",
|
|
21820
|
+
"was_this_required": false,
|
|
21821
|
+
"framework_requiring_it": null,
|
|
21822
|
+
"adequacy": "Backstops the window before patching and catches the post-exploitation stage."
|
|
21823
|
+
},
|
|
21824
|
+
"response": {
|
|
21825
|
+
"what_would_have_worked": "Patch, isolate exploited endpoints, block the WebDAV egress path, hunt for follow-on payloads, and review for credential theft and lateral movement (Stealth Falcon is an espionage actor).",
|
|
21826
|
+
"was_this_required": true,
|
|
21827
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
21828
|
+
"adequacy": "Mandatory; exploitation of this class leaves persistence or a foothold that a bare patch does not remediate."
|
|
21829
|
+
}
|
|
21639
21830
|
},
|
|
21640
21831
|
"framework_coverage": {
|
|
21641
21832
|
"NIST-800-53-SI-2": {
|
|
21642
21833
|
"covered": true,
|
|
21643
21834
|
"adequate": false,
|
|
21644
|
-
"gap": "30-day SLA
|
|
21835
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side flaw delivered by a crafted shortcut; targeted-espionage actors weaponize these within days."
|
|
21836
|
+
},
|
|
21837
|
+
"AU-ISM-1546": {
|
|
21838
|
+
"covered": true,
|
|
21839
|
+
"adequate": false,
|
|
21840
|
+
"gap": "Essential 8 names application patching, but the load-bearing controls here are blocking outbound WebDAV/SMB to the internet, ASR rules, Mark-of-the-Web enforcement on downloaded shortcuts, and disabling the WebClient service where unneeded — none named explicitly."
|
|
21645
21841
|
},
|
|
21646
21842
|
"ISO-27001-2022-A.8.8": {
|
|
21647
21843
|
"covered": true,
|
|
21648
21844
|
"adequate": false,
|
|
21649
|
-
"gap": "
|
|
21845
|
+
"gap": "'Appropriate timescales' is undefined; unsafe for an actively-exploited client-side execution flaw delivered through everyday file handling."
|
|
21650
21846
|
}
|
|
21651
21847
|
},
|
|
21652
21848
|
"compliance_exposure_score": {
|
|
21653
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
21654
|
-
"basis": "
|
|
21849
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
21850
|
+
"basis": "Windows endpoints are universal; audited organizations that allow outbound WebDAV/SMB and do not enforce Mark-of-the-Web / ASR remain exposed to this KEV-listed client-side flaw delivered by a crafted shortcut.",
|
|
21655
21851
|
"theater_pattern": "patch_management"
|
|
21656
21852
|
},
|
|
21657
21853
|
"ai_discovered_zeroday": false,
|
|
21658
|
-
"ai_discovery_source": "
|
|
21659
|
-
"ai_assist_factor": "none"
|
|
21660
|
-
"_auto_imported": true,
|
|
21661
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
21854
|
+
"ai_discovery_source": "vendor_research",
|
|
21855
|
+
"ai_assist_factor": "none"
|
|
21662
21856
|
},
|
|
21663
21857
|
"CVE-2025-24016": {
|
|
21664
21858
|
"name": "Wazuh Server Deserialization of Untrusted Data Vulnerability",
|