@blamejs/exceptd-skills 0.15.0 → 0.15.2

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/data/_indexes/_meta.json +44 -44
  3. package/data/_indexes/section-offsets.json +804 -795
  4. package/data/_indexes/summary-cards.json +3 -3
  5. package/data/_indexes/token-budget.json +506 -501
  6. package/data/cve-catalog.json +629 -51
  7. package/manifest.json +84 -84
  8. package/package.json +1 -1
  9. package/sbom.cdx.json +94 -94
  10. package/skills/age-gates-child-safety/skill.md +7 -7
  11. package/skills/ai-attack-surface/skill.md +1 -1
  12. package/skills/ai-c2-detection/skill.md +3 -3
  13. package/skills/ai-risk-management/skill.md +9 -9
  14. package/skills/api-security/skill.md +4 -4
  15. package/skills/cloud-security/skill.md +7 -7
  16. package/skills/compliance-theater/skill.md +4 -4
  17. package/skills/container-runtime-security/skill.md +6 -6
  18. package/skills/coordinated-vuln-disclosure/skill.md +12 -12
  19. package/skills/defensive-countermeasure-mapping/skill.md +14 -10
  20. package/skills/dlp-gap-analysis/skill.md +3 -3
  21. package/skills/email-security-anti-phishing/skill.md +6 -6
  22. package/skills/exploit-scoring/skill.md +2 -2
  23. package/skills/framework-gap-analysis/skill.md +6 -6
  24. package/skills/fuzz-testing-strategy/skill.md +1 -1
  25. package/skills/global-grc/skill.md +2 -2
  26. package/skills/identity-assurance/skill.md +5 -5
  27. package/skills/idp-incident-response/skill.md +5 -5
  28. package/skills/incident-response-playbook/skill.md +8 -8
  29. package/skills/kernel-lpe-triage/skill.md +4 -4
  30. package/skills/mcp-agent-trust/skill.md +3 -3
  31. package/skills/mlops-security/skill.md +5 -5
  32. package/skills/ot-ics-security/skill.md +7 -7
  33. package/skills/policy-exception-gen/skill.md +2 -2
  34. package/skills/pqc-first/skill.md +2 -2
  35. package/skills/rag-pipeline-security/skill.md +2 -2
  36. package/skills/ransomware-response/skill.md +9 -9
  37. package/skills/researcher/skill.md +11 -11
  38. package/skills/sector-energy/skill.md +6 -6
  39. package/skills/sector-federal-government/skill.md +2 -2
  40. package/skills/sector-financial/skill.md +4 -4
  41. package/skills/sector-healthcare/skill.md +6 -6
  42. package/skills/sector-telecom/skill.md +1 -1
  43. package/skills/security-maturity-tiers/skill.md +4 -4
  44. package/skills/skill-update-loop/skill.md +6 -6
  45. package/skills/supply-chain-integrity/skill.md +1 -1
  46. package/skills/threat-model-currency/skill.md +3 -3
  47. package/skills/threat-modeling-methodology/skill.md +9 -9
  48. package/skills/webapp-security/skill.md +7 -7
  49. package/skills/zeroday-gap-learn/skill.md +8 -8
@@ -2279,7 +2279,38 @@
2279
2279
  ],
2280
2280
  "last_updated": "2026-05-15",
2281
2281
  "discovery_attribution_note": "Discovered by Rory McNamara of Snyk Security Labs as part of the four-vulnerability Leaky Vessels disclosure (CVE-2024-21626 + CVE-2024-23651/23652/23653) published January 2024. Named human researcher; no AI-tool credited. Source: https://labs.snyk.io/resources/leaky-vessels-docker-runc-container-breakout-vulnerabilities/.",
2282
- "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: +5 (75 -> 80)."
2282
+ "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: +5 (75 -> 80).",
2283
+ "vendor_advisories": [
2284
+ {
2285
+ "vendor": "NVD",
2286
+ "advisory_id": "CVE-2024-21626",
2287
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21626",
2288
+ "severity": "high",
2289
+ "published_date": "2024-01-31"
2290
+ },
2291
+ {
2292
+ "vendor": "Snyk",
2293
+ "advisory_id": null,
2294
+ "url": "https://snyk.io/blog/leaky-vessels-docker-runc-container-breakout-vulnerabilities/",
2295
+ "severity": "high",
2296
+ "published_date": "2024-01-31"
2297
+ },
2298
+ {
2299
+ "vendor": "CISA KEV",
2300
+ "advisory_id": "CVE-2024-21626",
2301
+ "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
2302
+ "severity": "high",
2303
+ "published_date": "2024-04-08"
2304
+ }
2305
+ ],
2306
+ "iocs": {
2307
+ "behavioral": [
2308
+ "A container process whose working directory or a bind/volume resolves into the host via /proc/self/fd/<N> (the leaked file descriptor), reaching host paths outside the container rootfs.",
2309
+ "runc exec/run where the process cwd is set to /proc/self/fd/* or a WORKDIR that escapes the rootfs.",
2310
+ "Files written by a container to host directories that are not part of any declared mount."
2311
+ ],
2312
+ "_ioc_source_note": "Anchored to NVD CVE-2024-21626, CISA KEV, and the Snyk 'Leaky Vessels' analysis."
2313
+ }
2283
2314
  },
2284
2315
  "CVE-2024-3094": {
2285
2316
  "ai_assisted_weaponization": false,
@@ -2349,7 +2380,38 @@
2349
2380
  ],
2350
2381
  "last_updated": "2026-05-15",
2351
2382
  "discovery_attribution_note": "Discovered by Andres Freund (Microsoft engineer, PostgreSQL developer) on 2024-03-28 via a 0.5-second SSH-login latency regression traced to liblzma symbol resolution; reported to oss-security. Named human researcher; no AI tooling involved. Source: https://en.wikipedia.org/wiki/XZ_Utils_backdoor.",
2352
- "rwep_correction_note": "v0.12.30: canonicalized rwep_factors to satisfy Shape B invariant (Σ factors === rwep_score). Prior values used non-canonical weights and/or blast_radius > 30 (over-cap). Stored rwep_score unchanged; factor block now reproducible from canonical RWEP_WEIGHTS + operational fields."
2383
+ "rwep_correction_note": "v0.12.30: canonicalized rwep_factors to satisfy Shape B invariant (Σ factors === rwep_score). Prior values used non-canonical weights and/or blast_radius > 30 (over-cap). Stored rwep_score unchanged; factor block now reproducible from canonical RWEP_WEIGHTS + operational fields.",
2384
+ "vendor_advisories": [
2385
+ {
2386
+ "vendor": "NVD",
2387
+ "advisory_id": "CVE-2024-3094",
2388
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3094",
2389
+ "severity": "critical",
2390
+ "published_date": "2024-03-29"
2391
+ },
2392
+ {
2393
+ "vendor": "openwall oss-security",
2394
+ "advisory_id": null,
2395
+ "url": "https://www.openwall.com/lists/oss-security/2024/03/29/4",
2396
+ "severity": "critical",
2397
+ "published_date": "2024-03-29"
2398
+ },
2399
+ {
2400
+ "vendor": "CISA KEV",
2401
+ "advisory_id": "CVE-2024-3094",
2402
+ "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
2403
+ "severity": "critical",
2404
+ "published_date": "2024-04-03"
2405
+ }
2406
+ ],
2407
+ "iocs": {
2408
+ "behavioral": [
2409
+ "liblzma / xz-utils version 5.6.0 or 5.6.1 present on a host where sshd links libsystemd (and thus liblzma).",
2410
+ "An sshd login latency regression (~0.5s) traced to liblzma symbol resolution / IFUNC resolver activity.",
2411
+ "sshd routing specific attacker-supplied RSA public keys to a non-standard code path (the Ed448-gated backdoor trigger)."
2412
+ ],
2413
+ "_ioc_source_note": "Anchored to NVD CVE-2024-3094, the openwall oss-security disclosure, and research.swtch.com/xz-script."
2414
+ }
2353
2415
  },
2354
2416
  "CVE-2024-3154": {
2355
2417
  "ai_assisted_weaponization": false,
@@ -2414,7 +2476,15 @@
2414
2476
  "https://github.com/cri-o/cri-o/security/advisories"
2415
2477
  ],
2416
2478
  "last_updated": "2026-05-15",
2417
- "discovery_attribution_note": "Reported by the OpenShift / CRI-O upstream security team via Red Hat Bugzilla 2272532; no individual researcher byline in the public advisory and no AI-tool credit. Bug class (systemd property injection through pod annotations) is conventional argument-injection. Source: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2024-3154."
2479
+ "discovery_attribution_note": "Reported by the OpenShift / CRI-O upstream security team via Red Hat Bugzilla 2272532; no individual researcher byline in the public advisory and no AI-tool credit. Bug class (systemd property injection through pod annotations) is conventional argument-injection. Source: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2024-3154.",
2480
+ "iocs": {
2481
+ "behavioral": [
2482
+ "CRI-O nodes on 1.27.x < 1.27.10 / 1.28.x < 1.28.7 / 1.29.x < 1.29.4 accepting pod-create from non-cluster-admin RBAC subjects.",
2483
+ "modprobe / kernel-module load events on a node correlated with a pod creation whose spec carried module-name attributes.",
2484
+ "newly present kernel modules in /proc/modules on a worker node with no matching node-image or DaemonSet provenance."
2485
+ ],
2486
+ "_ioc_source_note": "Anchored to NVD CVE-2024-3154 and the cri-o GitHub security advisory cited in verification_sources."
2487
+ }
2418
2488
  },
2419
2489
  "CVE-2023-43472": {
2420
2490
  "ai_assisted_weaponization": false,
@@ -2475,7 +2545,16 @@
2475
2545
  "https://huntr.com/bounties/"
2476
2546
  ],
2477
2547
  "last_updated": "2026-05-15",
2478
- "discovery_attribution_note": "Discovered by Joseph Beeton, senior security researcher at Contrast Security, via the Protect AI Huntr bug bounty program. Named human researcher; no AI-tool credited. Source: https://securityonline.info/cve-2023-43472-critical-vulnerability-uncovered-in-mlflow/ and https://github.com/advisories/GHSA-wqxf-447m-6f5f."
2548
+ "discovery_attribution_note": "Discovered by Joseph Beeton, senior security researcher at Contrast Security, via the Protect AI Huntr bug bounty program. Named human researcher; no AI-tool credited. Source: https://securityonline.info/cve-2023-43472-critical-vulnerability-uncovered-in-mlflow/ and https://github.com/advisories/GHSA-wqxf-447m-6f5f.",
2549
+ "iocs": {
2550
+ "behavioral": [
2551
+ "GET requests to the MLflow /model-versions/get-artifact endpoint whose path parameter contains ../ traversal sequences.",
2552
+ "MLflow tracking server below 2.9.0 reachable and serving artifact-fetch requests.",
2553
+ "MLflow artifact reads resolving to files outside the configured artifact root (e.g. /etc/passwd, SSH keys) returned through get-artifact responses.",
2554
+ "Encoded/stacked traversal tokens (%2e%2e%2f, ....//) targeting MLflow artifact endpoints."
2555
+ ],
2556
+ "_ioc_source_note": "Anchored to NVD CVE-2023-43472 and the Protect AI Huntr report cited in verification_sources."
2557
+ }
2479
2558
  },
2480
2559
  "CVE-2020-10148": {
2481
2560
  "ai_assisted_weaponization": false,
@@ -2536,7 +2615,31 @@
2536
2615
  "https://www.cisa.gov/news-events/cybersecurity-advisories/aa20-352a"
2537
2616
  ],
2538
2617
  "last_updated": "2026-05-15",
2539
- "discovery_attribution_note": "Discovered during the SUNBURST incident-response investigation by FireEye / Mandiant analysts (publicly attributed to the Mandiant team rather than a single researcher) and corroborated by SolarWinds engineering. Documented in CISA AA20-352A and the CERT/CC VU#843464. Named human teams; pre-AI-tooling era for vendor-side attribution. Source: https://kb.cert.org/vuls/id/843464."
2618
+ "discovery_attribution_note": "Discovered during the SUNBURST incident-response investigation by FireEye / Mandiant analysts (publicly attributed to the Mandiant team rather than a single researcher) and corroborated by SolarWinds engineering. Documented in CISA AA20-352A and the CERT/CC VU#843464. Named human teams; pre-AI-tooling era for vendor-side attribution. Source: https://kb.cert.org/vuls/id/843464.",
2619
+ "vendor_advisories": [
2620
+ {
2621
+ "vendor": "NVD",
2622
+ "advisory_id": "CVE-2020-10148",
2623
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10148",
2624
+ "severity": "critical",
2625
+ "published_date": "2020-12-29"
2626
+ },
2627
+ {
2628
+ "vendor": "CISA",
2629
+ "advisory_id": "AA20-352A",
2630
+ "url": "https://www.cisa.gov/news-events/cybersecurity-advisories/aa20-352a",
2631
+ "severity": "critical",
2632
+ "published_date": "2020-12-17"
2633
+ }
2634
+ ],
2635
+ "iocs": {
2636
+ "behavioral": [
2637
+ "SolarWinds Orion API requests that bypass authentication by including a crafted request path containing the GUID parameter (e.g. paths with 'WebResource.axd', 'ScriptResource.axd', 'i18n.ashx' segments) to reach SolarWinds.Orion.Core.* endpoints unauthenticated.",
2638
+ "The trojanized SolarWinds.Orion.Core.BusinessLayer.dll (SUNBURST) and beaconing to avsvmcloud.com or DGA-derived subdomains.",
2639
+ "Orion server initiating outbound C2 after a dormancy period, with traffic masqueraded as the Orion Improvement Program protocol."
2640
+ ],
2641
+ "_ioc_source_note": "Anchored to NVD CVE-2020-10148 and CISA advisory AA20-352A (SolarWinds SUNBURST)."
2642
+ }
2540
2643
  },
2541
2644
  "CVE-2023-3519": {
2542
2645
  "ai_assisted_weaponization": false,
@@ -2599,7 +2702,31 @@
2599
2702
  ],
2600
2703
  "last_updated": "2026-05-15",
2601
2704
  "discovery_attribution_note": "Independent security researchers via Citrix coordinated disclosure (CTX561482, 2023-07-18); no individual researcher named in the Citrix advisory. NSA/CISA AA23-201A documents in-wild exploitation by Chinese state-sponsored actors. No AI-tool credited. Source: https://support.citrix.com/article/CTX561482/ and https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-201a.",
2602
- "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: +5 (75 -> 80)."
2705
+ "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: +5 (75 -> 80).",
2706
+ "vendor_advisories": [
2707
+ {
2708
+ "vendor": "NVD",
2709
+ "advisory_id": "CVE-2023-3519",
2710
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3519",
2711
+ "severity": "critical",
2712
+ "published_date": "2023-07-19"
2713
+ },
2714
+ {
2715
+ "vendor": "Citrix",
2716
+ "advisory_id": "CTX561482",
2717
+ "url": "https://support.citrix.com/article/CTX561482",
2718
+ "severity": "critical",
2719
+ "published_date": "2023-07-18"
2720
+ }
2721
+ ],
2722
+ "iocs": {
2723
+ "behavioral": [
2724
+ "Web shells written under the NetScaler web root (e.g. /var/netscaler/logon/LogonPoint/, /netscaler/ns_gui/) following unauthenticated POSTs to the SAML/GWTest endpoints.",
2725
+ "Crash artifacts in /var/core on the NetScaler ADC/Gateway appliance from the stack overflow.",
2726
+ "An internet-facing NetScaler ADC/Gateway configured as a Gateway/AAA virtual server below the patched build."
2727
+ ],
2728
+ "_ioc_source_note": "Anchored to NVD CVE-2023-3519 and Citrix advisory CTX561482."
2729
+ }
2603
2730
  },
2604
2731
  "CVE-2024-1709": {
2605
2732
  "ai_assisted_weaponization": false,
@@ -2659,7 +2786,38 @@
2659
2786
  "https://www.connectwise.com/company/trust/security-bulletins/connectwise-screenconnect-23.9.8"
2660
2787
  ],
2661
2788
  "last_updated": "2026-05-15",
2662
- "discovery_attribution_note": "Discovered by ConnectWise security engineering and externally reported by Huntress + GreyNoise via in-wild exploitation telemetry within 24 hours of the 2024-02 Patch Tuesday. No individual researcher byline; vendor-internal discovery. No AI-tool credited. Source: https://www.upguard.com/blog/screenconnect-cve-2024."
2789
+ "discovery_attribution_note": "Discovered by ConnectWise security engineering and externally reported by Huntress + GreyNoise via in-wild exploitation telemetry within 24 hours of the 2024-02 Patch Tuesday. No individual researcher byline; vendor-internal discovery. No AI-tool credited. Source: https://www.upguard.com/blog/screenconnect-cve-2024.",
2790
+ "vendor_advisories": [
2791
+ {
2792
+ "vendor": "NVD",
2793
+ "advisory_id": "CVE-2024-1709",
2794
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1709",
2795
+ "severity": "critical",
2796
+ "published_date": "2024-02-19"
2797
+ },
2798
+ {
2799
+ "vendor": "ConnectWise",
2800
+ "advisory_id": null,
2801
+ "url": "https://www.connectwise.com/company/trust/security-bulletins/connectwise-screenconnect-23.9.8",
2802
+ "severity": "critical",
2803
+ "published_date": "2024-02-19"
2804
+ },
2805
+ {
2806
+ "vendor": "CISA KEV",
2807
+ "advisory_id": "CVE-2024-1709",
2808
+ "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
2809
+ "severity": "critical",
2810
+ "published_date": "2024-02-22"
2811
+ }
2812
+ ],
2813
+ "iocs": {
2814
+ "behavioral": [
2815
+ "Unauthenticated requests to SetupWizard.aspx with an appended path segment (e.g. /SetupWizard.aspx/anything) on a ScreenConnect server, re-triggering the initial setup flow.",
2816
+ "A new administrative user created on the ScreenConnect instance with no corresponding operator action.",
2817
+ "ScreenConnect deploying unexpected extensions or remote-control tooling immediately after the setup-wizard access."
2818
+ ],
2819
+ "_ioc_source_note": "Anchored to NVD CVE-2024-1709 and the ConnectWise ScreenConnect 23.9.8 security bulletin."
2820
+ }
2663
2821
  },
2664
2822
  "CVE-2026-20182": {
2665
2823
  "ai_assisted_weaponization": false,
@@ -2721,7 +2879,38 @@
2721
2879
  ],
2722
2880
  "last_updated": "2026-05-15",
2723
2881
  "discovery_attribution_note": "Discovered by Stephen Fewer (Senior Principal Security Researcher) and Jonah Burgess (Senior Security Researcher), both at Rapid7, while researching the related CVE-2026-20127 vdaemon authentication-bypass. Named human researchers; no AI-tool credited. Source: https://www.rapid7.com/blog/post/ve-cve-2026-20182-critical-authentication-bypass-cisco-catalyst-sd-wan-controller-fixed/.",
2724
- "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: 0."
2882
+ "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: 0.",
2883
+ "vendor_advisories": [
2884
+ {
2885
+ "vendor": "NVD",
2886
+ "advisory_id": "CVE-2026-20182",
2887
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-20182",
2888
+ "severity": "critical",
2889
+ "published_date": null
2890
+ },
2891
+ {
2892
+ "vendor": "Cisco",
2893
+ "advisory_id": null,
2894
+ "url": "https://sec.cloudapps.cisco.com/security/center/publicationListing.x",
2895
+ "severity": "critical",
2896
+ "published_date": null
2897
+ },
2898
+ {
2899
+ "vendor": "CISA KEV",
2900
+ "advisory_id": "CVE-2026-20182",
2901
+ "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
2902
+ "severity": "critical",
2903
+ "published_date": "2026-05-14"
2904
+ }
2905
+ ],
2906
+ "iocs": {
2907
+ "behavioral": [
2908
+ "Unauthenticated requests reaching administrative functions on the Cisco SD-WAN manager/controller (admin actions without a preceding authenticated session).",
2909
+ "New administrative accounts or unexpected configuration/template changes on the SD-WAN management plane.",
2910
+ "An internet-facing Cisco SD-WAN management interface running a release below the fixed version."
2911
+ ],
2912
+ "_ioc_source_note": "Anchored to NVD CVE-2026-20182, CISA KEV, and the Cisco security advisory."
2913
+ }
2725
2914
  },
2726
2915
  "CVE-2024-40635": {
2727
2916
  "ai_assisted_weaponization": false,
@@ -2781,7 +2970,16 @@
2781
2970
  ],
2782
2971
  "last_updated": "2026-05-15",
2783
2972
  "discovery_attribution_note": "Reported via the containerd security team (GO-2025-3528, Snyk SNYK-GOLANG-GITHUBCOMCONTAINERDCONTAINERDV2PKGOCI-9479987); no individual researcher byline in the advisory and no AI-tool credited. Bug class is straight integer overflow in WithUser() UID handling. Source: https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMCONTAINERDCONTAINERDV2PKGOCI-9479987.",
2784
- "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: 0."
2973
+ "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: 0.",
2974
+ "iocs": {
2975
+ "behavioral": [
2976
+ "containerd 1.6.x < 1.6.34 or 1.7.x < 1.7.21 with CNI IP allocation in scope.",
2977
+ "Containers receiving an IP mask inconsistent with their assigned CNI subnet (spurious/oversized mask from the 32-bit overflow).",
2978
+ "CNI IPAM configs or pod network requests specifying CIDR values large enough to overflow the mask conversion path.",
2979
+ "Cross-namespace network reachability or address-mask leakage between containers that should be CNI-isolated."
2980
+ ],
2981
+ "_ioc_source_note": "Anchored to NVD CVE-2024-40635 and the containerd GitHub security advisory / Snyk Labs PoC cited in verification_sources."
2982
+ }
2785
2983
  },
2786
2984
  "MAL-2026-TANSTACK-MINI": {
2787
2985
  "ai_assisted_weaponization": false,
@@ -2855,7 +3053,16 @@
2855
3053
  "related_threats": [
2856
3054
  "MAL-2026-SHAI-HULUD-OSS"
2857
3055
  ],
2858
- "related_threats_note": "MAL-2026-TANSTACK-MINI is a Mini-Shai-Hulud-wave incident (Microsoft Security Research, 2026-05-11). The framework was open-sourced 2026-05-12 (MAL-2026-SHAI-HULUD-OSS) — TanStack predates the public release by ~24h. Same threat-actor authorship class; same registry-pivot tradecraft."
3056
+ "related_threats_note": "MAL-2026-TANSTACK-MINI is a Mini-Shai-Hulud-wave incident (Microsoft Security Research, 2026-05-11). The framework was open-sourced 2026-05-12 (MAL-2026-SHAI-HULUD-OSS) — TanStack predates the public release by ~24h. Same threat-actor authorship class; same registry-pivot tradecraft.",
3057
+ "iocs": {
3058
+ "behavioral": [
3059
+ "Installation of any @tanstack/* package version flagged in the 2026-05-11 advisory (84 malicious versions across 42 packages).",
3060
+ "Postinstall lifecycle hooks executing during @tanstack/* installs that read ~/.npmrc, ~/.aws/credentials, or GitHub PAT files.",
3061
+ "Outbound network activity or npm publish/republication attempts originating from a postinstall script during @tanstack/* installation.",
3062
+ "Credential-file reads (~/.npmrc, ~/.aws/credentials, GitHub token files) by a node/npm child process spawned from an @tanstack/* install."
3063
+ ],
3064
+ "_ioc_source_note": "Anchored to the TanStack security advisory 2026-05-11 and the npm advisories cited in verification_sources."
3065
+ }
2859
3066
  },
2860
3067
  "CVE-2026-30623": {
2861
3068
  "ai_assisted_weaponization": false,
@@ -2920,7 +3127,16 @@
2920
3127
  "https://github.com/anthropics/anthropic-sdk-python/security/advisories"
2921
3128
  ],
2922
3129
  "last_updated": "2026-05-15",
2923
- "discovery_attribution_note": "OX Security advisory 2026-04-15; researchers Moshe Siman Tov Bustan, Mustafa Naamnih, Nir Zadok. Same disclosure cluster as CVE-2026-30615. Named-human research; no AI-tool credit. Source: https://www.ox.security/blog/the-mother-of-all-ai-supply-chains-critical-systemic-vulnerability-at-the-core-of-the-mcp/."
3130
+ "discovery_attribution_note": "OX Security advisory 2026-04-15; researchers Moshe Siman Tov Bustan, Mustafa Naamnih, Nir Zadok. Same disclosure cluster as CVE-2026-30615. Named-human research; no AI-tool credit. Source: https://www.ox.security/blog/the-mother-of-all-ai-supply-chains-critical-systemic-vulnerability-at-the-core-of-the-mcp/.",
3131
+ "iocs": {
3132
+ "behavioral": [
3133
+ "Anthropic MCP SDK stdio transport at a pre-fix version spawning MCP servers from an operator-supplied command string.",
3134
+ "MCP server-spawn command strings containing shell metacharacters (;, |, &, $(), backticks) reaching subprocess exec without argv-array separation.",
3135
+ "Child processes spawned by the MCP-client stdio transport whose command line differs from the configured server binary.",
3136
+ "Unexpected subprocess execution (shells, downloaders) parented to the MCP client process at server-launch time."
3137
+ ],
3138
+ "_ioc_source_note": "Anchored to NVD CVE-2026-30623 and the anthropic MCP SDK GitHub security advisory cited in verification_sources."
3139
+ }
2924
3140
  },
2925
3141
  "CVE-2025-12686": {
2926
3142
  "ai_assisted_weaponization": false,
@@ -2978,7 +3194,15 @@
2978
3194
  ],
2979
3195
  "last_updated": "2026-05-15",
2980
3196
  "discovery_attribution_note": "Pwn2Own Ireland 2025 (Cork, 2025-10-21) — exploited by @Tek_7987 and @_Anyfun of Synacktiv's offensive security team. Disclosure methodology: attack-surface enumeration + manual code auditing + exploit development per Synacktiv's published writeup; no AI-tool credit. Source: https://www.synacktiv.com/en/publications/breaking-the-beestation-inside-our-pwn2own-2025-exploit-journey.",
2981
- "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: -5 (50 -> 45)."
3197
+ "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: -5 (50 -> 45).",
3198
+ "iocs": {
3199
+ "behavioral": [
3200
+ "Synology BeeStation Manager below 1.4.0-65374 exposing its web management interface.",
3201
+ "Unauthenticated requests to the BeeStation web management surface resulting in OS-command execution (CWE-78).",
3202
+ "Command-shell or unexpected child processes spawned by the BeeStation web management service without a preceding authenticated session."
3203
+ ],
3204
+ "_ioc_source_note": "Anchored to NVD CVE-2025-12686 and the Zero Day Initiative Pwn2Own Ireland 2025 disclosure cited in verification_sources."
3205
+ }
2982
3206
  },
2983
3207
  "CVE-2025-62847": {
2984
3208
  "ai_assisted_weaponization": false,
@@ -3038,7 +3262,15 @@
3038
3262
  ],
3039
3263
  "last_updated": "2026-05-15",
3040
3264
  "discovery_attribution_note": "Pwn2Own Ireland 2025 — exploited by DEVCORE Research Team (chained injection + format-string bug, $40,000 + 4 Master of Pwn points). Named-human team via ZDI live-blog credit; no AI-tool attribution. Source: https://www.thezdi.com/blog/2025/10/21/pwn2own-ireland-2025-day-one-results.",
3041
- "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: -5 (45 -> 40)."
3265
+ "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: -5 (45 -> 40).",
3266
+ "iocs": {
3267
+ "behavioral": [
3268
+ "QNAP QTS < 5.2.4.2950 or QuTS hero < h5.2.4.2950 with the web management interface reachable.",
3269
+ "Requests to QTS/QuTS hero management endpoints carrying OS-command metacharacters (CWE-78), consistent with the first component of the Pwn2Own chain.",
3270
+ "Unexpected command-shell or child processes spawned by QTS/QuTS hero web services without a corresponding administrative action."
3271
+ ],
3272
+ "_ioc_source_note": "Anchored to NVD CVE-2025-62847 and the QNAP security advisory cited in verification_sources."
3273
+ }
3042
3274
  },
3043
3275
  "CVE-2025-62848": {
3044
3276
  "ai_assisted_weaponization": false,
@@ -3098,7 +3330,15 @@
3098
3330
  ],
3099
3331
  "last_updated": "2026-05-15",
3100
3332
  "discovery_attribution_note": "Pwn2Own Ireland 2025 — chain 2/3 of the DEVCORE Research Team QNAP TS-453E exploit. Same researcher attribution as CVE-2025-62847; ZDI live-blog credit. No AI-tool attribution. Source: https://www.thezdi.com/blog/2025/10/21/pwn2own-ireland-2025-day-one-results.",
3101
- "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: -5 (45 -> 40)."
3333
+ "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: -5 (45 -> 40).",
3334
+ "iocs": {
3335
+ "behavioral": [
3336
+ "QNAP QTS < 5.2.4.2950 or QuTS hero < h5.2.4.2950 with management services reachable.",
3337
+ "Input reaching a QTS/QuTS hero code-evaluation path (CWE-94), the second component of the Pwn2Own chain — injected code executing within a QNAP management process.",
3338
+ "QTS/QuTS hero management processes evaluating attacker-supplied script/code fragments not present in stock firmware."
3339
+ ],
3340
+ "_ioc_source_note": "Anchored to NVD CVE-2025-62848 and the QNAP security advisory cited in verification_sources."
3341
+ }
3102
3342
  },
3103
3343
  "CVE-2025-62849": {
3104
3344
  "ai_assisted_weaponization": false,
@@ -3158,7 +3398,15 @@
3158
3398
  ],
3159
3399
  "last_updated": "2026-05-15",
3160
3400
  "discovery_attribution_note": "Pwn2Own Ireland 2025 — chain 3/3 of the DEVCORE Research Team QNAP TS-453E exploit (post-auth elevation). Same attribution as CVE-2025-62847/62848; ZDI credit. No AI-tool attribution. Source: https://www.thezdi.com/blog/2025/10/21/pwn2own-ireland-2025-day-one-results.",
3161
- "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: -5 (40 -> 35)."
3401
+ "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: -5 (40 -> 35).",
3402
+ "iocs": {
3403
+ "behavioral": [
3404
+ "QNAP QTS < 5.2.4.2950 or QuTS hero < h5.2.4.2950 where a low-privilege session escalates privilege.",
3405
+ "A QTS/QuTS hero process or session gaining privileges beyond its authenticated account (CWE-269), the post-auth elevation component of the Pwn2Own chain.",
3406
+ "Post-authentication privilege transitions on the appliance not initiated through a legitimate admin role assignment."
3407
+ ],
3408
+ "_ioc_source_note": "Anchored to NVD CVE-2025-62849 and the QNAP security advisory cited in verification_sources."
3409
+ }
3162
3410
  },
3163
3411
  "CVE-2025-59389": {
3164
3412
  "ai_assisted_weaponization": false,
@@ -3217,7 +3465,15 @@
3217
3465
  ],
3218
3466
  "last_updated": "2026-05-15",
3219
3467
  "discovery_attribution_note": "Pwn2Own Ireland 2025 — Sina Kheirkhah of Summoning Team chained a hardcoded-credential issue with an injection flaw against QNAP Hyper Data Protector ($20,000 award). Named-human researcher; no AI-tool credit. Source: https://www.thezdi.com/blog/2025/10/21/pwn2own-ireland-2025-day-one-results and https://www.qnap.com/en/security-advisory/qsa-25-48.",
3220
- "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: 0."
3468
+ "rwep_correction_note": "v0.12.30: canonicalized rwep_factors AND rwep_score to satisfy Shape B invariant. The prior stored rwep_score was internally inconsistent with its rwep_factors block; both now derived from canonical RWEP_WEIGHTS + operational fields. Delta from prior stored: 0.",
3469
+ "iocs": {
3470
+ "behavioral": [
3471
+ "QNAP Hyper Data Protector below 2.1.4.0420 exposing its management surface.",
3472
+ "Unauthenticated requests to the Hyper Data Protector management interface resulting in OS-command execution (CWE-78).",
3473
+ "Command-shell or unexpected child processes spawned by the Hyper Data Protector backup-orchestration service without a preceding authenticated session."
3474
+ ],
3475
+ "_ioc_source_note": "Anchored to NVD CVE-2025-59389 and the QNAP / Pwn2Own Ireland 2025 advisory cited in verification_sources."
3476
+ }
3221
3477
  },
3222
3478
  "CVE-2025-11837": {
3223
3479
  "ai_assisted_weaponization": false,
@@ -3277,7 +3533,15 @@
3277
3533
  "https://www.qnap.com/en/security-advisory/"
3278
3534
  ],
3279
3535
  "last_updated": "2026-05-15",
3280
- "discovery_attribution_note": "Pwn2Own Ireland 2025 — Chumy Tsai of CyCraft Technology demonstrated the code-injection on QNAP TS-453E ($20,000 award). Named-human researcher via ZDI credit; no AI-tool attribution. Source: https://www.qnap.com/en/security-advisory/qsa-25-47 and https://cybersecuritynews.com/qnap-zero-day-vulnerabilities-exploited/."
3536
+ "discovery_attribution_note": "Pwn2Own Ireland 2025 — Chumy Tsai of CyCraft Technology demonstrated the code-injection on QNAP TS-453E ($20,000 award). Named-human researcher via ZDI credit; no AI-tool attribution. Source: https://www.qnap.com/en/security-advisory/qsa-25-47 and https://cybersecuritynews.com/qnap-zero-day-vulnerabilities-exploited/.",
3537
+ "iocs": {
3538
+ "behavioral": [
3539
+ "QNAP Malware Remover below 6.6.8.20251023 fetching or applying malware-definition updates.",
3540
+ "The definition-handling path processing a crafted/tampered definition update, leading to code execution within the security tool's process (CWE-94).",
3541
+ "The malware-definition-fetch channel redirected/hijacked (download from an unexpected host or over a tampered channel) supplying attacker-controlled content."
3542
+ ],
3543
+ "_ioc_source_note": "Anchored to NVD CVE-2025-11837 and the QNAP security advisory cited in verification_sources."
3544
+ }
3281
3545
  },
3282
3546
  "CVE-2026-42945": {
3283
3547
  "name": "NGINX Rift",
@@ -3354,7 +3618,16 @@
3354
3618
  ],
3355
3619
  "last_updated": "2026-05-15",
3356
3620
  "discovery_attribution_note": "Discovered by depthfirst's autonomous vulnerability-analysis platform; flagged the heap-buffer-overflow in nginx ngx_http_rewrite_module (present since nginx 0.6.27, 2008) within six hours of scan time. First publicly-attributed AI-discovered nginx CVE; jointly disclosed by F5 + depthfirst on 2026-05-13. Source: https://depthfirst.com/nginx-rift and https://github.com/depthfirstdisclosures/nginx-rift.",
3357
- "rwep_correction_note": "v0.12.30: canonicalized rwep_factors to satisfy Shape B invariant (Σ factors === rwep_score). Prior values used non-canonical weights and/or blast_radius > 30 (over-cap). Stored rwep_score unchanged; factor block now reproducible from canonical RWEP_WEIGHTS + operational fields."
3621
+ "rwep_correction_note": "v0.12.30: canonicalized rwep_factors to satisfy Shape B invariant (Σ factors === rwep_score). Prior values used non-canonical weights and/or blast_radius > 30 (over-cap). Stored rwep_score unchanged; factor block now reproducible from canonical RWEP_WEIGHTS + operational fields.",
3622
+ "iocs": {
3623
+ "behavioral": [
3624
+ "nginx 0.6.27 through 1.30.0 or nginx Plus R32-R36 with a rewrite directive using unnamed PCRE captures in its configuration.",
3625
+ "Single HTTP requests whose URI matches a rewrite rule using unnamed captures, triggering the out-of-bounds heap write (CWE-787) in PCRE handling.",
3626
+ "nginx worker process crashes/segfaults/restarts correlated with requests matching unnamed-capture rewrite rules.",
3627
+ "Crafted URIs designed to match unnamed-capture rewrite patterns reaching nginx instances on the affected version range."
3628
+ ],
3629
+ "_ioc_source_note": "Anchored to the F5 advisory K000150420 and the nginx.org security advisories cited in verification_sources."
3630
+ }
3358
3631
  },
3359
3632
  "CVE-2026-0300": {
3360
3633
  "name": "PAN-UID — Palo Alto Networks PAN-OS User-ID Authentication Portal RCE",
@@ -4239,7 +4512,16 @@
4239
4512
  ],
4240
4513
  "_draft": false,
4241
4514
  "last_updated": "2026-05-17",
4242
- "discovery_attribution_note": "Qualys Threat Research Unit human research, publicly disclosed 2026-05-14. The underlying logic flaw was originally surfaced in a 2020 patch proposal by Jann Horn that was never merged; Qualys identified the exploitable consequence six years later. No AI involvement on either the discovery or weaponization side."
4515
+ "discovery_attribution_note": "Qualys Threat Research Unit human research, publicly disclosed 2026-05-14. The underlying logic flaw was originally surfaced in a 2020 patch proposal by Jann Horn that was never merged; Qualys identified the exploitable consequence six years later. No AI involvement on either the discovery or weaponization side.",
4516
+ "iocs": {
4517
+ "behavioral": [
4518
+ "A Linux host on a kernel built without the 2020 ptrace exit-race fix, running the setuid ssh-keysign helper.",
4519
+ "A process ptrace-attaching to a privileged helper (ssh-keysign) during its shutdown window to exploit the exit_mm()/exit_files() race (CWE-362/CWE-672).",
4520
+ "An unprivileged local user obtaining access to privileged file descriptors / key material via the ssh-keysign exit race.",
4521
+ "Kernel/audit signatures of ptrace attach to a setuid binary immediately before its exit on an affected kernel."
4522
+ ],
4523
+ "_ioc_source_note": "Anchored to NVD CVE-2026-46333 and the public analysis cited in verification_sources."
4524
+ }
4243
4525
  },
4244
4526
  "MAL-2026-SHAI-HULUD-OSS": {
4245
4527
  "name": "Shai-Hulud worm framework (TeamPCP open-source release)",
@@ -4323,7 +4605,16 @@
4323
4605
  "https://snyk.io/blog/tanstack-npm-packages-compromised/"
4324
4606
  ],
4325
4607
  "last_updated": "2026-05-17",
4326
- "discovery_attribution_note": "TeamPCP threat-actor framework, not a vulnerability discovery. The framework was open-sourced 2026-05-12 on GitHub under MIT license by the same actor group responsible for the September 2025 / November 2025 / May 2026 Shai-Hulud npm-worm waves. TeamPCP self-describes the framework as \"vibe coded\" — AI-coding-assistant-mediated authoring. Adoption-side weaponization is accelerated by AI coding assistants + the BreachForums-hosted $1,000 USD bounty contest."
4608
+ "discovery_attribution_note": "TeamPCP threat-actor framework, not a vulnerability discovery. The framework was open-sourced 2026-05-12 on GitHub under MIT license by the same actor group responsible for the September 2025 / November 2025 / May 2026 Shai-Hulud npm-worm waves. TeamPCP self-describes the framework as \"vibe coded\" — AI-coding-assistant-mediated authoring. Adoption-side weaponization is accelerated by AI coding assistants + the BreachForums-hosted $1,000 USD bounty contest.",
4609
+ "iocs": {
4610
+ "behavioral": [
4611
+ "Any of the 170+ confirmed npm packages (May 2026 wave), the 2 confirmed PyPI packages, or the affected GitHub Action present in a lockfile/install.",
4612
+ "Package postinstall OR require-time code reading cloud credentials, AI-assistant configs, and version-control tokens (the worm's credential-harvest phase).",
4613
+ "Self-republication attempts from a package-install context and creation of attacker-controlled public repositories for exfiltration (worm propagation via maintainer-account pivot).",
4614
+ "Outbound exfiltration of harvested secrets from a CI runner or developer host shortly after an affected dependency install."
4615
+ ],
4616
+ "_ioc_source_note": "Anchored to NVD/advisory references and the public Shai-Hulud worm analyses cited in verification_sources."
4617
+ }
4327
4618
  },
4328
4619
  "CVE-2024-21762": {
4329
4620
  "ai_assisted_weaponization": false,
@@ -4418,7 +4709,38 @@
4418
4709
  ],
4419
4710
  "_draft": false,
4420
4711
  "last_updated": "2026-05-17",
4421
- "discovery_attribution_note": "Vendor-internal discovery by Fortinet PSIRT, disclosed 2024-02-08 via advisory FG-IR-24-015. No external researcher byline. CISA KEV-listed 2024-02-09 with a 7-day federal remediation deadline. Post-exploitation symlink-persistence technique documented in Fortinet's 2025-04-11 advisory after operators reported residual filesystem access on devices patched after compromise."
4712
+ "discovery_attribution_note": "Vendor-internal discovery by Fortinet PSIRT, disclosed 2024-02-08 via advisory FG-IR-24-015. No external researcher byline. CISA KEV-listed 2024-02-09 with a 7-day federal remediation deadline. Post-exploitation symlink-persistence technique documented in Fortinet's 2025-04-11 advisory after operators reported residual filesystem access on devices patched after compromise.",
4713
+ "vendor_advisories": [
4714
+ {
4715
+ "vendor": "NVD",
4716
+ "advisory_id": "CVE-2024-21762",
4717
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21762",
4718
+ "severity": "critical",
4719
+ "published_date": "2024-02-08"
4720
+ },
4721
+ {
4722
+ "vendor": "Fortinet",
4723
+ "advisory_id": "FG-IR-24-015",
4724
+ "url": "https://www.fortiguard.com/psirt/FG-IR-24-015",
4725
+ "severity": "critical",
4726
+ "published_date": "2024-02-08"
4727
+ },
4728
+ {
4729
+ "vendor": "CISA KEV",
4730
+ "advisory_id": "CVE-2024-21762",
4731
+ "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
4732
+ "severity": "critical",
4733
+ "published_date": "2024-02-09"
4734
+ }
4735
+ ],
4736
+ "iocs": {
4737
+ "behavioral": [
4738
+ "sslvpnd process crashes or segfaults on a FortiGate, and crafted unauthenticated HTTP requests to the SSL-VPN web surface (/remote/* endpoints).",
4739
+ "Read-only symlinks left in the SSL-VPN language-file directory (the documented post-exploitation persistence that survives a firmware update).",
4740
+ "An internet-facing FortiGate with SSL-VPN enabled on a FortiOS/FortiProxy build below the fixed version."
4741
+ ],
4742
+ "_ioc_source_note": "Anchored to NVD CVE-2024-21762, Fortinet FG-IR-24-015, and the CISA 2025-04 post-exploitation advisory."
4743
+ }
4422
4744
  },
4423
4745
  "CVE-2025-10585": {
4424
4746
  "id": "CVE-2025-10585",
@@ -4486,7 +4808,15 @@
4486
4808
  "live_patch_tools": [],
4487
4809
  "cwe_refs": [
4488
4810
  "CWE-843"
4489
- ]
4811
+ ],
4812
+ "iocs": {
4813
+ "behavioral": [
4814
+ "Google Chrome (and Chromium-based browsers) on a build below the emergency-patched version, exposed to attacker-controlled web content.",
4815
+ "Renderer-process crashes consistent with a V8 type-confusion trigger, followed by anomalous child-process spawning from the browser.",
4816
+ "Drive-by navigation to a malicious page delivering the V8 exploit as part of a sandbox-escape chain."
4817
+ ],
4818
+ "_ioc_source_note": "Anchored to NVD CVE-2025-10585 and the Google TAG / Chrome stable-channel security advisory."
4819
+ }
4490
4820
  },
4491
4821
  "CVE-2025-14174": {
4492
4822
  "id": "CVE-2025-14174",
@@ -4559,7 +4889,15 @@
4559
4889
  "cwe_refs": [
4560
4890
  "CWE-787",
4561
4891
  "CWE-119"
4562
- ]
4892
+ ],
4893
+ "iocs": {
4894
+ "behavioral": [
4895
+ "Apple WebKit on an OS build below the patched version processing attacker-controlled web content (1-click delivery via message/link).",
4896
+ "WebContent (WebKit) process memory-corruption crashes on targeted devices, consistent with a commercial-spyware delivery chain.",
4897
+ "Indicators of targeted-spyware staging following web content rendering on a high-risk-user device (Lockdown Mode relevant)."
4898
+ ],
4899
+ "_ioc_source_note": "Anchored to NVD CVE-2025-14174 and the Apple security update notes for the targeted-exploitation fix."
4900
+ }
4563
4901
  },
4564
4902
  "CVE-2025-43529": {
4565
4903
  "id": "CVE-2025-43529",
@@ -4627,7 +4965,15 @@
4627
4965
  "live_patch_tools": [],
4628
4966
  "cwe_refs": [
4629
4967
  "CWE-416"
4630
- ]
4968
+ ],
4969
+ "iocs": {
4970
+ "behavioral": [
4971
+ "WebKit use-after-free crashes on an Apple device below the patched build, triggered by crafted web content in a 1-click chain.",
4972
+ "Anomalous process activity following a WebKit crash on a targeted device (spyware sandbox-escape follow-on).",
4973
+ "Delivery of a malicious link/page to a high-risk user as the chain's entry point."
4974
+ ],
4975
+ "_ioc_source_note": "Anchored to NVD CVE-2025-43529 and the Apple security update notes."
4976
+ }
4631
4977
  },
4632
4978
  "CVE-2025-4919": {
4633
4979
  "id": "CVE-2025-4919",
@@ -4692,7 +5038,16 @@
4692
5038
  "live_patch_tools": [],
4693
5039
  "cwe_refs": [
4694
5040
  "CWE-843"
4695
- ]
5041
+ ],
5042
+ "iocs": {
5043
+ "behavioral": [
5044
+ "Mozilla Firefox < 138.0.4, Firefox ESR < 128.10.1 / < 115.23.1, or Thunderbird < 138.0.2 exposed to attacker-controlled web content.",
5045
+ "Renderer-process crashes consistent with a SpiderMonkey JIT type-confusion trigger (CWE-843).",
5046
+ "Crafted JavaScript / WebAssembly compiled through the SpiderMonkey JIT granting renderer read/write primitives.",
5047
+ "Drive-by navigation to a malicious page delivering the type-confusion exploit."
5048
+ ],
5049
+ "_ioc_source_note": "Anchored to NVD CVE-2025-4919 and the Mozilla security advisory (Pwn2Own Berlin) cited in verification_sources."
5050
+ }
4696
5051
  },
4697
5052
  "CVE-2025-24201": {
4698
5053
  "id": "CVE-2025-24201",
@@ -4763,7 +5118,15 @@
4763
5118
  "live_patch_tools": [],
4764
5119
  "cwe_refs": [
4765
5120
  "CWE-1395"
4766
- ]
5121
+ ],
5122
+ "iocs": {
5123
+ "behavioral": [
5124
+ "WebKit out-of-bounds write on an Apple device below the patched build, used to break out of the Web Content sandbox.",
5125
+ "Web Content process crashes followed by privilege/sandbox-boundary anomalies on iOS/macOS.",
5126
+ "Targeted delivery of malicious web content as part of a multi-stage exploit chain."
5127
+ ],
5128
+ "_ioc_source_note": "Anchored to NVD CVE-2025-24201 and the Apple security update notes (supplementary fix for a previously-mitigated attack)."
5129
+ }
4767
5130
  },
4768
5131
  "CVE-2025-43300": {
4769
5132
  "id": "CVE-2025-43300",
@@ -4834,7 +5197,15 @@
4834
5197
  "live_patch_tools": [],
4835
5198
  "cwe_refs": [
4836
5199
  "CWE-1395"
4837
- ]
5200
+ ],
5201
+ "iocs": {
5202
+ "behavioral": [
5203
+ "ImageIO processing a malformed DNG / JPEG-lossless image triggering an out-of-bounds write (zero-click delivery via a received image).",
5204
+ "imagent / Messages / preview pipelines crashing on image decode on a device below the patched build.",
5205
+ "Indicators of a zero-click spyware chain on a targeted device following inbound media."
5206
+ ],
5207
+ "_ioc_source_note": "Anchored to NVD CVE-2025-43300 and the Apple security update notes for the in-the-wild ImageIO fix."
5208
+ }
4838
5209
  },
4839
5210
  "CVE-2025-38352": {
4840
5211
  "id": "CVE-2025-38352",
@@ -4906,7 +5277,15 @@
4906
5277
  "discovery_attribution_note": "Google Android Security Bulletin September 2025 attribution; no AI-tool credit. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-38352",
4907
5278
  "cwe_refs": [
4908
5279
  "CWE-1395"
4909
- ]
5280
+ ],
5281
+ "iocs": {
5282
+ "behavioral": [
5283
+ "A Linux/Android host below the patched kernel exhibiting a race on POSIX CPU timers (posix_cpu_timer teardown vs. expiry) leading to a use-after-free.",
5284
+ "A sandboxed Android app or low-privileged process escalating to kernel context via the timer race.",
5285
+ "Kernel crash/oops signatures referencing posix_cpu_timer on an affected build."
5286
+ ],
5287
+ "_ioc_source_note": "Anchored to NVD CVE-2025-38352 and the Android Security Bulletin / upstream kernel fix."
5288
+ }
4910
5289
  },
4911
5290
  "CVE-2025-55241": {
4912
5291
  "id": "CVE-2025-55241",
@@ -4975,7 +5354,16 @@
4975
5354
  "live_patch_tools": [],
4976
5355
  "cwe_refs": [
4977
5356
  "CWE-1395"
4978
- ]
5357
+ ],
5358
+ "iocs": {
5359
+ "behavioral": [
5360
+ "Requests presenting an undocumented 'Actor' token to the legacy Azure AD Graph endpoint in a target Entra ID tenant.",
5361
+ "Cross-tenant access where the originating-tenant claim is not validated by the legacy Azure AD Graph API.",
5362
+ "Entra ID sign-in / audit-log entries showing cross-tenant impersonation via Azure AD Graph (observable in historical logs; Microsoft fixed server-side).",
5363
+ "Tenants still exposing the legacy Azure AD Graph endpoint as the precondition."
5364
+ ],
5365
+ "_ioc_source_note": "Anchored to NVD CVE-2025-55241 and the Microsoft / researcher analysis cited in verification_sources."
5366
+ }
4979
5367
  },
4980
5368
  "CVE-2025-21085": {
4981
5369
  "id": "CVE-2025-21085",
@@ -5040,7 +5428,16 @@
5040
5428
  "live_patch_tools": [],
5041
5429
  "cwe_refs": [
5042
5430
  "CWE-1395"
5043
- ]
5431
+ ],
5432
+ "iocs": {
5433
+ "behavioral": [
5434
+ "Cisco Duo Authentication Proxy below 6.5.3 with debug-level logging enabled.",
5435
+ "Cleartext credentials present in authproxy.log emitted during LDAP/AD password-change operations (CWE-1395).",
5436
+ "A local authenticated user or post-compromise lateral mover reading authproxy.log to recover credentials.",
5437
+ "Debug-level Auth Proxy logging retained on disk where lower-privilege accounts can read it."
5438
+ ],
5439
+ "_ioc_source_note": "Anchored to NVD CVE-2025-21085 and the Cisco security advisory cited in verification_sources."
5440
+ }
5044
5441
  },
5045
5442
  "CVE-2025-1094": {
5046
5443
  "id": "CVE-2025-1094",
@@ -5113,7 +5510,15 @@
5113
5510
  "live_patch_tools": [],
5114
5511
  "cwe_refs": [
5115
5512
  "CWE-1395"
5116
- ]
5513
+ ],
5514
+ "iocs": {
5515
+ "behavioral": [
5516
+ "psql (or libpq client) processing input containing invalid UTF-8 byte sequences that survive quoting and enable SQL injection.",
5517
+ "SQL injection escalating to arbitrary code execution via psql meta-commands (e.g. \\! shell execution) on the client host.",
5518
+ "PostgreSQL/psql client below the patched version in a chain following an application-layer injection (the BeyondTrust RS exploitation pattern)."
5519
+ ],
5520
+ "_ioc_source_note": "Anchored to NVD CVE-2025-1094 and the PostgreSQL project security advisory."
5521
+ }
5117
5522
  },
5118
5523
  "CVE-2025-49844": {
5119
5524
  "id": "CVE-2025-49844",
@@ -5182,7 +5587,16 @@
5182
5587
  "live_patch_tools": [],
5183
5588
  "cwe_refs": [
5184
5589
  "CWE-416"
5185
- ]
5590
+ ],
5591
+ "iocs": {
5592
+ "behavioral": [
5593
+ "A network-reachable Redis instance (below the fixed 7.x/8.x builds) accepting EVAL/EVALSHA of attacker-supplied Lua from untrusted clients.",
5594
+ "redis-server crashes or native code execution consistent with a use-after-free escape from the Lua sandbox (CWE-416).",
5595
+ "Crafted Lua scripts submitted to a Redis instance exposed without authentication or network isolation.",
5596
+ "Unexpected child processes or outbound connections originating from the redis-server process after a Lua EVAL."
5597
+ ],
5598
+ "_ioc_source_note": "Anchored to NVD CVE-2025-49844 and the Redis 'RediShell' advisory cited in verification_sources."
5599
+ }
5186
5600
  },
5187
5601
  "CVE-2025-14847": {
5188
5602
  "id": "CVE-2025-14847",
@@ -5249,7 +5663,16 @@
5249
5663
  "live_patch_tools": [],
5250
5664
  "cwe_refs": [
5251
5665
  "CWE-1395"
5252
- ]
5666
+ ],
5667
+ "iocs": {
5668
+ "behavioral": [
5669
+ "A MongoDB Server on an affected branch reachable to unauthenticated clients.",
5670
+ "Crafted compressed wire-protocol messages with mismatched length fields sent to the server.",
5671
+ "Server responses containing uninitialized heap memory (potentially prior request data) returned to an unauthenticated client (the 'MongoBleed' over-read).",
5672
+ "Anomalous compressed-message traffic to MongoDB preceding memory-disclosure responses."
5673
+ ],
5674
+ "_ioc_source_note": "Anchored to NVD CVE-2025-14847 and the Bitsight 'MongoBleed' analysis cited in verification_sources."
5675
+ }
5253
5676
  },
5254
5677
  "CVE-2025-8671": {
5255
5678
  "id": "CVE-2025-8671",
@@ -5320,7 +5743,16 @@
5320
5743
  "live_patch_tools": [],
5321
5744
  "cwe_refs": [
5322
5745
  "CWE-1395"
5323
- ]
5746
+ ],
5747
+ "iocs": {
5748
+ "behavioral": [
5749
+ "An affected HTTP/2 server (e.g. Apache Tomcat, Netty, Varnish, and other enumerated implementations) reachable over HTTP/2.",
5750
+ "Malformed HTTP/2 control frames over a single connection causing server-emitted stream resets while backend work stays in flight, bypassing the concurrency limit ('MadeYouReset').",
5751
+ "Stream-reset storms and elevated backend resource consumption disproportionate to the visible request count on one connection.",
5752
+ "Resource exhaustion / denial of service under crafted HTTP/2 control-frame load."
5753
+ ],
5754
+ "_ioc_source_note": "Anchored to NVD CVE-2025-8671 and the 'MadeYouReset' HTTP/2 advisory cited in verification_sources."
5755
+ }
5324
5756
  },
5325
5757
  "CVE-2025-6965": {
5326
5758
  "id": "CVE-2025-6965",
@@ -5390,7 +5822,16 @@
5390
5822
  "cwe_refs": [
5391
5823
  "CWE-787",
5392
5824
  "CWE-119"
5393
- ]
5825
+ ],
5826
+ "iocs": {
5827
+ "behavioral": [
5828
+ "An application embedding SQLite below 3.50.2 that processes attacker-influenced SQL.",
5829
+ "Injected SQL causing an integer overflow that yields an out-of-bounds array read (CWE-787/CWE-119).",
5830
+ "Memory disclosure or corruption in a SQLite-backed component following injected SQL statements.",
5831
+ "SQLite-backed services accepting untrusted SQL on an unpatched library version (broad embedded/downstream footprint)."
5832
+ ],
5833
+ "_ioc_source_note": "Anchored to NVD CVE-2025-6965 and the SQLite / Big Sleep disclosure cited in verification_sources."
5834
+ }
5394
5835
  },
5395
5836
  "CVE-2026-22778": {
5396
5837
  "id": "CVE-2026-22778",
@@ -5461,7 +5902,16 @@
5461
5902
  "cwe_refs": [
5462
5903
  "CWE-122",
5463
5904
  "CWE-787"
5464
- ]
5905
+ ],
5906
+ "iocs": {
5907
+ "behavioral": [
5908
+ "A vLLM multimodal endpoint below 0.14.1 reachable to unauthenticated clients.",
5909
+ "Submission of a malicious video URL to the vLLM multimodal API triggering the bundled FFmpeg JPEG2000 decoder heap overflow (CWE-122/CWE-787).",
5910
+ "Code execution as the vLLM service user, or vLLM service crashes / unexpected child processes on multimodal decode.",
5911
+ "vLLM (with bundled FFmpeg 5.1.x via OpenCV) processing untrusted media URLs."
5912
+ ],
5913
+ "_ioc_source_note": "Anchored to NVD CVE-2026-22778 and the vLLM security advisory cited in verification_sources."
5914
+ }
5465
5915
  },
5466
5916
  "CVE-2026-7482": {
5467
5917
  "id": "CVE-2026-7482",
@@ -5529,7 +5979,16 @@
5529
5979
  "live_patch_tools": [],
5530
5980
  "cwe_refs": [
5531
5981
  "CWE-1395"
5532
- ]
5982
+ ],
5983
+ "iocs": {
5984
+ "behavioral": [
5985
+ "Ollama below 0.17.1 (Linux/macOS/Windows) reachable to unauthenticated clients.",
5986
+ "Unauthenticated upload of a crafted file to the Ollama API where the quantization pipeline reads beyond allocated bounds.",
5987
+ "Ollama API responses returning heap contents (the 'Bleeding Llama' over-read disclosure).",
5988
+ "Anomalous crafted-file uploads to Ollama preceding memory-disclosure responses."
5989
+ ],
5990
+ "_ioc_source_note": "Anchored to NVD CVE-2026-7482 and the Ollama security advisory cited in verification_sources."
5991
+ }
5533
5992
  },
5534
5993
  "CVE-2025-68664": {
5535
5994
  "id": "CVE-2025-68664",
@@ -5603,7 +6062,16 @@
5603
6062
  "live_patch_tools": [],
5604
6063
  "cwe_refs": [
5605
6064
  "CWE-502"
5606
- ]
6065
+ ],
6066
+ "iocs": {
6067
+ "behavioral": [
6068
+ "langchain-core below 1.2.5 (1.x) or below 0.3.81 (0.x) on a pipeline that serializes LLM responses with dumps()/dumpd().",
6069
+ "Deserialization (loads/load) of LLM response content where attacker-controlled fields (additional_kwargs / response_metadata) carry the internal 'lc' key marker, rehydrating a free-form dict as a LangChain object.",
6070
+ "Secret/credential values appearing in objects reconstructed from a dumps->loads round-trip of model output.",
6071
+ "Prompt-injection-bearing model responses whose serialized form survives the dumps/loads cycle with the 'lc' marker unescaped."
6072
+ ],
6073
+ "_ioc_source_note": "Anchored to NVD CVE-2025-68664 and the Cyata 'LangGrinch' analysis cited in verification_sources."
6074
+ }
5607
6075
  },
5608
6076
  "CVE-2025-22224": {
5609
6077
  "id": "CVE-2025-22224",
@@ -5676,7 +6144,15 @@
5676
6144
  "live_patch_tools": [],
5677
6145
  "cwe_refs": [
5678
6146
  "CWE-1395"
5679
- ]
6147
+ ],
6148
+ "iocs": {
6149
+ "behavioral": [
6150
+ "VMX process crashes on an ESXi/Workstation host consistent with a VMCI TOCTOU heap overflow exploited from a guest VM.",
6151
+ "Guest-to-host code execution as the VMX process (VM escape) on an unpatched ESXi build.",
6152
+ "An attacker with administrative/root access inside a guest VM as the precondition for the escape (often post-initial-compromise, ransomware operators)."
6153
+ ],
6154
+ "_ioc_source_note": "Anchored to NVD CVE-2025-22224 and the Broadcom/VMware VMSA security advisory (in-the-wild ESXi escape chain)."
6155
+ }
5680
6156
  },
5681
6157
  "CVE-2025-22225": {
5682
6158
  "id": "CVE-2025-22225",
@@ -5746,7 +6222,15 @@
5746
6222
  "live_patch_tools": [],
5747
6223
  "cwe_refs": [
5748
6224
  "CWE-1395"
5749
- ]
6225
+ ],
6226
+ "iocs": {
6227
+ "behavioral": [
6228
+ "Arbitrary kernel writes on an ESXi host enabling a sandbox/VM escape, chained with the VMCI overflow.",
6229
+ "Unexpected VMkernel modifications or crashes on an unpatched ESXi build following guest compromise.",
6230
+ "Ransomware-operator activity pivoting from a guest VM to the hypervisor."
6231
+ ],
6232
+ "_ioc_source_note": "Anchored to NVD CVE-2025-22225 and the Broadcom/VMware VMSA security advisory."
6233
+ }
5750
6234
  },
5751
6235
  "CVE-2025-22226": {
5752
6236
  "id": "CVE-2025-22226",
@@ -5816,7 +6300,15 @@
5816
6300
  "live_patch_tools": [],
5817
6301
  "cwe_refs": [
5818
6302
  "CWE-1395"
5819
- ]
6303
+ ],
6304
+ "iocs": {
6305
+ "behavioral": [
6306
+ "HGFS (host-guest file system) memory-leak/out-of-bounds-read activity on an ESXi/Workstation host, used as an information-leak helper in the VM-escape chain.",
6307
+ "VMX memory disclosure preceding the VMCI escape on an unpatched build.",
6308
+ "Guest VM with admin access reading host memory via the HGFS path."
6309
+ ],
6310
+ "_ioc_source_note": "Anchored to NVD CVE-2025-22226 and the Broadcom/VMware VMSA security advisory."
6311
+ }
5820
6312
  },
5821
6313
  "MAL-2024-PYPI-ULTRALYTICS-XMRIG": {
5822
6314
  "id": "MAL-2024-PYPI-ULTRALYTICS-XMRIG",
@@ -5891,7 +6383,16 @@
5891
6383
  "live_patch_tools": [],
5892
6384
  "cwe_refs": [
5893
6385
  "CWE-1395"
5894
- ]
6386
+ ],
6387
+ "iocs": {
6388
+ "behavioral": [
6389
+ "ultralytics resolving to exactly 8.3.41 or 8.3.42 in a lockfile/requirements/site-packages (8.3.43 is clean).",
6390
+ "Post-install / import-time download of an XMRig binary from attacker infrastructure following an ultralytics install.",
6391
+ "Sustained high CPU and Monero-mining stratum/pool network traffic from a host or CI runner shortly after an ultralytics install step.",
6392
+ "Injected downloader code in the installed wheel not present in the 8.3.43 source (GitHub Actions build-time tampering)."
6393
+ ],
6394
+ "_ioc_source_note": "Anchored to the ReversingLabs, Wiz, HiddenLayer analyses and the ultralytics advisory cited in verification_sources."
6395
+ }
5895
6396
  },
5896
6397
  "MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER": {
5897
6398
  "id": "MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER",
@@ -5969,7 +6470,16 @@
5969
6470
  "live_patch_tools": [],
5970
6471
  "cwe_refs": [
5971
6472
  "CWE-1395"
5972
- ]
6473
+ ],
6474
+ "iocs": {
6475
+ "behavioral": [
6476
+ "Any BufferZoneCorp-published gem/module impersonating activesupport-logger, devise-jwt, go-retryablehttp, grpc-client, or config-loader in a Gemfile.lock / go.mod / go.sum.",
6477
+ "A newly-published-then-silently-updated package (clean at first publish, malicious payload in a later version) pulled into CI — the sleeper-to-payload pattern.",
6478
+ "Install/CI-time reads of env vars, ~/.ssh keys, AWS credentials, .npmrc, .netrc, GitHub CLI config, and RubyGems credentials followed by exfiltration.",
6479
+ "Go-build tampering: writes to GITHUB_ENV, a poisoned GOPROXY, weakened go.sum checksums, or a fake `go` wrapper on the workflow PATH."
6480
+ ],
6481
+ "_ioc_source_note": "Anchored to the Socket and The Hacker News analyses cited in verification_sources."
6482
+ }
5973
6483
  },
5974
6484
  "MAL-2025-PYPI-COLORAMA-SOLANA-STEALER": {
5975
6485
  "id": "MAL-2025-PYPI-COLORAMA-SOLANA-STEALER",
@@ -6046,7 +6556,16 @@
6046
6556
  "live_patch_tools": [],
6047
6557
  "cwe_refs": [
6048
6558
  "CWE-1395"
6049
- ]
6559
+ ],
6560
+ "iocs": {
6561
+ "behavioral": [
6562
+ "Any colorama typosquat (coloramapkgsw, coloramapkgsdow, coloramashowtemp, coloramapkgs, readmecolorama, colorizator, coloraiz) resolving where the intended dependency was the legitimate colorama.",
6563
+ "Install-time code reading browser-stored credentials/cookies and Solana wallet artifacts, then exfiltrating them.",
6564
+ "Access at install time to Facebook / Telegram / Roblox session material and crypto-wallet files by the Python install process.",
6565
+ "PyPI packages from the 2025-05-04 to 2025-05-24 window matching the colorama-typosquat naming pattern in resolved dependencies."
6566
+ ],
6567
+ "_ioc_source_note": "Anchored to the Imperva, Checkmarx, Check Point, and The Hacker News analyses cited in verification_sources."
6568
+ }
6050
6569
  },
6051
6570
  "CVE-2025-0133": {
6052
6571
  "id": "CVE-2025-0133",
@@ -6117,7 +6636,15 @@
6117
6636
  "live_patch_tools": [],
6118
6637
  "cwe_refs": [
6119
6638
  "CWE-1395"
6120
- ]
6639
+ ],
6640
+ "iocs": {
6641
+ "behavioral": [
6642
+ "PAN-OS GlobalProtect portal/gateway on an affected build (11.2 < 11.2.7, 11.1 < 11.1.11, 10.2 < 10.2.17, any 10.1 EoL, or Cloud NGFW).",
6643
+ "Crafted captive-portal links containing reflected XSS payloads in request parameters echoed back unescaped into the portal response.",
6644
+ "JavaScript executing inside the GlobalProtect portal origin driving session-token theft or credential-phishing prompts that appear to originate from the legitimate VPN portal."
6645
+ ],
6646
+ "_ioc_source_note": "Anchored to the Palo Alto Networks advisory for CVE-2025-0133 and the XBOW writeup cited in verification_sources."
6647
+ }
6121
6648
  },
6122
6649
  "CVE-2025-59529": {
6123
6650
  "id": "CVE-2025-59529",
@@ -6184,7 +6711,15 @@
6184
6711
  "live_patch_tools": [],
6185
6712
  "cwe_refs": [
6186
6713
  "CWE-1395"
6187
- ]
6714
+ ],
6715
+ "iocs": {
6716
+ "behavioral": [
6717
+ "avahi-daemon with the Simple Protocol Server enabled (pre-fix) on a Linux/IoT/embedded host.",
6718
+ "A client opening repeated Simple Protocol connections to avahi-daemon beyond the configured connection cap without the cap engaging.",
6719
+ "Growing avahi-daemon file-descriptor count and memory footprint correlated with repeated Simple Protocol connection bursts, leading to mDNS/DNS-SD service-discovery denial."
6720
+ ],
6721
+ "_ioc_source_note": "Anchored to NVD CVE-2025-59529, the ZeroPath writeup, and the Avahi security advisory cited in verification_sources."
6722
+ }
6188
6723
  },
6189
6724
  "CVE-2025-55319": {
6190
6725
  "id": "CVE-2025-55319",
@@ -6256,7 +6791,16 @@
6256
6791
  "live_patch_tools": [],
6257
6792
  "cwe_refs": [
6258
6793
  "CWE-77"
6259
- ]
6794
+ ],
6795
+ "iocs": {
6796
+ "behavioral": [
6797
+ "VS Code agentic-AI surface (Copilot Chat / MCP-integrated agents) on a pre-fix build on a developer workstation.",
6798
+ "Adversarial content embedded in an AI tool response or external MCP server message reaching a shell-execution primitive inside the agentic integration.",
6799
+ "Shell commands spawned by the VS Code agentic/Copilot process whose argument content traces to model/tool/MCP response text rather than explicit developer input.",
6800
+ "Connection to an untrusted/external MCP server immediately followed by unexpected command execution under the developer's user context."
6801
+ ],
6802
+ "_ioc_source_note": "Anchored to NVD CVE-2025-55319 and the MSRC advisory / ZeroPath writeup cited in verification_sources."
6803
+ }
6260
6804
  },
6261
6805
  "CVE-2025-53767": {
6262
6806
  "id": "CVE-2025-53767",
@@ -6328,7 +6872,15 @@
6328
6872
  "live_patch_tools": [],
6329
6873
  "cwe_refs": [
6330
6874
  "CWE-1395"
6331
- ]
6875
+ ],
6876
+ "iocs": {
6877
+ "behavioral": [
6878
+ "Azure OpenAI in its pre-2025-08-19 state (Microsoft fixed server-side before this date).",
6879
+ "An authenticated low-privilege tenant user issuing requests that induce server-side SSRF crossing the cloud-tenant boundary in the Azure OpenAI control plane.",
6880
+ "Outbound fetches initiated by the Azure OpenAI control plane toward internal/metadata or other-tenant endpoints on behalf of a low-privilege caller (observable in historical logs only; server-side patched)."
6881
+ ],
6882
+ "_ioc_source_note": "Anchored to NVD CVE-2025-53767 and the MSRC advisory / ZeroPath writeup cited in verification_sources."
6883
+ }
6332
6884
  },
6333
6885
  "CVE-2025-10725": {
6334
6886
  "id": "CVE-2025-10725",
@@ -6398,7 +6950,15 @@
6398
6950
  "live_patch_tools": [],
6399
6951
  "cwe_refs": [
6400
6952
  "CWE-1395"
6401
- ]
6953
+ ],
6954
+ "iocs": {
6955
+ "behavioral": [
6956
+ "Red Hat OpenShift AI on a pre-fix release in a managed-Kubernetes environment.",
6957
+ "Kubernetes RBAC/audit events showing a low-privilege OpenShift AI tenant principal gaining cluster/control-plane-scoped permissions it was not granted.",
6958
+ "Privilege transitions in the OpenShift AI control plane originating from a tenant-scoped service account or user rather than a cluster-admin."
6959
+ ],
6960
+ "_ioc_source_note": "Anchored to NVD CVE-2025-10725 and the Red Hat advisory / ZeroPath writeup cited in verification_sources."
6961
+ }
6402
6962
  },
6403
6963
  "MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP": {
6404
6964
  "id": "MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP",
@@ -6470,7 +7030,16 @@
6470
7030
  "live_patch_tools": [],
6471
7031
  "cwe_refs": [
6472
7032
  "CWE-1395"
6473
- ]
7033
+ ],
7034
+ "iocs": {
7035
+ "behavioral": [
7036
+ "FFmpeg or ImageMagick on a pre-tranche-fix build (the August 2025 Big Sleep disclosure set) processing untrusted media files.",
7037
+ "Crafted media files passed through a vulnerable decoder/library API triggering memory corruption.",
7038
+ "Crashes / abnormal termination of FFmpeg/ImageMagick (or processes embedding them) when decoding specific attacker-supplied inputs prior to the upstream tranche patches.",
7039
+ "An unpatched library version from the enumerated Big Sleep tranche in a media-processing service's dependency inventory."
7040
+ ],
7041
+ "_ioc_source_note": "Anchored to the Google Project Zero / Big Sleep disclosure posts cited in verification_sources."
7042
+ }
6474
7043
  },
6475
7044
  "CVE-2026-31635": {
6476
7045
  "name": "DirtyDecrypt (rxgk page-cache write)",
@@ -6562,7 +7131,16 @@
6562
7131
  }
6563
7132
  ],
6564
7133
  "last_updated": "2026-05-18",
6565
- "intake_gap_note": "Catalog entry added 2026-05-18 via manual operator triage AFTER public PoC. The daily exceptd-threat-intake routine missed this CVE — kernel.org Atom feed window had rolled past the 2026-04-25 silent-patch commit by the time the PoC published on 2026-05-17, and the V12 rediscovery report went to maintainers privately rather than to oss-security@openwall. The v0.13.14 release adds a vendor-security-blog source (Microsoft / Sysdig / Trail of Bits) to close this class of gap. See feeds_into supply-chain-recovery + framework playbooks for the chained handling."
7134
+ "intake_gap_note": "Catalog entry added 2026-05-18 via manual operator triage AFTER public PoC. The daily exceptd-threat-intake routine missed this CVE — kernel.org Atom feed window had rolled past the 2026-04-25 silent-patch commit by the time the PoC published on 2026-05-17, and the V12 rediscovery report went to maintainers privately rather than to oss-security@openwall. The v0.13.14 release adds a vendor-security-blog source (Microsoft / Sysdig / Trail of Bits) to close this class of gap. See feeds_into supply-chain-recovery + framework playbooks for the chained handling.",
7135
+ "iocs": {
7136
+ "behavioral": [
7137
+ "A Linux kernel >= 6.13 (when rxgk landed) and pre-2026-04-24 with CONFIG_RXGK enabled (distros tracking upstream master; older LTS kernels without rxgk are not affected).",
7138
+ "An unprivileged local process driving the rxgk_decrypt_skb page-cache write primitive to corrupt page-cache pages backing privileged binaries (missing copy-on-write guard).",
7139
+ "Page-cache contents of privileged/setuid binaries diverging from their on-disk backing without a legitimate write (the Dirty-COW-bypass primitive class).",
7140
+ "An unprivileged user gaining root on an rxgk-enabled host (matching the published PoC)."
7141
+ ],
7142
+ "_ioc_source_note": "Anchored to the public reporting and PoC cited in verification_sources."
7143
+ }
6566
7144
  },
6567
7145
  "CVE-2020-17103-REREGRESSION-2026": {
6568
7146
  "name": "MiniPlasma — Windows cldflt.sys Cloud Files Mini Filter SYSTEM EoP (re-regression of CVE-2020-17103)",