@blamejs/exceptd-skills 0.15.16 → 0.15.18
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 +12 -10
- package/data/cve-catalog.json +193 -71
- package/data/zeroday-lessons.json +434 -158
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -11942,35 +11942,58 @@
|
|
|
11942
11942
|
},
|
|
11943
11943
|
"CVE-2026-21385": {
|
|
11944
11944
|
"name": "Qualcomm Multiple Chipsets Memory Corruption Vulnerability",
|
|
11945
|
-
"lesson_date": "2026-05-
|
|
11945
|
+
"lesson_date": "2026-05-29",
|
|
11946
11946
|
"attack_vector": {
|
|
11947
|
-
"description": "
|
|
11948
|
-
"privileges_required": "
|
|
11949
|
-
"complexity": "
|
|
11950
|
-
"ai_factor": "
|
|
11947
|
+
"description": "an integer-overflow memory-corruption flaw (CWE-190) in Qualcomm chipset firmware/driver code, exploited by a local foothold to escalate privileges on the device. CISA KEV-listed 2026-03-03 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access primitive.",
|
|
11948
|
+
"privileges_required": "low (any local foothold — an unprivileged app or process on the device/host)",
|
|
11949
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11950
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11951
|
+
},
|
|
11952
|
+
"defense_chain": {
|
|
11953
|
+
"prevention": {
|
|
11954
|
+
"what_would_have_worked": "Apply the Qualcomm chipset fix via the device's Android Security Bulletin OTA update; on managed mobile fleets enforce update SLAs via MDM. SELinux/seccomp confinement limits but does not remove the GPU-driver LPE.",
|
|
11955
|
+
"was_this_required": true,
|
|
11956
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11957
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → root) which a patched device shuts down. Hardening/confinement backstops unpatched estates."
|
|
11958
|
+
},
|
|
11959
|
+
"detection": {
|
|
11960
|
+
"what_would_have_worked": "Mobile-threat-defense telemetry for the LPE primitive (GPU-driver crashes, anomalous GPU command submission) and unprivileged-to-elevated transitions without a legitimate trigger.",
|
|
11961
|
+
"was_this_required": false,
|
|
11962
|
+
"framework_requiring_it": null,
|
|
11963
|
+
"adequacy": "Backstops unpatched devices; LPE is typically silent without endpoint coverage."
|
|
11964
|
+
},
|
|
11965
|
+
"response": {
|
|
11966
|
+
"what_would_have_worked": "Force the OTA update across the mobile fleet; for confirmed exploitation treat the device/host as compromised, isolate, preserve forensic state, and review for credential theft and follow-on payloads.",
|
|
11967
|
+
"was_this_required": true,
|
|
11968
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11969
|
+
"adequacy": "Mandatory; root/kernel-level exploitation makes the host an unreliable platform and warrants rebuild."
|
|
11970
|
+
}
|
|
11951
11971
|
},
|
|
11952
11972
|
"framework_coverage": {
|
|
11953
11973
|
"NIST-800-53-SI-2": {
|
|
11954
11974
|
"covered": true,
|
|
11955
11975
|
"adequate": false,
|
|
11956
|
-
"gap": "30-day SLA
|
|
11976
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed kernel/driver LPE; these are paired with an initial-access primitive and elevate to root within hours of a foothold."
|
|
11957
11977
|
},
|
|
11958
11978
|
"ISO-27001-2022-A.8.8": {
|
|
11959
11979
|
"covered": true,
|
|
11960
11980
|
"adequate": false,
|
|
11961
|
-
"gap": "
|
|
11981
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE, and the long tail of unpatched mobile/server estates keeps these exploitable for years."
|
|
11982
|
+
},
|
|
11983
|
+
"AU-ISM-1546": {
|
|
11984
|
+
"covered": true,
|
|
11985
|
+
"adequate": false,
|
|
11986
|
+
"gap": "Essential 8 patch-applications (operating systems, 48h at ML3) is the right tier, but the load-bearing controls are kernel/driver hardening and a timely vendor patch cadence — Android Security Bulletin OTA updates for the mobile-chipset entries, distribution kernel updates or live-patching for the Linux entries — none of which the framework names explicitly."
|
|
11962
11987
|
}
|
|
11963
11988
|
},
|
|
11964
11989
|
"compliance_exposure_score": {
|
|
11965
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11966
|
-
"basis": "
|
|
11990
|
+
"percent_audit_passing_orgs_still_exposed": 66,
|
|
11991
|
+
"basis": "Qualcomm chipsets is ubiquitous; audited organizations gate mobile OTA updates behind carrier/OEM cadence and MDM windows, leaving the LPE chain open well past the in-the-wild exploitation window.",
|
|
11967
11992
|
"theater_pattern": "patch_management"
|
|
11968
11993
|
},
|
|
11969
11994
|
"ai_discovered_zeroday": false,
|
|
11970
|
-
"ai_discovery_source": "
|
|
11971
|
-
"ai_assist_factor": "none"
|
|
11972
|
-
"_auto_imported": true,
|
|
11973
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11995
|
+
"ai_discovery_source": "vendor_research",
|
|
11996
|
+
"ai_assist_factor": "none"
|
|
11974
11997
|
},
|
|
11975
11998
|
"CVE-2022-20775": {
|
|
11976
11999
|
"name": "Cisco SD-WAN Path Traversal Vulnerability",
|
|
@@ -12462,35 +12485,58 @@
|
|
|
12462
12485
|
},
|
|
12463
12486
|
"CVE-2026-2441": {
|
|
12464
12487
|
"name": "Google Chromium CSS Use-After-Free Vulnerability",
|
|
12465
|
-
"lesson_date": "2026-05-
|
|
12488
|
+
"lesson_date": "2026-05-29",
|
|
12466
12489
|
"attack_vector": {
|
|
12467
|
-
"description": "
|
|
12468
|
-
"privileges_required": "
|
|
12469
|
-
"complexity": "
|
|
12470
|
-
"ai_factor": "
|
|
12490
|
+
"description": "a use-after-free (CWE-416) in Chromium's CSS handling, exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2026-02-17 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
|
|
12491
|
+
"privileges_required": "none (the victim's browser renders attacker-controlled web content)",
|
|
12492
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12493
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12494
|
+
},
|
|
12495
|
+
"defense_chain": {
|
|
12496
|
+
"prevention": {
|
|
12497
|
+
"what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
|
|
12498
|
+
"was_this_required": true,
|
|
12499
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12500
|
+
"adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
|
|
12501
|
+
},
|
|
12502
|
+
"detection": {
|
|
12503
|
+
"what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
|
|
12504
|
+
"was_this_required": false,
|
|
12505
|
+
"framework_requiring_it": null,
|
|
12506
|
+
"adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
|
|
12507
|
+
},
|
|
12508
|
+
"response": {
|
|
12509
|
+
"what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
|
|
12510
|
+
"was_this_required": true,
|
|
12511
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12512
|
+
"adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
|
|
12513
|
+
}
|
|
12471
12514
|
},
|
|
12472
12515
|
"framework_coverage": {
|
|
12473
12516
|
"NIST-800-53-SI-2": {
|
|
12474
12517
|
"covered": true,
|
|
12475
12518
|
"adequate": false,
|
|
12476
|
-
"gap": "30-day SLA
|
|
12519
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
|
|
12477
12520
|
},
|
|
12478
12521
|
"ISO-27001-2022-A.8.8": {
|
|
12479
12522
|
"covered": true,
|
|
12480
12523
|
"adequate": false,
|
|
12481
|
-
"gap": "
|
|
12524
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
|
|
12525
|
+
},
|
|
12526
|
+
"AU-ISM-1546": {
|
|
12527
|
+
"covered": true,
|
|
12528
|
+
"adequate": false,
|
|
12529
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
|
|
12482
12530
|
}
|
|
12483
12531
|
},
|
|
12484
12532
|
"compliance_exposure_score": {
|
|
12485
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12486
|
-
"basis": "
|
|
12533
|
+
"percent_audit_passing_orgs_still_exposed": 60,
|
|
12534
|
+
"basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
|
|
12487
12535
|
"theater_pattern": "patch_management"
|
|
12488
12536
|
},
|
|
12489
12537
|
"ai_discovered_zeroday": false,
|
|
12490
|
-
"ai_discovery_source": "
|
|
12491
|
-
"ai_assist_factor": "none"
|
|
12492
|
-
"_auto_imported": true,
|
|
12493
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12538
|
+
"ai_discovery_source": "vendor_research",
|
|
12539
|
+
"ai_assist_factor": "none"
|
|
12494
12540
|
},
|
|
12495
12541
|
"CVE-2026-1731": {
|
|
12496
12542
|
"name": "BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA) OS Command Injection Vulnerability",
|
|
@@ -13293,35 +13339,58 @@
|
|
|
13293
13339
|
},
|
|
13294
13340
|
"CVE-2018-14634": {
|
|
13295
13341
|
"name": "Linux Kernel Integer Overflow Vulnerability",
|
|
13296
|
-
"lesson_date": "2026-05-
|
|
13342
|
+
"lesson_date": "2026-05-29",
|
|
13297
13343
|
"attack_vector": {
|
|
13298
|
-
"description": "
|
|
13299
|
-
"privileges_required": "
|
|
13300
|
-
"complexity": "
|
|
13301
|
-
"ai_factor": "
|
|
13344
|
+
"description": "an integer-overflow flaw (CWE-190) in the Linux kernel create_elf_tables() path ('Mutagen Astronomy'), exploited by a local user via a crafted SUID binary to gain root. CISA KEV-listed 2026-01-26 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access primitive.",
|
|
13345
|
+
"privileges_required": "low (any local foothold — an unprivileged app or process on the device/host)",
|
|
13346
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
13347
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
13348
|
+
},
|
|
13349
|
+
"defense_chain": {
|
|
13350
|
+
"prevention": {
|
|
13351
|
+
"what_would_have_worked": "Apply the distribution kernel update (or live-patch via kpatch/livepatch); enable kernel hardening (lockdown, restricting unprivileged user namespaces where the flaw requires them) to shrink the LPE surface.",
|
|
13352
|
+
"was_this_required": true,
|
|
13353
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
13354
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → root) which a patched device shuts down. Hardening/confinement backstops unpatched estates."
|
|
13355
|
+
},
|
|
13356
|
+
"detection": {
|
|
13357
|
+
"what_would_have_worked": "EDR/auditd telemetry for the LPE primitive (kernel crashes, unexpected SUID/namespace activity) and unprivileged-to-root transitions without a legitimate trigger.",
|
|
13358
|
+
"was_this_required": false,
|
|
13359
|
+
"framework_requiring_it": null,
|
|
13360
|
+
"adequacy": "Backstops unpatched devices; LPE is typically silent without endpoint coverage."
|
|
13361
|
+
},
|
|
13362
|
+
"response": {
|
|
13363
|
+
"what_would_have_worked": "Force the kernel update across the estate; for confirmed exploitation treat the device/host as compromised, isolate, preserve forensic state, and review for credential theft and follow-on payloads.",
|
|
13364
|
+
"was_this_required": true,
|
|
13365
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
13366
|
+
"adequacy": "Mandatory; root/kernel-level exploitation makes the host an unreliable platform and warrants rebuild."
|
|
13367
|
+
}
|
|
13302
13368
|
},
|
|
13303
13369
|
"framework_coverage": {
|
|
13304
13370
|
"NIST-800-53-SI-2": {
|
|
13305
13371
|
"covered": true,
|
|
13306
13372
|
"adequate": false,
|
|
13307
|
-
"gap": "30-day SLA
|
|
13373
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed kernel/driver LPE; these are paired with an initial-access primitive and elevate to root within hours of a foothold."
|
|
13308
13374
|
},
|
|
13309
13375
|
"ISO-27001-2022-A.8.8": {
|
|
13310
13376
|
"covered": true,
|
|
13311
13377
|
"adequate": false,
|
|
13312
|
-
"gap": "
|
|
13378
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE, and the long tail of unpatched mobile/server estates keeps these exploitable for years."
|
|
13379
|
+
},
|
|
13380
|
+
"AU-ISM-1546": {
|
|
13381
|
+
"covered": true,
|
|
13382
|
+
"adequate": false,
|
|
13383
|
+
"gap": "Essential 8 patch-applications (operating systems, 48h at ML3) is the right tier, but the load-bearing controls are kernel/driver hardening and a timely vendor patch cadence — Android Security Bulletin OTA updates for the mobile-chipset entries, distribution kernel updates or live-patching for the Linux entries — none of which the framework names explicitly."
|
|
13313
13384
|
}
|
|
13314
13385
|
},
|
|
13315
13386
|
"compliance_exposure_score": {
|
|
13316
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13317
|
-
"basis": "
|
|
13387
|
+
"percent_audit_passing_orgs_still_exposed": 66,
|
|
13388
|
+
"basis": "Linux kernel is ubiquitous; audited organizations gate kernel patches behind change windows or reboot-avoidance, leaving the LPE chain open well past the in-the-wild exploitation window.",
|
|
13318
13389
|
"theater_pattern": "patch_management"
|
|
13319
13390
|
},
|
|
13320
13391
|
"ai_discovered_zeroday": false,
|
|
13321
|
-
"ai_discovery_source": "
|
|
13322
|
-
"ai_assist_factor": "none"
|
|
13323
|
-
"_auto_imported": true,
|
|
13324
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13392
|
+
"ai_discovery_source": "vendor_research",
|
|
13393
|
+
"ai_assist_factor": "none"
|
|
13325
13394
|
},
|
|
13326
13395
|
"CVE-2025-52691": {
|
|
13327
13396
|
"name": "SmarterTools SmarterMail Unrestricted Upload of File with Dangerous Type Vulnerability",
|
|
@@ -14595,35 +14664,58 @@
|
|
|
14595
14664
|
},
|
|
14596
14665
|
"CVE-2025-13223": {
|
|
14597
14666
|
"name": "Google Chromium V8 Type Confusion Vulnerability",
|
|
14598
|
-
"lesson_date": "2026-05-
|
|
14667
|
+
"lesson_date": "2026-05-29",
|
|
14599
14668
|
"attack_vector": {
|
|
14600
|
-
"description": "
|
|
14601
|
-
"privileges_required": "
|
|
14602
|
-
"complexity": "
|
|
14603
|
-
"ai_factor": "
|
|
14669
|
+
"description": "a type confusion (CWE-843) in the V8 JavaScript engine, exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2025-11-19 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
|
|
14670
|
+
"privileges_required": "none (the victim's browser renders attacker-controlled web content)",
|
|
14671
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14672
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14673
|
+
},
|
|
14674
|
+
"defense_chain": {
|
|
14675
|
+
"prevention": {
|
|
14676
|
+
"what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
|
|
14677
|
+
"was_this_required": true,
|
|
14678
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14679
|
+
"adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
|
|
14680
|
+
},
|
|
14681
|
+
"detection": {
|
|
14682
|
+
"what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
|
|
14683
|
+
"was_this_required": false,
|
|
14684
|
+
"framework_requiring_it": null,
|
|
14685
|
+
"adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
|
|
14686
|
+
},
|
|
14687
|
+
"response": {
|
|
14688
|
+
"what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
|
|
14689
|
+
"was_this_required": true,
|
|
14690
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14691
|
+
"adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
|
|
14692
|
+
}
|
|
14604
14693
|
},
|
|
14605
14694
|
"framework_coverage": {
|
|
14606
14695
|
"NIST-800-53-SI-2": {
|
|
14607
14696
|
"covered": true,
|
|
14608
14697
|
"adequate": false,
|
|
14609
|
-
"gap": "30-day SLA
|
|
14698
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
|
|
14610
14699
|
},
|
|
14611
14700
|
"ISO-27001-2022-A.8.8": {
|
|
14612
14701
|
"covered": true,
|
|
14613
14702
|
"adequate": false,
|
|
14614
|
-
"gap": "
|
|
14703
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
|
|
14704
|
+
},
|
|
14705
|
+
"AU-ISM-1546": {
|
|
14706
|
+
"covered": true,
|
|
14707
|
+
"adequate": false,
|
|
14708
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
|
|
14615
14709
|
}
|
|
14616
14710
|
},
|
|
14617
14711
|
"compliance_exposure_score": {
|
|
14618
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14619
|
-
"basis": "
|
|
14712
|
+
"percent_audit_passing_orgs_still_exposed": 60,
|
|
14713
|
+
"basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
|
|
14620
14714
|
"theater_pattern": "patch_management"
|
|
14621
14715
|
},
|
|
14622
14716
|
"ai_discovered_zeroday": false,
|
|
14623
|
-
"ai_discovery_source": "
|
|
14624
|
-
"ai_assist_factor": "none"
|
|
14625
|
-
"_auto_imported": true,
|
|
14626
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14717
|
+
"ai_discovery_source": "vendor_research",
|
|
14718
|
+
"ai_assist_factor": "none"
|
|
14627
14719
|
},
|
|
14628
14720
|
"CVE-2025-58034": {
|
|
14629
14721
|
"name": "Fortinet FortiWeb OS Command Injection Vulnerability",
|
|
@@ -15728,35 +15820,58 @@
|
|
|
15728
15820
|
},
|
|
15729
15821
|
"CVE-2021-22555": {
|
|
15730
15822
|
"name": "Linux Kernel Heap Out-of-Bounds Write Vulnerability",
|
|
15731
|
-
"lesson_date": "2026-05-
|
|
15823
|
+
"lesson_date": "2026-05-29",
|
|
15732
15824
|
"attack_vector": {
|
|
15733
|
-
"description": "
|
|
15734
|
-
"privileges_required": "
|
|
15735
|
-
"complexity": "
|
|
15736
|
-
"ai_factor": "
|
|
15825
|
+
"description": "a heap out-of-bounds write (CWE-787) in the Linux kernel netfilter x_tables, exploited by a local user (with user-namespace access) to gain root. CISA KEV-listed 2025-10-06 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access primitive.",
|
|
15826
|
+
"privileges_required": "low (any local foothold — an unprivileged app or process on the device/host)",
|
|
15827
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15828
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15829
|
+
},
|
|
15830
|
+
"defense_chain": {
|
|
15831
|
+
"prevention": {
|
|
15832
|
+
"what_would_have_worked": "Apply the distribution kernel update (or live-patch via kpatch/livepatch); enable kernel hardening (lockdown, restricting unprivileged user namespaces where the flaw requires them) to shrink the LPE surface.",
|
|
15833
|
+
"was_this_required": true,
|
|
15834
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
15835
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → root) which a patched device shuts down. Hardening/confinement backstops unpatched estates."
|
|
15836
|
+
},
|
|
15837
|
+
"detection": {
|
|
15838
|
+
"what_would_have_worked": "EDR/auditd telemetry for the LPE primitive (kernel crashes, unexpected SUID/namespace activity) and unprivileged-to-root transitions without a legitimate trigger.",
|
|
15839
|
+
"was_this_required": false,
|
|
15840
|
+
"framework_requiring_it": null,
|
|
15841
|
+
"adequacy": "Backstops unpatched devices; LPE is typically silent without endpoint coverage."
|
|
15842
|
+
},
|
|
15843
|
+
"response": {
|
|
15844
|
+
"what_would_have_worked": "Force the kernel update across the estate; for confirmed exploitation treat the device/host as compromised, isolate, preserve forensic state, and review for credential theft and follow-on payloads.",
|
|
15845
|
+
"was_this_required": true,
|
|
15846
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
15847
|
+
"adequacy": "Mandatory; root/kernel-level exploitation makes the host an unreliable platform and warrants rebuild."
|
|
15848
|
+
}
|
|
15737
15849
|
},
|
|
15738
15850
|
"framework_coverage": {
|
|
15739
15851
|
"NIST-800-53-SI-2": {
|
|
15740
15852
|
"covered": true,
|
|
15741
15853
|
"adequate": false,
|
|
15742
|
-
"gap": "30-day SLA
|
|
15854
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed kernel/driver LPE; these are paired with an initial-access primitive and elevate to root within hours of a foothold."
|
|
15743
15855
|
},
|
|
15744
15856
|
"ISO-27001-2022-A.8.8": {
|
|
15745
15857
|
"covered": true,
|
|
15746
15858
|
"adequate": false,
|
|
15747
|
-
"gap": "
|
|
15859
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE, and the long tail of unpatched mobile/server estates keeps these exploitable for years."
|
|
15860
|
+
},
|
|
15861
|
+
"AU-ISM-1546": {
|
|
15862
|
+
"covered": true,
|
|
15863
|
+
"adequate": false,
|
|
15864
|
+
"gap": "Essential 8 patch-applications (operating systems, 48h at ML3) is the right tier, but the load-bearing controls are kernel/driver hardening and a timely vendor patch cadence — Android Security Bulletin OTA updates for the mobile-chipset entries, distribution kernel updates or live-patching for the Linux entries — none of which the framework names explicitly."
|
|
15748
15865
|
}
|
|
15749
15866
|
},
|
|
15750
15867
|
"compliance_exposure_score": {
|
|
15751
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15752
|
-
"basis": "
|
|
15868
|
+
"percent_audit_passing_orgs_still_exposed": 66,
|
|
15869
|
+
"basis": "Linux kernel is ubiquitous; audited organizations gate kernel patches behind change windows or reboot-avoidance, leaving the LPE chain open well past the in-the-wild exploitation window.",
|
|
15753
15870
|
"theater_pattern": "patch_management"
|
|
15754
15871
|
},
|
|
15755
15872
|
"ai_discovered_zeroday": false,
|
|
15756
|
-
"ai_discovery_source": "
|
|
15757
|
-
"ai_assist_factor": "none"
|
|
15758
|
-
"_auto_imported": true,
|
|
15759
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15873
|
+
"ai_discovery_source": "vendor_research",
|
|
15874
|
+
"ai_assist_factor": "none"
|
|
15760
15875
|
},
|
|
15761
15876
|
"CVE-2010-3962": {
|
|
15762
15877
|
"name": "Microsoft Internet Explorer Uninitialized Memory Corruption Vulnerability",
|
|
@@ -17591,35 +17706,58 @@
|
|
|
17591
17706
|
},
|
|
17592
17707
|
"CVE-2025-6558": {
|
|
17593
17708
|
"name": "Google Chromium ANGLE and GPU Improper Input Validation Vulnerability",
|
|
17594
|
-
"lesson_date": "2026-05-
|
|
17709
|
+
"lesson_date": "2026-05-29",
|
|
17595
17710
|
"attack_vector": {
|
|
17596
|
-
"description": "
|
|
17597
|
-
"privileges_required": "
|
|
17598
|
-
"complexity": "
|
|
17599
|
-
"ai_factor": "
|
|
17711
|
+
"description": "an improper-input-validation flaw (CWE-20) in ANGLE and the GPU process, exploitable by an attacker-controlled web page to escape the browser sandbox. CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
|
|
17712
|
+
"privileges_required": "none for initial code execution; the GPU/ANGLE flaw then escapes the renderer sandbox as a privilege step",
|
|
17713
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17714
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17715
|
+
},
|
|
17716
|
+
"defense_chain": {
|
|
17717
|
+
"prevention": {
|
|
17718
|
+
"what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
|
|
17719
|
+
"was_this_required": true,
|
|
17720
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17721
|
+
"adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
|
|
17722
|
+
},
|
|
17723
|
+
"detection": {
|
|
17724
|
+
"what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
|
|
17725
|
+
"was_this_required": false,
|
|
17726
|
+
"framework_requiring_it": null,
|
|
17727
|
+
"adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
|
|
17728
|
+
},
|
|
17729
|
+
"response": {
|
|
17730
|
+
"what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
|
|
17731
|
+
"was_this_required": true,
|
|
17732
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17733
|
+
"adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
|
|
17734
|
+
}
|
|
17600
17735
|
},
|
|
17601
17736
|
"framework_coverage": {
|
|
17602
17737
|
"NIST-800-53-SI-2": {
|
|
17603
17738
|
"covered": true,
|
|
17604
17739
|
"adequate": false,
|
|
17605
|
-
"gap": "30-day SLA
|
|
17740
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
|
|
17606
17741
|
},
|
|
17607
17742
|
"ISO-27001-2022-A.8.8": {
|
|
17608
17743
|
"covered": true,
|
|
17609
17744
|
"adequate": false,
|
|
17610
|
-
"gap": "
|
|
17745
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
|
|
17746
|
+
},
|
|
17747
|
+
"AU-ISM-1546": {
|
|
17748
|
+
"covered": true,
|
|
17749
|
+
"adequate": false,
|
|
17750
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
|
|
17611
17751
|
}
|
|
17612
17752
|
},
|
|
17613
17753
|
"compliance_exposure_score": {
|
|
17614
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17615
|
-
"basis": "
|
|
17754
|
+
"percent_audit_passing_orgs_still_exposed": 60,
|
|
17755
|
+
"basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
|
|
17616
17756
|
"theater_pattern": "patch_management"
|
|
17617
17757
|
},
|
|
17618
17758
|
"ai_discovered_zeroday": false,
|
|
17619
|
-
"ai_discovery_source": "
|
|
17620
|
-
"ai_assist_factor": "none"
|
|
17621
|
-
"_auto_imported": true,
|
|
17622
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17759
|
+
"ai_discovery_source": "vendor_research",
|
|
17760
|
+
"ai_assist_factor": "none"
|
|
17623
17761
|
},
|
|
17624
17762
|
"CVE-2025-54309": {
|
|
17625
17763
|
"name": " CrushFTP Unprotected Alternate Channel Vulnerability",
|
|
@@ -18142,36 +18280,59 @@
|
|
|
18142
18280
|
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18143
18281
|
},
|
|
18144
18282
|
"CVE-2025-6554": {
|
|
18145
|
-
"name": "Google Chromium V8 Type Confusion Vulnerability",
|
|
18146
|
-
"lesson_date": "2026-05-
|
|
18283
|
+
"name": "Google Chromium V8 Type Confusion Vulnerability (variant: CVE-2025-6554)",
|
|
18284
|
+
"lesson_date": "2026-05-29",
|
|
18147
18285
|
"attack_vector": {
|
|
18148
|
-
"description": "
|
|
18149
|
-
"privileges_required": "
|
|
18150
|
-
"complexity": "
|
|
18151
|
-
"ai_factor": "
|
|
18286
|
+
"description": "a type confusion (CWE-843) in the V8 JavaScript engine (a variant of the recurring V8 type-confusion class), exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2025-07-02 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
|
|
18287
|
+
"privileges_required": "none (the victim's browser renders attacker-controlled web content)",
|
|
18288
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18289
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18290
|
+
},
|
|
18291
|
+
"defense_chain": {
|
|
18292
|
+
"prevention": {
|
|
18293
|
+
"what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
|
|
18294
|
+
"was_this_required": true,
|
|
18295
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18296
|
+
"adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
|
|
18297
|
+
},
|
|
18298
|
+
"detection": {
|
|
18299
|
+
"what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
|
|
18300
|
+
"was_this_required": false,
|
|
18301
|
+
"framework_requiring_it": null,
|
|
18302
|
+
"adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
|
|
18303
|
+
},
|
|
18304
|
+
"response": {
|
|
18305
|
+
"what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
|
|
18306
|
+
"was_this_required": true,
|
|
18307
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18308
|
+
"adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
|
|
18309
|
+
}
|
|
18152
18310
|
},
|
|
18153
18311
|
"framework_coverage": {
|
|
18154
18312
|
"NIST-800-53-SI-2": {
|
|
18155
18313
|
"covered": true,
|
|
18156
18314
|
"adequate": false,
|
|
18157
|
-
"gap": "30-day SLA
|
|
18315
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
|
|
18158
18316
|
},
|
|
18159
18317
|
"ISO-27001-2022-A.8.8": {
|
|
18160
18318
|
"covered": true,
|
|
18161
18319
|
"adequate": false,
|
|
18162
|
-
"gap": "
|
|
18320
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
|
|
18321
|
+
},
|
|
18322
|
+
"AU-ISM-1546": {
|
|
18323
|
+
"covered": true,
|
|
18324
|
+
"adequate": false,
|
|
18325
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
|
|
18163
18326
|
}
|
|
18164
18327
|
},
|
|
18165
18328
|
"compliance_exposure_score": {
|
|
18166
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18167
|
-
"basis": "
|
|
18329
|
+
"percent_audit_passing_orgs_still_exposed": 60,
|
|
18330
|
+
"basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
|
|
18168
18331
|
"theater_pattern": "patch_management"
|
|
18169
18332
|
},
|
|
18170
18333
|
"ai_discovered_zeroday": false,
|
|
18171
|
-
"ai_discovery_source": "
|
|
18172
|
-
"ai_assist_factor": "none"
|
|
18173
|
-
"_auto_imported": true,
|
|
18174
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18334
|
+
"ai_discovery_source": "vendor_research",
|
|
18335
|
+
"ai_assist_factor": "none"
|
|
18175
18336
|
},
|
|
18176
18337
|
"CVE-2025-48928": {
|
|
18177
18338
|
"name": "TeleMessage TM SGNL Exposure of Core Dump File to an Unauthorized Control Sphere Vulnerability",
|
|
@@ -18423,35 +18584,58 @@
|
|
|
18423
18584
|
},
|
|
18424
18585
|
"CVE-2023-0386": {
|
|
18425
18586
|
"name": "Linux Kernel Improper Ownership Management Vulnerability",
|
|
18426
|
-
"lesson_date": "2026-05-
|
|
18587
|
+
"lesson_date": "2026-05-29",
|
|
18427
18588
|
"attack_vector": {
|
|
18428
|
-
"description": "
|
|
18429
|
-
"privileges_required": "
|
|
18430
|
-
"complexity": "
|
|
18431
|
-
"ai_factor": "
|
|
18589
|
+
"description": "an improper-ownership-management flaw (CWE-282) in the Linux kernel OverlayFS, exploited by a local user to copy a SUID file across mounts and gain root. CISA KEV-listed 2025-06-17 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access primitive.",
|
|
18590
|
+
"privileges_required": "low (any local foothold — an unprivileged app or process on the device/host)",
|
|
18591
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18592
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18593
|
+
},
|
|
18594
|
+
"defense_chain": {
|
|
18595
|
+
"prevention": {
|
|
18596
|
+
"what_would_have_worked": "Apply the distribution kernel update (or live-patch via kpatch/livepatch); enable kernel hardening (lockdown, restricting unprivileged user namespaces where the flaw requires them) to shrink the LPE surface.",
|
|
18597
|
+
"was_this_required": true,
|
|
18598
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18599
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → root) which a patched device shuts down. Hardening/confinement backstops unpatched estates."
|
|
18600
|
+
},
|
|
18601
|
+
"detection": {
|
|
18602
|
+
"what_would_have_worked": "EDR/auditd telemetry for the LPE primitive (kernel crashes, unexpected SUID/namespace activity) and unprivileged-to-root transitions without a legitimate trigger.",
|
|
18603
|
+
"was_this_required": false,
|
|
18604
|
+
"framework_requiring_it": null,
|
|
18605
|
+
"adequacy": "Backstops unpatched devices; LPE is typically silent without endpoint coverage."
|
|
18606
|
+
},
|
|
18607
|
+
"response": {
|
|
18608
|
+
"what_would_have_worked": "Force the kernel update across the estate; for confirmed exploitation treat the device/host as compromised, isolate, preserve forensic state, and review for credential theft and follow-on payloads.",
|
|
18609
|
+
"was_this_required": true,
|
|
18610
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18611
|
+
"adequacy": "Mandatory; root/kernel-level exploitation makes the host an unreliable platform and warrants rebuild."
|
|
18612
|
+
}
|
|
18432
18613
|
},
|
|
18433
18614
|
"framework_coverage": {
|
|
18434
18615
|
"NIST-800-53-SI-2": {
|
|
18435
18616
|
"covered": true,
|
|
18436
18617
|
"adequate": false,
|
|
18437
|
-
"gap": "30-day SLA
|
|
18618
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed kernel/driver LPE; these are paired with an initial-access primitive and elevate to root within hours of a foothold."
|
|
18438
18619
|
},
|
|
18439
18620
|
"ISO-27001-2022-A.8.8": {
|
|
18440
18621
|
"covered": true,
|
|
18441
18622
|
"adequate": false,
|
|
18442
|
-
"gap": "
|
|
18623
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE, and the long tail of unpatched mobile/server estates keeps these exploitable for years."
|
|
18624
|
+
},
|
|
18625
|
+
"AU-ISM-1546": {
|
|
18626
|
+
"covered": true,
|
|
18627
|
+
"adequate": false,
|
|
18628
|
+
"gap": "Essential 8 patch-applications (operating systems, 48h at ML3) is the right tier, but the load-bearing controls are kernel/driver hardening and a timely vendor patch cadence — Android Security Bulletin OTA updates for the mobile-chipset entries, distribution kernel updates or live-patching for the Linux entries — none of which the framework names explicitly."
|
|
18443
18629
|
}
|
|
18444
18630
|
},
|
|
18445
18631
|
"compliance_exposure_score": {
|
|
18446
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18447
|
-
"basis": "
|
|
18632
|
+
"percent_audit_passing_orgs_still_exposed": 66,
|
|
18633
|
+
"basis": "Linux kernel is ubiquitous; audited organizations gate kernel patches behind change windows or reboot-avoidance, leaving the LPE chain open well past the in-the-wild exploitation window.",
|
|
18448
18634
|
"theater_pattern": "patch_management"
|
|
18449
18635
|
},
|
|
18450
18636
|
"ai_discovered_zeroday": false,
|
|
18451
|
-
"ai_discovery_source": "
|
|
18452
|
-
"ai_assist_factor": "none"
|
|
18453
|
-
"_auto_imported": true,
|
|
18454
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18637
|
+
"ai_discovery_source": "vendor_research",
|
|
18638
|
+
"ai_assist_factor": "none"
|
|
18455
18639
|
},
|
|
18456
18640
|
"CVE-2023-33538": {
|
|
18457
18641
|
"name": "TP-Link Multiple Routers Command Injection Vulnerability",
|
|
@@ -18670,131 +18854,223 @@
|
|
|
18670
18854
|
},
|
|
18671
18855
|
"CVE-2025-5419": {
|
|
18672
18856
|
"name": "Google Chromium V8 Out-of-Bounds Read and Write Vulnerability",
|
|
18673
|
-
"lesson_date": "2026-05-
|
|
18857
|
+
"lesson_date": "2026-05-29",
|
|
18674
18858
|
"attack_vector": {
|
|
18675
|
-
"description": "
|
|
18676
|
-
"privileges_required": "
|
|
18677
|
-
"complexity": "
|
|
18678
|
-
"ai_factor": "
|
|
18859
|
+
"description": "an out-of-bounds read and write (CWE-125/CWE-787) in the V8 JavaScript engine, exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2025-06-05 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
|
|
18860
|
+
"privileges_required": "none (the victim's browser renders attacker-controlled web content)",
|
|
18861
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18862
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18863
|
+
},
|
|
18864
|
+
"defense_chain": {
|
|
18865
|
+
"prevention": {
|
|
18866
|
+
"what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
|
|
18867
|
+
"was_this_required": true,
|
|
18868
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18869
|
+
"adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
|
|
18870
|
+
},
|
|
18871
|
+
"detection": {
|
|
18872
|
+
"what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
|
|
18873
|
+
"was_this_required": false,
|
|
18874
|
+
"framework_requiring_it": null,
|
|
18875
|
+
"adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
|
|
18876
|
+
},
|
|
18877
|
+
"response": {
|
|
18878
|
+
"what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
|
|
18879
|
+
"was_this_required": true,
|
|
18880
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18881
|
+
"adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
|
|
18882
|
+
}
|
|
18679
18883
|
},
|
|
18680
18884
|
"framework_coverage": {
|
|
18681
18885
|
"NIST-800-53-SI-2": {
|
|
18682
18886
|
"covered": true,
|
|
18683
18887
|
"adequate": false,
|
|
18684
|
-
"gap": "30-day SLA
|
|
18888
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
|
|
18685
18889
|
},
|
|
18686
18890
|
"ISO-27001-2022-A.8.8": {
|
|
18687
18891
|
"covered": true,
|
|
18688
18892
|
"adequate": false,
|
|
18689
|
-
"gap": "
|
|
18893
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
|
|
18894
|
+
},
|
|
18895
|
+
"AU-ISM-1546": {
|
|
18896
|
+
"covered": true,
|
|
18897
|
+
"adequate": false,
|
|
18898
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
|
|
18690
18899
|
}
|
|
18691
18900
|
},
|
|
18692
18901
|
"compliance_exposure_score": {
|
|
18693
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18694
|
-
"basis": "
|
|
18902
|
+
"percent_audit_passing_orgs_still_exposed": 60,
|
|
18903
|
+
"basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
|
|
18695
18904
|
"theater_pattern": "patch_management"
|
|
18696
18905
|
},
|
|
18697
18906
|
"ai_discovered_zeroday": false,
|
|
18698
|
-
"ai_discovery_source": "
|
|
18699
|
-
"ai_assist_factor": "none"
|
|
18700
|
-
"_auto_imported": true,
|
|
18701
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18907
|
+
"ai_discovery_source": "vendor_research",
|
|
18908
|
+
"ai_assist_factor": "none"
|
|
18702
18909
|
},
|
|
18703
18910
|
"CVE-2025-21479": {
|
|
18704
18911
|
"name": "Qualcomm Multiple Chipsets Incorrect Authorization Vulnerability",
|
|
18705
|
-
"lesson_date": "2026-05-
|
|
18912
|
+
"lesson_date": "2026-05-29",
|
|
18706
18913
|
"attack_vector": {
|
|
18707
|
-
"description": "
|
|
18708
|
-
"privileges_required": "
|
|
18709
|
-
"complexity": "
|
|
18710
|
-
"ai_factor": "
|
|
18914
|
+
"description": "an incorrect-authorization flaw (CWE-863) in the Qualcomm Adreno GPU driver, allowing unauthorized GPU command execution that corrupts memory to escalate privilege (exploited in the wild in Android targeted chains). CISA KEV-listed 2025-06-03 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access primitive.",
|
|
18915
|
+
"privileges_required": "low (any local foothold — an unprivileged app or process on the device/host)",
|
|
18916
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18917
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18918
|
+
},
|
|
18919
|
+
"defense_chain": {
|
|
18920
|
+
"prevention": {
|
|
18921
|
+
"what_would_have_worked": "Apply the Qualcomm chipset fix via the device's Android Security Bulletin OTA update; on managed mobile fleets enforce update SLAs via MDM. SELinux/seccomp confinement limits but does not remove the GPU-driver LPE.",
|
|
18922
|
+
"was_this_required": true,
|
|
18923
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18924
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → root) which a patched device shuts down. Hardening/confinement backstops unpatched estates."
|
|
18925
|
+
},
|
|
18926
|
+
"detection": {
|
|
18927
|
+
"what_would_have_worked": "Mobile-threat-defense telemetry for the LPE primitive (GPU-driver crashes, anomalous GPU command submission) and unprivileged-to-elevated transitions without a legitimate trigger.",
|
|
18928
|
+
"was_this_required": false,
|
|
18929
|
+
"framework_requiring_it": null,
|
|
18930
|
+
"adequacy": "Backstops unpatched devices; LPE is typically silent without endpoint coverage."
|
|
18931
|
+
},
|
|
18932
|
+
"response": {
|
|
18933
|
+
"what_would_have_worked": "Force the OTA update across the mobile fleet; for confirmed exploitation treat the device/host as compromised, isolate, preserve forensic state, and review for credential theft and follow-on payloads.",
|
|
18934
|
+
"was_this_required": true,
|
|
18935
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18936
|
+
"adequacy": "Mandatory; root/kernel-level exploitation makes the host an unreliable platform and warrants rebuild."
|
|
18937
|
+
}
|
|
18711
18938
|
},
|
|
18712
18939
|
"framework_coverage": {
|
|
18713
18940
|
"NIST-800-53-SI-2": {
|
|
18714
18941
|
"covered": true,
|
|
18715
18942
|
"adequate": false,
|
|
18716
|
-
"gap": "30-day SLA
|
|
18943
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed kernel/driver LPE; these are paired with an initial-access primitive and elevate to root within hours of a foothold."
|
|
18717
18944
|
},
|
|
18718
18945
|
"ISO-27001-2022-A.8.8": {
|
|
18719
18946
|
"covered": true,
|
|
18720
18947
|
"adequate": false,
|
|
18721
|
-
"gap": "
|
|
18948
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE, and the long tail of unpatched mobile/server estates keeps these exploitable for years."
|
|
18949
|
+
},
|
|
18950
|
+
"AU-ISM-1546": {
|
|
18951
|
+
"covered": true,
|
|
18952
|
+
"adequate": false,
|
|
18953
|
+
"gap": "Essential 8 patch-applications (operating systems, 48h at ML3) is the right tier, but the load-bearing controls are kernel/driver hardening and a timely vendor patch cadence — Android Security Bulletin OTA updates for the mobile-chipset entries, distribution kernel updates or live-patching for the Linux entries — none of which the framework names explicitly."
|
|
18722
18954
|
}
|
|
18723
18955
|
},
|
|
18724
18956
|
"compliance_exposure_score": {
|
|
18725
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18726
|
-
"basis": "
|
|
18957
|
+
"percent_audit_passing_orgs_still_exposed": 66,
|
|
18958
|
+
"basis": "Qualcomm chipsets is ubiquitous; audited organizations gate mobile OTA updates behind carrier/OEM cadence and MDM windows, leaving the LPE chain open well past the in-the-wild exploitation window.",
|
|
18727
18959
|
"theater_pattern": "patch_management"
|
|
18728
18960
|
},
|
|
18729
18961
|
"ai_discovered_zeroday": false,
|
|
18730
|
-
"ai_discovery_source": "
|
|
18731
|
-
"ai_assist_factor": "none"
|
|
18732
|
-
"_auto_imported": true,
|
|
18733
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18962
|
+
"ai_discovery_source": "vendor_research",
|
|
18963
|
+
"ai_assist_factor": "none"
|
|
18734
18964
|
},
|
|
18735
18965
|
"CVE-2025-21480": {
|
|
18736
|
-
"name": "Qualcomm Multiple Chipsets Incorrect Authorization Vulnerability",
|
|
18737
|
-
"lesson_date": "2026-05-
|
|
18966
|
+
"name": "Qualcomm Multiple Chipsets Incorrect Authorization Vulnerability (variant: CVE-2025-21480)",
|
|
18967
|
+
"lesson_date": "2026-05-29",
|
|
18738
18968
|
"attack_vector": {
|
|
18739
|
-
"description": "
|
|
18740
|
-
"privileges_required": "
|
|
18741
|
-
"complexity": "
|
|
18742
|
-
"ai_factor": "
|
|
18969
|
+
"description": "an incorrect-authorization flaw (CWE-863) in the Qualcomm Adreno GPU driver (a related variant), allowing unauthorized GPU command execution that corrupts memory to escalate privilege (exploited in the wild in Android targeted chains). CISA KEV-listed 2025-06-03 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access primitive.",
|
|
18970
|
+
"privileges_required": "low (any local foothold — an unprivileged app or process on the device/host)",
|
|
18971
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18972
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18973
|
+
},
|
|
18974
|
+
"defense_chain": {
|
|
18975
|
+
"prevention": {
|
|
18976
|
+
"what_would_have_worked": "Apply the Qualcomm chipset fix via the device's Android Security Bulletin OTA update; on managed mobile fleets enforce update SLAs via MDM. SELinux/seccomp confinement limits but does not remove the GPU-driver LPE.",
|
|
18977
|
+
"was_this_required": true,
|
|
18978
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18979
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → root) which a patched device shuts down. Hardening/confinement backstops unpatched estates."
|
|
18980
|
+
},
|
|
18981
|
+
"detection": {
|
|
18982
|
+
"what_would_have_worked": "Mobile-threat-defense telemetry for the LPE primitive (GPU-driver crashes, anomalous GPU command submission) and unprivileged-to-elevated transitions without a legitimate trigger.",
|
|
18983
|
+
"was_this_required": false,
|
|
18984
|
+
"framework_requiring_it": null,
|
|
18985
|
+
"adequacy": "Backstops unpatched devices; LPE is typically silent without endpoint coverage."
|
|
18986
|
+
},
|
|
18987
|
+
"response": {
|
|
18988
|
+
"what_would_have_worked": "Force the OTA update across the mobile fleet; for confirmed exploitation treat the device/host as compromised, isolate, preserve forensic state, and review for credential theft and follow-on payloads.",
|
|
18989
|
+
"was_this_required": true,
|
|
18990
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18991
|
+
"adequacy": "Mandatory; root/kernel-level exploitation makes the host an unreliable platform and warrants rebuild."
|
|
18992
|
+
}
|
|
18743
18993
|
},
|
|
18744
18994
|
"framework_coverage": {
|
|
18745
18995
|
"NIST-800-53-SI-2": {
|
|
18746
18996
|
"covered": true,
|
|
18747
18997
|
"adequate": false,
|
|
18748
|
-
"gap": "30-day SLA
|
|
18998
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed kernel/driver LPE; these are paired with an initial-access primitive and elevate to root within hours of a foothold."
|
|
18749
18999
|
},
|
|
18750
19000
|
"ISO-27001-2022-A.8.8": {
|
|
18751
19001
|
"covered": true,
|
|
18752
19002
|
"adequate": false,
|
|
18753
|
-
"gap": "
|
|
19003
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE, and the long tail of unpatched mobile/server estates keeps these exploitable for years."
|
|
19004
|
+
},
|
|
19005
|
+
"AU-ISM-1546": {
|
|
19006
|
+
"covered": true,
|
|
19007
|
+
"adequate": false,
|
|
19008
|
+
"gap": "Essential 8 patch-applications (operating systems, 48h at ML3) is the right tier, but the load-bearing controls are kernel/driver hardening and a timely vendor patch cadence — Android Security Bulletin OTA updates for the mobile-chipset entries, distribution kernel updates or live-patching for the Linux entries — none of which the framework names explicitly."
|
|
18754
19009
|
}
|
|
18755
19010
|
},
|
|
18756
19011
|
"compliance_exposure_score": {
|
|
18757
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18758
|
-
"basis": "
|
|
19012
|
+
"percent_audit_passing_orgs_still_exposed": 66,
|
|
19013
|
+
"basis": "Qualcomm chipsets is ubiquitous; audited organizations gate mobile OTA updates behind carrier/OEM cadence and MDM windows, leaving the LPE chain open well past the in-the-wild exploitation window.",
|
|
18759
19014
|
"theater_pattern": "patch_management"
|
|
18760
19015
|
},
|
|
18761
19016
|
"ai_discovered_zeroday": false,
|
|
18762
|
-
"ai_discovery_source": "
|
|
18763
|
-
"ai_assist_factor": "none"
|
|
18764
|
-
"_auto_imported": true,
|
|
18765
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
19017
|
+
"ai_discovery_source": "vendor_research",
|
|
19018
|
+
"ai_assist_factor": "none"
|
|
18766
19019
|
},
|
|
18767
19020
|
"CVE-2025-27038": {
|
|
18768
19021
|
"name": "Qualcomm Multiple Chipsets Use-After-Free Vulnerability",
|
|
18769
|
-
"lesson_date": "2026-05-
|
|
19022
|
+
"lesson_date": "2026-05-29",
|
|
18770
19023
|
"attack_vector": {
|
|
18771
|
-
"description": "
|
|
18772
|
-
"privileges_required": "
|
|
18773
|
-
"complexity": "
|
|
18774
|
-
"ai_factor": "
|
|
19024
|
+
"description": "a use-after-free (CWE-416) in the Qualcomm Adreno GPU driver, exploited by a local foothold to escalate privilege on the device. CISA KEV-listed 2025-06-03 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access primitive.",
|
|
19025
|
+
"privileges_required": "low (any local foothold — an unprivileged app or process on the device/host)",
|
|
19026
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
19027
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
19028
|
+
},
|
|
19029
|
+
"defense_chain": {
|
|
19030
|
+
"prevention": {
|
|
19031
|
+
"what_would_have_worked": "Apply the Qualcomm chipset fix via the device's Android Security Bulletin OTA update; on managed mobile fleets enforce update SLAs via MDM. SELinux/seccomp confinement limits but does not remove the GPU-driver LPE.",
|
|
19032
|
+
"was_this_required": true,
|
|
19033
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
19034
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → root) which a patched device shuts down. Hardening/confinement backstops unpatched estates."
|
|
19035
|
+
},
|
|
19036
|
+
"detection": {
|
|
19037
|
+
"what_would_have_worked": "Mobile-threat-defense telemetry for the LPE primitive (GPU-driver crashes, anomalous GPU command submission) and unprivileged-to-elevated transitions without a legitimate trigger.",
|
|
19038
|
+
"was_this_required": false,
|
|
19039
|
+
"framework_requiring_it": null,
|
|
19040
|
+
"adequacy": "Backstops unpatched devices; LPE is typically silent without endpoint coverage."
|
|
19041
|
+
},
|
|
19042
|
+
"response": {
|
|
19043
|
+
"what_would_have_worked": "Force the OTA update across the mobile fleet; for confirmed exploitation treat the device/host as compromised, isolate, preserve forensic state, and review for credential theft and follow-on payloads.",
|
|
19044
|
+
"was_this_required": true,
|
|
19045
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
19046
|
+
"adequacy": "Mandatory; root/kernel-level exploitation makes the host an unreliable platform and warrants rebuild."
|
|
19047
|
+
}
|
|
18775
19048
|
},
|
|
18776
19049
|
"framework_coverage": {
|
|
18777
19050
|
"NIST-800-53-SI-2": {
|
|
18778
19051
|
"covered": true,
|
|
18779
19052
|
"adequate": false,
|
|
18780
|
-
"gap": "30-day SLA
|
|
19053
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed kernel/driver LPE; these are paired with an initial-access primitive and elevate to root within hours of a foothold."
|
|
18781
19054
|
},
|
|
18782
19055
|
"ISO-27001-2022-A.8.8": {
|
|
18783
19056
|
"covered": true,
|
|
18784
19057
|
"adequate": false,
|
|
18785
|
-
"gap": "
|
|
19058
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE, and the long tail of unpatched mobile/server estates keeps these exploitable for years."
|
|
19059
|
+
},
|
|
19060
|
+
"AU-ISM-1546": {
|
|
19061
|
+
"covered": true,
|
|
19062
|
+
"adequate": false,
|
|
19063
|
+
"gap": "Essential 8 patch-applications (operating systems, 48h at ML3) is the right tier, but the load-bearing controls are kernel/driver hardening and a timely vendor patch cadence — Android Security Bulletin OTA updates for the mobile-chipset entries, distribution kernel updates or live-patching for the Linux entries — none of which the framework names explicitly."
|
|
18786
19064
|
}
|
|
18787
19065
|
},
|
|
18788
19066
|
"compliance_exposure_score": {
|
|
18789
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18790
|
-
"basis": "
|
|
19067
|
+
"percent_audit_passing_orgs_still_exposed": 66,
|
|
19068
|
+
"basis": "Qualcomm chipsets is ubiquitous; audited organizations gate mobile OTA updates behind carrier/OEM cadence and MDM windows, leaving the LPE chain open well past the in-the-wild exploitation window.",
|
|
18791
19069
|
"theater_pattern": "patch_management"
|
|
18792
19070
|
},
|
|
18793
19071
|
"ai_discovered_zeroday": false,
|
|
18794
|
-
"ai_discovery_source": "
|
|
18795
|
-
"ai_assist_factor": "none"
|
|
18796
|
-
"_auto_imported": true,
|
|
18797
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
19072
|
+
"ai_discovery_source": "vendor_research",
|
|
19073
|
+
"ai_assist_factor": "none"
|
|
18798
19074
|
},
|
|
18799
19075
|
"CVE-2021-32030": {
|
|
18800
19076
|
"name": "ASUS Routers Improper Authentication Vulnerability",
|