@blamejs/exceptd-skills 0.15.22 → 0.15.24

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.
@@ -8041,7 +8041,8 @@
8041
8041
  },
8042
8042
  "atlas_refs": [],
8043
8043
  "attack_refs": [
8044
- "T1592"
8044
+ "T1592",
8045
+ "T1190"
8045
8046
  ],
8046
8047
  "rwep_score": 83,
8047
8048
  "rwep_factors": {
@@ -8062,7 +8063,7 @@
8062
8063
  "cwe_refs": [
8063
8064
  "CWE-22"
8064
8065
  ],
8065
- "source_verified": "2026-05-18",
8066
+ "source_verified": "2026-05-29",
8066
8067
  "verification_sources": [
8067
8068
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
8068
8069
  "https://simple-help.com/kb---security-vulnerabilities-01-2025#security-vulnerabilities-in-simplehelp-5-5-7-and-earlier",
@@ -8091,11 +8092,21 @@
8091
8092
  "published_date": "2026-04-24"
8092
8093
  }
8093
8094
  ],
8094
- "last_updated": "2026-05-18",
8095
+ "last_updated": "2026-05-29",
8095
8096
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-24; due date 2026-05-08. Notes reference: https://simple-help.com/kb---security-vulnerabilities-01-2025#security-vulnerabilities-in-simplehelp-5-5-7-and-earlier ; https://nvd.nist.gov/vuln/detail/CVE-2024-57728",
8096
- "_auto_imported": true,
8097
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
8098
- "_kev_short_description": "SimpleHelp contains a path traversal vulnerability that allows admin users to upload arbitrary files anywhere on the file system by uploading a crafted zip file (i.e. zip slip). This can be exploited to execute arbitrary code on the host in the context of the SimpleHelp server user."
8097
+ "_auto_imported": false,
8098
+ "_intake_method": "manual-verified-curation",
8099
+ "_kev_short_description": "SimpleHelp contains a path traversal vulnerability that allows admin users to upload arbitrary files anywhere on the file system by uploading a crafted zip file (i.e. zip slip). This can be exploited to execute arbitrary code on the host in the context of the SimpleHelp server user.",
8100
+ "iocs": {
8101
+ "behavioral": [
8102
+ "SimpleHelp reachable on the network at a version below the fixed release named in the vendor advisory.",
8103
+ "Unauthenticated requests to the SimpleHelp consistent with path-traversal flaw.",
8104
+ "Post-exploitation indicators on the SimpleHelp — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
8105
+ ],
8106
+ "_ioc_source_note": "Anchored to NVD CVE-2024-57728, CISA KEV (added 2026-04-24), and the vendor security advisory recorded in vendor_advisories."
8107
+ },
8108
+ "_draft": false,
8109
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
8099
8110
  },
8100
8111
  "CVE-2024-57726": {
8101
8112
  "name": "SimpleHelp Missing Authorization Vulnerability",
@@ -8139,7 +8150,8 @@
8139
8150
  },
8140
8151
  "atlas_refs": [],
8141
8152
  "attack_refs": [
8142
- "T1190"
8153
+ "T1190",
8154
+ "T1078"
8143
8155
  ],
8144
8156
  "rwep_score": 83,
8145
8157
  "rwep_factors": {
@@ -8160,7 +8172,7 @@
8160
8172
  "cwe_refs": [
8161
8173
  "CWE-862"
8162
8174
  ],
8163
- "source_verified": "2026-05-18",
8175
+ "source_verified": "2026-05-29",
8164
8176
  "verification_sources": [
8165
8177
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
8166
8178
  "https://simple-help.com/kb---security-vulnerabilities-01-2025#security-vulnerabilities-in-simplehelp-5-5-7-and-earlier",
@@ -8189,11 +8201,21 @@
8189
8201
  "published_date": "2026-04-24"
8190
8202
  }
8191
8203
  ],
8192
- "last_updated": "2026-05-18",
8204
+ "last_updated": "2026-05-29",
8193
8205
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-24; due date 2026-05-08. Notes reference: https://simple-help.com/kb---security-vulnerabilities-01-2025#security-vulnerabilities-in-simplehelp-5-5-7-and-earlier ; https://nvd.nist.gov/vuln/detail/CVE-2024-57726",
8194
- "_auto_imported": true,
8195
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
8196
- "_kev_short_description": "SimpleHelp contains a missing authorization vulnerability that could allow low-privileged technicians to create API keys with excessive permissions. These API keys can be used to escalate privileges to the server admin role."
8206
+ "_auto_imported": false,
8207
+ "_intake_method": "manual-verified-curation",
8208
+ "_kev_short_description": "SimpleHelp contains a missing authorization vulnerability that could allow low-privileged technicians to create API keys with excessive permissions. These API keys can be used to escalate privileges to the server admin role.",
8209
+ "iocs": {
8210
+ "behavioral": [
8211
+ "SimpleHelp reachable on the network at a version below the fixed release named in the vendor advisory.",
8212
+ "Unauthenticated requests to the SimpleHelp consistent with missing-authorization flaw.",
8213
+ "Post-exploitation indicators on the SimpleHelp — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
8214
+ ],
8215
+ "_ioc_source_note": "Anchored to NVD CVE-2024-57726, CISA KEV (added 2026-04-24), and the vendor security advisory recorded in vendor_advisories."
8216
+ },
8217
+ "_draft": false,
8218
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
8197
8219
  },
8198
8220
  "CVE-2026-20122": {
8199
8221
  "name": "Cisco Catalyst SD-WAN Manager Incorrect Use of Privileged APIs Vulnerability",
@@ -8874,7 +8896,8 @@
8874
8896
  },
8875
8897
  "atlas_refs": [],
8876
8898
  "attack_refs": [
8877
- "T1078"
8899
+ "T1078",
8900
+ "T1190"
8878
8901
  ],
8879
8902
  "rwep_score": 77,
8880
8903
  "rwep_factors": {
@@ -8895,7 +8918,7 @@
8895
8918
  "cwe_refs": [
8896
8919
  "CWE-287"
8897
8920
  ],
8898
- "source_verified": "2026-05-18",
8921
+ "source_verified": "2026-05-29",
8899
8922
  "verification_sources": [
8900
8923
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
8901
8924
  "https://support.quest.com/kb/4379499/quest-response-to-kace-sma-vulnerabilities-cve-2025-32975-cve-2025-32976-cve-2025-32977-cve-2025-32978",
@@ -8924,11 +8947,21 @@
8924
8947
  "published_date": "2026-04-20"
8925
8948
  }
8926
8949
  ],
8927
- "last_updated": "2026-05-18",
8950
+ "last_updated": "2026-05-29",
8928
8951
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-20; due date 2026-05-04. Notes reference: https://support.quest.com/kb/4379499/quest-response-to-kace-sma-vulnerabilities-cve-2025-32975-cve-2025-32976-cve-2025-32977-cve-2025-32978 ; https://nvd.nist.gov/vuln/detail/CVE-2025-32975",
8929
- "_auto_imported": true,
8930
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
8931
- "_kev_short_description": "Quest KACE Systems Management Appliance (SMA) contains an improper authentication vulnerability that could allow attackers to impersonate legitimate users without valid credentials."
8952
+ "_auto_imported": false,
8953
+ "_intake_method": "manual-verified-curation",
8954
+ "_kev_short_description": "Quest KACE Systems Management Appliance (SMA) contains an improper authentication vulnerability that could allow attackers to impersonate legitimate users without valid credentials.",
8955
+ "iocs": {
8956
+ "behavioral": [
8957
+ "Quest KACE Systems Management Appliance reachable on the network at a version below the fixed release named in the vendor advisory.",
8958
+ "Unauthenticated requests to the Quest KACE SMA consistent with improper-authentication flaw.",
8959
+ "Post-exploitation indicators on the Quest KACE SMA — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
8960
+ ],
8961
+ "_ioc_source_note": "Anchored to NVD CVE-2025-32975, CISA KEV (added 2026-04-20), and the vendor security advisory recorded in vendor_advisories."
8962
+ },
8963
+ "_draft": false,
8964
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
8932
8965
  },
8933
8966
  "CVE-2024-27199": {
8934
8967
  "name": "JetBrains TeamCity Relative Path Traversal Vulnerability",
@@ -9388,7 +9421,7 @@
9388
9421
  },
9389
9422
  "atlas_refs": [],
9390
9423
  "attack_refs": [
9391
- "T1190"
9424
+ "T1574.001"
9392
9425
  ],
9393
9426
  "rwep_score": 77,
9394
9427
  "rwep_factors": {
@@ -9409,7 +9442,7 @@
9409
9442
  "cwe_refs": [
9410
9443
  "CWE-426"
9411
9444
  ],
9412
- "source_verified": "2026-05-18",
9445
+ "source_verified": "2026-05-29",
9413
9446
  "verification_sources": [
9414
9447
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
9415
9448
  "https://learn.microsoft.com/en-us/security-updates/securitybulletins/2012/ms12-046",
@@ -9438,11 +9471,21 @@
9438
9471
  "published_date": "2026-04-13"
9439
9472
  }
9440
9473
  ],
9441
- "last_updated": "2026-05-18",
9474
+ "last_updated": "2026-05-29",
9442
9475
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-13; due date 2026-04-27. Notes reference: https://learn.microsoft.com/en-us/security-updates/securitybulletins/2012/ms12-046 ; https://nvd.nist.gov/vuln/detail/CVE-2012-1854",
9443
- "_auto_imported": true,
9444
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
9445
- "_kev_short_description": "Microsoft Visual Basic for Applications (VBA) contains an insecure library loading vulnerability that could allow for remote code execution."
9476
+ "_auto_imported": false,
9477
+ "_intake_method": "manual-verified-curation",
9478
+ "_kev_short_description": "Microsoft Visual Basic for Applications (VBA) contains an insecure library loading vulnerability that could allow for remote code execution.",
9479
+ "iocs": {
9480
+ "behavioral": [
9481
+ "Microsoft Office at a build below the fixed version named in the Microsoft advisory on an endpoint exposed to attacker-controlled documents or web content.",
9482
+ "The Office VBA loading a DLL from an unexpected or attacker-writable path (insecure library load / search-order hijack), e.g. a DLL co-located with an opened document.",
9483
+ "Inbound delivery of weaponized content followed by an unexpected DLL loaded by the Office/VBA process from a document directory (KEV-confirmed in-the-wild exploitation)."
9484
+ ],
9485
+ "_ioc_source_note": "Anchored to NVD CVE-2012-1854, CISA KEV (added 2026-04-13), and the Microsoft security advisory recorded in vendor_advisories."
9486
+ },
9487
+ "_draft": false,
9488
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (client-side T1574.001 DLL hijack) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
9446
9489
  },
9447
9490
  "CVE-2025-60710": {
9448
9491
  "name": "Microsoft Windows Link Following Vulnerability",
@@ -20357,7 +20400,7 @@
20357
20400
  "cwe_refs": [
20358
20401
  "CWE-787"
20359
20402
  ],
20360
- "source_verified": "2026-05-25",
20403
+ "source_verified": "2026-05-29",
20361
20404
  "verification_sources": [
20362
20405
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
20363
20406
  "https://nvd.nist.gov/vuln/detail/CVE-2009-1537"
@@ -20371,11 +20414,21 @@
20371
20414
  "published_date": "2026-05-20"
20372
20415
  }
20373
20416
  ],
20374
- "last_updated": "2026-05-25",
20417
+ "last_updated": "2026-05-29",
20375
20418
  "discovery_attribution_note": "Manual KEV-gap-fill: legacy CVE re-listed to CISA KEV 2026-05-20. Draft pending enrichment.",
20376
- "_auto_imported": true,
20377
- "_intake_method": "manual-kev-gap-fill-2026-05-20",
20378
- "_kev_short_description": "Microsoft DirectShow QuickTime parsing memory corruption allowing remote code execution via a crafted media file."
20419
+ "_auto_imported": false,
20420
+ "_intake_method": "manual-verified-curation",
20421
+ "_kev_short_description": "Microsoft DirectShow QuickTime parsing memory corruption allowing remote code execution via a crafted media file.",
20422
+ "iocs": {
20423
+ "behavioral": [
20424
+ "Microsoft Windows at a build below the fixed version named in the Microsoft advisory on an endpoint exposed to attacker-controlled documents or web content.",
20425
+ "Process crashes or memory-corruption signatures consistent with memory-corruption flaw (CWE-787) in the Windows DirectShow QuickTime parser on an affected endpoint, after the victim opens attacker-controlled content.",
20426
+ "Inbound delivery of weaponized content followed by unexpected child-process execution from the opening application (KEV-confirmed in-the-wild exploitation)."
20427
+ ],
20428
+ "_ioc_source_note": "Anchored to NVD CVE-2009-1537, CISA KEV (added 2026-05-20), and the Microsoft security advisory recorded in vendor_advisories."
20429
+ },
20430
+ "_draft": false,
20431
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (client-side T1203 execution) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
20379
20432
  },
20380
20433
  "CVE-2009-3459": {
20381
20434
  "name": "Adobe Acrobat and Reader Heap-Based Buffer Overflow",
@@ -24652,7 +24705,8 @@
24652
24705
  },
24653
24706
  "atlas_refs": [],
24654
24707
  "attack_refs": [
24655
- "T1190"
24708
+ "T1211",
24709
+ "T1553.005"
24656
24710
  ],
24657
24711
  "rwep_score": 77,
24658
24712
  "rwep_factors": {
@@ -24673,7 +24727,7 @@
24673
24727
  "cwe_refs": [
24674
24728
  "CWE-693"
24675
24729
  ],
24676
- "source_verified": "2026-05-18",
24730
+ "source_verified": "2026-05-29",
24677
24731
  "verification_sources": [
24678
24732
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
24679
24733
  "https://msrc.microsoft.com/update-guide/advisory/CVE-2026-21513",
@@ -24702,11 +24756,21 @@
24702
24756
  "published_date": "2026-02-10"
24703
24757
  }
24704
24758
  ],
24705
- "last_updated": "2026-05-18",
24759
+ "last_updated": "2026-05-29",
24706
24760
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-10; due date 2026-03-03. Notes reference: https://msrc.microsoft.com/update-guide/advisory/CVE-2026-21513 ; https://nvd.nist.gov/vuln/detail/CVE-2026-21513",
24707
- "_auto_imported": true,
24708
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
24709
- "_kev_short_description": "Microsoft MSHTML Framework contains a protection mechanism failure vulnerability that could allow an unauthorized attacker to bypass a security feature over a network."
24761
+ "_auto_imported": false,
24762
+ "_intake_method": "manual-verified-curation",
24763
+ "_kev_short_description": "Microsoft MSHTML Framework contains a protection mechanism failure vulnerability that could allow an unauthorized attacker to bypass a security feature over a network.",
24764
+ "iocs": {
24765
+ "behavioral": [
24766
+ "Microsoft MSHTML at a build below the fixed version named in the Microsoft advisory on an endpoint exposed to attacker-controlled documents or web content.",
24767
+ "Downloaded files opening via the MSHTML framework without the expected Mark-of-the-Web / SmartScreen warning, and execution of content that should have been blocked or flagged as from-the-internet.",
24768
+ "Inbound delivery of weaponized content followed by follow-on payload execution with no Mark-of-the-Web provenance (KEV-confirmed in-the-wild exploitation)."
24769
+ ],
24770
+ "_ioc_source_note": "Anchored to NVD CVE-2026-21513, CISA KEV (added 2026-02-10), and the Microsoft security advisory recorded in vendor_advisories."
24771
+ },
24772
+ "_draft": false,
24773
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (client-side T1211 defense-evasion + T1553.005 MoTW bypass) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
24710
24774
  },
24711
24775
  "CVE-2026-21525": {
24712
24776
  "name": "Microsoft Windows NULL Pointer Dereference Vulnerability",
@@ -24844,7 +24908,8 @@
24844
24908
  },
24845
24909
  "atlas_refs": [],
24846
24910
  "attack_refs": [
24847
- "T1190"
24911
+ "T1211",
24912
+ "T1553.005"
24848
24913
  ],
24849
24914
  "rwep_score": 77,
24850
24915
  "rwep_factors": {
@@ -24865,7 +24930,7 @@
24865
24930
  "cwe_refs": [
24866
24931
  "CWE-693"
24867
24932
  ],
24868
- "source_verified": "2026-05-18",
24933
+ "source_verified": "2026-05-29",
24869
24934
  "verification_sources": [
24870
24935
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
24871
24936
  "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21510",
@@ -24894,11 +24959,21 @@
24894
24959
  "published_date": "2026-02-10"
24895
24960
  }
24896
24961
  ],
24897
- "last_updated": "2026-05-18",
24962
+ "last_updated": "2026-05-29",
24898
24963
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-10; due date 2026-03-03. Notes reference: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21510 ; https://nvd.nist.gov/vuln/detail/CVE-2026-21510 ",
24899
- "_auto_imported": true,
24900
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
24901
- "_kev_short_description": "Microsoft Windows Shell contains a protection mechanism failure vulnerability that could allow an unauthorized attacker to bypass a security feature over a network. "
24964
+ "_auto_imported": false,
24965
+ "_intake_method": "manual-verified-curation",
24966
+ "_kev_short_description": "Microsoft Windows Shell contains a protection mechanism failure vulnerability that could allow an unauthorized attacker to bypass a security feature over a network. ",
24967
+ "iocs": {
24968
+ "behavioral": [
24969
+ "Microsoft Windows at a build below the fixed version named in the Microsoft advisory on an endpoint exposed to attacker-controlled documents or web content.",
24970
+ "Downloaded files opening via the Windows Shell without the expected Mark-of-the-Web / SmartScreen warning, and execution of content that should have been blocked or flagged as from-the-internet.",
24971
+ "Inbound delivery of weaponized content followed by follow-on payload execution with no Mark-of-the-Web provenance (KEV-confirmed in-the-wild exploitation)."
24972
+ ],
24973
+ "_ioc_source_note": "Anchored to NVD CVE-2026-21510, CISA KEV (added 2026-02-10), and the Microsoft security advisory recorded in vendor_advisories."
24974
+ },
24975
+ "_draft": false,
24976
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (client-side T1211 defense-evasion + T1553.005 MoTW bypass) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
24902
24977
  },
24903
24978
  "CVE-2026-21533": {
24904
24979
  "name": "Microsoft Windows Improper Privilege Management Vulnerability",
@@ -25046,7 +25121,7 @@
25046
25121
  },
25047
25122
  "atlas_refs": [],
25048
25123
  "attack_refs": [
25049
- "T1190"
25124
+ "T1203"
25050
25125
  ],
25051
25126
  "rwep_score": 77,
25052
25127
  "rwep_factors": {
@@ -25067,7 +25142,7 @@
25067
25142
  "cwe_refs": [
25068
25143
  "CWE-843"
25069
25144
  ],
25070
- "source_verified": "2026-05-18",
25145
+ "source_verified": "2026-05-29",
25071
25146
  "verification_sources": [
25072
25147
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
25073
25148
  "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21519",
@@ -25096,11 +25171,21 @@
25096
25171
  "published_date": "2026-02-10"
25097
25172
  }
25098
25173
  ],
25099
- "last_updated": "2026-05-18",
25174
+ "last_updated": "2026-05-29",
25100
25175
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-10; due date 2026-03-03. Notes reference: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21519 ; https://nvd.nist.gov/vuln/detail/CVE-2026-21519",
25101
- "_auto_imported": true,
25102
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
25103
- "_kev_short_description": "Microsoft Desktop Windows Manager contains a type confusion vulnerability that could allow an authorized attacker to elevate privileges locally."
25176
+ "_auto_imported": false,
25177
+ "_intake_method": "manual-verified-curation",
25178
+ "_kev_short_description": "Microsoft Desktop Windows Manager contains a type confusion vulnerability that could allow an authorized attacker to elevate privileges locally.",
25179
+ "iocs": {
25180
+ "behavioral": [
25181
+ "Microsoft Windows at a build below the fixed version named in the Microsoft advisory on an endpoint exposed to attacker-controlled documents or web content.",
25182
+ "Process crashes or memory-corruption signatures consistent with type confusion (CWE-843) in a Windows client component on an affected endpoint, after the victim opens attacker-controlled content.",
25183
+ "Inbound delivery of weaponized content followed by unexpected child-process execution from the opening application (KEV-confirmed in-the-wild exploitation)."
25184
+ ],
25185
+ "_ioc_source_note": "Anchored to NVD CVE-2026-21519, CISA KEV (added 2026-02-10), and the Microsoft security advisory recorded in vendor_advisories."
25186
+ },
25187
+ "_draft": false,
25188
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (client-side T1203 execution) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
25104
25189
  },
25105
25190
  "CVE-2026-21514": {
25106
25191
  "name": "Microsoft Office Word Reliance on Untrusted Inputs in a Security Decision Vulnerability",
@@ -25142,7 +25227,7 @@
25142
25227
  },
25143
25228
  "atlas_refs": [],
25144
25229
  "attack_refs": [
25145
- "T1190"
25230
+ "T1211"
25146
25231
  ],
25147
25232
  "rwep_score": 77,
25148
25233
  "rwep_factors": {
@@ -25163,7 +25248,7 @@
25163
25248
  "cwe_refs": [
25164
25249
  "CWE-807"
25165
25250
  ],
25166
- "source_verified": "2026-05-18",
25251
+ "source_verified": "2026-05-29",
25167
25252
  "verification_sources": [
25168
25253
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
25169
25254
  "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21514",
@@ -25192,11 +25277,21 @@
25192
25277
  "published_date": "2026-02-10"
25193
25278
  }
25194
25279
  ],
25195
- "last_updated": "2026-05-18",
25280
+ "last_updated": "2026-05-29",
25196
25281
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-10; due date 2026-03-03. Notes reference: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21514 ; https://nvd.nist.gov/vuln/detail/CVE-2026-21514",
25197
- "_auto_imported": true,
25198
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
25199
- "_kev_short_description": "Microsoft Office Word contains a reliance on untrusted inputs in a security decision vulnerability that could allow an authorized attacker to elevate privileges locally."
25282
+ "_auto_imported": false,
25283
+ "_intake_method": "manual-verified-curation",
25284
+ "_kev_short_description": "Microsoft Office Word contains a reliance on untrusted inputs in a security decision vulnerability that could allow an authorized attacker to elevate privileges locally.",
25285
+ "iocs": {
25286
+ "behavioral": [
25287
+ "Microsoft Office at a build below the fixed version named in the Microsoft advisory on an endpoint exposed to attacker-controlled documents or web content.",
25288
+ "Documents opening in the Office Word without the expected Protected View / security prompt, allowing active content from an untrusted source to run.",
25289
+ "Inbound delivery of weaponized content followed by macro/active-content execution that Protected View should have suppressed (KEV-confirmed in-the-wild exploitation)."
25290
+ ],
25291
+ "_ioc_source_note": "Anchored to NVD CVE-2026-21514, CISA KEV (added 2026-02-10), and the Microsoft security advisory recorded in vendor_advisories."
25292
+ },
25293
+ "_draft": false,
25294
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (client-side T1211 defense-evasion) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
25200
25295
  },
25201
25296
  "CVE-2025-11953": {
25202
25297
  "name": "React Native Community CLI OS Command Injection Vulnerability",
@@ -26481,7 +26576,7 @@
26481
26576
  },
26482
26577
  "atlas_refs": [],
26483
26578
  "attack_refs": [
26484
- "T1190"
26579
+ "T1211"
26485
26580
  ],
26486
26581
  "rwep_score": 77,
26487
26582
  "rwep_factors": {
@@ -26502,7 +26597,7 @@
26502
26597
  "cwe_refs": [
26503
26598
  "CWE-807"
26504
26599
  ],
26505
- "source_verified": "2026-05-18",
26600
+ "source_verified": "2026-05-29",
26506
26601
  "verification_sources": [
26507
26602
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
26508
26603
  "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21509",
@@ -26531,11 +26626,21 @@
26531
26626
  "published_date": "2026-01-26"
26532
26627
  }
26533
26628
  ],
26534
- "last_updated": "2026-05-18",
26629
+ "last_updated": "2026-05-29",
26535
26630
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-26; due date 2026-02-16. Notes reference: Please adhere to Microsoft’s recommended guidelines to address this vulnerability. Implement all final mitigations provided by the vendor for Office 2021, and apply the interim corresponding mitigatio",
26536
- "_auto_imported": true,
26537
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
26538
- "_kev_short_description": "Microsoft Office contains a security feature bypass vulnerability in which reliance on untrusted inputs in a security decision in Microsoft Office could allow an unauthorized attacker to bypass a security feature locally. Some of the impacted product(s) could be end-of-life (EoL) and/or end-of-service (EoS). Users are advised to discontinue use and/or transition to a supported version."
26631
+ "_auto_imported": false,
26632
+ "_intake_method": "manual-verified-curation",
26633
+ "_kev_short_description": "Microsoft Office contains a security feature bypass vulnerability in which reliance on untrusted inputs in a security decision in Microsoft Office could allow an unauthorized attacker to bypass a security feature locally. Some of the impacted product(s) could be end-of-life (EoL) and/or end-of-service (EoS). Users are advised to discontinue use and/or transition to a supported version.",
26634
+ "iocs": {
26635
+ "behavioral": [
26636
+ "Microsoft Office at a build below the fixed version named in the Microsoft advisory on an endpoint exposed to attacker-controlled documents or web content.",
26637
+ "Documents opening in the Office without the expected Protected View / security prompt, allowing active content from an untrusted source to run.",
26638
+ "Inbound delivery of weaponized content followed by macro/active-content execution that Protected View should have suppressed (KEV-confirmed in-the-wild exploitation)."
26639
+ ],
26640
+ "_ioc_source_note": "Anchored to NVD CVE-2026-21509, CISA KEV (added 2026-01-26), and the Microsoft security advisory recorded in vendor_advisories."
26641
+ },
26642
+ "_draft": false,
26643
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (client-side T1211 defense-evasion) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
26539
26644
  },
26540
26645
  "CVE-2024-37079": {
26541
26646
  "name": "Broadcom VMware vCenter Server Out-of-bounds Write Vulnerability",
@@ -32967,7 +33072,8 @@
32967
33072
  },
32968
33073
  "atlas_refs": [],
32969
33074
  "attack_refs": [
32970
- "T1190"
33075
+ "T1190",
33076
+ "T1059"
32971
33077
  ],
32972
33078
  "rwep_score": 83,
32973
33079
  "rwep_factors": {
@@ -32988,7 +33094,7 @@
32988
33094
  "cwe_refs": [
32989
33095
  "CWE-94"
32990
33096
  ],
32991
- "source_verified": "2026-05-18",
33097
+ "source_verified": "2026-05-29",
32992
33098
  "verification_sources": [
32993
33099
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
32994
33100
  "https://www.oracle.com/security-alerts/alert-cve-2025-61882.html",
@@ -33017,11 +33123,21 @@
33017
33123
  "published_date": "2025-10-06"
33018
33124
  }
33019
33125
  ],
33020
- "last_updated": "2026-05-18",
33126
+ "last_updated": "2026-05-29",
33021
33127
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-06; due date 2025-10-27. Notes reference: https://www.oracle.com/security-alerts/alert-cve-2025-61882.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-61882",
33022
- "_auto_imported": true,
33023
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
33024
- "_kev_short_description": "Oracle E-Business Suite contains an unspecified vulnerability in the BI Publisher Integration component. The vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Concurrent Processing. Successful attacks can result in takeover of Oracle Concurrent Processing."
33128
+ "_auto_imported": false,
33129
+ "_intake_method": "manual-verified-curation",
33130
+ "_kev_short_description": "Oracle E-Business Suite contains an unspecified vulnerability in the BI Publisher Integration component. The vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Concurrent Processing. Successful attacks can result in takeover of Oracle Concurrent Processing.",
33131
+ "iocs": {
33132
+ "behavioral": [
33133
+ "Oracle E-Business Suite reachable on the network at a version below the fixed release named in the vendor advisory.",
33134
+ "Unauthenticated requests to the Oracle E-Business Suite consistent with unauthenticated code-injection / remote code execution flaw.",
33135
+ "Post-exploitation indicators on the Oracle E-Business Suite — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
33136
+ ],
33137
+ "_ioc_source_note": "Anchored to NVD CVE-2025-61882, CISA KEV (added 2025-10-06), and the vendor security advisory recorded in vendor_advisories."
33138
+ },
33139
+ "_draft": false,
33140
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
33025
33141
  },
33026
33142
  "CVE-2014-6278": {
33027
33143
  "name": "GNU Bash OS Command Injection Vulnerability",
@@ -35591,7 +35707,8 @@
35591
35707
  },
35592
35708
  "atlas_refs": [],
35593
35709
  "attack_refs": [
35594
- "T1190"
35710
+ "T1190",
35711
+ "T1059"
35595
35712
  ],
35596
35713
  "rwep_score": 77,
35597
35714
  "rwep_factors": {
@@ -35612,7 +35729,7 @@
35612
35729
  "cwe_refs": [
35613
35730
  "CWE-94"
35614
35731
  ],
35615
- "source_verified": "2026-05-18",
35732
+ "source_verified": "2026-05-29",
35616
35733
  "verification_sources": [
35617
35734
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
35618
35735
  "https://status.n-able.com/2025/08/13/announcing-the-ga-of-n-central-2025-3-1/",
@@ -35641,11 +35758,21 @@
35641
35758
  "published_date": "2025-08-13"
35642
35759
  }
35643
35760
  ],
35644
- "last_updated": "2026-05-18",
35761
+ "last_updated": "2026-05-29",
35645
35762
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-13; due date 2025-08-20. Notes reference: https://status.n-able.com/2025/08/13/announcing-the-ga-of-n-central-2025-3-1/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-8876",
35646
- "_auto_imported": true,
35647
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
35648
- "_kev_short_description": "N-able N-Central contains a command injection vulnerability via improper sanitization of user input."
35763
+ "_auto_imported": false,
35764
+ "_intake_method": "manual-verified-curation",
35765
+ "_kev_short_description": "N-able N-Central contains a command injection vulnerability via improper sanitization of user input.",
35766
+ "iocs": {
35767
+ "behavioral": [
35768
+ "N-able N-Central reachable on the network at a version below the fixed release named in the vendor advisory.",
35769
+ "Unauthenticated requests to the N-Central consistent with command-injection flaw.",
35770
+ "Post-exploitation indicators on the N-Central — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
35771
+ ],
35772
+ "_ioc_source_note": "Anchored to NVD CVE-2025-8876, CISA KEV (added 2025-08-13), and the vendor security advisory recorded in vendor_advisories."
35773
+ },
35774
+ "_draft": false,
35775
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
35649
35776
  },
35650
35777
  "CVE-2025-8875": {
35651
35778
  "name": "N-able N-Central Insecure Deserialization Vulnerability",
@@ -35687,7 +35814,8 @@
35687
35814
  },
35688
35815
  "atlas_refs": [],
35689
35816
  "attack_refs": [
35690
- "T1190"
35817
+ "T1190",
35818
+ "T1059"
35691
35819
  ],
35692
35820
  "rwep_score": 77,
35693
35821
  "rwep_factors": {
@@ -35708,7 +35836,7 @@
35708
35836
  "cwe_refs": [
35709
35837
  "CWE-94"
35710
35838
  ],
35711
- "source_verified": "2026-05-18",
35839
+ "source_verified": "2026-05-29",
35712
35840
  "verification_sources": [
35713
35841
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
35714
35842
  "https://status.n-able.com/2025/08/13/announcing-the-ga-of-n-central-2025-3-1/",
@@ -35737,11 +35865,21 @@
35737
35865
  "published_date": "2025-08-13"
35738
35866
  }
35739
35867
  ],
35740
- "last_updated": "2026-05-18",
35868
+ "last_updated": "2026-05-29",
35741
35869
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-13; due date 2025-08-20. Notes reference: https://status.n-able.com/2025/08/13/announcing-the-ga-of-n-central-2025-3-1/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-8875",
35742
- "_auto_imported": true,
35743
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
35744
- "_kev_short_description": "N-able N-Central contains an insecure deserialization vulnerability that could lead to command execution."
35870
+ "_auto_imported": false,
35871
+ "_intake_method": "manual-verified-curation",
35872
+ "_kev_short_description": "N-able N-Central contains an insecure deserialization vulnerability that could lead to command execution.",
35873
+ "iocs": {
35874
+ "behavioral": [
35875
+ "N-able N-Central reachable on the network at a version below the fixed release named in the vendor advisory.",
35876
+ "Unauthenticated requests to the N-Central consistent with insecure-deserialization flaw.",
35877
+ "Post-exploitation indicators on the N-Central — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
35878
+ ],
35879
+ "_ioc_source_note": "Anchored to NVD CVE-2025-8875, CISA KEV (added 2025-08-13), and the vendor security advisory recorded in vendor_advisories."
35880
+ },
35881
+ "_draft": false,
35882
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
35745
35883
  },
35746
35884
  "CVE-2025-8088": {
35747
35885
  "name": "RARLAB WinRAR Path Traversal Vulnerability (variant: CVE-2025-8088)",
@@ -36743,7 +36881,7 @@
36743
36881
  "cwe_refs": [
36744
36882
  "CWE-611"
36745
36883
  ],
36746
- "source_verified": "2026-05-18",
36884
+ "source_verified": "2026-05-29",
36747
36885
  "verification_sources": [
36748
36886
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
36749
36887
  "https://documentation.sysaid.com/docs/24-40-60",
@@ -36772,11 +36910,21 @@
36772
36910
  "published_date": "2025-07-22"
36773
36911
  }
36774
36912
  ],
36775
- "last_updated": "2026-05-18",
36913
+ "last_updated": "2026-05-29",
36776
36914
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-22; due date 2025-08-12. Notes reference: https://documentation.sysaid.com/docs/24-40-60 ; https://nvd.nist.gov/vuln/detail/CVE-2025-2775",
36777
- "_auto_imported": true,
36778
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
36779
- "_kev_short_description": "SysAid On-Prem contains an improper restriction of XML external entity reference vulnerability in the Checkin processing functionality, allowing for administrator account takeover and file read primitives."
36915
+ "_auto_imported": false,
36916
+ "_intake_method": "manual-verified-curation",
36917
+ "_kev_short_description": "SysAid On-Prem contains an improper restriction of XML external entity reference vulnerability in the Checkin processing functionality, allowing for administrator account takeover and file read primitives.",
36918
+ "iocs": {
36919
+ "behavioral": [
36920
+ "SysAid On-Prem reachable on the network at a version below the fixed release named in the vendor advisory.",
36921
+ "Unauthenticated requests to the SysAid consistent with XML external entity.",
36922
+ "Post-exploitation indicators on the SysAid — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
36923
+ ],
36924
+ "_ioc_source_note": "Anchored to NVD CVE-2025-2775, CISA KEV (added 2025-07-22), and the vendor security advisory recorded in vendor_advisories."
36925
+ },
36926
+ "_draft": false,
36927
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
36780
36928
  },
36781
36929
  "CVE-2025-2776": {
36782
36930
  "name": "SysAid On-Prem Improper Restriction of XML External Entity Reference Vulnerability (variant: CVE-2025-2776)",
@@ -36839,7 +36987,7 @@
36839
36987
  "cwe_refs": [
36840
36988
  "CWE-611"
36841
36989
  ],
36842
- "source_verified": "2026-05-18",
36990
+ "source_verified": "2026-05-29",
36843
36991
  "verification_sources": [
36844
36992
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
36845
36993
  "https://documentation.sysaid.com/docs/24-40-60",
@@ -36868,11 +37016,21 @@
36868
37016
  "published_date": "2025-07-22"
36869
37017
  }
36870
37018
  ],
36871
- "last_updated": "2026-05-18",
37019
+ "last_updated": "2026-05-29",
36872
37020
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-22; due date 2025-08-12. Notes reference: https://documentation.sysaid.com/docs/24-40-60 ; https://nvd.nist.gov/vuln/detail/CVE-2025-2776",
36873
- "_auto_imported": true,
36874
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
36875
- "_kev_short_description": "SysAid On-Prem contains an improper restriction of XML external entity reference vulnerability in the Server URL processing functionality, allowing for administrator account takeover and file read primitives."
37021
+ "_auto_imported": false,
37022
+ "_intake_method": "manual-verified-curation",
37023
+ "_kev_short_description": "SysAid On-Prem contains an improper restriction of XML external entity reference vulnerability in the Server URL processing functionality, allowing for administrator account takeover and file read primitives.",
37024
+ "iocs": {
37025
+ "behavioral": [
37026
+ "SysAid On-Prem reachable on the network at a version below the fixed release named in the vendor advisory.",
37027
+ "Unauthenticated requests to the SysAid consistent with XML external entity.",
37028
+ "Post-exploitation indicators on the SysAid — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
37029
+ ],
37030
+ "_ioc_source_note": "Anchored to NVD CVE-2025-2776, CISA KEV (added 2025-07-22), and the vendor security advisory recorded in vendor_advisories."
37031
+ },
37032
+ "_draft": false,
37033
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
36876
37034
  },
36877
37035
  "CVE-2025-6558": {
36878
37036
  "name": "Google Chromium ANGLE and GPU Improper Input Validation Vulnerability",
@@ -41605,7 +41763,7 @@
41605
41763
  },
41606
41764
  "atlas_refs": [],
41607
41765
  "attack_refs": [
41608
- "T1190"
41766
+ "T1203"
41609
41767
  ],
41610
41768
  "rwep_score": 77,
41611
41769
  "rwep_factors": {
@@ -41626,7 +41784,7 @@
41626
41784
  "cwe_refs": [
41627
41785
  "CWE-843"
41628
41786
  ],
41629
- "source_verified": "2026-05-18",
41787
+ "source_verified": "2026-05-29",
41630
41788
  "verification_sources": [
41631
41789
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
41632
41790
  "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-30397",
@@ -41655,11 +41813,21 @@
41655
41813
  "published_date": "2025-05-13"
41656
41814
  }
41657
41815
  ],
41658
- "last_updated": "2026-05-18",
41816
+ "last_updated": "2026-05-29",
41659
41817
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-13; due date 2025-06-03. Notes reference: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-30397 ; https://nvd.nist.gov/vuln/detail/CVE-2025-30397",
41660
- "_auto_imported": true,
41661
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
41662
- "_kev_short_description": "Microsoft Windows Scripting Engine contains a type confusion vulnerability that allows an unauthorized attacker to execute code over a network via a specially crafted URL."
41818
+ "_auto_imported": false,
41819
+ "_intake_method": "manual-verified-curation",
41820
+ "_kev_short_description": "Microsoft Windows Scripting Engine contains a type confusion vulnerability that allows an unauthorized attacker to execute code over a network via a specially crafted URL.",
41821
+ "iocs": {
41822
+ "behavioral": [
41823
+ "Microsoft Windows at a build below the fixed version named in the Microsoft advisory on an endpoint exposed to attacker-controlled documents or web content.",
41824
+ "Process crashes or memory-corruption signatures consistent with type confusion (CWE-843) in the Windows Scripting Engine on an affected endpoint, after the victim opens attacker-controlled content.",
41825
+ "Inbound delivery of weaponized content followed by unexpected child-process execution from the opening application (KEV-confirmed in-the-wild exploitation)."
41826
+ ],
41827
+ "_ioc_source_note": "Anchored to NVD CVE-2025-30397, CISA KEV (added 2025-05-13), and the Microsoft security advisory recorded in vendor_advisories."
41828
+ },
41829
+ "_draft": false,
41830
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (client-side T1203 execution) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
41663
41831
  },
41664
41832
  "CVE-2025-32706": {
41665
41833
  "name": "Microsoft Windows Common Log File System (CLFS) Driver Heap-Based Buffer Overflow Vulnerability",