@blamejs/exceptd-skills 0.15.17 → 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.
@@ -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-18",
11945
+ "lesson_date": "2026-05-29",
11946
11946
  "attack_vector": {
11947
- "description": "Multiple Qualcomm chipsets contain a memory corruption vulnerability while using alignments for memory allocation. ",
11948
- "privileges_required": "network attacker (no authentication required)",
11949
- "complexity": "moderate (bulk-import default)",
11950
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
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 inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
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": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
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": 55,
11966
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
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": "unknown",
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",
@@ -13316,35 +13339,58 @@
13316
13339
  },
13317
13340
  "CVE-2018-14634": {
13318
13341
  "name": "Linux Kernel Integer Overflow Vulnerability",
13319
- "lesson_date": "2026-05-18",
13342
+ "lesson_date": "2026-05-29",
13320
13343
  "attack_vector": {
13321
- "description": "Linux Kernel contains an integer overflow vulnerability in the create_elf_tables() function which could allow an unprivileged local user with access to SUID (or otherwise privileged) binary to escalate their privileges on the system.",
13322
- "privileges_required": "network attacker (no authentication required)",
13323
- "complexity": "moderate (bulk-import default)",
13324
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
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
+ }
13325
13368
  },
13326
13369
  "framework_coverage": {
13327
13370
  "NIST-800-53-SI-2": {
13328
13371
  "covered": true,
13329
13372
  "adequate": false,
13330
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
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."
13331
13374
  },
13332
13375
  "ISO-27001-2022-A.8.8": {
13333
13376
  "covered": true,
13334
13377
  "adequate": false,
13335
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
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."
13336
13384
  }
13337
13385
  },
13338
13386
  "compliance_exposure_score": {
13339
- "percent_audit_passing_orgs_still_exposed": 55,
13340
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
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.",
13341
13389
  "theater_pattern": "patch_management"
13342
13390
  },
13343
13391
  "ai_discovered_zeroday": false,
13344
- "ai_discovery_source": "unknown",
13345
- "ai_assist_factor": "none",
13346
- "_auto_imported": true,
13347
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13392
+ "ai_discovery_source": "vendor_research",
13393
+ "ai_assist_factor": "none"
13348
13394
  },
13349
13395
  "CVE-2025-52691": {
13350
13396
  "name": "SmarterTools SmarterMail Unrestricted Upload of File with Dangerous Type Vulnerability",
@@ -15774,35 +15820,58 @@
15774
15820
  },
15775
15821
  "CVE-2021-22555": {
15776
15822
  "name": "Linux Kernel Heap Out-of-Bounds Write Vulnerability",
15777
- "lesson_date": "2026-05-18",
15823
+ "lesson_date": "2026-05-29",
15778
15824
  "attack_vector": {
15779
- "description": "Linux Kernel contains a heap out-of-bounds write vulnerability that could allow an attacker to gain privileges or cause a DoS (via heap memory corruption) through user name space.",
15780
- "privileges_required": "network attacker (no authentication required)",
15781
- "complexity": "moderate (bulk-import default)",
15782
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
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
+ }
15783
15849
  },
15784
15850
  "framework_coverage": {
15785
15851
  "NIST-800-53-SI-2": {
15786
15852
  "covered": true,
15787
15853
  "adequate": false,
15788
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
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."
15789
15855
  },
15790
15856
  "ISO-27001-2022-A.8.8": {
15791
15857
  "covered": true,
15792
15858
  "adequate": false,
15793
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
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."
15794
15865
  }
15795
15866
  },
15796
15867
  "compliance_exposure_score": {
15797
- "percent_audit_passing_orgs_still_exposed": 55,
15798
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
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.",
15799
15870
  "theater_pattern": "patch_management"
15800
15871
  },
15801
15872
  "ai_discovered_zeroday": false,
15802
- "ai_discovery_source": "unknown",
15803
- "ai_assist_factor": "none",
15804
- "_auto_imported": true,
15805
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15873
+ "ai_discovery_source": "vendor_research",
15874
+ "ai_assist_factor": "none"
15806
15875
  },
15807
15876
  "CVE-2010-3962": {
15808
15877
  "name": "Microsoft Internet Explorer Uninitialized Memory Corruption Vulnerability",
@@ -18515,35 +18584,58 @@
18515
18584
  },
18516
18585
  "CVE-2023-0386": {
18517
18586
  "name": "Linux Kernel Improper Ownership Management Vulnerability",
18518
- "lesson_date": "2026-05-18",
18587
+ "lesson_date": "2026-05-29",
18519
18588
  "attack_vector": {
18520
- "description": "Linux Kernel contains an improper ownership management vulnerability, where unauthorized access to the execution of the setuid file with capabilities was found in the Linux kernel’s OverlayFS subsystem in how a user copies a capable file from a nosuid mount into another mount. This uid mapping bug allows a local user to escalate their privileges on the system.",
18521
- "privileges_required": "network attacker (no authentication required)",
18522
- "complexity": "moderate (bulk-import default)",
18523
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
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
+ }
18524
18613
  },
18525
18614
  "framework_coverage": {
18526
18615
  "NIST-800-53-SI-2": {
18527
18616
  "covered": true,
18528
18617
  "adequate": false,
18529
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
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."
18530
18619
  },
18531
18620
  "ISO-27001-2022-A.8.8": {
18532
18621
  "covered": true,
18533
18622
  "adequate": false,
18534
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
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."
18535
18629
  }
18536
18630
  },
18537
18631
  "compliance_exposure_score": {
18538
- "percent_audit_passing_orgs_still_exposed": 55,
18539
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
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.",
18540
18634
  "theater_pattern": "patch_management"
18541
18635
  },
18542
18636
  "ai_discovered_zeroday": false,
18543
- "ai_discovery_source": "unknown",
18544
- "ai_assist_factor": "none",
18545
- "_auto_imported": true,
18546
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18637
+ "ai_discovery_source": "vendor_research",
18638
+ "ai_assist_factor": "none"
18547
18639
  },
18548
18640
  "CVE-2023-33538": {
18549
18641
  "name": "TP-Link Multiple Routers Command Injection Vulnerability",
@@ -18817,99 +18909,168 @@
18817
18909
  },
18818
18910
  "CVE-2025-21479": {
18819
18911
  "name": "Qualcomm Multiple Chipsets Incorrect Authorization Vulnerability",
18820
- "lesson_date": "2026-05-18",
18912
+ "lesson_date": "2026-05-29",
18821
18913
  "attack_vector": {
18822
- "description": "Multiple Qualcomm chipsets contain an incorrect authorization vulnerability. This vulnerability allows for memory corruption due to unauthorized command execution in GPU micronode while executing specific sequence of commands.",
18823
- "privileges_required": "network attacker (no authentication required)",
18824
- "complexity": "moderate (bulk-import default)",
18825
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
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
+ }
18826
18938
  },
18827
18939
  "framework_coverage": {
18828
18940
  "NIST-800-53-SI-2": {
18829
18941
  "covered": true,
18830
18942
  "adequate": false,
18831
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
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."
18832
18944
  },
18833
18945
  "ISO-27001-2022-A.8.8": {
18834
18946
  "covered": true,
18835
18947
  "adequate": false,
18836
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
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."
18837
18954
  }
18838
18955
  },
18839
18956
  "compliance_exposure_score": {
18840
- "percent_audit_passing_orgs_still_exposed": 55,
18841
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
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.",
18842
18959
  "theater_pattern": "patch_management"
18843
18960
  },
18844
18961
  "ai_discovered_zeroday": false,
18845
- "ai_discovery_source": "unknown",
18846
- "ai_assist_factor": "none",
18847
- "_auto_imported": true,
18848
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18962
+ "ai_discovery_source": "vendor_research",
18963
+ "ai_assist_factor": "none"
18849
18964
  },
18850
18965
  "CVE-2025-21480": {
18851
- "name": "Qualcomm Multiple Chipsets Incorrect Authorization Vulnerability",
18852
- "lesson_date": "2026-05-18",
18966
+ "name": "Qualcomm Multiple Chipsets Incorrect Authorization Vulnerability (variant: CVE-2025-21480)",
18967
+ "lesson_date": "2026-05-29",
18853
18968
  "attack_vector": {
18854
- "description": "Multiple Qualcomm chipsets contain an incorrect authorization vulnerability. This vulnerability allows for memory corruption due to unauthorized command execution in GPU micronode while executing specific sequence of commands.",
18855
- "privileges_required": "network attacker (no authentication required)",
18856
- "complexity": "moderate (bulk-import default)",
18857
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
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
+ }
18858
18993
  },
18859
18994
  "framework_coverage": {
18860
18995
  "NIST-800-53-SI-2": {
18861
18996
  "covered": true,
18862
18997
  "adequate": false,
18863
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
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."
18864
18999
  },
18865
19000
  "ISO-27001-2022-A.8.8": {
18866
19001
  "covered": true,
18867
19002
  "adequate": false,
18868
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
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."
18869
19009
  }
18870
19010
  },
18871
19011
  "compliance_exposure_score": {
18872
- "percent_audit_passing_orgs_still_exposed": 55,
18873
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
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.",
18874
19014
  "theater_pattern": "patch_management"
18875
19015
  },
18876
19016
  "ai_discovered_zeroday": false,
18877
- "ai_discovery_source": "unknown",
18878
- "ai_assist_factor": "none",
18879
- "_auto_imported": true,
18880
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
19017
+ "ai_discovery_source": "vendor_research",
19018
+ "ai_assist_factor": "none"
18881
19019
  },
18882
19020
  "CVE-2025-27038": {
18883
19021
  "name": "Qualcomm Multiple Chipsets Use-After-Free Vulnerability",
18884
- "lesson_date": "2026-05-18",
19022
+ "lesson_date": "2026-05-29",
18885
19023
  "attack_vector": {
18886
- "description": "Multiple Qualcomm chipsets contain a use-after-free vulnerability. This vulnerability allows for memory corruption while rendering graphics using Adreno GPU drivers in Chrome.",
18887
- "privileges_required": "network attacker (no authentication required)",
18888
- "complexity": "moderate (bulk-import default)",
18889
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
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
+ }
18890
19048
  },
18891
19049
  "framework_coverage": {
18892
19050
  "NIST-800-53-SI-2": {
18893
19051
  "covered": true,
18894
19052
  "adequate": false,
18895
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
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."
18896
19054
  },
18897
19055
  "ISO-27001-2022-A.8.8": {
18898
19056
  "covered": true,
18899
19057
  "adequate": false,
18900
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
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."
18901
19064
  }
18902
19065
  },
18903
19066
  "compliance_exposure_score": {
18904
- "percent_audit_passing_orgs_still_exposed": 55,
18905
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
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.",
18906
19069
  "theater_pattern": "patch_management"
18907
19070
  },
18908
19071
  "ai_discovered_zeroday": false,
18909
- "ai_discovery_source": "unknown",
18910
- "ai_assist_factor": "none",
18911
- "_auto_imported": true,
18912
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
19072
+ "ai_discovery_source": "vendor_research",
19073
+ "ai_assist_factor": "none"
18913
19074
  },
18914
19075
  "CVE-2021-32030": {
18915
19076
  "name": "ASUS Routers Improper Authentication Vulnerability",