@blamejs/exceptd-skills 0.13.18 → 0.13.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +79 -0
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +14 -0
- package/data/_indexes/frequency.json +1 -0
- package/data/attack-techniques.json +2600 -109
- package/data/cve-catalog.json +147 -2678
- package/data/cwe-catalog.json +60 -1
- package/data/framework-control-gaps.json +252 -84
- package/data/rfc-references.json +286 -125
- package/data/zeroday-lessons.json +17 -2909
- package/lib/canonical-eq.js +88 -0
- package/lib/cve-regression-watcher.js +130 -9
- package/lib/source-advisories.js +9 -34
- package/lib/version-pins.js +73 -0
- package/lib/xml-tokenizer.js +344 -0
- package/manifest.json +44 -44
- package/package.json +6 -2
- package/sbom.cdx.json +108 -33
- package/scripts/audit-catalog-gaps.js +347 -0
- package/scripts/check-test-coverage.js +16 -10
- package/scripts/refresh-mitre-ics-attack.js +15 -0
- package/scripts/refresh-upstream-catalogs.js +171 -54
package/data/cve-catalog.json
CHANGED
|
@@ -315,7 +315,11 @@
|
|
|
315
315
|
]
|
|
316
316
|
},
|
|
317
317
|
"last_updated": "2026-05-15",
|
|
318
|
-
"discovery_attribution_note": "OX Security advisory 2026-04-15 — researchers Moshe Siman Tov Bustan, Mustafa Naamnih, and Nir Zadok. Independent corroboration by Trail of Bits (tool-poisoning analysis 2026-04-29) and Johann Rehberger. All named-human research; no AI-discovery tool credited. Source: https://www.ox.security/blog/the-mother-of-all-ai-supply-chains-critical-systemic-vulnerability-at-the-core-of-the-mcp/."
|
|
318
|
+
"discovery_attribution_note": "OX Security advisory 2026-04-15 — researchers Moshe Siman Tov Bustan, Mustafa Naamnih, and Nir Zadok. Independent corroboration by Trail of Bits (tool-poisoning analysis 2026-04-29) and Johann Rehberger. All named-human research; no AI-discovery tool credited. Source: https://www.ox.security/blog/the-mother-of-all-ai-supply-chains-critical-systemic-vulnerability-at-the-core-of-the-mcp/.",
|
|
319
|
+
"cwe_refs": [
|
|
320
|
+
"CWE-94",
|
|
321
|
+
"CWE-1357"
|
|
322
|
+
]
|
|
319
323
|
},
|
|
320
324
|
"CVE-2026-31431": {
|
|
321
325
|
"name": "Copy Fail",
|
|
@@ -1138,7 +1142,11 @@
|
|
|
1138
1142
|
]
|
|
1139
1143
|
},
|
|
1140
1144
|
"last_updated": "2026-05-15",
|
|
1141
|
-
"discovery_attribution_note": "Discovery by ecosystem detection (multiple firms — Snyk, Wiz, StepSecurity, Socket, Orca, JFrog) within 20 minutes of TeamPCP's 2026-05-11 publish window of 84 malicious versions across 42 @tanstack/* packages. The worm IS the disclosure event; no AI-discovery tool involved on the defender side. Threat-actor side is engineering-grade chained tradecraft (pull_request_target co-residency, OIDC-token scraping). Source: https://www.stepsecurity.io/blog/mini-shai-hulud-is-back-a-self-spreading-supply-chain-attack-hits-the-npm-ecosystem."
|
|
1145
|
+
"discovery_attribution_note": "Discovery by ecosystem detection (multiple firms — Snyk, Wiz, StepSecurity, Socket, Orca, JFrog) within 20 minutes of TeamPCP's 2026-05-11 publish window of 84 malicious versions across 42 @tanstack/* packages. The worm IS the disclosure event; no AI-discovery tool involved on the defender side. Threat-actor side is engineering-grade chained tradecraft (pull_request_target co-residency, OIDC-token scraping). Source: https://www.stepsecurity.io/blog/mini-shai-hulud-is-back-a-self-spreading-supply-chain-attack-hits-the-npm-ecosystem.",
|
|
1146
|
+
"cwe_refs": [
|
|
1147
|
+
"CWE-1357",
|
|
1148
|
+
"CWE-506"
|
|
1149
|
+
]
|
|
1142
1150
|
},
|
|
1143
1151
|
"MAL-2026-3083": {
|
|
1144
1152
|
"name": "Elementary-Data PyPI Worm (Forged Release via GitHub Actions Script Injection)",
|
|
@@ -1517,7 +1525,10 @@
|
|
|
1517
1525
|
},
|
|
1518
1526
|
"epss_score": 0.65,
|
|
1519
1527
|
"epss_date": "2026-05-14",
|
|
1520
|
-
"cwe_refs": [
|
|
1528
|
+
"cwe_refs": [
|
|
1529
|
+
"CWE-269",
|
|
1530
|
+
"CWE-668"
|
|
1531
|
+
],
|
|
1521
1532
|
"source_verified": "2026-05-14",
|
|
1522
1533
|
"verification_sources": [
|
|
1523
1534
|
"https://nvd.nist.gov/vuln/detail/CVE-2024-21626",
|
|
@@ -1697,7 +1708,9 @@
|
|
|
1697
1708
|
"atlas_refs": [
|
|
1698
1709
|
"AML.T0016"
|
|
1699
1710
|
],
|
|
1700
|
-
"attack_refs": [
|
|
1711
|
+
"attack_refs": [
|
|
1712
|
+
"T1592"
|
|
1713
|
+
],
|
|
1701
1714
|
"rwep_score": 30,
|
|
1702
1715
|
"rwep_factors": {
|
|
1703
1716
|
"cisa_kev": 0,
|
|
@@ -1894,7 +1907,10 @@
|
|
|
1894
1907
|
},
|
|
1895
1908
|
"epss_score": 0.973,
|
|
1896
1909
|
"epss_date": "2026-05-14",
|
|
1897
|
-
"cwe_refs": [
|
|
1910
|
+
"cwe_refs": [
|
|
1911
|
+
"CWE-287",
|
|
1912
|
+
"CWE-288"
|
|
1913
|
+
],
|
|
1898
1914
|
"source_verified": "2026-05-14",
|
|
1899
1915
|
"verification_sources": [
|
|
1900
1916
|
"https://nvd.nist.gov/vuln/detail/CVE-2024-1709",
|
|
@@ -2013,7 +2029,9 @@
|
|
|
2013
2029
|
},
|
|
2014
2030
|
"epss_score": 0.005,
|
|
2015
2031
|
"epss_date": "2026-05-14",
|
|
2016
|
-
"cwe_refs": [
|
|
2032
|
+
"cwe_refs": [
|
|
2033
|
+
"CWE-200"
|
|
2034
|
+
],
|
|
2017
2035
|
"source_verified": "2026-05-14",
|
|
2018
2036
|
"verification_sources": [
|
|
2019
2037
|
"https://nvd.nist.gov/vuln/detail/CVE-2024-40635",
|
|
@@ -3723,7 +3741,10 @@
|
|
|
3723
3741
|
}
|
|
3724
3742
|
],
|
|
3725
3743
|
"discovery_attribution_note": "Discovered and reported by Google Threat Analysis Group (TAG) — human researcher attribution. Disclosure date 2025-09-16. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-10585",
|
|
3726
|
-
"live_patch_tools": []
|
|
3744
|
+
"live_patch_tools": [],
|
|
3745
|
+
"cwe_refs": [
|
|
3746
|
+
"CWE-843"
|
|
3747
|
+
]
|
|
3727
3748
|
},
|
|
3728
3749
|
"CVE-2025-14174": {
|
|
3729
3750
|
"id": "CVE-2025-14174",
|
|
@@ -3792,7 +3813,11 @@
|
|
|
3792
3813
|
}
|
|
3793
3814
|
],
|
|
3794
3815
|
"discovery_attribution_note": "Discovery credit not publicly disclosed by Apple at time of patch; targeted-spyware operator activity rather than AI-assisted discovery. Source: https://support.apple.com/en-us/HT215000",
|
|
3795
|
-
"live_patch_tools": []
|
|
3816
|
+
"live_patch_tools": [],
|
|
3817
|
+
"cwe_refs": [
|
|
3818
|
+
"CWE-787",
|
|
3819
|
+
"CWE-119"
|
|
3820
|
+
]
|
|
3796
3821
|
},
|
|
3797
3822
|
"CVE-2025-43529": {
|
|
3798
3823
|
"id": "CVE-2025-43529",
|
|
@@ -3857,7 +3882,10 @@
|
|
|
3857
3882
|
}
|
|
3858
3883
|
],
|
|
3859
3884
|
"discovery_attribution_note": "No AI-tool credit; commercial exploit kit (DarkSword) attribution. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-43529",
|
|
3860
|
-
"live_patch_tools": []
|
|
3885
|
+
"live_patch_tools": [],
|
|
3886
|
+
"cwe_refs": [
|
|
3887
|
+
"CWE-416"
|
|
3888
|
+
]
|
|
3861
3889
|
},
|
|
3862
3890
|
"CVE-2025-4919": {
|
|
3863
3891
|
"id": "CVE-2025-4919",
|
|
@@ -3919,7 +3947,10 @@
|
|
|
3919
3947
|
}
|
|
3920
3948
|
],
|
|
3921
3949
|
"discovery_attribution_note": "Pwn2Own competitor disclosure; same-day patch. Source: https://www.mozilla.org/en-US/security/advisories/mfsa2025-36/",
|
|
3922
|
-
"live_patch_tools": []
|
|
3950
|
+
"live_patch_tools": [],
|
|
3951
|
+
"cwe_refs": [
|
|
3952
|
+
"CWE-843"
|
|
3953
|
+
]
|
|
3923
3954
|
},
|
|
3924
3955
|
"CVE-2025-24201": {
|
|
3925
3956
|
"id": "CVE-2025-24201",
|
|
@@ -3987,7 +4018,10 @@
|
|
|
3987
4018
|
}
|
|
3988
4019
|
],
|
|
3989
4020
|
"discovery_attribution_note": "Apple-internal discovery in response to targeted-attack telemetry on devices running iOS prior to 17.2. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-24201",
|
|
3990
|
-
"live_patch_tools": []
|
|
4021
|
+
"live_patch_tools": [],
|
|
4022
|
+
"cwe_refs": [
|
|
4023
|
+
"CWE-1395"
|
|
4024
|
+
]
|
|
3991
4025
|
},
|
|
3992
4026
|
"CVE-2025-43300": {
|
|
3993
4027
|
"id": "CVE-2025-43300",
|
|
@@ -4055,7 +4089,10 @@
|
|
|
4055
4089
|
}
|
|
4056
4090
|
],
|
|
4057
4091
|
"discovery_attribution_note": "Apple-internal disclosure; full attribution undisclosed. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-43300",
|
|
4058
|
-
"live_patch_tools": []
|
|
4092
|
+
"live_patch_tools": [],
|
|
4093
|
+
"cwe_refs": [
|
|
4094
|
+
"CWE-1395"
|
|
4095
|
+
]
|
|
4059
4096
|
},
|
|
4060
4097
|
"CVE-2025-38352": {
|
|
4061
4098
|
"id": "CVE-2025-38352",
|
|
@@ -4124,7 +4161,10 @@
|
|
|
4124
4161
|
"published_date": "2025-09-02"
|
|
4125
4162
|
}
|
|
4126
4163
|
],
|
|
4127
|
-
"discovery_attribution_note": "Google Android Security Bulletin September 2025 attribution; no AI-tool credit. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-38352"
|
|
4164
|
+
"discovery_attribution_note": "Google Android Security Bulletin September 2025 attribution; no AI-tool credit. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-38352",
|
|
4165
|
+
"cwe_refs": [
|
|
4166
|
+
"CWE-1395"
|
|
4167
|
+
]
|
|
4128
4168
|
},
|
|
4129
4169
|
"CVE-2025-55241": {
|
|
4130
4170
|
"id": "CVE-2025-55241",
|
|
@@ -4190,7 +4230,10 @@
|
|
|
4190
4230
|
}
|
|
4191
4231
|
],
|
|
4192
4232
|
"discovery_attribution_note": "Researcher disclosure 2025-07-14; Microsoft global server-side fix 2025-07-17; additional hardening 2025-08-06; public disclosure September 2025. Source: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-55241",
|
|
4193
|
-
"live_patch_tools": []
|
|
4233
|
+
"live_patch_tools": [],
|
|
4234
|
+
"cwe_refs": [
|
|
4235
|
+
"CWE-1395"
|
|
4236
|
+
]
|
|
4194
4237
|
},
|
|
4195
4238
|
"CVE-2025-21085": {
|
|
4196
4239
|
"id": "CVE-2025-21085",
|
|
@@ -4252,7 +4295,10 @@
|
|
|
4252
4295
|
}
|
|
4253
4296
|
],
|
|
4254
4297
|
"discovery_attribution_note": "Vendor-internal discovery via Cisco PSIRT. Source: https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-duo-auth-info-JgkSWBLz",
|
|
4255
|
-
"live_patch_tools": []
|
|
4298
|
+
"live_patch_tools": [],
|
|
4299
|
+
"cwe_refs": [
|
|
4300
|
+
"CWE-1395"
|
|
4301
|
+
]
|
|
4256
4302
|
},
|
|
4257
4303
|
"CVE-2025-1094": {
|
|
4258
4304
|
"id": "CVE-2025-1094",
|
|
@@ -4322,7 +4368,10 @@
|
|
|
4322
4368
|
}
|
|
4323
4369
|
],
|
|
4324
4370
|
"discovery_attribution_note": "Rapid7 disclosure during BeyondTrust incident triage; no AI-tool attribution. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-1094",
|
|
4325
|
-
"live_patch_tools": []
|
|
4371
|
+
"live_patch_tools": [],
|
|
4372
|
+
"cwe_refs": [
|
|
4373
|
+
"CWE-1395"
|
|
4374
|
+
]
|
|
4326
4375
|
},
|
|
4327
4376
|
"CVE-2025-49844": {
|
|
4328
4377
|
"id": "CVE-2025-49844",
|
|
@@ -4388,7 +4437,10 @@
|
|
|
4388
4437
|
}
|
|
4389
4438
|
],
|
|
4390
4439
|
"discovery_attribution_note": "Wiz Research disclosure (human-led); no AI-tool credit. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-49844",
|
|
4391
|
-
"live_patch_tools": []
|
|
4440
|
+
"live_patch_tools": [],
|
|
4441
|
+
"cwe_refs": [
|
|
4442
|
+
"CWE-416"
|
|
4443
|
+
]
|
|
4392
4444
|
},
|
|
4393
4445
|
"CVE-2025-14847": {
|
|
4394
4446
|
"id": "CVE-2025-14847",
|
|
@@ -4452,7 +4504,10 @@
|
|
|
4452
4504
|
}
|
|
4453
4505
|
],
|
|
4454
4506
|
"discovery_attribution_note": "Bitsight + MongoDB-coordinated disclosure; no AI-tool attribution. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-14847",
|
|
4455
|
-
"live_patch_tools": []
|
|
4507
|
+
"live_patch_tools": [],
|
|
4508
|
+
"cwe_refs": [
|
|
4509
|
+
"CWE-1395"
|
|
4510
|
+
]
|
|
4456
4511
|
},
|
|
4457
4512
|
"CVE-2025-8671": {
|
|
4458
4513
|
"id": "CVE-2025-8671",
|
|
@@ -4520,7 +4575,10 @@
|
|
|
4520
4575
|
}
|
|
4521
4576
|
],
|
|
4522
4577
|
"discovery_attribution_note": "Tel Aviv University academic disclosure paired with Imperva production traffic analysis. ai_discovery_source set to academic_ai_fuzzing as the closest enum match for protocol-fuzzing research, though specific AI-fuzzing tool credit was not published. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-8671",
|
|
4523
|
-
"live_patch_tools": []
|
|
4578
|
+
"live_patch_tools": [],
|
|
4579
|
+
"cwe_refs": [
|
|
4580
|
+
"CWE-1395"
|
|
4581
|
+
]
|
|
4524
4582
|
},
|
|
4525
4583
|
"CVE-2025-6965": {
|
|
4526
4584
|
"id": "CVE-2025-6965",
|
|
@@ -4586,7 +4644,11 @@
|
|
|
4586
4644
|
}
|
|
4587
4645
|
],
|
|
4588
4646
|
"discovery_attribution_note": "AI-surfaced by Google's 'Big Sleep' (DeepMind + Project Zero collaboration, Gemini-backed). Notable as the first AI-agent foil of an in-the-wild zero-day exploitation campaign. Hard Rule #7 anchor entry.",
|
|
4589
|
-
"live_patch_tools": []
|
|
4647
|
+
"live_patch_tools": [],
|
|
4648
|
+
"cwe_refs": [
|
|
4649
|
+
"CWE-787",
|
|
4650
|
+
"CWE-119"
|
|
4651
|
+
]
|
|
4590
4652
|
},
|
|
4591
4653
|
"CVE-2026-22778": {
|
|
4592
4654
|
"id": "CVE-2026-22778",
|
|
@@ -4653,7 +4715,11 @@
|
|
|
4653
4715
|
}
|
|
4654
4716
|
],
|
|
4655
4717
|
"discovery_attribution_note": "OX Security human research disclosure. Source: https://www.ox.security/blog/cve-2026-22778-vllm-rce-vulnerability/",
|
|
4656
|
-
"live_patch_tools": []
|
|
4718
|
+
"live_patch_tools": [],
|
|
4719
|
+
"cwe_refs": [
|
|
4720
|
+
"CWE-122",
|
|
4721
|
+
"CWE-787"
|
|
4722
|
+
]
|
|
4657
4723
|
},
|
|
4658
4724
|
"CVE-2026-7482": {
|
|
4659
4725
|
"id": "CVE-2026-7482",
|
|
@@ -4718,7 +4784,10 @@
|
|
|
4718
4784
|
}
|
|
4719
4785
|
],
|
|
4720
4786
|
"discovery_attribution_note": "Coordinated disclosure to Ollama security team. Source: https://github.com/ollama/ollama/security/advisories",
|
|
4721
|
-
"live_patch_tools": []
|
|
4787
|
+
"live_patch_tools": [],
|
|
4788
|
+
"cwe_refs": [
|
|
4789
|
+
"CWE-1395"
|
|
4790
|
+
]
|
|
4722
4791
|
},
|
|
4723
4792
|
"CVE-2025-68664": {
|
|
4724
4793
|
"id": "CVE-2025-68664",
|
|
@@ -4789,7 +4858,10 @@
|
|
|
4789
4858
|
}
|
|
4790
4859
|
],
|
|
4791
4860
|
"discovery_attribution_note": "Cyata research team discovery via prompt-injection attack-surface analysis. Source: https://cyata.ai/blog/langgrinch-langchain-core-cve-2025-68664/",
|
|
4792
|
-
"live_patch_tools": []
|
|
4861
|
+
"live_patch_tools": [],
|
|
4862
|
+
"cwe_refs": [
|
|
4863
|
+
"CWE-502"
|
|
4864
|
+
]
|
|
4793
4865
|
},
|
|
4794
4866
|
"CVE-2025-22224": {
|
|
4795
4867
|
"id": "CVE-2025-22224",
|
|
@@ -4859,7 +4931,10 @@
|
|
|
4859
4931
|
}
|
|
4860
4932
|
],
|
|
4861
4933
|
"discovery_attribution_note": "Microsoft Threat Intelligence Center disclosure; no AI-tool attribution. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-22224",
|
|
4862
|
-
"live_patch_tools": []
|
|
4934
|
+
"live_patch_tools": [],
|
|
4935
|
+
"cwe_refs": [
|
|
4936
|
+
"CWE-1395"
|
|
4937
|
+
]
|
|
4863
4938
|
},
|
|
4864
4939
|
"CVE-2025-22225": {
|
|
4865
4940
|
"id": "CVE-2025-22225",
|
|
@@ -4926,7 +5001,10 @@
|
|
|
4926
5001
|
}
|
|
4927
5002
|
],
|
|
4928
5003
|
"discovery_attribution_note": "Microsoft Threat Intelligence Center co-disclosure. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-22225",
|
|
4929
|
-
"live_patch_tools": []
|
|
5004
|
+
"live_patch_tools": [],
|
|
5005
|
+
"cwe_refs": [
|
|
5006
|
+
"CWE-1395"
|
|
5007
|
+
]
|
|
4930
5008
|
},
|
|
4931
5009
|
"CVE-2025-22226": {
|
|
4932
5010
|
"id": "CVE-2025-22226",
|
|
@@ -4993,7 +5071,10 @@
|
|
|
4993
5071
|
}
|
|
4994
5072
|
],
|
|
4995
5073
|
"discovery_attribution_note": "Microsoft Threat Intelligence Center co-disclosure. Source: https://nvd.nist.gov/vuln/detail/CVE-2025-22226",
|
|
4996
|
-
"live_patch_tools": []
|
|
5074
|
+
"live_patch_tools": [],
|
|
5075
|
+
"cwe_refs": [
|
|
5076
|
+
"CWE-1395"
|
|
5077
|
+
]
|
|
4997
5078
|
},
|
|
4998
5079
|
"MAL-2024-PYPI-ULTRALYTICS-XMRIG": {
|
|
4999
5080
|
"id": "MAL-2024-PYPI-ULTRALYTICS-XMRIG",
|
|
@@ -5065,7 +5146,10 @@
|
|
|
5065
5146
|
}
|
|
5066
5147
|
],
|
|
5067
5148
|
"discovery_attribution_note": "ReversingLabs + Wiz + HiddenLayer concurrent ecosystem-telemetry detection. Source: https://www.reversinglabs.com/blog/compromised-ultralytics-pypi-package-delivers-crypto-coinminer",
|
|
5068
|
-
"live_patch_tools": []
|
|
5149
|
+
"live_patch_tools": [],
|
|
5150
|
+
"cwe_refs": [
|
|
5151
|
+
"CWE-1395"
|
|
5152
|
+
]
|
|
5069
5153
|
},
|
|
5070
5154
|
"MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER": {
|
|
5071
5155
|
"id": "MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER",
|
|
@@ -5140,7 +5224,10 @@
|
|
|
5140
5224
|
}
|
|
5141
5225
|
],
|
|
5142
5226
|
"discovery_attribution_note": "Socket.dev research disclosure; concurrent reporting by other supply-chain firms. Source: https://socket.dev/blog/malicious-ruby-gems-and-go-modules-steal-secrets-poison-ci",
|
|
5143
|
-
"live_patch_tools": []
|
|
5227
|
+
"live_patch_tools": [],
|
|
5228
|
+
"cwe_refs": [
|
|
5229
|
+
"CWE-1395"
|
|
5230
|
+
]
|
|
5144
5231
|
},
|
|
5145
5232
|
"MAL-2025-PYPI-COLORAMA-SOLANA-STEALER": {
|
|
5146
5233
|
"id": "MAL-2025-PYPI-COLORAMA-SOLANA-STEALER",
|
|
@@ -5214,7 +5301,10 @@
|
|
|
5214
5301
|
}
|
|
5215
5302
|
],
|
|
5216
5303
|
"discovery_attribution_note": "Imperva Threat Research + Checkmarx + Check Point ecosystem-telemetry detection. Source: https://www.imperva.com/blog/pythons-colorama-typosquatting-meets-fade-stealer-malware/",
|
|
5217
|
-
"live_patch_tools": []
|
|
5304
|
+
"live_patch_tools": [],
|
|
5305
|
+
"cwe_refs": [
|
|
5306
|
+
"CWE-1395"
|
|
5307
|
+
]
|
|
5218
5308
|
},
|
|
5219
5309
|
"CVE-2025-0133": {
|
|
5220
5310
|
"id": "CVE-2025-0133",
|
|
@@ -5282,7 +5372,10 @@
|
|
|
5282
5372
|
}
|
|
5283
5373
|
],
|
|
5284
5374
|
"discovery_attribution_note": "AI-surfaced by XBOW autonomous-pentest agent during HackerOne VDP engagement. First publicly-attributed AI-tool CVE against Palo Alto. Hard Rule #7 anchor.",
|
|
5285
|
-
"live_patch_tools": []
|
|
5375
|
+
"live_patch_tools": [],
|
|
5376
|
+
"cwe_refs": [
|
|
5377
|
+
"CWE-1395"
|
|
5378
|
+
]
|
|
5286
5379
|
},
|
|
5287
5380
|
"CVE-2025-59529": {
|
|
5288
5381
|
"id": "CVE-2025-59529",
|
|
@@ -5346,7 +5439,10 @@
|
|
|
5346
5439
|
}
|
|
5347
5440
|
],
|
|
5348
5441
|
"discovery_attribution_note": "AI-surfaced by ZeroPath SAST agent. Notable as a business-logic class detection — the category most resistant to conventional SAST and most accelerated by LLM-driven analysis. Hard Rule #7 anchor.",
|
|
5349
|
-
"live_patch_tools": []
|
|
5442
|
+
"live_patch_tools": [],
|
|
5443
|
+
"cwe_refs": [
|
|
5444
|
+
"CWE-1395"
|
|
5445
|
+
]
|
|
5350
5446
|
},
|
|
5351
5447
|
"CVE-2025-55319": {
|
|
5352
5448
|
"id": "CVE-2025-55319",
|
|
@@ -5415,7 +5511,10 @@
|
|
|
5415
5511
|
}
|
|
5416
5512
|
],
|
|
5417
5513
|
"discovery_attribution_note": "AI-surfaced by ZeroPath. Doubly-relevant: AI-defender finds bug in AI-agentic IDE integration. ai_assisted_weaponization=true because the AI agent IS the weaponization primitive — qualifies under both Hard Rule #7 limbs.",
|
|
5418
|
-
"live_patch_tools": []
|
|
5514
|
+
"live_patch_tools": [],
|
|
5515
|
+
"cwe_refs": [
|
|
5516
|
+
"CWE-77"
|
|
5517
|
+
]
|
|
5419
5518
|
},
|
|
5420
5519
|
"CVE-2025-53767": {
|
|
5421
5520
|
"id": "CVE-2025-53767",
|
|
@@ -5484,7 +5583,10 @@
|
|
|
5484
5583
|
}
|
|
5485
5584
|
],
|
|
5486
5585
|
"discovery_attribution_note": "AI-surfaced by ZeroPath against Azure OpenAI control plane. Hard Rule #7 anchor and identity-class adjacent (cloud-tenant control plane).",
|
|
5487
|
-
"live_patch_tools": []
|
|
5586
|
+
"live_patch_tools": [],
|
|
5587
|
+
"cwe_refs": [
|
|
5588
|
+
"CWE-1395"
|
|
5589
|
+
]
|
|
5488
5590
|
},
|
|
5489
5591
|
"CVE-2025-10725": {
|
|
5490
5592
|
"id": "CVE-2025-10725",
|
|
@@ -5551,7 +5653,10 @@
|
|
|
5551
5653
|
}
|
|
5552
5654
|
],
|
|
5553
5655
|
"discovery_attribution_note": "AI-surfaced by ZeroPath against Red Hat OpenShift AI. Hard Rule #7 anchor — AI-defender finding bugs in AI-deployment platform.",
|
|
5554
|
-
"live_patch_tools": []
|
|
5656
|
+
"live_patch_tools": [],
|
|
5657
|
+
"cwe_refs": [
|
|
5658
|
+
"CWE-1395"
|
|
5659
|
+
]
|
|
5555
5660
|
},
|
|
5556
5661
|
"MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP": {
|
|
5557
5662
|
"id": "MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP",
|
|
@@ -5620,7 +5725,10 @@
|
|
|
5620
5725
|
}
|
|
5621
5726
|
],
|
|
5622
5727
|
"discovery_attribution_note": "Composite / tranche entry covering the Big Sleep FFmpeg + ImageMagick AI-tool zero-day finds (Google DeepMind + Project Zero). Operator action: when the per-CVE detail becomes available, split this into individual catalog entries and retire the composite. Anchor entry for Hard Rule #7 (AI-discovery rate).",
|
|
5623
|
-
"live_patch_tools": []
|
|
5728
|
+
"live_patch_tools": [],
|
|
5729
|
+
"cwe_refs": [
|
|
5730
|
+
"CWE-1395"
|
|
5731
|
+
]
|
|
5624
5732
|
},
|
|
5625
5733
|
"CVE-2026-31635": {
|
|
5626
5734
|
"name": "DirtyDecrypt (rxgk page-cache write)",
|
|
@@ -5983,8 +6091,8 @@
|
|
|
5983
6091
|
},
|
|
5984
6092
|
"atlas_refs": [],
|
|
5985
6093
|
"attack_refs": [
|
|
5986
|
-
"
|
|
5987
|
-
"
|
|
6094
|
+
"T1574",
|
|
6095
|
+
"T1068"
|
|
5988
6096
|
],
|
|
5989
6097
|
"rwep_score": 50,
|
|
5990
6098
|
"rwep_factors": {
|
|
@@ -6039,7 +6147,8 @@
|
|
|
6039
6147
|
"last_updated": "2026-05-19",
|
|
6040
6148
|
"discovery_attribution_note": "Public disclosure by Nightmare-Eclipse / Chaotic Eclipse on GitHub 2026-05-13, simultaneously with YellowKey and one day after Microsoft's May 2026 Patch Tuesday. The CTFMON-trust-abuse primitive was named explicitly in the writeup. Sources: BleepingComputer (https://www.bleepingcomputer.com/news/microsoft/new-windows-miniplasma-zero-day-exploit-gives-system-access-poc-released/), The Hacker News (https://thehackernews.com/2026/05/windows-zero-days-expose-bitlocker.html), ThreatLocker analysis (https://www.threatlocker.com/blog/what-yellowkey-and-greenplasma-zero-day-exploits-reveal-about-trusting-native-windows-security), lilting.ch (https://lilting.ch/en/articles/yellowkey-bitlocker-winre-bypass-greenplasma-ctfmon). Same handle as BlueHammer (CVE-2026-33825) / MiniPlasma / UnDefend — see NEW-CTRL-073 handle tracker. Catalog refined v0.13.18 (T+6 days post-PoC) once mechanism became public.",
|
|
6041
6149
|
"intake_gap_note": "Catalog entry added 2026-05-18 via manual operator triage AFTER public PoC. The daily exceptd-threat-intake routine missed this drop — the researcher (Nightmare-Eclipse / Chaotic Eclipse on GitHub) published the PoC binary + source on GitHub releases and surfaced via BleepingComputer / The Hacker News / Cybersecurity News / Bitdefender HotForSecurity. None of the 12-feed primary-source set polls those tech-press venues nor GitHub release events for known researcher handles. The v0.13.17 release adds three intake methods to close this class: (1) bleepingcomputer-security + thehackernews tech-press feeds, (2) a GitHub-releases tracker for Nightmare-Eclipse and other handles whose prior drops landed in the catalog (NEW-CTRL-073), (3) a CVE-regression-watcher (NEW-CTRL-074) that flags PoC text referencing historical CVE IDs as candidate silent-regression cases. ",
|
|
6042
|
-
"_curation_note": "v0.13.18 refinement — original v0.13.17 stub punted on mechanism; CTFMON-trust-abuse primitive named in subsequent writeups (The Hacker News 2026-05-14, ThreatLocker 2026-05-15, lilting.ch 2026-05-16). Catalog re-curated 2026-05-19."
|
|
6150
|
+
"_curation_note": "v0.13.18 refinement — original v0.13.17 stub punted on mechanism; CTFMON-trust-abuse primitive named in subsequent writeups (The Hacker News 2026-05-14, ThreatLocker 2026-05-15, lilting.ch 2026-05-16). Catalog re-curated 2026-05-19.",
|
|
6151
|
+
"_attack_refs_correction_note": "v0.13.20: replaced T1574.012 (COR_PROFILER, .NET-specific) with T1574 base + T1068 — CTFMON trust-abuse is a generic Hijack-Execution-Flow primitive against a SYSTEM-context process, not the .NET CLR profiler hijack sub-technique. Operator-curation pending if/when MITRE publishes a CTFMON-specific sub-technique."
|
|
6043
6152
|
},
|
|
6044
6153
|
"BUG-2026-NIGHTMARE-ECLIPSE-UNDEFEND": {
|
|
6045
6154
|
"name": "UnDefend — Microsoft Defender Update-Disruption Tampering (Nightmare-Eclipse)",
|
|
@@ -6242,17 +6351,6 @@
|
|
|
6242
6351
|
"published_date": "2026-04-30"
|
|
6243
6352
|
}
|
|
6244
6353
|
],
|
|
6245
|
-
"iocs": {
|
|
6246
|
-
"payload_artifacts": [
|
|
6247
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
6248
|
-
],
|
|
6249
|
-
"behavioral": [
|
|
6250
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running WebPros cPanel & WHM and WP2 (WordPress Squared)."
|
|
6251
|
-
],
|
|
6252
|
-
"version_exposure": [
|
|
6253
|
-
"Version inventory required for WebPros cPanel & WHM and WP2 (WordPress Squared) — confirm against vendor advisory."
|
|
6254
|
-
]
|
|
6255
|
-
},
|
|
6256
6354
|
"last_updated": "2026-05-18",
|
|
6257
6355
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-30; due date 2026-05-03. Notes reference: https://support.cpanel.net/hc/en-us/articles/40073787579671-cPanel-WHM-Security-Update-04-28-2026 ; https://docs.cpanel.net/release-notes/release-notes/ ; https://docs.wpsquared.com/changelogs/version",
|
|
6258
6356
|
"_auto_imported": true,
|
|
@@ -6350,17 +6448,6 @@
|
|
|
6350
6448
|
"published_date": "2026-04-28"
|
|
6351
6449
|
}
|
|
6352
6450
|
],
|
|
6353
|
-
"iocs": {
|
|
6354
|
-
"payload_artifacts": [
|
|
6355
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
6356
|
-
],
|
|
6357
|
-
"behavioral": [
|
|
6358
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running ConnectWise ScreenConnect."
|
|
6359
|
-
],
|
|
6360
|
-
"version_exposure": [
|
|
6361
|
-
"Version inventory required for ConnectWise ScreenConnect — confirm against vendor advisory."
|
|
6362
|
-
]
|
|
6363
|
-
},
|
|
6364
6451
|
"last_updated": "2026-05-18",
|
|
6365
6452
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-28; due date 2026-05-12. Notes reference: https://www.connectwise.com/company/trust/security-bulletins/connectwise-screenconnect-23.9.8 ; https://nvd.nist.gov/vuln/detail/CVE-2024-1708",
|
|
6366
6453
|
"_auto_imported": true,
|
|
@@ -6457,17 +6544,6 @@
|
|
|
6457
6544
|
"published_date": "2026-04-24"
|
|
6458
6545
|
}
|
|
6459
6546
|
],
|
|
6460
|
-
"iocs": {
|
|
6461
|
-
"payload_artifacts": [
|
|
6462
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
6463
|
-
],
|
|
6464
|
-
"behavioral": [
|
|
6465
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running D-Link DIR-823X."
|
|
6466
|
-
],
|
|
6467
|
-
"version_exposure": [
|
|
6468
|
-
"Version inventory required for D-Link DIR-823X — confirm against vendor advisory."
|
|
6469
|
-
]
|
|
6470
|
-
},
|
|
6471
6547
|
"last_updated": "2026-05-18",
|
|
6472
6548
|
"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://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10469 ; https://nvd.nist.gov/vuln/detail/CVE-2025-29635",
|
|
6473
6549
|
"_auto_imported": true,
|
|
@@ -6564,17 +6640,6 @@
|
|
|
6564
6640
|
"published_date": "2026-04-24"
|
|
6565
6641
|
}
|
|
6566
6642
|
],
|
|
6567
|
-
"iocs": {
|
|
6568
|
-
"payload_artifacts": [
|
|
6569
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
6570
|
-
],
|
|
6571
|
-
"behavioral": [
|
|
6572
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Samsung MagicINFO 9 Server."
|
|
6573
|
-
],
|
|
6574
|
-
"version_exposure": [
|
|
6575
|
-
"Version inventory required for Samsung MagicINFO 9 Server — confirm against vendor advisory."
|
|
6576
|
-
]
|
|
6577
|
-
},
|
|
6578
6643
|
"last_updated": "2026-05-18",
|
|
6579
6644
|
"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://security.samsungtv.com/securityUpdates ; https://nvd.nist.gov/vuln/detail/CVE-2024-7399",
|
|
6580
6645
|
"_auto_imported": true,
|
|
@@ -6672,17 +6737,6 @@
|
|
|
6672
6737
|
"published_date": "2026-04-24"
|
|
6673
6738
|
}
|
|
6674
6739
|
],
|
|
6675
|
-
"iocs": {
|
|
6676
|
-
"payload_artifacts": [
|
|
6677
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
6678
|
-
],
|
|
6679
|
-
"behavioral": [
|
|
6680
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running SimpleHelp SimpleHelp."
|
|
6681
|
-
],
|
|
6682
|
-
"version_exposure": [
|
|
6683
|
-
"Version inventory required for SimpleHelp SimpleHelp — confirm against vendor advisory."
|
|
6684
|
-
]
|
|
6685
|
-
},
|
|
6686
6740
|
"last_updated": "2026-05-18",
|
|
6687
6741
|
"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",
|
|
6688
6742
|
"_auto_imported": true,
|
|
@@ -6781,17 +6835,6 @@
|
|
|
6781
6835
|
"published_date": "2026-04-24"
|
|
6782
6836
|
}
|
|
6783
6837
|
],
|
|
6784
|
-
"iocs": {
|
|
6785
|
-
"payload_artifacts": [
|
|
6786
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
6787
|
-
],
|
|
6788
|
-
"behavioral": [
|
|
6789
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running SimpleHelp SimpleHelp."
|
|
6790
|
-
],
|
|
6791
|
-
"version_exposure": [
|
|
6792
|
-
"Version inventory required for SimpleHelp SimpleHelp — confirm against vendor advisory."
|
|
6793
|
-
]
|
|
6794
|
-
},
|
|
6795
6838
|
"last_updated": "2026-05-18",
|
|
6796
6839
|
"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",
|
|
6797
6840
|
"_auto_imported": true,
|
|
@@ -6890,17 +6933,6 @@
|
|
|
6890
6933
|
"published_date": "2026-04-20"
|
|
6891
6934
|
}
|
|
6892
6935
|
],
|
|
6893
|
-
"iocs": {
|
|
6894
|
-
"payload_artifacts": [
|
|
6895
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
6896
|
-
],
|
|
6897
|
-
"behavioral": [
|
|
6898
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Cisco Catalyst SD-WAN Manger."
|
|
6899
|
-
],
|
|
6900
|
-
"version_exposure": [
|
|
6901
|
-
"Version inventory required for Cisco Catalyst SD-WAN Manger — confirm against vendor advisory."
|
|
6902
|
-
]
|
|
6903
|
-
},
|
|
6904
6936
|
"last_updated": "2026-05-18",
|
|
6905
6937
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-20; due date 2026-04-23. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/directives/ed-26-03-mitigate-vulnerabilities-cisco-sd-wan-systems ; https://www.cisa.gov/news-events/directives/supplemental-direction-ed",
|
|
6906
6938
|
"_auto_imported": true,
|
|
@@ -6999,17 +7031,6 @@
|
|
|
6999
7031
|
"published_date": "2026-04-20"
|
|
7000
7032
|
}
|
|
7001
7033
|
],
|
|
7002
|
-
"iocs": {
|
|
7003
|
-
"payload_artifacts": [
|
|
7004
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
7005
|
-
],
|
|
7006
|
-
"behavioral": [
|
|
7007
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Cisco Catalyst SD-WAN Manager."
|
|
7008
|
-
],
|
|
7009
|
-
"version_exposure": [
|
|
7010
|
-
"Version inventory required for Cisco Catalyst SD-WAN Manager — confirm against vendor advisory."
|
|
7011
|
-
]
|
|
7012
|
-
},
|
|
7013
7034
|
"last_updated": "2026-05-18",
|
|
7014
7035
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-20; due date 2026-04-23. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/directives/ed-26-03-mitigate-vulnerabilities-cisco-sd-wan-systems ; https://www.cisa.gov/news-events/directives/supplemental-direction-ed",
|
|
7015
7036
|
"_auto_imported": true,
|
|
@@ -7106,17 +7127,6 @@
|
|
|
7106
7127
|
"published_date": "2026-04-20"
|
|
7107
7128
|
}
|
|
7108
7129
|
],
|
|
7109
|
-
"iocs": {
|
|
7110
|
-
"payload_artifacts": [
|
|
7111
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
7112
|
-
],
|
|
7113
|
-
"behavioral": [
|
|
7114
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Kentico Kentico Xperience."
|
|
7115
|
-
],
|
|
7116
|
-
"version_exposure": [
|
|
7117
|
-
"Version inventory required for Kentico Kentico Xperience — confirm against vendor advisory."
|
|
7118
|
-
]
|
|
7119
|
-
},
|
|
7120
7130
|
"last_updated": "2026-05-18",
|
|
7121
7131
|
"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://devnet.kentico.com/download/hotfixes ; https://nvd.nist.gov/vuln/detail/CVE-2025-2749",
|
|
7122
7132
|
"_auto_imported": true,
|
|
@@ -7215,17 +7225,6 @@
|
|
|
7215
7225
|
"published_date": "2026-04-20"
|
|
7216
7226
|
}
|
|
7217
7227
|
],
|
|
7218
|
-
"iocs": {
|
|
7219
|
-
"payload_artifacts": [
|
|
7220
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
7221
|
-
],
|
|
7222
|
-
"behavioral": [
|
|
7223
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running PaperCut NG/MF."
|
|
7224
|
-
],
|
|
7225
|
-
"version_exposure": [
|
|
7226
|
-
"Version inventory required for PaperCut NG/MF — confirm against vendor advisory."
|
|
7227
|
-
]
|
|
7228
|
-
},
|
|
7229
7228
|
"last_updated": "2026-05-18",
|
|
7230
7229
|
"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://www.papercut.com/kb/Main/PO-1216-and-PO-1219 ; https://nvd.nist.gov/vuln/detail/CVE-2023-27351",
|
|
7231
7230
|
"_auto_imported": true,
|
|
@@ -7321,17 +7320,6 @@
|
|
|
7321
7320
|
"published_date": "2026-04-20"
|
|
7322
7321
|
}
|
|
7323
7322
|
],
|
|
7324
|
-
"iocs": {
|
|
7325
|
-
"payload_artifacts": [
|
|
7326
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
7327
|
-
],
|
|
7328
|
-
"behavioral": [
|
|
7329
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Synacor Zimbra Collaboration Suite (ZCS)."
|
|
7330
|
-
],
|
|
7331
|
-
"version_exposure": [
|
|
7332
|
-
"Version inventory required for Synacor Zimbra Collaboration Suite (ZCS) — confirm against vendor advisory."
|
|
7333
|
-
]
|
|
7334
|
-
},
|
|
7335
7323
|
"last_updated": "2026-05-18",
|
|
7336
7324
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-20; due date 2026-04-23. Notes reference: https://wiki.zimbra.com/wiki/Zimbra_Security_Advisories ; https://nvd.nist.gov/vuln/detail/CVE-2025-48700",
|
|
7337
7325
|
"_auto_imported": true,
|
|
@@ -7430,17 +7418,6 @@
|
|
|
7430
7418
|
"published_date": "2026-04-20"
|
|
7431
7419
|
}
|
|
7432
7420
|
],
|
|
7433
|
-
"iocs": {
|
|
7434
|
-
"payload_artifacts": [
|
|
7435
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
7436
|
-
],
|
|
7437
|
-
"behavioral": [
|
|
7438
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Cisco Catalyst SD-WAN Manager."
|
|
7439
|
-
],
|
|
7440
|
-
"version_exposure": [
|
|
7441
|
-
"Version inventory required for Cisco Catalyst SD-WAN Manager — confirm against vendor advisory."
|
|
7442
|
-
]
|
|
7443
|
-
},
|
|
7444
7421
|
"last_updated": "2026-05-18",
|
|
7445
7422
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-20; due date 2026-04-23. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/directives/ed-26-03-mitigate-vulnerabilities-cisco-sd-wan-systems ; https://www.cisa.gov/news-events/directives/supplemental-direction-ed",
|
|
7446
7423
|
"_auto_imported": true,
|
|
@@ -7537,17 +7514,6 @@
|
|
|
7537
7514
|
"published_date": "2026-04-20"
|
|
7538
7515
|
}
|
|
7539
7516
|
],
|
|
7540
|
-
"iocs": {
|
|
7541
|
-
"payload_artifacts": [
|
|
7542
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
7543
|
-
],
|
|
7544
|
-
"behavioral": [
|
|
7545
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Quest KACE Systems Management Appliance (SMA)."
|
|
7546
|
-
],
|
|
7547
|
-
"version_exposure": [
|
|
7548
|
-
"Version inventory required for Quest KACE Systems Management Appliance (SMA) — confirm against vendor advisory."
|
|
7549
|
-
]
|
|
7550
|
-
},
|
|
7551
7517
|
"last_updated": "2026-05-18",
|
|
7552
7518
|
"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",
|
|
7553
7519
|
"_auto_imported": true,
|
|
@@ -7646,17 +7612,6 @@
|
|
|
7646
7612
|
"published_date": "2026-04-20"
|
|
7647
7613
|
}
|
|
7648
7614
|
],
|
|
7649
|
-
"iocs": {
|
|
7650
|
-
"payload_artifacts": [
|
|
7651
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
7652
|
-
],
|
|
7653
|
-
"behavioral": [
|
|
7654
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running JetBrains TeamCity."
|
|
7655
|
-
],
|
|
7656
|
-
"version_exposure": [
|
|
7657
|
-
"Version inventory required for JetBrains TeamCity — confirm against vendor advisory."
|
|
7658
|
-
]
|
|
7659
|
-
},
|
|
7660
7615
|
"last_updated": "2026-05-18",
|
|
7661
7616
|
"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://www.jetbrains.com/privacy-security/issues-fixed/ ; https://blog.jetbrains.com/teamcity/2024/03/additional-critical-security-issues-affecting-teamcity-on-premises-cve-2024-27198-and-cve-2024-27",
|
|
7662
7617
|
"_auto_imported": true,
|
|
@@ -7754,17 +7709,6 @@
|
|
|
7754
7709
|
"published_date": "2026-04-16"
|
|
7755
7710
|
}
|
|
7756
7711
|
],
|
|
7757
|
-
"iocs": {
|
|
7758
|
-
"payload_artifacts": [
|
|
7759
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
7760
|
-
],
|
|
7761
|
-
"behavioral": [
|
|
7762
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Apache ActiveMQ."
|
|
7763
|
-
],
|
|
7764
|
-
"version_exposure": [
|
|
7765
|
-
"Version inventory required for Apache ActiveMQ — confirm against vendor advisory."
|
|
7766
|
-
]
|
|
7767
|
-
},
|
|
7768
7712
|
"last_updated": "2026-05-18",
|
|
7769
7713
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-16; due date 2026-04-30. Notes reference: https://activemq.apache.org/security-advisories.data/CVE-2026-34197-announcement.txt ; https://nvd.nist.gov/vuln/detail/CVE-2026-34197",
|
|
7770
7714
|
"_auto_imported": true,
|
|
@@ -7861,17 +7805,6 @@
|
|
|
7861
7805
|
"published_date": "2026-04-14"
|
|
7862
7806
|
}
|
|
7863
7807
|
],
|
|
7864
|
-
"iocs": {
|
|
7865
|
-
"payload_artifacts": [
|
|
7866
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
7867
|
-
],
|
|
7868
|
-
"behavioral": [
|
|
7869
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Office."
|
|
7870
|
-
],
|
|
7871
|
-
"version_exposure": [
|
|
7872
|
-
"Version inventory required for Microsoft Office — confirm against vendor advisory."
|
|
7873
|
-
]
|
|
7874
|
-
},
|
|
7875
7808
|
"last_updated": "2026-05-18",
|
|
7876
7809
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-14; due date 2026-04-28. Notes reference: https://learn.microsoft.com/en-us/security-updates/securitybulletins/2009/ms09-009 ; https://nvd.nist.gov/vuln/detail/CVE-2009-0238",
|
|
7877
7810
|
"_auto_imported": true,
|
|
@@ -7968,17 +7901,6 @@
|
|
|
7968
7901
|
"published_date": "2026-04-14"
|
|
7969
7902
|
}
|
|
7970
7903
|
],
|
|
7971
|
-
"iocs": {
|
|
7972
|
-
"payload_artifacts": [
|
|
7973
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
7974
|
-
],
|
|
7975
|
-
"behavioral": [
|
|
7976
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft SharePoint Server."
|
|
7977
|
-
],
|
|
7978
|
-
"version_exposure": [
|
|
7979
|
-
"Version inventory required for Microsoft SharePoint Server — confirm against vendor advisory."
|
|
7980
|
-
]
|
|
7981
|
-
},
|
|
7982
7904
|
"last_updated": "2026-05-18",
|
|
7983
7905
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-14; due date 2026-04-28. Notes reference: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2026-32201 ; https://nvd.nist.gov/vuln/detail/CVE-2026-32201",
|
|
7984
7906
|
"_auto_imported": true,
|
|
@@ -8075,17 +7997,6 @@
|
|
|
8075
7997
|
"published_date": "2026-04-13"
|
|
8076
7998
|
}
|
|
8077
7999
|
],
|
|
8078
|
-
"iocs": {
|
|
8079
|
-
"payload_artifacts": [
|
|
8080
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
8081
|
-
],
|
|
8082
|
-
"behavioral": [
|
|
8083
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Visual Basic for Applications (VBA)."
|
|
8084
|
-
],
|
|
8085
|
-
"version_exposure": [
|
|
8086
|
-
"Version inventory required for Microsoft Visual Basic for Applications (VBA) — confirm against vendor advisory."
|
|
8087
|
-
]
|
|
8088
|
-
},
|
|
8089
8000
|
"last_updated": "2026-05-18",
|
|
8090
8001
|
"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",
|
|
8091
8002
|
"_auto_imported": true,
|
|
@@ -8181,17 +8092,6 @@
|
|
|
8181
8092
|
"published_date": "2026-04-13"
|
|
8182
8093
|
}
|
|
8183
8094
|
],
|
|
8184
|
-
"iocs": {
|
|
8185
|
-
"payload_artifacts": [
|
|
8186
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
8187
|
-
],
|
|
8188
|
-
"behavioral": [
|
|
8189
|
-
"Vendor-product-specific observations: monitor for unexpected privilege transitions on assets running Microsoft Windows."
|
|
8190
|
-
],
|
|
8191
|
-
"version_exposure": [
|
|
8192
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
8193
|
-
]
|
|
8194
|
-
},
|
|
8195
8095
|
"last_updated": "2026-05-18",
|
|
8196
8096
|
"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://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-60710 ; https://nvd.nist.gov/vuln/detail/CVE-2025-60710",
|
|
8197
8097
|
"_auto_imported": true,
|
|
@@ -8290,17 +8190,6 @@
|
|
|
8290
8190
|
"published_date": "2026-04-13"
|
|
8291
8191
|
}
|
|
8292
8192
|
],
|
|
8293
|
-
"iocs": {
|
|
8294
|
-
"payload_artifacts": [
|
|
8295
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
8296
|
-
],
|
|
8297
|
-
"behavioral": [
|
|
8298
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Exchange Server."
|
|
8299
|
-
],
|
|
8300
|
-
"version_exposure": [
|
|
8301
|
-
"Version inventory required for Microsoft Exchange Server — confirm against vendor advisory."
|
|
8302
|
-
]
|
|
8303
|
-
},
|
|
8304
8193
|
"last_updated": "2026-05-18",
|
|
8305
8194
|
"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://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-21529 ; https://nvd.nist.gov/vuln/detail/CVE-2023-21529",
|
|
8306
8195
|
"_auto_imported": true,
|
|
@@ -8396,17 +8285,6 @@
|
|
|
8396
8285
|
"published_date": "2026-04-13"
|
|
8397
8286
|
}
|
|
8398
8287
|
],
|
|
8399
|
-
"iocs": {
|
|
8400
|
-
"payload_artifacts": [
|
|
8401
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
8402
|
-
],
|
|
8403
|
-
"behavioral": [
|
|
8404
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Microsoft Windows."
|
|
8405
|
-
],
|
|
8406
|
-
"version_exposure": [
|
|
8407
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
8408
|
-
]
|
|
8409
|
-
},
|
|
8410
8288
|
"last_updated": "2026-05-18",
|
|
8411
8289
|
"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://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2023-36424 ; https://nvd.nist.gov/vuln/detail/CVE-2023-36424",
|
|
8412
8290
|
"_auto_imported": true,
|
|
@@ -8502,17 +8380,6 @@
|
|
|
8502
8380
|
"published_date": "2026-04-13"
|
|
8503
8381
|
}
|
|
8504
8382
|
],
|
|
8505
|
-
"iocs": {
|
|
8506
|
-
"payload_artifacts": [
|
|
8507
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
8508
|
-
],
|
|
8509
|
-
"behavioral": [
|
|
8510
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Adobe Acrobat."
|
|
8511
|
-
],
|
|
8512
|
-
"version_exposure": [
|
|
8513
|
-
"Version inventory required for Adobe Acrobat — confirm against vendor advisory."
|
|
8514
|
-
]
|
|
8515
|
-
},
|
|
8516
8383
|
"last_updated": "2026-05-18",
|
|
8517
8384
|
"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://helpx.adobe.com/security/products/acrobat/apsb20-48.html ; https://nvd.nist.gov/vuln/detail/CVE-2020-9715",
|
|
8518
8385
|
"_auto_imported": true,
|
|
@@ -8609,17 +8476,6 @@
|
|
|
8609
8476
|
"published_date": "2026-04-13"
|
|
8610
8477
|
}
|
|
8611
8478
|
],
|
|
8612
|
-
"iocs": {
|
|
8613
|
-
"payload_artifacts": [
|
|
8614
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
8615
|
-
],
|
|
8616
|
-
"behavioral": [
|
|
8617
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Fortinet FortiClient EMS."
|
|
8618
|
-
],
|
|
8619
|
-
"version_exposure": [
|
|
8620
|
-
"Version inventory required for Fortinet FortiClient EMS — confirm against vendor advisory."
|
|
8621
|
-
]
|
|
8622
|
-
},
|
|
8623
8479
|
"last_updated": "2026-05-18",
|
|
8624
8480
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-13; due date 2026-04-16. Notes reference: https://fortiguard.fortinet.com/psirt/FG-IR-25-1142 ; https://nvd.nist.gov/vuln/detail/CVE-2026-21643",
|
|
8625
8481
|
"_auto_imported": true,
|
|
@@ -8716,17 +8572,6 @@
|
|
|
8716
8572
|
"published_date": "2026-04-13"
|
|
8717
8573
|
}
|
|
8718
8574
|
],
|
|
8719
|
-
"iocs": {
|
|
8720
|
-
"payload_artifacts": [
|
|
8721
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
8722
|
-
],
|
|
8723
|
-
"behavioral": [
|
|
8724
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Adobe Acrobat and Reader."
|
|
8725
|
-
],
|
|
8726
|
-
"version_exposure": [
|
|
8727
|
-
"Version inventory required for Adobe Acrobat and Reader — confirm against vendor advisory."
|
|
8728
|
-
]
|
|
8729
|
-
},
|
|
8730
8575
|
"last_updated": "2026-05-18",
|
|
8731
8576
|
"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://helpx.adobe.com/security/products/acrobat/apsb26-43.html ; https://nvd.nist.gov/vuln/detail/CVE-2026-34621",
|
|
8732
8577
|
"_auto_imported": true,
|
|
@@ -8825,17 +8670,6 @@
|
|
|
8825
8670
|
"published_date": "2026-04-08"
|
|
8826
8671
|
}
|
|
8827
8672
|
],
|
|
8828
|
-
"iocs": {
|
|
8829
|
-
"payload_artifacts": [
|
|
8830
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
8831
|
-
],
|
|
8832
|
-
"behavioral": [
|
|
8833
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Ivanti Endpoint Manager Mobile (EPMM)."
|
|
8834
|
-
],
|
|
8835
|
-
"version_exposure": [
|
|
8836
|
-
"Version inventory required for Ivanti Endpoint Manager Mobile (EPMM) — confirm against vendor advisory."
|
|
8837
|
-
]
|
|
8838
|
-
},
|
|
8839
8673
|
"last_updated": "2026-05-18",
|
|
8840
8674
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-08; due date 2026-04-11. Notes reference: Please adhere to Ivanti's guidelines to assess exposure and mitigate risks. Check for signs of potential compromise on all internet accessible Ivanti products affected by this vulnerability. Apply any",
|
|
8841
8675
|
"_auto_imported": true,
|
|
@@ -8932,17 +8766,6 @@
|
|
|
8932
8766
|
"published_date": "2026-04-06"
|
|
8933
8767
|
}
|
|
8934
8768
|
],
|
|
8935
|
-
"iocs": {
|
|
8936
|
-
"payload_artifacts": [
|
|
8937
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
8938
|
-
],
|
|
8939
|
-
"behavioral": [
|
|
8940
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Fortinet FortiClient EMS."
|
|
8941
|
-
],
|
|
8942
|
-
"version_exposure": [
|
|
8943
|
-
"Version inventory required for Fortinet FortiClient EMS — confirm against vendor advisory."
|
|
8944
|
-
]
|
|
8945
|
-
},
|
|
8946
8769
|
"last_updated": "2026-05-18",
|
|
8947
8770
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-06; due date 2026-04-09. Notes reference: Please adhere to Fortinet's guidelines to assess exposure and mitigate risks. Check for signs of potential compromise on all internet accessible Fortinet products affected by this vulnerability. Apply",
|
|
8948
8771
|
"_auto_imported": true,
|
|
@@ -9040,17 +8863,6 @@
|
|
|
9040
8863
|
"published_date": "2026-04-02"
|
|
9041
8864
|
}
|
|
9042
8865
|
],
|
|
9043
|
-
"iocs": {
|
|
9044
|
-
"payload_artifacts": [
|
|
9045
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
9046
|
-
],
|
|
9047
|
-
"behavioral": [
|
|
9048
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running TrueConf Client."
|
|
9049
|
-
],
|
|
9050
|
-
"version_exposure": [
|
|
9051
|
-
"Version inventory required for TrueConf Client — confirm against vendor advisory."
|
|
9052
|
-
]
|
|
9053
|
-
},
|
|
9054
8866
|
"last_updated": "2026-05-18",
|
|
9055
8867
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-02; due date 2026-04-16. Notes reference: https://trueconf.com/blog/update/trueconf-8-5 ; https://trueconf.com/downloads/windows.html ; https://nvd.nist.gov/vuln/detail/CVE-2026-3502",
|
|
9056
8868
|
"_auto_imported": true,
|
|
@@ -9146,17 +8958,6 @@
|
|
|
9146
8958
|
"published_date": "2026-04-01"
|
|
9147
8959
|
}
|
|
9148
8960
|
],
|
|
9149
|
-
"iocs": {
|
|
9150
|
-
"payload_artifacts": [
|
|
9151
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
9152
|
-
],
|
|
9153
|
-
"behavioral": [
|
|
9154
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Google Dawn."
|
|
9155
|
-
],
|
|
9156
|
-
"version_exposure": [
|
|
9157
|
-
"Version inventory required for Google Dawn — confirm against vendor advisory."
|
|
9158
|
-
]
|
|
9159
|
-
},
|
|
9160
8961
|
"last_updated": "2026-05-18",
|
|
9161
8962
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-01; due date 2026-04-15. Notes reference: This vulnerability affects an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https://ch",
|
|
9162
8963
|
"_auto_imported": true,
|
|
@@ -9252,17 +9053,6 @@
|
|
|
9252
9053
|
"published_date": "2026-03-30"
|
|
9253
9054
|
}
|
|
9254
9055
|
],
|
|
9255
|
-
"iocs": {
|
|
9256
|
-
"payload_artifacts": [
|
|
9257
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
9258
|
-
],
|
|
9259
|
-
"behavioral": [
|
|
9260
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Citrix NetScaler."
|
|
9261
|
-
],
|
|
9262
|
-
"version_exposure": [
|
|
9263
|
-
"Version inventory required for Citrix NetScaler — confirm against vendor advisory."
|
|
9264
|
-
]
|
|
9265
|
-
},
|
|
9266
9056
|
"last_updated": "2026-05-18",
|
|
9267
9057
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-30; due date 2026-04-02. Notes reference: https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX696300&articleURL=NetScaler_ADC_and_NetScaler_Gateway_Security_Bulletin_for_CVE_2026_3055_and_CVE_2026_4368 ; https://nvd.nist",
|
|
9268
9058
|
"_auto_imported": true,
|
|
@@ -9361,17 +9151,6 @@
|
|
|
9361
9151
|
"published_date": "2026-03-27"
|
|
9362
9152
|
}
|
|
9363
9153
|
],
|
|
9364
|
-
"iocs": {
|
|
9365
|
-
"payload_artifacts": [
|
|
9366
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
9367
|
-
],
|
|
9368
|
-
"behavioral": [
|
|
9369
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running F5 BIG-IP."
|
|
9370
|
-
],
|
|
9371
|
-
"version_exposure": [
|
|
9372
|
-
"Version inventory required for F5 BIG-IP — confirm against vendor advisory."
|
|
9373
|
-
]
|
|
9374
|
-
},
|
|
9375
9154
|
"last_updated": "2026-05-18",
|
|
9376
9155
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-27; due date 2026-03-30. Notes reference: Please adhere to F5’s guidelines to assess exposure and mitigate risks. Check for signs of potential compromise on all internet accessible F5 products affected by this vulnerability. For more informat",
|
|
9377
9156
|
"_auto_imported": true,
|
|
@@ -9468,17 +9247,6 @@
|
|
|
9468
9247
|
"published_date": "2026-03-26"
|
|
9469
9248
|
}
|
|
9470
9249
|
],
|
|
9471
|
-
"iocs": {
|
|
9472
|
-
"payload_artifacts": [
|
|
9473
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
9474
|
-
],
|
|
9475
|
-
"behavioral": [
|
|
9476
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Aquasecurity Trivy."
|
|
9477
|
-
],
|
|
9478
|
-
"version_exposure": [
|
|
9479
|
-
"Version inventory required for Aquasecurity Trivy — confirm against vendor advisory."
|
|
9480
|
-
]
|
|
9481
|
-
},
|
|
9482
9250
|
"last_updated": "2026-05-18",
|
|
9483
9251
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-26; due date 2026-04-09. Notes reference: This vulnerability involves a supply‑chain compromise in a product that may be used across multiple products and environments. Additional vendor‑provided guidance must be followed to ensure full remed",
|
|
9484
9252
|
"_auto_imported": true,
|
|
@@ -9577,17 +9345,6 @@
|
|
|
9577
9345
|
"published_date": "2026-03-25"
|
|
9578
9346
|
}
|
|
9579
9347
|
],
|
|
9580
|
-
"iocs": {
|
|
9581
|
-
"payload_artifacts": [
|
|
9582
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
9583
|
-
],
|
|
9584
|
-
"behavioral": [
|
|
9585
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Langflow Langflow."
|
|
9586
|
-
],
|
|
9587
|
-
"version_exposure": [
|
|
9588
|
-
"Version inventory required for Langflow Langflow — confirm against vendor advisory."
|
|
9589
|
-
]
|
|
9590
|
-
},
|
|
9591
9348
|
"last_updated": "2026-05-18",
|
|
9592
9349
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-25; due date 2026-04-08. Notes reference: https://github.com/langflow-ai/langflow/security/advisories/GHSA-vwmf-pq79-vjvx ; https://nvd.nist.gov/vuln/detail/CVE-2026-33017",
|
|
9593
9350
|
"_auto_imported": true,
|
|
@@ -9685,17 +9442,6 @@
|
|
|
9685
9442
|
"published_date": "2026-03-20"
|
|
9686
9443
|
}
|
|
9687
9444
|
],
|
|
9688
|
-
"iocs": {
|
|
9689
|
-
"payload_artifacts": [
|
|
9690
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
9691
|
-
],
|
|
9692
|
-
"behavioral": [
|
|
9693
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Craft CMS Craft CMS."
|
|
9694
|
-
],
|
|
9695
|
-
"version_exposure": [
|
|
9696
|
-
"Version inventory required for Craft CMS Craft CMS — confirm against vendor advisory."
|
|
9697
|
-
]
|
|
9698
|
-
},
|
|
9699
9445
|
"last_updated": "2026-05-18",
|
|
9700
9446
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-20; due date 2026-04-03. Notes reference: https://craftcms.com/knowledge-base/craft-cms-cve-2025-32432 ; https://github.com/craftcms/cms/security/advisories/GHSA-f3gw-9ww9-jmc3 ; https://nvd.nist.gov/vuln/detail/CVE-2025-32432",
|
|
9701
9447
|
"_auto_imported": true,
|
|
@@ -9793,17 +9539,6 @@
|
|
|
9793
9539
|
"published_date": "2026-03-20"
|
|
9794
9540
|
}
|
|
9795
9541
|
],
|
|
9796
|
-
"iocs": {
|
|
9797
|
-
"payload_artifacts": [
|
|
9798
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
9799
|
-
],
|
|
9800
|
-
"behavioral": [
|
|
9801
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Laravel Livewire."
|
|
9802
|
-
],
|
|
9803
|
-
"version_exposure": [
|
|
9804
|
-
"Version inventory required for Laravel Livewire — confirm against vendor advisory."
|
|
9805
|
-
]
|
|
9806
|
-
},
|
|
9807
9542
|
"last_updated": "2026-05-18",
|
|
9808
9543
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-20; due date 2026-04-03. Notes reference: https://github.com/livewire/livewire/security/advisories/GHSA-29cq-5w36-x7w3 ; https://github.com/livewire/livewire/commit/ef04be759da41b14d2d129e670533180a44987dc ; https://nvd.nist.gov/vuln/detail/C",
|
|
9809
9544
|
"_auto_imported": true,
|
|
@@ -9907,17 +9642,6 @@
|
|
|
9907
9642
|
"published_date": "2026-03-20"
|
|
9908
9643
|
}
|
|
9909
9644
|
],
|
|
9910
|
-
"iocs": {
|
|
9911
|
-
"payload_artifacts": [
|
|
9912
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
9913
|
-
],
|
|
9914
|
-
"behavioral": [
|
|
9915
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Apple Multiple Products."
|
|
9916
|
-
],
|
|
9917
|
-
"version_exposure": [
|
|
9918
|
-
"Version inventory required for Apple Multiple Products — confirm against vendor advisory."
|
|
9919
|
-
]
|
|
9920
|
-
},
|
|
9921
9645
|
"last_updated": "2026-05-18",
|
|
9922
9646
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-20; due date 2026-04-03. Notes reference: https://support.apple.com/en-us/125632 ; https://support.apple.com/en-us/125633 ; https://support.apple.com/en-us/125634 ; https://support.apple.com/en-us/125635 ; https://support.apple.com/en-us/1256",
|
|
9923
9647
|
"_auto_imported": true,
|
|
@@ -10021,17 +9745,6 @@
|
|
|
10021
9745
|
"published_date": "2026-03-20"
|
|
10022
9746
|
}
|
|
10023
9747
|
],
|
|
10024
|
-
"iocs": {
|
|
10025
|
-
"payload_artifacts": [
|
|
10026
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
10027
|
-
],
|
|
10028
|
-
"behavioral": [
|
|
10029
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Apple Multiple Products."
|
|
10030
|
-
],
|
|
10031
|
-
"version_exposure": [
|
|
10032
|
-
"Version inventory required for Apple Multiple Products — confirm against vendor advisory."
|
|
10033
|
-
]
|
|
10034
|
-
},
|
|
10035
9748
|
"last_updated": "2026-05-18",
|
|
10036
9749
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-20; due date 2026-04-03. Notes reference: https://support.apple.com/en-us/125632 ; https://support.apple.com/en-us/125633 ; https://support.apple.com/en-us/125634 ; https://support.apple.com/en-us/125635 ; https://support.apple.com/en-us/1256",
|
|
10037
9750
|
"_auto_imported": true,
|
|
@@ -10131,17 +9844,6 @@
|
|
|
10131
9844
|
"published_date": "2026-03-20"
|
|
10132
9845
|
}
|
|
10133
9846
|
],
|
|
10134
|
-
"iocs": {
|
|
10135
|
-
"payload_artifacts": [
|
|
10136
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
10137
|
-
],
|
|
10138
|
-
"behavioral": [
|
|
10139
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Apple Multiple Products."
|
|
10140
|
-
],
|
|
10141
|
-
"version_exposure": [
|
|
10142
|
-
"Version inventory required for Apple Multiple Products — confirm against vendor advisory."
|
|
10143
|
-
]
|
|
10144
|
-
},
|
|
10145
9847
|
"last_updated": "2026-05-18",
|
|
10146
9848
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-20; due date 2026-04-03. Notes reference: https://support.apple.com/en-us/124147 ; https://support.apple.com/en-us/124149 ; https://support.apple.com/en-us/124152 ; https://support.apple.com/en-us/124153 ; https://support.apple.com/en-us/1241",
|
|
10147
9849
|
"_auto_imported": true,
|
|
@@ -10240,17 +9942,6 @@
|
|
|
10240
9942
|
"published_date": "2026-03-19"
|
|
10241
9943
|
}
|
|
10242
9944
|
],
|
|
10243
|
-
"iocs": {
|
|
10244
|
-
"payload_artifacts": [
|
|
10245
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
10246
|
-
],
|
|
10247
|
-
"behavioral": [
|
|
10248
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Cisco Secure Firewall Management Center (FMC)."
|
|
10249
|
-
],
|
|
10250
|
-
"version_exposure": [
|
|
10251
|
-
"Version inventory required for Cisco Secure Firewall Management Center (FMC) — confirm against vendor advisory."
|
|
10252
|
-
]
|
|
10253
|
-
},
|
|
10254
9945
|
"last_updated": "2026-05-18",
|
|
10255
9946
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-19; due date 2026-03-22. Notes reference: https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-fmc-rce-NKhnULJh ; https://nvd.nist.gov/vuln/detail/CVE-2026-20131",
|
|
10256
9947
|
"_auto_imported": true,
|
|
@@ -10346,17 +10037,6 @@
|
|
|
10346
10037
|
"published_date": "2026-03-18"
|
|
10347
10038
|
}
|
|
10348
10039
|
],
|
|
10349
|
-
"iocs": {
|
|
10350
|
-
"payload_artifacts": [
|
|
10351
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
10352
|
-
],
|
|
10353
|
-
"behavioral": [
|
|
10354
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Synacor Zimbra Collaboration Suite (ZCS)."
|
|
10355
|
-
],
|
|
10356
|
-
"version_exposure": [
|
|
10357
|
-
"Version inventory required for Synacor Zimbra Collaboration Suite (ZCS) — confirm against vendor advisory."
|
|
10358
|
-
]
|
|
10359
|
-
},
|
|
10360
10040
|
"last_updated": "2026-05-18",
|
|
10361
10041
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-18; due date 2026-04-01. Notes reference: https://wiki.zimbra.com/wiki/Zimbra_Security_Advisories ; https://nvd.nist.gov/vuln/detail/CVE-2025-66376",
|
|
10362
10042
|
"_auto_imported": true,
|
|
@@ -10453,17 +10133,6 @@
|
|
|
10453
10133
|
"published_date": "2026-03-18"
|
|
10454
10134
|
}
|
|
10455
10135
|
],
|
|
10456
|
-
"iocs": {
|
|
10457
|
-
"payload_artifacts": [
|
|
10458
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
10459
|
-
],
|
|
10460
|
-
"behavioral": [
|
|
10461
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft SharePoint."
|
|
10462
|
-
],
|
|
10463
|
-
"version_exposure": [
|
|
10464
|
-
"Version inventory required for Microsoft SharePoint — confirm against vendor advisory."
|
|
10465
|
-
]
|
|
10466
|
-
},
|
|
10467
10136
|
"last_updated": "2026-05-18",
|
|
10468
10137
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-18; due date 2026-03-21. Notes reference: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20963 ; https://nvd.nist.gov/vuln/detail/CVE-2026-20963",
|
|
10469
10138
|
"_auto_imported": true,
|
|
@@ -10559,17 +10228,6 @@
|
|
|
10559
10228
|
"published_date": "2026-03-16"
|
|
10560
10229
|
}
|
|
10561
10230
|
],
|
|
10562
|
-
"iocs": {
|
|
10563
|
-
"payload_artifacts": [
|
|
10564
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
10565
|
-
],
|
|
10566
|
-
"behavioral": [
|
|
10567
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Wing FTP Server Wing FTP Server."
|
|
10568
|
-
],
|
|
10569
|
-
"version_exposure": [
|
|
10570
|
-
"Version inventory required for Wing FTP Server Wing FTP Server — confirm against vendor advisory."
|
|
10571
|
-
]
|
|
10572
|
-
},
|
|
10573
10231
|
"last_updated": "2026-05-18",
|
|
10574
10232
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-16; due date 2026-03-30. Notes reference: https://www.wftpserver.com/serverhistory.htm ; https://nvd.nist.gov/vuln/detail/CVE-2025-47813",
|
|
10575
10233
|
"_auto_imported": true,
|
|
@@ -10666,17 +10324,6 @@
|
|
|
10666
10324
|
"published_date": "2026-03-13"
|
|
10667
10325
|
}
|
|
10668
10326
|
],
|
|
10669
|
-
"iocs": {
|
|
10670
|
-
"payload_artifacts": [
|
|
10671
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
10672
|
-
],
|
|
10673
|
-
"behavioral": [
|
|
10674
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Google Chromium V8."
|
|
10675
|
-
],
|
|
10676
|
-
"version_exposure": [
|
|
10677
|
-
"Version inventory required for Google Chromium V8 — confirm against vendor advisory."
|
|
10678
|
-
]
|
|
10679
|
-
},
|
|
10680
10327
|
"last_updated": "2026-05-18",
|
|
10681
10328
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-13; due date 2026-03-27. Notes reference: https://chromereleases.googleblog.com/2026/03/stable-channel-update-for-desktop_12.html ; https://nvd.nist.gov/vuln/detail/CVE-2026-3910",
|
|
10682
10329
|
"_auto_imported": true,
|
|
@@ -10773,17 +10420,6 @@
|
|
|
10773
10420
|
"published_date": "2026-03-13"
|
|
10774
10421
|
}
|
|
10775
10422
|
],
|
|
10776
|
-
"iocs": {
|
|
10777
|
-
"payload_artifacts": [
|
|
10778
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
10779
|
-
],
|
|
10780
|
-
"behavioral": [
|
|
10781
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Google Skia."
|
|
10782
|
-
],
|
|
10783
|
-
"version_exposure": [
|
|
10784
|
-
"Version inventory required for Google Skia — confirm against vendor advisory."
|
|
10785
|
-
]
|
|
10786
|
-
},
|
|
10787
10423
|
"last_updated": "2026-05-18",
|
|
10788
10424
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-13; due date 2026-03-27. Notes reference: This vulnerability affects a common open-source component, third-party library, or a protocol used by different products. Please check with specific vendors for information on patching status. For mor",
|
|
10789
10425
|
"_auto_imported": true,
|
|
@@ -10880,17 +10516,6 @@
|
|
|
10880
10516
|
"published_date": "2026-03-11"
|
|
10881
10517
|
}
|
|
10882
10518
|
],
|
|
10883
|
-
"iocs": {
|
|
10884
|
-
"payload_artifacts": [
|
|
10885
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
10886
|
-
],
|
|
10887
|
-
"behavioral": [
|
|
10888
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running n8n n8n."
|
|
10889
|
-
],
|
|
10890
|
-
"version_exposure": [
|
|
10891
|
-
"Version inventory required for n8n n8n — confirm against vendor advisory."
|
|
10892
|
-
]
|
|
10893
|
-
},
|
|
10894
10519
|
"last_updated": "2026-05-18",
|
|
10895
10520
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-11; due date 2026-03-25. Notes reference: https://github.com/n8n-io/n8n/security/advisories/GHSA-v98v-ff95-f3cp ; https://nvd.nist.gov/vuln/detail/CVE-2025-68613",
|
|
10896
10521
|
"_auto_imported": true,
|
|
@@ -10986,17 +10611,6 @@
|
|
|
10986
10611
|
"published_date": "2026-03-09"
|
|
10987
10612
|
}
|
|
10988
10613
|
],
|
|
10989
|
-
"iocs": {
|
|
10990
|
-
"payload_artifacts": [
|
|
10991
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
10992
|
-
],
|
|
10993
|
-
"behavioral": [
|
|
10994
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Omnissa Workspace One UEM."
|
|
10995
|
-
],
|
|
10996
|
-
"version_exposure": [
|
|
10997
|
-
"Version inventory required for Omnissa Workspace One UEM — confirm against vendor advisory."
|
|
10998
|
-
]
|
|
10999
|
-
},
|
|
11000
10614
|
"last_updated": "2026-05-18",
|
|
11001
10615
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-09; due date 2026-03-23. Notes reference: https://web.archive.org/web/20211222154335/https://www.vmware.com/security/advisories/VMSA-2021-0029.html ; https://nvd.nist.gov/vuln/detail/CVE-2021-22054",
|
|
11002
10616
|
"_auto_imported": true,
|
|
@@ -11094,17 +10708,6 @@
|
|
|
11094
10708
|
"published_date": "2026-03-09"
|
|
11095
10709
|
}
|
|
11096
10710
|
],
|
|
11097
|
-
"iocs": {
|
|
11098
|
-
"payload_artifacts": [
|
|
11099
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
11100
|
-
],
|
|
11101
|
-
"behavioral": [
|
|
11102
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running SolarWinds Web Help Desk."
|
|
11103
|
-
],
|
|
11104
|
-
"version_exposure": [
|
|
11105
|
-
"Version inventory required for SolarWinds Web Help Desk — confirm against vendor advisory."
|
|
11106
|
-
]
|
|
11107
|
-
},
|
|
11108
10711
|
"last_updated": "2026-05-18",
|
|
11109
10712
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-09; due date 2026-03-12. Notes reference: https://www.solarwinds.com/trust-center/security-advisories/cve-2025-26399 ; https://documentation.solarwinds.com/en/success_center/whd/content/release_notes/whd_12-8-7-hotfix-1_release_notes.htm ; ht",
|
|
11110
10713
|
"_auto_imported": true,
|
|
@@ -11201,17 +10804,6 @@
|
|
|
11201
10804
|
"published_date": "2026-03-09"
|
|
11202
10805
|
}
|
|
11203
10806
|
],
|
|
11204
|
-
"iocs": {
|
|
11205
|
-
"payload_artifacts": [
|
|
11206
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
11207
|
-
],
|
|
11208
|
-
"behavioral": [
|
|
11209
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Ivanti Endpoint Manager (EPM)."
|
|
11210
|
-
],
|
|
11211
|
-
"version_exposure": [
|
|
11212
|
-
"Version inventory required for Ivanti Endpoint Manager (EPM) — confirm against vendor advisory."
|
|
11213
|
-
]
|
|
11214
|
-
},
|
|
11215
10807
|
"last_updated": "2026-05-18",
|
|
11216
10808
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-09; due date 2026-03-23. Notes reference: https://hub.ivanti.com/s/article/Security-Advisory-EPM-February-2026-for-EPM-2024?language=en_US ; https://nvd.nist.gov/vuln/detail/CVE-2026-1603",
|
|
11217
10809
|
"_auto_imported": true,
|
|
@@ -11308,17 +10900,6 @@
|
|
|
11308
10900
|
"published_date": "2026-03-05"
|
|
11309
10901
|
}
|
|
11310
10902
|
],
|
|
11311
|
-
"iocs": {
|
|
11312
|
-
"payload_artifacts": [
|
|
11313
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
11314
|
-
],
|
|
11315
|
-
"behavioral": [
|
|
11316
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Hikvision Multiple Products."
|
|
11317
|
-
],
|
|
11318
|
-
"version_exposure": [
|
|
11319
|
-
"Version inventory required for Hikvision Multiple Products — confirm against vendor advisory."
|
|
11320
|
-
]
|
|
11321
|
-
},
|
|
11322
10903
|
"last_updated": "2026-05-18",
|
|
11323
10904
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-05; due date 2026-03-26. Notes reference: https://www.hikvision.com/us-en/support/document-center/special-notices/privilege-escalating-vulnerability-in-certain-hikvision-ip-cameras/ ; https://nvd.nist.gov/vuln/detail/CVE-2017-7921",
|
|
11324
10905
|
"_auto_imported": true,
|
|
@@ -11416,17 +10997,6 @@
|
|
|
11416
10997
|
"published_date": "2026-03-05"
|
|
11417
10998
|
}
|
|
11418
10999
|
],
|
|
11419
|
-
"iocs": {
|
|
11420
|
-
"payload_artifacts": [
|
|
11421
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
11422
|
-
],
|
|
11423
|
-
"behavioral": [
|
|
11424
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Rockwell Multiple Products."
|
|
11425
|
-
],
|
|
11426
|
-
"version_exposure": [
|
|
11427
|
-
"Version inventory required for Rockwell Multiple Products — confirm against vendor advisory."
|
|
11428
|
-
]
|
|
11429
|
-
},
|
|
11430
11000
|
"last_updated": "2026-05-18",
|
|
11431
11001
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-05; due date 2026-03-26. Notes reference: https://support.rockwellautomation.com/app/answers/answer_view/a_id/1130301/~/cve-2021-22681%3A-authentication-bypass-vulnerability-found-in-logix-controllers- ; https://www.cisa.gov/news-events/ics-a",
|
|
11432
11002
|
"_auto_imported": true,
|
|
@@ -11524,17 +11094,6 @@
|
|
|
11524
11094
|
"published_date": "2026-03-05"
|
|
11525
11095
|
}
|
|
11526
11096
|
],
|
|
11527
|
-
"iocs": {
|
|
11528
|
-
"payload_artifacts": [
|
|
11529
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
11530
|
-
],
|
|
11531
|
-
"behavioral": [
|
|
11532
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Apple Multiple Products."
|
|
11533
|
-
],
|
|
11534
|
-
"version_exposure": [
|
|
11535
|
-
"Version inventory required for Apple Multiple Products — confirm against vendor advisory."
|
|
11536
|
-
]
|
|
11537
|
-
},
|
|
11538
11097
|
"last_updated": "2026-05-18",
|
|
11539
11098
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-05; due date 2026-03-26. Notes reference: https://support.apple.com/en-us/120324 ; https://support.apple.com/en-us/120331 ; https://support.apple.com/en-us/120338 ; https://nvd.nist.gov/vuln/detail/CVE-2023-43000",
|
|
11540
11099
|
"_auto_imported": true,
|
|
@@ -11634,17 +11193,6 @@
|
|
|
11634
11193
|
"published_date": "2026-03-05"
|
|
11635
11194
|
}
|
|
11636
11195
|
],
|
|
11637
|
-
"iocs": {
|
|
11638
|
-
"payload_artifacts": [
|
|
11639
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
11640
|
-
],
|
|
11641
|
-
"behavioral": [
|
|
11642
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Apple Multiple Products."
|
|
11643
|
-
],
|
|
11644
|
-
"version_exposure": [
|
|
11645
|
-
"Version inventory required for Apple Multiple Products — confirm against vendor advisory."
|
|
11646
|
-
]
|
|
11647
|
-
},
|
|
11648
11196
|
"last_updated": "2026-05-18",
|
|
11649
11197
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-05; due date 2026-03-26. Notes reference: https://support.apple.com/en-us/HT212975 ; https://support.apple.com/en-us/HT212976 ; https://support.apple.com/en-us/HT212978 ; https://support.apple.com/en-us/HT212980 ; https://support.apple.com/en",
|
|
11650
11198
|
"_auto_imported": true,
|
|
@@ -11741,17 +11289,6 @@
|
|
|
11741
11289
|
"published_date": "2026-03-05"
|
|
11742
11290
|
}
|
|
11743
11291
|
],
|
|
11744
|
-
"iocs": {
|
|
11745
|
-
"payload_artifacts": [
|
|
11746
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
11747
|
-
],
|
|
11748
|
-
"behavioral": [
|
|
11749
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Apple iOS and iPadOS."
|
|
11750
|
-
],
|
|
11751
|
-
"version_exposure": [
|
|
11752
|
-
"Version inventory required for Apple iOS and iPadOS — confirm against vendor advisory."
|
|
11753
|
-
]
|
|
11754
|
-
},
|
|
11755
11292
|
"last_updated": "2026-05-18",
|
|
11756
11293
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-05; due date 2026-03-26. Notes reference: https://support.apple.com/en-us/HT213938 ; https://support.apple.com/kb/HT213938 ; https://nvd.nist.gov/vuln/detail/CVE-2023-41974",
|
|
11757
11294
|
"_auto_imported": true,
|
|
@@ -11849,17 +11386,6 @@
|
|
|
11849
11386
|
"published_date": "2026-03-03"
|
|
11850
11387
|
}
|
|
11851
11388
|
],
|
|
11852
|
-
"iocs": {
|
|
11853
|
-
"payload_artifacts": [
|
|
11854
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
11855
|
-
],
|
|
11856
|
-
"behavioral": [
|
|
11857
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Broadcom VMware Aria Operations."
|
|
11858
|
-
],
|
|
11859
|
-
"version_exposure": [
|
|
11860
|
-
"Version inventory required for Broadcom VMware Aria Operations — confirm against vendor advisory."
|
|
11861
|
-
]
|
|
11862
|
-
},
|
|
11863
11389
|
"last_updated": "2026-05-18",
|
|
11864
11390
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-03; due date 2026-03-24. Notes reference: https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36947 ; https://knowledge.broadcom.com/external/article/430349 ; https://nvd.nist.gov/vuln/det",
|
|
11865
11391
|
"_auto_imported": true,
|
|
@@ -11955,17 +11481,6 @@
|
|
|
11955
11481
|
"published_date": "2026-03-03"
|
|
11956
11482
|
}
|
|
11957
11483
|
],
|
|
11958
|
-
"iocs": {
|
|
11959
|
-
"payload_artifacts": [
|
|
11960
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
11961
|
-
],
|
|
11962
|
-
"behavioral": [
|
|
11963
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Qualcomm Multiple Chipsets."
|
|
11964
|
-
],
|
|
11965
|
-
"version_exposure": [
|
|
11966
|
-
"Version inventory required for Qualcomm Multiple Chipsets — confirm against vendor advisory."
|
|
11967
|
-
]
|
|
11968
|
-
},
|
|
11969
11484
|
"last_updated": "2026-05-18",
|
|
11970
11485
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-03; due date 2026-03-24. Notes reference: Please check with specific vendors (OEMs,) for information on patching status. For more information, please see: https://source.android.com/docs/security/bulletin/2026/2026-03-01 ; https://nvd.nist.go",
|
|
11971
11486
|
"_auto_imported": true,
|
|
@@ -12064,17 +11579,6 @@
|
|
|
12064
11579
|
"published_date": "2026-02-25"
|
|
12065
11580
|
}
|
|
12066
11581
|
],
|
|
12067
|
-
"iocs": {
|
|
12068
|
-
"payload_artifacts": [
|
|
12069
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
12070
|
-
],
|
|
12071
|
-
"behavioral": [
|
|
12072
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Cisco SD-WAN."
|
|
12073
|
-
],
|
|
12074
|
-
"version_exposure": [
|
|
12075
|
-
"Version inventory required for Cisco SD-WAN — confirm against vendor advisory."
|
|
12076
|
-
]
|
|
12077
|
-
},
|
|
12078
11582
|
"last_updated": "2026-05-18",
|
|
12079
11583
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-25; due date 2026-02-27. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/directives/ed-26-03-mitigate-vulnerabilities-cisco-sd-wan-systems ; https://www.cisa.gov/news-events/directives/supplemental-direction-ed",
|
|
12080
11584
|
"_auto_imported": true,
|
|
@@ -12173,17 +11677,6 @@
|
|
|
12173
11677
|
"published_date": "2026-02-25"
|
|
12174
11678
|
}
|
|
12175
11679
|
],
|
|
12176
|
-
"iocs": {
|
|
12177
|
-
"payload_artifacts": [
|
|
12178
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
12179
|
-
],
|
|
12180
|
-
"behavioral": [
|
|
12181
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Cisco Catalyst SD-WAN Controller and Manager."
|
|
12182
|
-
],
|
|
12183
|
-
"version_exposure": [
|
|
12184
|
-
"Version inventory required for Cisco Catalyst SD-WAN Controller and Manager — confirm against vendor advisory."
|
|
12185
|
-
]
|
|
12186
|
-
},
|
|
12187
11680
|
"last_updated": "2026-05-18",
|
|
12188
11681
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-25; due date 2026-02-27. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/directives/ed-26-03-mitigate-vulnerabilities-cisco-sd-wan-systems ; https://www.cisa.gov/news-events/directives/supplemental-direction-ed",
|
|
12189
11682
|
"_auto_imported": true,
|
|
@@ -12280,17 +11773,6 @@
|
|
|
12280
11773
|
"published_date": "2026-02-24"
|
|
12281
11774
|
}
|
|
12282
11775
|
],
|
|
12283
|
-
"iocs": {
|
|
12284
|
-
"payload_artifacts": [
|
|
12285
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
12286
|
-
],
|
|
12287
|
-
"behavioral": [
|
|
12288
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Soliton Systems K.K FileZen."
|
|
12289
|
-
],
|
|
12290
|
-
"version_exposure": [
|
|
12291
|
-
"Version inventory required for Soliton Systems K.K FileZen — confirm against vendor advisory."
|
|
12292
|
-
]
|
|
12293
|
-
},
|
|
12294
11776
|
"last_updated": "2026-05-18",
|
|
12295
11777
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-24; due date 2026-03-17. Notes reference: https://jvn.jp/en/jp/JVN84622767/ ; https://nvd.nist.gov/vuln/detail/CVE-2026-25108",
|
|
12296
11778
|
"_auto_imported": true,
|
|
@@ -12389,17 +11871,6 @@
|
|
|
12389
11871
|
"published_date": "2026-02-20"
|
|
12390
11872
|
}
|
|
12391
11873
|
],
|
|
12392
|
-
"iocs": {
|
|
12393
|
-
"payload_artifacts": [
|
|
12394
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
12395
|
-
],
|
|
12396
|
-
"behavioral": [
|
|
12397
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Roundcube Webmail."
|
|
12398
|
-
],
|
|
12399
|
-
"version_exposure": [
|
|
12400
|
-
"Version inventory required for Roundcube Webmail — confirm against vendor advisory."
|
|
12401
|
-
]
|
|
12402
|
-
},
|
|
12403
11874
|
"last_updated": "2026-05-18",
|
|
12404
11875
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-20; due date 2026-03-13. Notes reference: https://roundcube.net/news/2025/06/01/security-updates-1.6.11-and-1.5.10 ; https://github.com/roundcube/roundcubemail/releases/tag/1.5.10 ; https://github.com/roundcube/roundcubemail/releases/tag/1.6.",
|
|
12405
11876
|
"_auto_imported": true,
|
|
@@ -12496,17 +11967,6 @@
|
|
|
12496
11967
|
"published_date": "2026-02-20"
|
|
12497
11968
|
}
|
|
12498
11969
|
],
|
|
12499
|
-
"iocs": {
|
|
12500
|
-
"payload_artifacts": [
|
|
12501
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
12502
|
-
],
|
|
12503
|
-
"behavioral": [
|
|
12504
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Roundcube Webmail."
|
|
12505
|
-
],
|
|
12506
|
-
"version_exposure": [
|
|
12507
|
-
"Version inventory required for Roundcube Webmail — confirm against vendor advisory."
|
|
12508
|
-
]
|
|
12509
|
-
},
|
|
12510
11970
|
"last_updated": "2026-05-18",
|
|
12511
11971
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-20; due date 2026-03-13. Notes reference: https://roundcube.net/news/2025/12/13/security-updates-1.6.12-and-1.5.12 ; https://github.com/roundcube/roundcubemail/commit/bfa032631c36b900e7444dfa278340b33cbf7cdb ; https://nvd.nist.gov/vuln/detail",
|
|
12512
11972
|
"_auto_imported": true,
|
|
@@ -12602,17 +12062,6 @@
|
|
|
12602
12062
|
"published_date": "2026-02-18"
|
|
12603
12063
|
}
|
|
12604
12064
|
],
|
|
12605
|
-
"iocs": {
|
|
12606
|
-
"payload_artifacts": [
|
|
12607
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
12608
|
-
],
|
|
12609
|
-
"behavioral": [
|
|
12610
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running GitLab GitLab."
|
|
12611
|
-
],
|
|
12612
|
-
"version_exposure": [
|
|
12613
|
-
"Version inventory required for GitLab GitLab — confirm against vendor advisory."
|
|
12614
|
-
]
|
|
12615
|
-
},
|
|
12616
12065
|
"last_updated": "2026-05-18",
|
|
12617
12066
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-18; due date 2026-03-11. Notes reference: https://gitlab.com/gitlab-org/cves/-/blob/master/2021/CVE-2021-22175.json ; https://nvd.nist.gov/vuln/detail/CVE-2021-22175",
|
|
12618
12067
|
"_auto_imported": true,
|
|
@@ -12711,17 +12160,6 @@
|
|
|
12711
12160
|
"published_date": "2026-02-18"
|
|
12712
12161
|
}
|
|
12713
12162
|
],
|
|
12714
|
-
"iocs": {
|
|
12715
|
-
"payload_artifacts": [
|
|
12716
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
12717
|
-
],
|
|
12718
|
-
"behavioral": [
|
|
12719
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Dell RecoverPoint for Virtual Machines (RP4VMs)."
|
|
12720
|
-
],
|
|
12721
|
-
"version_exposure": [
|
|
12722
|
-
"Version inventory required for Dell RecoverPoint for Virtual Machines (RP4VMs) — confirm against vendor advisory."
|
|
12723
|
-
]
|
|
12724
|
-
},
|
|
12725
12163
|
"last_updated": "2026-05-18",
|
|
12726
12164
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-18; due date 2026-02-21. Notes reference: https://www.dell.com/support/kbdoc/en-us/000426773/dsa-2026-079 ; https://www.dell.com/support/kbdoc/en-us/000426742/recoverpoint-for-vms-apply-the-remediation-script-for-dsa ; https://cloud.google.co",
|
|
12727
12165
|
"_auto_imported": true,
|
|
@@ -12817,17 +12255,6 @@
|
|
|
12817
12255
|
"published_date": "2026-02-17"
|
|
12818
12256
|
}
|
|
12819
12257
|
],
|
|
12820
|
-
"iocs": {
|
|
12821
|
-
"payload_artifacts": [
|
|
12822
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
12823
|
-
],
|
|
12824
|
-
"behavioral": [
|
|
12825
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Synacor Zimbra Collaboration Suite."
|
|
12826
|
-
],
|
|
12827
|
-
"version_exposure": [
|
|
12828
|
-
"Version inventory required for Synacor Zimbra Collaboration Suite — confirm against vendor advisory."
|
|
12829
|
-
]
|
|
12830
|
-
},
|
|
12831
12258
|
"last_updated": "2026-05-18",
|
|
12832
12259
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-17; due date 2026-03-10. Notes reference: https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.15/P7 ; https://nvd.nist.gov/vuln/detail/CVE-2020-7796",
|
|
12833
12260
|
"_auto_imported": true,
|
|
@@ -12925,17 +12352,6 @@
|
|
|
12925
12352
|
"published_date": "2026-02-17"
|
|
12926
12353
|
}
|
|
12927
12354
|
],
|
|
12928
|
-
"iocs": {
|
|
12929
|
-
"payload_artifacts": [
|
|
12930
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
12931
|
-
],
|
|
12932
|
-
"behavioral": [
|
|
12933
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running TeamT5 ThreatSonar Anti-Ransomware."
|
|
12934
|
-
],
|
|
12935
|
-
"version_exposure": [
|
|
12936
|
-
"Version inventory required for TeamT5 ThreatSonar Anti-Ransomware — confirm against vendor advisory."
|
|
12937
|
-
]
|
|
12938
|
-
},
|
|
12939
12355
|
"last_updated": "2026-05-18",
|
|
12940
12356
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-17; due date 2026-03-10. Notes reference: https://teamt5.org/en/posts/vulnerability-notice-threat-sonar-anti-ransomware-20240715/ ; https://www.twcert.org.tw/en/cp-139-8000-e5a5c-2.html ; https://nvd.nist.gov/vuln/detail/CVE-2024-7694",
|
|
12941
12357
|
"_auto_imported": true,
|
|
@@ -13032,17 +12448,6 @@
|
|
|
13032
12448
|
"published_date": "2026-02-17"
|
|
13033
12449
|
}
|
|
13034
12450
|
],
|
|
13035
|
-
"iocs": {
|
|
13036
|
-
"payload_artifacts": [
|
|
13037
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
13038
|
-
],
|
|
13039
|
-
"behavioral": [
|
|
13040
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
13041
|
-
],
|
|
13042
|
-
"version_exposure": [
|
|
13043
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
13044
|
-
]
|
|
13045
|
-
},
|
|
13046
12451
|
"last_updated": "2026-05-18",
|
|
13047
12452
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-17; due date 2026-03-10. Notes reference: https://web.archive.org/web/20110305211119/https://www.microsoft.com/technet/security/bulletin/ms09-032.mspx ; https://nvd.nist.gov/vuln/detail/CVE-2008-0015",
|
|
13048
12453
|
"_auto_imported": true,
|
|
@@ -13138,17 +12543,6 @@
|
|
|
13138
12543
|
"published_date": "2026-02-17"
|
|
13139
12544
|
}
|
|
13140
12545
|
],
|
|
13141
|
-
"iocs": {
|
|
13142
|
-
"payload_artifacts": [
|
|
13143
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
13144
|
-
],
|
|
13145
|
-
"behavioral": [
|
|
13146
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Google Chromium."
|
|
13147
|
-
],
|
|
13148
|
-
"version_exposure": [
|
|
13149
|
-
"Version inventory required for Google Chromium — confirm against vendor advisory."
|
|
13150
|
-
]
|
|
13151
|
-
},
|
|
13152
12546
|
"last_updated": "2026-05-18",
|
|
13153
12547
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-17; due date 2026-03-10. Notes reference: https://chromereleases.googleblog.com/2026/02/stable-channel-update-for-desktop_13.html ; https://nvd.nist.gov/vuln/detail/CVE-2026-2441",
|
|
13154
12548
|
"_auto_imported": true,
|
|
@@ -13247,17 +12641,6 @@
|
|
|
13247
12641
|
"published_date": "2026-02-13"
|
|
13248
12642
|
}
|
|
13249
12643
|
],
|
|
13250
|
-
"iocs": {
|
|
13251
|
-
"payload_artifacts": [
|
|
13252
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
13253
|
-
],
|
|
13254
|
-
"behavioral": [
|
|
13255
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA)."
|
|
13256
|
-
],
|
|
13257
|
-
"version_exposure": [
|
|
13258
|
-
"Version inventory required for BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA) — confirm against vendor advisory."
|
|
13259
|
-
]
|
|
13260
|
-
},
|
|
13261
12644
|
"last_updated": "2026-05-18",
|
|
13262
12645
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-13; due date 2026-02-16. Notes reference: Please adhere to the vendor's guidelines to assess exposure and mitigate risks. Check for signs of potential compromise on all internet accessible BeyondTrust products affected by this vulnerability. ",
|
|
13263
12646
|
"_auto_imported": true,
|
|
@@ -13358,17 +12741,6 @@
|
|
|
13358
12741
|
"published_date": "2026-02-12"
|
|
13359
12742
|
}
|
|
13360
12743
|
],
|
|
13361
|
-
"iocs": {
|
|
13362
|
-
"payload_artifacts": [
|
|
13363
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
13364
|
-
],
|
|
13365
|
-
"behavioral": [
|
|
13366
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Apple Multiple Products."
|
|
13367
|
-
],
|
|
13368
|
-
"version_exposure": [
|
|
13369
|
-
"Version inventory required for Apple Multiple Products — confirm against vendor advisory."
|
|
13370
|
-
]
|
|
13371
|
-
},
|
|
13372
12744
|
"last_updated": "2026-05-18",
|
|
13373
12745
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-12; due date 2026-03-05. Notes reference: https://support.apple.com/en-us/126346 ; https://support.apple.com/en-us/126348 ; https://support.apple.com/en-us/126351 ; https://support.apple.com/en-us/126352 ; https://support.apple.com/en-us/1263",
|
|
13374
12746
|
"_auto_imported": true,
|
|
@@ -13465,17 +12837,6 @@
|
|
|
13465
12837
|
"published_date": "2026-02-12"
|
|
13466
12838
|
}
|
|
13467
12839
|
],
|
|
13468
|
-
"iocs": {
|
|
13469
|
-
"payload_artifacts": [
|
|
13470
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
13471
|
-
],
|
|
13472
|
-
"behavioral": [
|
|
13473
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Configuration Manager."
|
|
13474
|
-
],
|
|
13475
|
-
"version_exposure": [
|
|
13476
|
-
"Version inventory required for Microsoft Configuration Manager — confirm against vendor advisory."
|
|
13477
|
-
]
|
|
13478
|
-
},
|
|
13479
12840
|
"last_updated": "2026-05-18",
|
|
13480
12841
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-12; due date 2026-03-05. Notes reference: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43468 ; https://nvd.nist.gov/vuln/detail/CVE-2024-43468",
|
|
13481
12842
|
"_auto_imported": true,
|
|
@@ -13573,17 +12934,6 @@
|
|
|
13573
12934
|
"published_date": "2026-02-12"
|
|
13574
12935
|
}
|
|
13575
12936
|
],
|
|
13576
|
-
"iocs": {
|
|
13577
|
-
"payload_artifacts": [
|
|
13578
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
13579
|
-
],
|
|
13580
|
-
"behavioral": [
|
|
13581
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Notepad++ Notepad++."
|
|
13582
|
-
],
|
|
13583
|
-
"version_exposure": [
|
|
13584
|
-
"Version inventory required for Notepad++ Notepad++ — confirm against vendor advisory."
|
|
13585
|
-
]
|
|
13586
|
-
},
|
|
13587
12937
|
"last_updated": "2026-05-18",
|
|
13588
12938
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-12; due date 2026-03-05. Notes reference: https://notepad-plus-plus.org/news/clarification-security-incident/ ; https://community.notepad-plus-plus.org/topic/27298/notepad-v8-8-9-vulnerability-fix ; https://nvd.nist.gov/vuln/detail/CVE-2025-1",
|
|
13589
12939
|
"_auto_imported": true,
|
|
@@ -13681,17 +13031,6 @@
|
|
|
13681
13031
|
"published_date": "2026-02-12"
|
|
13682
13032
|
}
|
|
13683
13033
|
],
|
|
13684
|
-
"iocs": {
|
|
13685
|
-
"payload_artifacts": [
|
|
13686
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
13687
|
-
],
|
|
13688
|
-
"behavioral": [
|
|
13689
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running SolarWinds Web Help Desk."
|
|
13690
|
-
],
|
|
13691
|
-
"version_exposure": [
|
|
13692
|
-
"Version inventory required for SolarWinds Web Help Desk — confirm against vendor advisory."
|
|
13693
|
-
]
|
|
13694
|
-
},
|
|
13695
13034
|
"last_updated": "2026-05-18",
|
|
13696
13035
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-12; due date 2026-02-15. Notes reference: https://documentation.solarwinds.com/en/success_center/whd/content/release_notes/whd_2026-1_release_notes.htm ; https://www.solarwinds.com/trust-center/security-advisories/CVE-2025-40536 ; https://nvd",
|
|
13697
13036
|
"_auto_imported": true,
|
|
@@ -13788,17 +13127,6 @@
|
|
|
13788
13127
|
"published_date": "2026-02-10"
|
|
13789
13128
|
}
|
|
13790
13129
|
],
|
|
13791
|
-
"iocs": {
|
|
13792
|
-
"payload_artifacts": [
|
|
13793
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
13794
|
-
],
|
|
13795
|
-
"behavioral": [
|
|
13796
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
13797
|
-
],
|
|
13798
|
-
"version_exposure": [
|
|
13799
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
13800
|
-
]
|
|
13801
|
-
},
|
|
13802
13130
|
"last_updated": "2026-05-18",
|
|
13803
13131
|
"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",
|
|
13804
13132
|
"_auto_imported": true,
|
|
@@ -13895,17 +13223,6 @@
|
|
|
13895
13223
|
"published_date": "2026-02-10"
|
|
13896
13224
|
}
|
|
13897
13225
|
],
|
|
13898
|
-
"iocs": {
|
|
13899
|
-
"payload_artifacts": [
|
|
13900
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
13901
|
-
],
|
|
13902
|
-
"behavioral": [
|
|
13903
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
13904
|
-
],
|
|
13905
|
-
"version_exposure": [
|
|
13906
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
13907
|
-
]
|
|
13908
|
-
},
|
|
13909
13226
|
"last_updated": "2026-05-18",
|
|
13910
13227
|
"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-21525 ; https://nvd.nist.gov/vuln/detail/CVE-2026-21525",
|
|
13911
13228
|
"_auto_imported": true,
|
|
@@ -14002,17 +13319,6 @@
|
|
|
14002
13319
|
"published_date": "2026-02-10"
|
|
14003
13320
|
}
|
|
14004
13321
|
],
|
|
14005
|
-
"iocs": {
|
|
14006
|
-
"payload_artifacts": [
|
|
14007
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
14008
|
-
],
|
|
14009
|
-
"behavioral": [
|
|
14010
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
14011
|
-
],
|
|
14012
|
-
"version_exposure": [
|
|
14013
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
14014
|
-
]
|
|
14015
|
-
},
|
|
14016
13322
|
"last_updated": "2026-05-18",
|
|
14017
13323
|
"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 ",
|
|
14018
13324
|
"_auto_imported": true,
|
|
@@ -14109,17 +13415,6 @@
|
|
|
14109
13415
|
"published_date": "2026-02-10"
|
|
14110
13416
|
}
|
|
14111
13417
|
],
|
|
14112
|
-
"iocs": {
|
|
14113
|
-
"payload_artifacts": [
|
|
14114
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
14115
|
-
],
|
|
14116
|
-
"behavioral": [
|
|
14117
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
14118
|
-
],
|
|
14119
|
-
"version_exposure": [
|
|
14120
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
14121
|
-
]
|
|
14122
|
-
},
|
|
14123
13418
|
"last_updated": "2026-05-18",
|
|
14124
13419
|
"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-21533 ; https://nvd.nist.gov/vuln/detail/CVE-2026-21533",
|
|
14125
13420
|
"_auto_imported": true,
|
|
@@ -14216,17 +13511,6 @@
|
|
|
14216
13511
|
"published_date": "2026-02-10"
|
|
14217
13512
|
}
|
|
14218
13513
|
],
|
|
14219
|
-
"iocs": {
|
|
14220
|
-
"payload_artifacts": [
|
|
14221
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
14222
|
-
],
|
|
14223
|
-
"behavioral": [
|
|
14224
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
14225
|
-
],
|
|
14226
|
-
"version_exposure": [
|
|
14227
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
14228
|
-
]
|
|
14229
|
-
},
|
|
14230
13514
|
"last_updated": "2026-05-18",
|
|
14231
13515
|
"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",
|
|
14232
13516
|
"_auto_imported": true,
|
|
@@ -14323,17 +13607,6 @@
|
|
|
14323
13607
|
"published_date": "2026-02-10"
|
|
14324
13608
|
}
|
|
14325
13609
|
],
|
|
14326
|
-
"iocs": {
|
|
14327
|
-
"payload_artifacts": [
|
|
14328
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
14329
|
-
],
|
|
14330
|
-
"behavioral": [
|
|
14331
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Office."
|
|
14332
|
-
],
|
|
14333
|
-
"version_exposure": [
|
|
14334
|
-
"Version inventory required for Microsoft Office — confirm against vendor advisory."
|
|
14335
|
-
]
|
|
14336
|
-
},
|
|
14337
13610
|
"last_updated": "2026-05-18",
|
|
14338
13611
|
"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",
|
|
14339
13612
|
"_auto_imported": true,
|
|
@@ -14431,17 +13704,6 @@
|
|
|
14431
13704
|
"published_date": "2026-02-05"
|
|
14432
13705
|
}
|
|
14433
13706
|
],
|
|
14434
|
-
"iocs": {
|
|
14435
|
-
"payload_artifacts": [
|
|
14436
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
14437
|
-
],
|
|
14438
|
-
"behavioral": [
|
|
14439
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running React Native Community CLI."
|
|
14440
|
-
],
|
|
14441
|
-
"version_exposure": [
|
|
14442
|
-
"Version inventory required for React Native Community CLI — confirm against vendor advisory."
|
|
14443
|
-
]
|
|
14444
|
-
},
|
|
14445
13707
|
"last_updated": "2026-05-18",
|
|
14446
13708
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-05; due date 2026-02-26. Notes reference: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https",
|
|
14447
13709
|
"_auto_imported": true,
|
|
@@ -14541,17 +13803,6 @@
|
|
|
14541
13803
|
"published_date": "2026-02-05"
|
|
14542
13804
|
}
|
|
14543
13805
|
],
|
|
14544
|
-
"iocs": {
|
|
14545
|
-
"payload_artifacts": [
|
|
14546
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
14547
|
-
],
|
|
14548
|
-
"behavioral": [
|
|
14549
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running SmarterTools SmarterMail."
|
|
14550
|
-
],
|
|
14551
|
-
"version_exposure": [
|
|
14552
|
-
"Version inventory required for SmarterTools SmarterMail — confirm against vendor advisory."
|
|
14553
|
-
]
|
|
14554
|
-
},
|
|
14555
13806
|
"last_updated": "2026-05-18",
|
|
14556
13807
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-05; due date 2026-02-26. Notes reference: https://www.smartertools.com/smartermail/release-notes/current ; https://www.cve.org/CVERecord?id=CVE-2026-24423 ; https://nvd.nist.gov/vuln/detail/CVE-2026-24423",
|
|
14557
13808
|
"_auto_imported": true,
|
|
@@ -14647,17 +13898,6 @@
|
|
|
14647
13898
|
"published_date": "2026-02-03"
|
|
14648
13899
|
}
|
|
14649
13900
|
],
|
|
14650
|
-
"iocs": {
|
|
14651
|
-
"payload_artifacts": [
|
|
14652
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
14653
|
-
],
|
|
14654
|
-
"behavioral": [
|
|
14655
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running GitLab Community and Enterprise Editions."
|
|
14656
|
-
],
|
|
14657
|
-
"version_exposure": [
|
|
14658
|
-
"Version inventory required for GitLab Community and Enterprise Editions — confirm against vendor advisory."
|
|
14659
|
-
]
|
|
14660
|
-
},
|
|
14661
13901
|
"last_updated": "2026-05-18",
|
|
14662
13902
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-03; due date 2026-02-24. Notes reference: https://about.gitlab.com/releases/2021/12/06/security-release-gitlab-14-5-2-released/ ; https://nvd.nist.gov/vuln/detail/CVE-2021-39935",
|
|
14663
13903
|
"_auto_imported": true,
|
|
@@ -14754,17 +13994,6 @@
|
|
|
14754
13994
|
"published_date": "2026-02-03"
|
|
14755
13995
|
}
|
|
14756
13996
|
],
|
|
14757
|
-
"iocs": {
|
|
14758
|
-
"payload_artifacts": [
|
|
14759
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
14760
|
-
],
|
|
14761
|
-
"behavioral": [
|
|
14762
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Sangoma FreePBX ."
|
|
14763
|
-
],
|
|
14764
|
-
"version_exposure": [
|
|
14765
|
-
"Version inventory required for Sangoma FreePBX — confirm against vendor advisory."
|
|
14766
|
-
]
|
|
14767
|
-
},
|
|
14768
13997
|
"last_updated": "2026-05-18",
|
|
14769
13998
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-03; due date 2026-02-24. Notes reference: https://github.com/FreePBX/security-reporting/security/advisories/GHSA-vm9p-46mv-5xvw ; https://nvd.nist.gov/vuln/detail/CVE-2025-64328",
|
|
14770
13999
|
"_auto_imported": true,
|
|
@@ -14861,17 +14090,6 @@
|
|
|
14861
14090
|
"published_date": "2026-02-03"
|
|
14862
14091
|
}
|
|
14863
14092
|
],
|
|
14864
|
-
"iocs": {
|
|
14865
|
-
"payload_artifacts": [
|
|
14866
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
14867
|
-
],
|
|
14868
|
-
"behavioral": [
|
|
14869
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Sangoma FreePBX."
|
|
14870
|
-
],
|
|
14871
|
-
"version_exposure": [
|
|
14872
|
-
"Version inventory required for Sangoma FreePBX — confirm against vendor advisory."
|
|
14873
|
-
]
|
|
14874
|
-
},
|
|
14875
14093
|
"last_updated": "2026-05-18",
|
|
14876
14094
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-03; due date 2026-02-24. Notes reference: https://wiki.freepbx.org/display/FOP/2019-11-20%2BRemote%2BAdmin%2BAuthentication%2BBypass ; https://nvd.nist.gov/vuln/detail/CVE-2019-19006",
|
|
14877
14095
|
"_auto_imported": true,
|
|
@@ -14968,17 +14186,6 @@
|
|
|
14968
14186
|
"published_date": "2026-02-03"
|
|
14969
14187
|
}
|
|
14970
14188
|
],
|
|
14971
|
-
"iocs": {
|
|
14972
|
-
"payload_artifacts": [
|
|
14973
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
14974
|
-
],
|
|
14975
|
-
"behavioral": [
|
|
14976
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running SolarWinds Web Help Desk."
|
|
14977
|
-
],
|
|
14978
|
-
"version_exposure": [
|
|
14979
|
-
"Version inventory required for SolarWinds Web Help Desk — confirm against vendor advisory."
|
|
14980
|
-
]
|
|
14981
|
-
},
|
|
14982
14189
|
"last_updated": "2026-05-18",
|
|
14983
14190
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-03; due date 2026-02-06. Notes reference: https://www.solarwinds.com/trust-center/security-advisories/cve-2025-40551 ; https://nvd.nist.gov/vuln/detail/CVE-2025-40551",
|
|
14984
14191
|
"_auto_imported": true,
|
|
@@ -15077,17 +14284,6 @@
|
|
|
15077
14284
|
"published_date": "2026-01-29"
|
|
15078
14285
|
}
|
|
15079
14286
|
],
|
|
15080
|
-
"iocs": {
|
|
15081
|
-
"payload_artifacts": [
|
|
15082
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
15083
|
-
],
|
|
15084
|
-
"behavioral": [
|
|
15085
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Ivanti Endpoint Manager Mobile (EPMM)."
|
|
15086
|
-
],
|
|
15087
|
-
"version_exposure": [
|
|
15088
|
-
"Version inventory required for Ivanti Endpoint Manager Mobile (EPMM) — confirm against vendor advisory."
|
|
15089
|
-
]
|
|
15090
|
-
},
|
|
15091
14287
|
"last_updated": "2026-05-18",
|
|
15092
14288
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-29; due date 2026-02-01. Notes reference: Please adhere to Ivanti's guidelines to assess exposure and mitigate risks. Check for signs of potential compromise on all internet accessible Ivanti products affected by this vulnerability. Apply any",
|
|
15093
14289
|
"_auto_imported": true,
|
|
@@ -15185,17 +14381,6 @@
|
|
|
15185
14381
|
"published_date": "2026-01-27"
|
|
15186
14382
|
}
|
|
15187
14383
|
],
|
|
15188
|
-
"iocs": {
|
|
15189
|
-
"payload_artifacts": [
|
|
15190
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
15191
|
-
],
|
|
15192
|
-
"behavioral": [
|
|
15193
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Fortinet Multiple Products."
|
|
15194
|
-
],
|
|
15195
|
-
"version_exposure": [
|
|
15196
|
-
"Version inventory required for Fortinet Multiple Products — confirm against vendor advisory."
|
|
15197
|
-
]
|
|
15198
|
-
},
|
|
15199
14384
|
"last_updated": "2026-05-18",
|
|
15200
14385
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-27; due date 2026-01-30. Notes reference: Please adhere to Fortinet's guidelines to assess exposure and mitigate risks. Check for signs of potential compromise on all internet accessible Fortinet products affected by this vulnerability. Apply",
|
|
15201
14386
|
"_auto_imported": true,
|
|
@@ -15294,17 +14479,6 @@
|
|
|
15294
14479
|
"published_date": "2026-01-26"
|
|
15295
14480
|
}
|
|
15296
14481
|
],
|
|
15297
|
-
"iocs": {
|
|
15298
|
-
"payload_artifacts": [
|
|
15299
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
15300
|
-
],
|
|
15301
|
-
"behavioral": [
|
|
15302
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Linux Kernel."
|
|
15303
|
-
],
|
|
15304
|
-
"version_exposure": [
|
|
15305
|
-
"Version inventory required for Linux Kernel — confirm against vendor advisory."
|
|
15306
|
-
]
|
|
15307
|
-
},
|
|
15308
14482
|
"last_updated": "2026-05-18",
|
|
15309
14483
|
"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: This vulnerability affects a common open-source component, third-party library, or a protocol used by different products. Please check with specific vendors for information on patching status. For mor",
|
|
15310
14484
|
"_auto_imported": true,
|
|
@@ -15404,17 +14578,6 @@
|
|
|
15404
14578
|
"published_date": "2026-01-26"
|
|
15405
14579
|
}
|
|
15406
14580
|
],
|
|
15407
|
-
"iocs": {
|
|
15408
|
-
"payload_artifacts": [
|
|
15409
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
15410
|
-
],
|
|
15411
|
-
"behavioral": [
|
|
15412
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running SmarterTools SmarterMail."
|
|
15413
|
-
],
|
|
15414
|
-
"version_exposure": [
|
|
15415
|
-
"Version inventory required for SmarterTools SmarterMail — confirm against vendor advisory."
|
|
15416
|
-
]
|
|
15417
|
-
},
|
|
15418
14581
|
"last_updated": "2026-05-18",
|
|
15419
14582
|
"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: https://www.smartertools.com/smartermail/release-notes/current ; https://www.csa.gov.sg/alerts-and-advisories/alerts/al-2025-124/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-52691",
|
|
15420
14583
|
"_auto_imported": true,
|
|
@@ -15513,17 +14676,6 @@
|
|
|
15513
14676
|
"published_date": "2026-01-26"
|
|
15514
14677
|
}
|
|
15515
14678
|
],
|
|
15516
|
-
"iocs": {
|
|
15517
|
-
"payload_artifacts": [
|
|
15518
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
15519
|
-
],
|
|
15520
|
-
"behavioral": [
|
|
15521
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running SmarterTools SmarterMail."
|
|
15522
|
-
],
|
|
15523
|
-
"version_exposure": [
|
|
15524
|
-
"Version inventory required for SmarterTools SmarterMail — confirm against vendor advisory."
|
|
15525
|
-
]
|
|
15526
|
-
},
|
|
15527
14679
|
"last_updated": "2026-05-18",
|
|
15528
14680
|
"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: https://www.smartertools.com/smartermail/release-notes/current ; https://nvd.nist.gov/vuln/detail/CVE-2026-23760",
|
|
15529
14681
|
"_auto_imported": true,
|
|
@@ -15622,17 +14774,6 @@
|
|
|
15622
14774
|
"published_date": "2026-01-26"
|
|
15623
14775
|
}
|
|
15624
14776
|
],
|
|
15625
|
-
"iocs": {
|
|
15626
|
-
"payload_artifacts": [
|
|
15627
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
15628
|
-
],
|
|
15629
|
-
"behavioral": [
|
|
15630
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running GNU InetUtils."
|
|
15631
|
-
],
|
|
15632
|
-
"version_exposure": [
|
|
15633
|
-
"Version inventory required for GNU InetUtils — confirm against vendor advisory."
|
|
15634
|
-
]
|
|
15635
|
-
},
|
|
15636
14777
|
"last_updated": "2026-05-18",
|
|
15637
14778
|
"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: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https",
|
|
15638
14779
|
"_auto_imported": true,
|
|
@@ -15729,17 +14870,6 @@
|
|
|
15729
14870
|
"published_date": "2026-01-26"
|
|
15730
14871
|
}
|
|
15731
14872
|
],
|
|
15732
|
-
"iocs": {
|
|
15733
|
-
"payload_artifacts": [
|
|
15734
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
15735
|
-
],
|
|
15736
|
-
"behavioral": [
|
|
15737
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Office."
|
|
15738
|
-
],
|
|
15739
|
-
"version_exposure": [
|
|
15740
|
-
"Version inventory required for Microsoft Office — confirm against vendor advisory."
|
|
15741
|
-
]
|
|
15742
|
-
},
|
|
15743
14873
|
"last_updated": "2026-05-18",
|
|
15744
14874
|
"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",
|
|
15745
14875
|
"_auto_imported": true,
|
|
@@ -15836,17 +14966,6 @@
|
|
|
15836
14966
|
"published_date": "2026-01-23"
|
|
15837
14967
|
}
|
|
15838
14968
|
],
|
|
15839
|
-
"iocs": {
|
|
15840
|
-
"payload_artifacts": [
|
|
15841
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
15842
|
-
],
|
|
15843
|
-
"behavioral": [
|
|
15844
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Broadcom VMware vCenter Server."
|
|
15845
|
-
],
|
|
15846
|
-
"version_exposure": [
|
|
15847
|
-
"Version inventory required for Broadcom VMware vCenter Server — confirm against vendor advisory."
|
|
15848
|
-
]
|
|
15849
|
-
},
|
|
15850
14969
|
"last_updated": "2026-05-18",
|
|
15851
14970
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-23; due date 2026-02-13. Notes reference: https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24453 ; https://nvd.nist.gov/vuln/detail/CVE-2024-37079",
|
|
15852
14971
|
"_auto_imported": true,
|
|
@@ -15943,17 +15062,6 @@
|
|
|
15943
15062
|
"published_date": "2026-01-22"
|
|
15944
15063
|
}
|
|
15945
15064
|
],
|
|
15946
|
-
"iocs": {
|
|
15947
|
-
"payload_artifacts": [
|
|
15948
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
15949
|
-
],
|
|
15950
|
-
"behavioral": [
|
|
15951
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Synacor Zimbra Collaboration Suite (ZCS)."
|
|
15952
|
-
],
|
|
15953
|
-
"version_exposure": [
|
|
15954
|
-
"Version inventory required for Synacor Zimbra Collaboration Suite (ZCS) — confirm against vendor advisory."
|
|
15955
|
-
]
|
|
15956
|
-
},
|
|
15957
15065
|
"last_updated": "2026-05-18",
|
|
15958
15066
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-22; due date 2026-02-12. Notes reference: https://wiki.zimbra.com/wiki/Security_Center ; https://nvd.nist.gov/vuln/detail/CVE-2025-68645",
|
|
15959
15067
|
"_auto_imported": true,
|
|
@@ -16050,17 +15158,6 @@
|
|
|
16050
15158
|
"published_date": "2026-01-22"
|
|
16051
15159
|
}
|
|
16052
15160
|
],
|
|
16053
|
-
"iocs": {
|
|
16054
|
-
"payload_artifacts": [
|
|
16055
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
16056
|
-
],
|
|
16057
|
-
"behavioral": [
|
|
16058
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Versa Concerto."
|
|
16059
|
-
],
|
|
16060
|
-
"version_exposure": [
|
|
16061
|
-
"Version inventory required for Versa Concerto — confirm against vendor advisory."
|
|
16062
|
-
]
|
|
16063
|
-
},
|
|
16064
15161
|
"last_updated": "2026-05-18",
|
|
16065
15162
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-22; due date 2026-02-12. Notes reference: https://security-portal.versa-networks.com/emailbulletins/6830f94328defa375486ff2e ; https://nvd.nist.gov/vuln/detail/CVE-2025-34026",
|
|
16066
15163
|
"_auto_imported": true,
|
|
@@ -16158,17 +15255,6 @@
|
|
|
16158
15255
|
"published_date": "2026-01-22"
|
|
16159
15256
|
}
|
|
16160
15257
|
],
|
|
16161
|
-
"iocs": {
|
|
16162
|
-
"payload_artifacts": [
|
|
16163
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
16164
|
-
],
|
|
16165
|
-
"behavioral": [
|
|
16166
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Vite Vitejs."
|
|
16167
|
-
],
|
|
16168
|
-
"version_exposure": [
|
|
16169
|
-
"Version inventory required for Vite Vitejs — confirm against vendor advisory."
|
|
16170
|
-
]
|
|
16171
|
-
},
|
|
16172
15258
|
"last_updated": "2026-05-18",
|
|
16173
15259
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-22; due date 2026-02-12. Notes reference: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https",
|
|
16174
15260
|
"_auto_imported": true,
|
|
@@ -16266,17 +15352,6 @@
|
|
|
16266
15352
|
"published_date": "2026-01-22"
|
|
16267
15353
|
}
|
|
16268
15354
|
],
|
|
16269
|
-
"iocs": {
|
|
16270
|
-
"payload_artifacts": [
|
|
16271
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
16272
|
-
],
|
|
16273
|
-
"behavioral": [
|
|
16274
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Prettier eslint-config-prettier."
|
|
16275
|
-
],
|
|
16276
|
-
"version_exposure": [
|
|
16277
|
-
"Version inventory required for Prettier eslint-config-prettier — confirm against vendor advisory."
|
|
16278
|
-
]
|
|
16279
|
-
},
|
|
16280
15355
|
"last_updated": "2026-05-18",
|
|
16281
15356
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-22; due date 2026-02-12. Notes reference: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https",
|
|
16282
15357
|
"_auto_imported": true,
|
|
@@ -16373,17 +15448,6 @@
|
|
|
16373
15448
|
"published_date": "2026-01-21"
|
|
16374
15449
|
}
|
|
16375
15450
|
],
|
|
16376
|
-
"iocs": {
|
|
16377
|
-
"payload_artifacts": [
|
|
16378
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
16379
|
-
],
|
|
16380
|
-
"behavioral": [
|
|
16381
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Cisco Unified Communications Manager."
|
|
16382
|
-
],
|
|
16383
|
-
"version_exposure": [
|
|
16384
|
-
"Version inventory required for Cisco Unified Communications Manager — confirm against vendor advisory."
|
|
16385
|
-
]
|
|
16386
|
-
},
|
|
16387
15451
|
"last_updated": "2026-05-18",
|
|
16388
15452
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-21; due date 2026-02-11. Notes reference: https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-voice-rce-mORhqY4b ; https://nvd.nist.gov/vuln/detail/CVE-2026-20045",
|
|
16389
15453
|
"_auto_imported": true,
|
|
@@ -16479,17 +15543,6 @@
|
|
|
16479
15543
|
"published_date": "2026-01-13"
|
|
16480
15544
|
}
|
|
16481
15545
|
],
|
|
16482
|
-
"iocs": {
|
|
16483
|
-
"payload_artifacts": [
|
|
16484
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
16485
|
-
],
|
|
16486
|
-
"behavioral": [
|
|
16487
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Microsoft Windows."
|
|
16488
|
-
],
|
|
16489
|
-
"version_exposure": [
|
|
16490
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
16491
|
-
]
|
|
16492
|
-
},
|
|
16493
15546
|
"last_updated": "2026-05-18",
|
|
16494
15547
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-13; due date 2026-02-03. Notes reference: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2026-20805 ; https://nvd.nist.gov/vuln/detail/CVE-2026-20805",
|
|
16495
15548
|
"_auto_imported": true,
|
|
@@ -16585,17 +15638,6 @@
|
|
|
16585
15638
|
"published_date": "2026-01-12"
|
|
16586
15639
|
}
|
|
16587
15640
|
],
|
|
16588
|
-
"iocs": {
|
|
16589
|
-
"payload_artifacts": [
|
|
16590
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
16591
|
-
],
|
|
16592
|
-
"behavioral": [
|
|
16593
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Gogs Gogs."
|
|
16594
|
-
],
|
|
16595
|
-
"version_exposure": [
|
|
16596
|
-
"Version inventory required for Gogs Gogs — confirm against vendor advisory."
|
|
16597
|
-
]
|
|
16598
|
-
},
|
|
16599
15641
|
"last_updated": "2026-05-18",
|
|
16600
15642
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-12; due date 2026-02-02. Notes reference: https://github.com/gogs/gogs/commit/553707f3fd5f68f47f531cfcff56aa3ec294c6f6 ; https://nvd.nist.gov/vuln/detail/CVE-2025-8110",
|
|
16601
15643
|
"_auto_imported": true,
|
|
@@ -16692,17 +15734,6 @@
|
|
|
16692
15734
|
"published_date": "2026-01-07"
|
|
16693
15735
|
}
|
|
16694
15736
|
],
|
|
16695
|
-
"iocs": {
|
|
16696
|
-
"payload_artifacts": [
|
|
16697
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
16698
|
-
],
|
|
16699
|
-
"behavioral": [
|
|
16700
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Office."
|
|
16701
|
-
],
|
|
16702
|
-
"version_exposure": [
|
|
16703
|
-
"Version inventory required for Microsoft Office — confirm against vendor advisory."
|
|
16704
|
-
]
|
|
16705
|
-
},
|
|
16706
15737
|
"last_updated": "2026-05-18",
|
|
16707
15738
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-07; due date 2026-01-28. Notes reference: https://learn.microsoft.com/en-us/security-updates/securitybulletins/2009/ms09-017 ; https://nvd.nist.gov/vuln/detail/CVE-2009-0556",
|
|
16708
15739
|
"_auto_imported": true,
|
|
@@ -16799,17 +15830,6 @@
|
|
|
16799
15830
|
"published_date": "2026-01-07"
|
|
16800
15831
|
}
|
|
16801
15832
|
],
|
|
16802
|
-
"iocs": {
|
|
16803
|
-
"payload_artifacts": [
|
|
16804
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
16805
|
-
],
|
|
16806
|
-
"behavioral": [
|
|
16807
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Hewlett Packard Enterprise (HPE) OneView."
|
|
16808
|
-
],
|
|
16809
|
-
"version_exposure": [
|
|
16810
|
-
"Version inventory required for Hewlett Packard Enterprise (HPE) OneView — confirm against vendor advisory."
|
|
16811
|
-
]
|
|
16812
|
-
},
|
|
16813
15833
|
"last_updated": "2026-05-18",
|
|
16814
15834
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-07; due date 2026-01-28. Notes reference: https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbgn04985en_us&docLocale=en_US ; https://nvd.nist.gov/vuln/detail/CVE-2025-37164",
|
|
16815
15835
|
"_auto_imported": true,
|
|
@@ -16906,17 +15926,6 @@
|
|
|
16906
15926
|
"published_date": "2025-12-22"
|
|
16907
15927
|
}
|
|
16908
15928
|
],
|
|
16909
|
-
"iocs": {
|
|
16910
|
-
"payload_artifacts": [
|
|
16911
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
16912
|
-
],
|
|
16913
|
-
"behavioral": [
|
|
16914
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Digiever DS-2105 Pro."
|
|
16915
|
-
],
|
|
16916
|
-
"version_exposure": [
|
|
16917
|
-
"Version inventory required for Digiever DS-2105 Pro — confirm against vendor advisory."
|
|
16918
|
-
]
|
|
16919
|
-
},
|
|
16920
15929
|
"last_updated": "2026-05-18",
|
|
16921
15930
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-22; due date 2026-01-12. Notes reference: https://www.digiever.com/tw/support/faq-content.php?FAQ=217 ; https://nvd.nist.gov/vuln/detail/CVE-2023-52163",
|
|
16922
15931
|
"_auto_imported": true,
|
|
@@ -17013,17 +16022,6 @@
|
|
|
17013
16022
|
"published_date": "2025-12-19"
|
|
17014
16023
|
}
|
|
17015
16024
|
],
|
|
17016
|
-
"iocs": {
|
|
17017
|
-
"payload_artifacts": [
|
|
17018
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
17019
|
-
],
|
|
17020
|
-
"behavioral": [
|
|
17021
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running WatchGuard Firebox."
|
|
17022
|
-
],
|
|
17023
|
-
"version_exposure": [
|
|
17024
|
-
"Version inventory required for WatchGuard Firebox — confirm against vendor advisory."
|
|
17025
|
-
]
|
|
17026
|
-
},
|
|
17027
16025
|
"last_updated": "2026-05-18",
|
|
17028
16026
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-19; due date 2025-12-26. Notes reference: Check for signs of potential compromise on all internet accessible instances after applying mitigations. For more information please see: https://www.watchguard.com/wgrd-psirt/advisory/wgsa-2025-00027",
|
|
17029
16027
|
"_auto_imported": true,
|
|
@@ -17120,17 +16118,6 @@
|
|
|
17120
16118
|
"published_date": "2025-12-17"
|
|
17121
16119
|
}
|
|
17122
16120
|
],
|
|
17123
|
-
"iocs": {
|
|
17124
|
-
"payload_artifacts": [
|
|
17125
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
17126
|
-
],
|
|
17127
|
-
"behavioral": [
|
|
17128
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running ASUS Live Update."
|
|
17129
|
-
],
|
|
17130
|
-
"version_exposure": [
|
|
17131
|
-
"Version inventory required for ASUS Live Update — confirm against vendor advisory."
|
|
17132
|
-
]
|
|
17133
|
-
},
|
|
17134
16121
|
"last_updated": "2026-05-18",
|
|
17135
16122
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-17; due date 2026-01-07. Notes reference: https://www.asus.com/support/faq/1018727/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-59374",
|
|
17136
16123
|
"_auto_imported": true,
|
|
@@ -17227,17 +16214,6 @@
|
|
|
17227
16214
|
"published_date": "2025-12-17"
|
|
17228
16215
|
}
|
|
17229
16216
|
],
|
|
17230
|
-
"iocs": {
|
|
17231
|
-
"payload_artifacts": [
|
|
17232
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
17233
|
-
],
|
|
17234
|
-
"behavioral": [
|
|
17235
|
-
"Vendor-product-specific observations: monitor for unexpected privilege transitions on assets running SonicWall SMA1000 appliance."
|
|
17236
|
-
],
|
|
17237
|
-
"version_exposure": [
|
|
17238
|
-
"Version inventory required for SonicWall SMA1000 appliance — confirm against vendor advisory."
|
|
17239
|
-
]
|
|
17240
|
-
},
|
|
17241
16217
|
"last_updated": "2026-05-18",
|
|
17242
16218
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-17; due date 2025-12-24. Notes reference: Check for signs of potential compromise on all internet accessible SonicWall SMA1000 instances after applying mitigations. For more information please see: https://psirt.global.sonicwall.com/vuln-deta",
|
|
17243
16219
|
"_auto_imported": true,
|
|
@@ -17334,17 +16310,6 @@
|
|
|
17334
16310
|
"published_date": "2025-12-17"
|
|
17335
16311
|
}
|
|
17336
16312
|
],
|
|
17337
|
-
"iocs": {
|
|
17338
|
-
"payload_artifacts": [
|
|
17339
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
17340
|
-
],
|
|
17341
|
-
"behavioral": [
|
|
17342
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Cisco Multiple Products."
|
|
17343
|
-
],
|
|
17344
|
-
"version_exposure": [
|
|
17345
|
-
"Version inventory required for Cisco Multiple Products — confirm against vendor advisory."
|
|
17346
|
-
]
|
|
17347
|
-
},
|
|
17348
16313
|
"last_updated": "2026-05-18",
|
|
17349
16314
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-17; due date 2025-12-24. Notes reference: Please adhere to Cisco's guidelines to assess exposure and mitigate risks. Check for signs of potential compromise on all internet accessible Cisco products affected by this vulnerability. Apply any f",
|
|
17350
16315
|
"_auto_imported": true,
|
|
@@ -17442,17 +16407,6 @@
|
|
|
17442
16407
|
"published_date": "2025-12-16"
|
|
17443
16408
|
}
|
|
17444
16409
|
],
|
|
17445
|
-
"iocs": {
|
|
17446
|
-
"payload_artifacts": [
|
|
17447
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
17448
|
-
],
|
|
17449
|
-
"behavioral": [
|
|
17450
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Fortinet Multiple Products."
|
|
17451
|
-
],
|
|
17452
|
-
"version_exposure": [
|
|
17453
|
-
"Version inventory required for Fortinet Multiple Products — confirm against vendor advisory."
|
|
17454
|
-
]
|
|
17455
|
-
},
|
|
17456
16410
|
"last_updated": "2026-05-18",
|
|
17457
16411
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-16; due date 2025-12-23. Notes reference: https://fortiguard.fortinet.com/psirt/FG-IR-25-647 ; https://docs.fortinet.com/upgrade-tool/fortigate ; https://nvd.nist.gov/vuln/detail/CVE-2025-59718",
|
|
17458
16412
|
"_auto_imported": true,
|
|
@@ -17551,17 +16505,6 @@
|
|
|
17551
16505
|
"published_date": "2025-12-15"
|
|
17552
16506
|
}
|
|
17553
16507
|
],
|
|
17554
|
-
"iocs": {
|
|
17555
|
-
"payload_artifacts": [
|
|
17556
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
17557
|
-
],
|
|
17558
|
-
"behavioral": [
|
|
17559
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Gladinet CentreStack and Triofox."
|
|
17560
|
-
],
|
|
17561
|
-
"version_exposure": [
|
|
17562
|
-
"Version inventory required for Gladinet CentreStack and Triofox — confirm against vendor advisory."
|
|
17563
|
-
]
|
|
17564
|
-
},
|
|
17565
16508
|
"last_updated": "2026-05-18",
|
|
17566
16509
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-15; due date 2026-01-05. Notes reference: https://www.centrestack.com/p/gce_latest_release.html ; https://access.triofox.com/releases_history/; https://support.centrestack.com/hc/en-us/articles/360007159054-Hardening-the-CentreStack-Cluster#h",
|
|
17567
16510
|
"_auto_imported": true,
|
|
@@ -17660,17 +16603,6 @@
|
|
|
17660
16603
|
"published_date": "2025-12-12"
|
|
17661
16604
|
}
|
|
17662
16605
|
],
|
|
17663
|
-
"iocs": {
|
|
17664
|
-
"payload_artifacts": [
|
|
17665
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
17666
|
-
],
|
|
17667
|
-
"behavioral": [
|
|
17668
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Sierra Wireless AirLink ALEOS."
|
|
17669
|
-
],
|
|
17670
|
-
"version_exposure": [
|
|
17671
|
-
"Version inventory required for Sierra Wireless AirLink ALEOS — confirm against vendor advisory."
|
|
17672
|
-
]
|
|
17673
|
-
},
|
|
17674
16606
|
"last_updated": "2026-05-18",
|
|
17675
16607
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-12; due date 2026-01-02. Notes reference: https://www.cisa.gov/news-events/ics-advisories/icsa-19-122-03 ; https://source.sierrawireless.com/resources/airlink/software_reference_docs/technical-bulletin/sierra-wireless-technical-bulletin---swi",
|
|
17676
16608
|
"_auto_imported": true,
|
|
@@ -17768,17 +16700,6 @@
|
|
|
17768
16700
|
"published_date": "2025-12-11"
|
|
17769
16701
|
}
|
|
17770
16702
|
],
|
|
17771
|
-
"iocs": {
|
|
17772
|
-
"payload_artifacts": [
|
|
17773
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
17774
|
-
],
|
|
17775
|
-
"behavioral": [
|
|
17776
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running OSGeo GeoServer."
|
|
17777
|
-
],
|
|
17778
|
-
"version_exposure": [
|
|
17779
|
-
"Version inventory required for OSGeo GeoServer — confirm against vendor advisory."
|
|
17780
|
-
]
|
|
17781
|
-
},
|
|
17782
16703
|
"last_updated": "2026-05-18",
|
|
17783
16704
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-11; due date 2026-01-01. Notes reference: This vulnerability affects an open-source component, third-party library, or a protocol used by different products. For more information, please see: https://github.com/geoserver/geoserver/security/ad",
|
|
17784
16705
|
"_auto_imported": true,
|
|
@@ -17874,17 +16795,6 @@
|
|
|
17874
16795
|
"published_date": "2025-12-09"
|
|
17875
16796
|
}
|
|
17876
16797
|
],
|
|
17877
|
-
"iocs": {
|
|
17878
|
-
"payload_artifacts": [
|
|
17879
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
17880
|
-
],
|
|
17881
|
-
"behavioral": [
|
|
17882
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running RARLAB WinRAR."
|
|
17883
|
-
],
|
|
17884
|
-
"version_exposure": [
|
|
17885
|
-
"Version inventory required for RARLAB WinRAR — confirm against vendor advisory."
|
|
17886
|
-
]
|
|
17887
|
-
},
|
|
17888
16798
|
"last_updated": "2026-05-18",
|
|
17889
16799
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-09; due date 2025-12-30. Notes reference: https://www.win-rar.com/singlenewsview.html?&L=0&tx_ttnews%5Btt_news%5D=276&cHash=b5165454d983fc9717bc8748901a64f9 ; https://nvd.nist.gov/vuln/detail/CVE-2025-6218",
|
|
17890
16800
|
"_auto_imported": true,
|
|
@@ -17981,17 +16891,6 @@
|
|
|
17981
16891
|
"published_date": "2025-12-09"
|
|
17982
16892
|
}
|
|
17983
16893
|
],
|
|
17984
|
-
"iocs": {
|
|
17985
|
-
"payload_artifacts": [
|
|
17986
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
17987
|
-
],
|
|
17988
|
-
"behavioral": [
|
|
17989
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
17990
|
-
],
|
|
17991
|
-
"version_exposure": [
|
|
17992
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
17993
|
-
]
|
|
17994
|
-
},
|
|
17995
16894
|
"last_updated": "2026-05-18",
|
|
17996
16895
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-09; due date 2025-12-30. Notes reference: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-62221 ; https://nvd.nist.gov/vuln/detail/CVE-2025-62221",
|
|
17997
16896
|
"_auto_imported": true,
|
|
@@ -18088,17 +16987,6 @@
|
|
|
18088
16987
|
"published_date": "2025-12-08"
|
|
18089
16988
|
}
|
|
18090
16989
|
],
|
|
18091
|
-
"iocs": {
|
|
18092
|
-
"payload_artifacts": [
|
|
18093
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
18094
|
-
],
|
|
18095
|
-
"behavioral": [
|
|
18096
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running D-Link Routers."
|
|
18097
|
-
],
|
|
18098
|
-
"version_exposure": [
|
|
18099
|
-
"Version inventory required for D-Link Routers — confirm against vendor advisory."
|
|
18100
|
-
]
|
|
18101
|
-
},
|
|
18102
16990
|
"last_updated": "2026-05-18",
|
|
18103
16991
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-08; due date 2025-12-29. Notes reference: https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10308 ; https://nvd.nist.gov/vuln/detail/CVE-2022-37055",
|
|
18104
16992
|
"_auto_imported": true,
|
|
@@ -18196,17 +17084,6 @@
|
|
|
18196
17084
|
"published_date": "2025-12-08"
|
|
18197
17085
|
}
|
|
18198
17086
|
],
|
|
18199
|
-
"iocs": {
|
|
18200
|
-
"payload_artifacts": [
|
|
18201
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
18202
|
-
],
|
|
18203
|
-
"behavioral": [
|
|
18204
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Array Networks ArrayOS AG."
|
|
18205
|
-
],
|
|
18206
|
-
"version_exposure": [
|
|
18207
|
-
"Version inventory required for Array Networks ArrayOS AG — confirm against vendor advisory."
|
|
18208
|
-
]
|
|
18209
|
-
},
|
|
18210
17087
|
"last_updated": "2026-05-18",
|
|
18211
17088
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-08; due date 2025-12-29. Notes reference: https://support.arraynetworks.net/prx/001/http/supportportal.arraynetworks.net/ag.html ; https://www.jpcert.or.jp/at/2025/at250024.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-66644",
|
|
18212
17089
|
"_auto_imported": true,
|
|
@@ -18306,17 +17183,6 @@
|
|
|
18306
17183
|
"published_date": "2025-12-05"
|
|
18307
17184
|
}
|
|
18308
17185
|
],
|
|
18309
|
-
"iocs": {
|
|
18310
|
-
"payload_artifacts": [
|
|
18311
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
18312
|
-
],
|
|
18313
|
-
"behavioral": [
|
|
18314
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Meta React Server Components."
|
|
18315
|
-
],
|
|
18316
|
-
"version_exposure": [
|
|
18317
|
-
"Version inventory required for Meta React Server Components — confirm against vendor advisory."
|
|
18318
|
-
]
|
|
18319
|
-
},
|
|
18320
17186
|
"last_updated": "2026-05-18",
|
|
18321
17187
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-05; due date 2025-12-12. Notes reference: Check for signs of potential compromise on all internet accessible REACT instances after applying mitigations. For more information, please see: https://react.dev/blog/2025/12/03/critical-security-vul",
|
|
18322
17188
|
"_auto_imported": true,
|
|
@@ -18413,17 +17279,6 @@
|
|
|
18413
17279
|
"published_date": "2025-12-03"
|
|
18414
17280
|
}
|
|
18415
17281
|
],
|
|
18416
|
-
"iocs": {
|
|
18417
|
-
"payload_artifacts": [
|
|
18418
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
18419
|
-
],
|
|
18420
|
-
"behavioral": [
|
|
18421
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running OpenPLC ScadaBR."
|
|
18422
|
-
],
|
|
18423
|
-
"version_exposure": [
|
|
18424
|
-
"Version inventory required for OpenPLC ScadaBR — confirm against vendor advisory."
|
|
18425
|
-
]
|
|
18426
|
-
},
|
|
18427
17282
|
"last_updated": "2026-05-18",
|
|
18428
17283
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-03; due date 2025-12-24. Notes reference: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https",
|
|
18429
17284
|
"_auto_imported": true,
|
|
@@ -18519,17 +17374,6 @@
|
|
|
18519
17374
|
"published_date": "2025-12-02"
|
|
18520
17375
|
}
|
|
18521
17376
|
],
|
|
18522
|
-
"iocs": {
|
|
18523
|
-
"payload_artifacts": [
|
|
18524
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
18525
|
-
],
|
|
18526
|
-
"behavioral": [
|
|
18527
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Android Framework."
|
|
18528
|
-
],
|
|
18529
|
-
"version_exposure": [
|
|
18530
|
-
"Version inventory required for Android Framework — confirm against vendor advisory."
|
|
18531
|
-
]
|
|
18532
|
-
},
|
|
18533
17377
|
"last_updated": "2026-05-18",
|
|
18534
17378
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-02; due date 2025-12-23. Notes reference: https://source.android.com/docs/security/bulletin/2025-12-01 ; https://nvd.nist.gov/vuln/detail/CVE-2025-48633",
|
|
18535
17379
|
"_auto_imported": true,
|
|
@@ -18625,17 +17469,6 @@
|
|
|
18625
17469
|
"published_date": "2025-12-02"
|
|
18626
17470
|
}
|
|
18627
17471
|
],
|
|
18628
|
-
"iocs": {
|
|
18629
|
-
"payload_artifacts": [
|
|
18630
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
18631
|
-
],
|
|
18632
|
-
"behavioral": [
|
|
18633
|
-
"Vendor-product-specific observations: monitor for unexpected privilege transitions on assets running Android Framework."
|
|
18634
|
-
],
|
|
18635
|
-
"version_exposure": [
|
|
18636
|
-
"Version inventory required for Android Framework — confirm against vendor advisory."
|
|
18637
|
-
]
|
|
18638
|
-
},
|
|
18639
17472
|
"last_updated": "2026-05-18",
|
|
18640
17473
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-02; due date 2025-12-23. Notes reference: https://source.android.com/docs/security/bulletin/2025-12-01 ; https://nvd.nist.gov/vuln/detail/CVE-2025-48572",
|
|
18641
17474
|
"_auto_imported": true,
|
|
@@ -18731,17 +17564,6 @@
|
|
|
18731
17564
|
"published_date": "2025-11-28"
|
|
18732
17565
|
}
|
|
18733
17566
|
],
|
|
18734
|
-
"iocs": {
|
|
18735
|
-
"payload_artifacts": [
|
|
18736
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
18737
|
-
],
|
|
18738
|
-
"behavioral": [
|
|
18739
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running OpenPLC ScadaBR."
|
|
18740
|
-
],
|
|
18741
|
-
"version_exposure": [
|
|
18742
|
-
"Version inventory required for OpenPLC ScadaBR — confirm against vendor advisory."
|
|
18743
|
-
]
|
|
18744
|
-
},
|
|
18745
17567
|
"last_updated": "2026-05-18",
|
|
18746
17568
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-28; due date 2025-12-19. Notes reference: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https",
|
|
18747
17569
|
"_auto_imported": true,
|
|
@@ -18838,17 +17660,6 @@
|
|
|
18838
17660
|
"published_date": "2025-11-21"
|
|
18839
17661
|
}
|
|
18840
17662
|
],
|
|
18841
|
-
"iocs": {
|
|
18842
|
-
"payload_artifacts": [
|
|
18843
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
18844
|
-
],
|
|
18845
|
-
"behavioral": [
|
|
18846
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Oracle Fusion Middleware."
|
|
18847
|
-
],
|
|
18848
|
-
"version_exposure": [
|
|
18849
|
-
"Version inventory required for Oracle Fusion Middleware — confirm against vendor advisory."
|
|
18850
|
-
]
|
|
18851
|
-
},
|
|
18852
17663
|
"last_updated": "2026-05-18",
|
|
18853
17664
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-21; due date 2025-12-12. Notes reference: https://www.oracle.com/security-alerts/cpuoct2025.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-61757",
|
|
18854
17665
|
"_auto_imported": true,
|
|
@@ -18945,17 +17756,6 @@
|
|
|
18945
17756
|
"published_date": "2025-11-19"
|
|
18946
17757
|
}
|
|
18947
17758
|
],
|
|
18948
|
-
"iocs": {
|
|
18949
|
-
"payload_artifacts": [
|
|
18950
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
18951
|
-
],
|
|
18952
|
-
"behavioral": [
|
|
18953
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Google Chromium V8."
|
|
18954
|
-
],
|
|
18955
|
-
"version_exposure": [
|
|
18956
|
-
"Version inventory required for Google Chromium V8 — confirm against vendor advisory."
|
|
18957
|
-
]
|
|
18958
|
-
},
|
|
18959
17759
|
"last_updated": "2026-05-18",
|
|
18960
17760
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-19; due date 2025-12-10. Notes reference: https://chromereleases.googleblog.com/2025/11/stable-channel-update-for-desktop_17.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-13223",
|
|
18961
17761
|
"_auto_imported": true,
|
|
@@ -19052,17 +17852,6 @@
|
|
|
19052
17852
|
"published_date": "2025-11-18"
|
|
19053
17853
|
}
|
|
19054
17854
|
],
|
|
19055
|
-
"iocs": {
|
|
19056
|
-
"payload_artifacts": [
|
|
19057
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
19058
|
-
],
|
|
19059
|
-
"behavioral": [
|
|
19060
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Fortinet FortiWeb."
|
|
19061
|
-
],
|
|
19062
|
-
"version_exposure": [
|
|
19063
|
-
"Version inventory required for Fortinet FortiWeb — confirm against vendor advisory."
|
|
19064
|
-
]
|
|
19065
|
-
},
|
|
19066
17855
|
"last_updated": "2026-05-18",
|
|
19067
17856
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-18; due date 2025-11-25. Notes reference: https://fortiguard.fortinet.com/psirt/FG-IR-25-513 ; https://nvd.nist.gov/vuln/detail/CVE-2025-58034",
|
|
19068
17857
|
"_auto_imported": true,
|
|
@@ -19158,17 +17947,6 @@
|
|
|
19158
17947
|
"published_date": "2025-11-14"
|
|
19159
17948
|
}
|
|
19160
17949
|
],
|
|
19161
|
-
"iocs": {
|
|
19162
|
-
"payload_artifacts": [
|
|
19163
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
19164
|
-
],
|
|
19165
|
-
"behavioral": [
|
|
19166
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Fortinet FortiWeb."
|
|
19167
|
-
],
|
|
19168
|
-
"version_exposure": [
|
|
19169
|
-
"Version inventory required for Fortinet FortiWeb — confirm against vendor advisory."
|
|
19170
|
-
]
|
|
19171
|
-
},
|
|
19172
17950
|
"last_updated": "2026-05-18",
|
|
19173
17951
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-14; due date 2025-11-21. Notes reference: https://www.fortiguard.com/psirt/FG-IR-25-910 ; https://nvd.nist.gov/vuln/detail/CVE-2025-64446",
|
|
19174
17952
|
"_auto_imported": true,
|
|
@@ -19265,17 +18043,6 @@
|
|
|
19265
18043
|
"published_date": "2025-11-12"
|
|
19266
18044
|
}
|
|
19267
18045
|
],
|
|
19268
|
-
"iocs": {
|
|
19269
|
-
"payload_artifacts": [
|
|
19270
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
19271
|
-
],
|
|
19272
|
-
"behavioral": [
|
|
19273
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Gladinet Triofox."
|
|
19274
|
-
],
|
|
19275
|
-
"version_exposure": [
|
|
19276
|
-
"Version inventory required for Gladinet Triofox — confirm against vendor advisory."
|
|
19277
|
-
]
|
|
19278
|
-
},
|
|
19279
18046
|
"last_updated": "2026-05-18",
|
|
19280
18047
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-12; due date 2025-12-03. Notes reference: https://access.triofox.com/releases_history ; https://nvd.nist.gov/vuln/detail/CVE-2025-12480",
|
|
19281
18048
|
"_auto_imported": true,
|
|
@@ -19371,17 +18138,6 @@
|
|
|
19371
18138
|
"published_date": "2025-11-12"
|
|
19372
18139
|
}
|
|
19373
18140
|
],
|
|
19374
|
-
"iocs": {
|
|
19375
|
-
"payload_artifacts": [
|
|
19376
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
19377
|
-
],
|
|
19378
|
-
"behavioral": [
|
|
19379
|
-
"Vendor-product-specific observations: monitor for unexpected privilege transitions on assets running Microsoft Windows."
|
|
19380
|
-
],
|
|
19381
|
-
"version_exposure": [
|
|
19382
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
19383
|
-
]
|
|
19384
|
-
},
|
|
19385
18141
|
"last_updated": "2026-05-18",
|
|
19386
18142
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-12; due date 2025-12-03. Notes reference: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-62215 ; https://nvd.nist.gov/vuln/detail/CVE-2025-62215",
|
|
19387
18143
|
"_auto_imported": true,
|
|
@@ -19478,17 +18234,6 @@
|
|
|
19478
18234
|
"published_date": "2025-11-12"
|
|
19479
18235
|
}
|
|
19480
18236
|
],
|
|
19481
|
-
"iocs": {
|
|
19482
|
-
"payload_artifacts": [
|
|
19483
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
19484
|
-
],
|
|
19485
|
-
"behavioral": [
|
|
19486
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running WatchGuard Firebox."
|
|
19487
|
-
],
|
|
19488
|
-
"version_exposure": [
|
|
19489
|
-
"Version inventory required for WatchGuard Firebox — confirm against vendor advisory."
|
|
19490
|
-
]
|
|
19491
|
-
},
|
|
19492
18237
|
"last_updated": "2026-05-18",
|
|
19493
18238
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-12; due date 2025-12-03. Notes reference: https://www.watchguard.com/wgrd-psirt/advisory/wgsa-2025-00015 ; https://nvd.nist.gov/vuln/detail/CVE-2025-9242",
|
|
19494
18239
|
"_auto_imported": true,
|
|
@@ -19585,17 +18330,6 @@
|
|
|
19585
18330
|
"published_date": "2025-11-10"
|
|
19586
18331
|
}
|
|
19587
18332
|
],
|
|
19588
|
-
"iocs": {
|
|
19589
|
-
"payload_artifacts": [
|
|
19590
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
19591
|
-
],
|
|
19592
|
-
"behavioral": [
|
|
19593
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Samsung Mobile Devices."
|
|
19594
|
-
],
|
|
19595
|
-
"version_exposure": [
|
|
19596
|
-
"Version inventory required for Samsung Mobile Devices — confirm against vendor advisory."
|
|
19597
|
-
]
|
|
19598
|
-
},
|
|
19599
18333
|
"last_updated": "2026-05-18",
|
|
19600
18334
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-10; due date 2025-12-01. Notes reference: https://security.samsungmobile.com/securityUpdate.smsb?year=2025&month=04 ; https://nvd.nist.gov/vuln/detail/CVE-2025-21042",
|
|
19601
18335
|
"_auto_imported": true,
|
|
@@ -19692,17 +18426,6 @@
|
|
|
19692
18426
|
"published_date": "2025-11-04"
|
|
19693
18427
|
}
|
|
19694
18428
|
],
|
|
19695
|
-
"iocs": {
|
|
19696
|
-
"payload_artifacts": [
|
|
19697
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
19698
|
-
],
|
|
19699
|
-
"behavioral": [
|
|
19700
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running CWP Control Web Panel."
|
|
19701
|
-
],
|
|
19702
|
-
"version_exposure": [
|
|
19703
|
-
"Version inventory required for CWP Control Web Panel — confirm against vendor advisory."
|
|
19704
|
-
]
|
|
19705
|
-
},
|
|
19706
18429
|
"last_updated": "2026-05-18",
|
|
19707
18430
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-04; due date 2025-11-25. Notes reference: https://control-webpanel.com/changelog ; https://nvd.nist.gov/vuln/detail/CVE-2025-48703",
|
|
19708
18431
|
"_auto_imported": true,
|
|
@@ -19799,17 +18522,6 @@
|
|
|
19799
18522
|
"published_date": "2025-11-04"
|
|
19800
18523
|
}
|
|
19801
18524
|
],
|
|
19802
|
-
"iocs": {
|
|
19803
|
-
"payload_artifacts": [
|
|
19804
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
19805
|
-
],
|
|
19806
|
-
"behavioral": [
|
|
19807
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Gladinet CentreStack and Triofox."
|
|
19808
|
-
],
|
|
19809
|
-
"version_exposure": [
|
|
19810
|
-
"Version inventory required for Gladinet CentreStack and Triofox — confirm against vendor advisory."
|
|
19811
|
-
]
|
|
19812
|
-
},
|
|
19813
18525
|
"last_updated": "2026-05-18",
|
|
19814
18526
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-04; due date 2025-11-25. Notes reference: https://www.centrestack.com/p/gce_latest_release.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-11371",
|
|
19815
18527
|
"_auto_imported": true,
|
|
@@ -19906,17 +18618,6 @@
|
|
|
19906
18618
|
"published_date": "2025-10-30"
|
|
19907
18619
|
}
|
|
19908
18620
|
],
|
|
19909
|
-
"iocs": {
|
|
19910
|
-
"payload_artifacts": [
|
|
19911
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
19912
|
-
],
|
|
19913
|
-
"behavioral": [
|
|
19914
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Broadcom VMware Aria Operations and VMware Tools."
|
|
19915
|
-
],
|
|
19916
|
-
"version_exposure": [
|
|
19917
|
-
"Version inventory required for Broadcom VMware Aria Operations and VMware Tools — confirm against vendor advisory."
|
|
19918
|
-
]
|
|
19919
|
-
},
|
|
19920
18621
|
"last_updated": "2026-05-18",
|
|
19921
18622
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-30; due date 2025-11-20. Notes reference: https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36149 ; https://nvd.nist.gov/vuln/detail/CVE-2025-41244",
|
|
19922
18623
|
"_auto_imported": true,
|
|
@@ -20013,17 +18714,6 @@
|
|
|
20013
18714
|
"published_date": "2025-10-30"
|
|
20014
18715
|
}
|
|
20015
18716
|
],
|
|
20016
|
-
"iocs": {
|
|
20017
|
-
"payload_artifacts": [
|
|
20018
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
20019
|
-
],
|
|
20020
|
-
"behavioral": [
|
|
20021
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running XWiki Platform."
|
|
20022
|
-
],
|
|
20023
|
-
"version_exposure": [
|
|
20024
|
-
"Version inventory required for XWiki Platform — confirm against vendor advisory."
|
|
20025
|
-
]
|
|
20026
|
-
},
|
|
20027
18717
|
"last_updated": "2026-05-18",
|
|
20028
18718
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-30; due date 2025-11-20. Notes reference: https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-rr6p-3pfg-562j ; https://nvd.nist.gov/vuln/detail/CVE-2025-24893",
|
|
20029
18719
|
"_auto_imported": true,
|
|
@@ -20120,17 +18810,6 @@
|
|
|
20120
18810
|
"published_date": "2025-10-28"
|
|
20121
18811
|
}
|
|
20122
18812
|
],
|
|
20123
|
-
"iocs": {
|
|
20124
|
-
"payload_artifacts": [
|
|
20125
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
20126
|
-
],
|
|
20127
|
-
"behavioral": [
|
|
20128
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Dassault Systèmes DELMIA Apriso."
|
|
20129
|
-
],
|
|
20130
|
-
"version_exposure": [
|
|
20131
|
-
"Version inventory required for Dassault Systèmes DELMIA Apriso — confirm against vendor advisory."
|
|
20132
|
-
]
|
|
20133
|
-
},
|
|
20134
18813
|
"last_updated": "2026-05-18",
|
|
20135
18814
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-28; due date 2025-11-18. Notes reference: https://www.3ds.com/trust-center/security/security-advisories/cve-2025-6204 ; https://nvd.nist.gov/vuln/detail/CVE-2025-6204",
|
|
20136
18815
|
"_auto_imported": true,
|
|
@@ -20227,17 +18906,6 @@
|
|
|
20227
18906
|
"published_date": "2025-10-28"
|
|
20228
18907
|
}
|
|
20229
18908
|
],
|
|
20230
|
-
"iocs": {
|
|
20231
|
-
"payload_artifacts": [
|
|
20232
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
20233
|
-
],
|
|
20234
|
-
"behavioral": [
|
|
20235
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Dassault Systèmes DELMIA Apriso."
|
|
20236
|
-
],
|
|
20237
|
-
"version_exposure": [
|
|
20238
|
-
"Version inventory required for Dassault Systèmes DELMIA Apriso — confirm against vendor advisory."
|
|
20239
|
-
]
|
|
20240
|
-
},
|
|
20241
18909
|
"last_updated": "2026-05-18",
|
|
20242
18910
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-28; due date 2025-11-18. Notes reference: https://www.3ds.com/trust-center/security/security-advisories/cve-2025-6205 ; https://nvd.nist.gov/vuln/detail/CVE-2025-6205",
|
|
20243
18911
|
"_auto_imported": true,
|
|
@@ -20334,17 +19002,6 @@
|
|
|
20334
19002
|
"published_date": "2025-10-24"
|
|
20335
19003
|
}
|
|
20336
19004
|
],
|
|
20337
|
-
"iocs": {
|
|
20338
|
-
"payload_artifacts": [
|
|
20339
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
20340
|
-
],
|
|
20341
|
-
"behavioral": [
|
|
20342
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Adobe Commerce and Magento."
|
|
20343
|
-
],
|
|
20344
|
-
"version_exposure": [
|
|
20345
|
-
"Version inventory required for Adobe Commerce and Magento — confirm against vendor advisory."
|
|
20346
|
-
]
|
|
20347
|
-
},
|
|
20348
19005
|
"last_updated": "2026-05-18",
|
|
20349
19006
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-24; due date 2025-11-14. Notes reference: https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-27397 ; https://nvd.nist.gov/vuln/detail/CVE-2025-54236",
|
|
20350
19007
|
"_auto_imported": true,
|
|
@@ -20441,17 +19098,6 @@
|
|
|
20441
19098
|
"published_date": "2025-10-24"
|
|
20442
19099
|
}
|
|
20443
19100
|
],
|
|
20444
|
-
"iocs": {
|
|
20445
|
-
"payload_artifacts": [
|
|
20446
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
20447
|
-
],
|
|
20448
|
-
"behavioral": [
|
|
20449
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
20450
|
-
],
|
|
20451
|
-
"version_exposure": [
|
|
20452
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
20453
|
-
]
|
|
20454
|
-
},
|
|
20455
19101
|
"last_updated": "2026-05-18",
|
|
20456
19102
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-24; due date 2025-11-14. Notes reference: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-59287 ; https://nvd.nist.gov/vuln/detail/CVE-2025-59287",
|
|
20457
19103
|
"_auto_imported": true,
|
|
@@ -20548,17 +19194,6 @@
|
|
|
20548
19194
|
"published_date": "2025-10-22"
|
|
20549
19195
|
}
|
|
20550
19196
|
],
|
|
20551
|
-
"iocs": {
|
|
20552
|
-
"payload_artifacts": [
|
|
20553
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
20554
|
-
],
|
|
20555
|
-
"behavioral": [
|
|
20556
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Motex LANSCOPE Endpoint Manager."
|
|
20557
|
-
],
|
|
20558
|
-
"version_exposure": [
|
|
20559
|
-
"Version inventory required for Motex LANSCOPE Endpoint Manager — confirm against vendor advisory."
|
|
20560
|
-
]
|
|
20561
|
-
},
|
|
20562
19197
|
"last_updated": "2026-05-18",
|
|
20563
19198
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-22; due date 2025-11-12. Notes reference: https://www.motex.co.jp/news/notice/2025/release251020/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-61932",
|
|
20564
19199
|
"_auto_imported": true,
|
|
@@ -20659,17 +19294,6 @@
|
|
|
20659
19294
|
"published_date": "2025-10-20"
|
|
20660
19295
|
}
|
|
20661
19296
|
],
|
|
20662
|
-
"iocs": {
|
|
20663
|
-
"payload_artifacts": [
|
|
20664
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
20665
|
-
],
|
|
20666
|
-
"behavioral": [
|
|
20667
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Apple Multiple Products."
|
|
20668
|
-
],
|
|
20669
|
-
"version_exposure": [
|
|
20670
|
-
"Version inventory required for Apple Multiple Products — confirm against vendor advisory."
|
|
20671
|
-
]
|
|
20672
|
-
},
|
|
20673
19297
|
"last_updated": "2026-05-18",
|
|
20674
19298
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-20; due date 2025-11-10. Notes reference: https://support.apple.com/en-us/HT213340 ; https://support.apple.com/en-us/HT213341 ; https://support.apple.com/en-us/HT213342 ; https://support.apple.com/en-us/HT213345 ; https://support.apple.com/en",
|
|
20675
19299
|
"_auto_imported": true,
|
|
@@ -20766,17 +19390,6 @@
|
|
|
20766
19390
|
"published_date": "2025-10-20"
|
|
20767
19391
|
}
|
|
20768
19392
|
],
|
|
20769
|
-
"iocs": {
|
|
20770
|
-
"payload_artifacts": [
|
|
20771
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
20772
|
-
],
|
|
20773
|
-
"behavioral": [
|
|
20774
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Kentico Xperience CMS."
|
|
20775
|
-
],
|
|
20776
|
-
"version_exposure": [
|
|
20777
|
-
"Version inventory required for Kentico Xperience CMS — confirm against vendor advisory."
|
|
20778
|
-
]
|
|
20779
|
-
},
|
|
20780
19393
|
"last_updated": "2026-05-18",
|
|
20781
19394
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-20; due date 2025-11-10. Notes reference: https://devnet.kentico.com/download/hotfixes ; https://nvd.nist.gov/vuln/detail/CVE-2025-2746",
|
|
20782
19395
|
"_auto_imported": true,
|
|
@@ -20873,17 +19486,6 @@
|
|
|
20873
19486
|
"published_date": "2025-10-20"
|
|
20874
19487
|
}
|
|
20875
19488
|
],
|
|
20876
|
-
"iocs": {
|
|
20877
|
-
"payload_artifacts": [
|
|
20878
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
20879
|
-
],
|
|
20880
|
-
"behavioral": [
|
|
20881
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Kentico Xperience CMS."
|
|
20882
|
-
],
|
|
20883
|
-
"version_exposure": [
|
|
20884
|
-
"Version inventory required for Kentico Xperience CMS — confirm against vendor advisory."
|
|
20885
|
-
]
|
|
20886
|
-
},
|
|
20887
19489
|
"last_updated": "2026-05-18",
|
|
20888
19490
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-20; due date 2025-11-10. Notes reference: https://devnet.kentico.com/download/hotfixes ; https://nvd.nist.gov/vuln/detail/CVE-2025-2747",
|
|
20889
19491
|
"_auto_imported": true,
|
|
@@ -20980,17 +19582,6 @@
|
|
|
20980
19582
|
"published_date": "2025-10-20"
|
|
20981
19583
|
}
|
|
20982
19584
|
],
|
|
20983
|
-
"iocs": {
|
|
20984
|
-
"payload_artifacts": [
|
|
20985
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
20986
|
-
],
|
|
20987
|
-
"behavioral": [
|
|
20988
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
20989
|
-
],
|
|
20990
|
-
"version_exposure": [
|
|
20991
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
20992
|
-
]
|
|
20993
|
-
},
|
|
20994
19585
|
"last_updated": "2026-05-18",
|
|
20995
19586
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-20; due date 2025-11-10. Notes reference: https://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2025-33073 ; https://nvd.nist.gov/vuln/detail/CVE-2025-33073",
|
|
20996
19587
|
"_auto_imported": true,
|
|
@@ -21088,17 +19679,6 @@
|
|
|
21088
19679
|
"published_date": "2025-10-20"
|
|
21089
19680
|
}
|
|
21090
19681
|
],
|
|
21091
|
-
"iocs": {
|
|
21092
|
-
"payload_artifacts": [
|
|
21093
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
21094
|
-
],
|
|
21095
|
-
"behavioral": [
|
|
21096
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Oracle E-Business Suite."
|
|
21097
|
-
],
|
|
21098
|
-
"version_exposure": [
|
|
21099
|
-
"Version inventory required for Oracle E-Business Suite — confirm against vendor advisory."
|
|
21100
|
-
]
|
|
21101
|
-
},
|
|
21102
19682
|
"last_updated": "2026-05-18",
|
|
21103
19683
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-20; due date 2025-11-10. Notes reference: https://www.oracle.com/security-alerts/alert-cve-2025-61884.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-61884",
|
|
21104
19684
|
"_auto_imported": true,
|
|
@@ -21195,17 +19775,6 @@
|
|
|
21195
19775
|
"published_date": "2025-10-15"
|
|
21196
19776
|
}
|
|
21197
19777
|
],
|
|
21198
|
-
"iocs": {
|
|
21199
|
-
"payload_artifacts": [
|
|
21200
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
21201
|
-
],
|
|
21202
|
-
"behavioral": [
|
|
21203
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Adobe Experience Manager (AEM) Forms."
|
|
21204
|
-
],
|
|
21205
|
-
"version_exposure": [
|
|
21206
|
-
"Version inventory required for Adobe Experience Manager (AEM) Forms — confirm against vendor advisory."
|
|
21207
|
-
]
|
|
21208
|
-
},
|
|
21209
19778
|
"last_updated": "2026-05-18",
|
|
21210
19779
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-15; due date 2025-11-05. Notes reference: https://helpx.adobe.com/security/products/aem-forms/apsb25-82.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-54253",
|
|
21211
19780
|
"_auto_imported": true,
|
|
@@ -21302,17 +19871,6 @@
|
|
|
21302
19871
|
"published_date": "2025-10-14"
|
|
21303
19872
|
}
|
|
21304
19873
|
],
|
|
21305
|
-
"iocs": {
|
|
21306
|
-
"payload_artifacts": [
|
|
21307
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
21308
|
-
],
|
|
21309
|
-
"behavioral": [
|
|
21310
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running IGEL IGEL OS."
|
|
21311
|
-
],
|
|
21312
|
-
"version_exposure": [
|
|
21313
|
-
"Version inventory required for IGEL IGEL OS — confirm against vendor advisory."
|
|
21314
|
-
]
|
|
21315
|
-
},
|
|
21316
19874
|
"last_updated": "2026-05-18",
|
|
21317
19875
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-14; due date 2025-11-04. Notes reference: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-47827 ; https://nvd.nist.gov/vuln/detail/CVE-2025-47827",
|
|
21318
19876
|
"_auto_imported": true,
|
|
@@ -21408,17 +19966,6 @@
|
|
|
21408
19966
|
"published_date": "2025-10-14"
|
|
21409
19967
|
}
|
|
21410
19968
|
],
|
|
21411
|
-
"iocs": {
|
|
21412
|
-
"payload_artifacts": [
|
|
21413
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
21414
|
-
],
|
|
21415
|
-
"behavioral": [
|
|
21416
|
-
"Vendor-product-specific observations: monitor for unexpected privilege transitions on assets running Microsoft Windows."
|
|
21417
|
-
],
|
|
21418
|
-
"version_exposure": [
|
|
21419
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
21420
|
-
]
|
|
21421
|
-
},
|
|
21422
19969
|
"last_updated": "2026-05-18",
|
|
21423
19970
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-14; due date 2025-11-04. Notes reference: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-24990 ; https://nvd.nist.gov/vuln/detail/CVE-2025-24990",
|
|
21424
19971
|
"_auto_imported": true,
|
|
@@ -21515,17 +20062,6 @@
|
|
|
21515
20062
|
"published_date": "2025-10-14"
|
|
21516
20063
|
}
|
|
21517
20064
|
],
|
|
21518
|
-
"iocs": {
|
|
21519
|
-
"payload_artifacts": [
|
|
21520
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
21521
|
-
],
|
|
21522
|
-
"behavioral": [
|
|
21523
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
21524
|
-
],
|
|
21525
|
-
"version_exposure": [
|
|
21526
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
21527
|
-
]
|
|
21528
|
-
},
|
|
21529
20065
|
"last_updated": "2026-05-18",
|
|
21530
20066
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-14; due date 2025-11-04. Notes reference: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-59230 ; https://nvd.nist.gov/vuln/detail/CVE-2025-59230",
|
|
21531
20067
|
"_auto_imported": true,
|
|
@@ -21622,17 +20158,6 @@
|
|
|
21622
20158
|
"published_date": "2025-10-14"
|
|
21623
20159
|
}
|
|
21624
20160
|
],
|
|
21625
|
-
"iocs": {
|
|
21626
|
-
"payload_artifacts": [
|
|
21627
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
21628
|
-
],
|
|
21629
|
-
"behavioral": [
|
|
21630
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running SKYSEA Client View."
|
|
21631
|
-
],
|
|
21632
|
-
"version_exposure": [
|
|
21633
|
-
"Version inventory required for SKYSEA Client View — confirm against vendor advisory."
|
|
21634
|
-
]
|
|
21635
|
-
},
|
|
21636
20161
|
"last_updated": "2026-05-18",
|
|
21637
20162
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-14; due date 2025-11-04. Notes reference: https://www.skyseaclientview.net/news/161221/ ; https://nvd.nist.gov/vuln/detail/CVE-2016-7836",
|
|
21638
20163
|
"_auto_imported": true,
|
|
@@ -21728,17 +20253,6 @@
|
|
|
21728
20253
|
"published_date": "2025-10-09"
|
|
21729
20254
|
}
|
|
21730
20255
|
],
|
|
21731
|
-
"iocs": {
|
|
21732
|
-
"payload_artifacts": [
|
|
21733
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
21734
|
-
],
|
|
21735
|
-
"behavioral": [
|
|
21736
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Grafana Labs Grafana."
|
|
21737
|
-
],
|
|
21738
|
-
"version_exposure": [
|
|
21739
|
-
"Version inventory required for Grafana Labs Grafana — confirm against vendor advisory."
|
|
21740
|
-
]
|
|
21741
|
-
},
|
|
21742
20256
|
"last_updated": "2026-05-18",
|
|
21743
20257
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-09; due date 2025-10-30. Notes reference: https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/ ; https://nvd.nist.gov/vuln/detail/CVE-2021-43798",
|
|
21744
20258
|
"_auto_imported": true,
|
|
@@ -21834,17 +20348,6 @@
|
|
|
21834
20348
|
"published_date": "2025-10-07"
|
|
21835
20349
|
}
|
|
21836
20350
|
],
|
|
21837
|
-
"iocs": {
|
|
21838
|
-
"payload_artifacts": [
|
|
21839
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
21840
|
-
],
|
|
21841
|
-
"behavioral": [
|
|
21842
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Synacor Zimbra Collaboration Suite (ZCS)."
|
|
21843
|
-
],
|
|
21844
|
-
"version_exposure": [
|
|
21845
|
-
"Version inventory required for Synacor Zimbra Collaboration Suite (ZCS) — confirm against vendor advisory."
|
|
21846
|
-
]
|
|
21847
|
-
},
|
|
21848
20351
|
"last_updated": "2026-05-18",
|
|
21849
20352
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-07; due date 2025-10-28. Notes reference: https://wiki.zimbra.com/wiki/Security_Center ; https://nvd.nist.gov/vuln/detail/CVE-2025-27915",
|
|
21850
20353
|
"_auto_imported": true,
|
|
@@ -21943,17 +20446,6 @@
|
|
|
21943
20446
|
"published_date": "2025-10-06"
|
|
21944
20447
|
}
|
|
21945
20448
|
],
|
|
21946
|
-
"iocs": {
|
|
21947
|
-
"payload_artifacts": [
|
|
21948
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
21949
|
-
],
|
|
21950
|
-
"behavioral": [
|
|
21951
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Linux Kernel."
|
|
21952
|
-
],
|
|
21953
|
-
"version_exposure": [
|
|
21954
|
-
"Version inventory required for Linux Kernel — confirm against vendor advisory."
|
|
21955
|
-
]
|
|
21956
|
-
},
|
|
21957
20449
|
"last_updated": "2026-05-18",
|
|
21958
20450
|
"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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/netfilter/x_tables.c?id=9fa492cdc160cd27ce1046cb36f47d3b2b1efa21 ; https://git.kernel.org/pub/scm/linux/kernel/git/torvald",
|
|
21959
20451
|
"_auto_imported": true,
|
|
@@ -22050,17 +20542,6 @@
|
|
|
22050
20542
|
"published_date": "2025-10-06"
|
|
22051
20543
|
}
|
|
22052
20544
|
],
|
|
22053
|
-
"iocs": {
|
|
22054
|
-
"payload_artifacts": [
|
|
22055
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
22056
|
-
],
|
|
22057
|
-
"behavioral": [
|
|
22058
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Internet Explorer."
|
|
22059
|
-
],
|
|
22060
|
-
"version_exposure": [
|
|
22061
|
-
"Version inventory required for Microsoft Internet Explorer — confirm against vendor advisory."
|
|
22062
|
-
]
|
|
22063
|
-
},
|
|
22064
20545
|
"last_updated": "2026-05-18",
|
|
22065
20546
|
"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://learn.microsoft.com/en-us/security-updates/SecurityAdvisories/2010/2458511?redirectedfrom=MSDN ; https://nvd.nist.gov/vuln/detail/CVE-2010-3962",
|
|
22066
20547
|
"_auto_imported": true,
|
|
@@ -22156,17 +20637,6 @@
|
|
|
22156
20637
|
"published_date": "2025-10-06"
|
|
22157
20638
|
}
|
|
22158
20639
|
],
|
|
22159
|
-
"iocs": {
|
|
22160
|
-
"payload_artifacts": [
|
|
22161
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
22162
|
-
],
|
|
22163
|
-
"behavioral": [
|
|
22164
|
-
"Vendor-product-specific observations: monitor for unexpected privilege transitions on assets running Microsoft Windows."
|
|
22165
|
-
],
|
|
22166
|
-
"version_exposure": [
|
|
22167
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
22168
|
-
]
|
|
22169
|
-
},
|
|
22170
20640
|
"last_updated": "2026-05-18",
|
|
22171
20641
|
"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://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-43226 ; https://nvd.nist.gov/vuln/detail/CVE-2021-43226",
|
|
22172
20642
|
"_auto_imported": true,
|
|
@@ -22263,17 +20733,6 @@
|
|
|
22263
20733
|
"published_date": "2025-10-06"
|
|
22264
20734
|
}
|
|
22265
20735
|
],
|
|
22266
|
-
"iocs": {
|
|
22267
|
-
"payload_artifacts": [
|
|
22268
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
22269
|
-
],
|
|
22270
|
-
"behavioral": [
|
|
22271
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
22272
|
-
],
|
|
22273
|
-
"version_exposure": [
|
|
22274
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
22275
|
-
]
|
|
22276
|
-
},
|
|
22277
20736
|
"last_updated": "2026-05-18",
|
|
22278
20737
|
"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://docs.microsoft.com/en-us/security-updates/securitybulletins/2013/ms13-090 ; https://nvd.nist.gov/vuln/detail/CVE-2013-3918",
|
|
22279
20738
|
"_auto_imported": true,
|
|
@@ -22370,17 +20829,6 @@
|
|
|
22370
20829
|
"published_date": "2025-10-06"
|
|
22371
20830
|
}
|
|
22372
20831
|
],
|
|
22373
|
-
"iocs": {
|
|
22374
|
-
"payload_artifacts": [
|
|
22375
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
22376
|
-
],
|
|
22377
|
-
"behavioral": [
|
|
22378
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
22379
|
-
],
|
|
22380
|
-
"version_exposure": [
|
|
22381
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
22382
|
-
]
|
|
22383
|
-
},
|
|
22384
20832
|
"last_updated": "2026-05-18",
|
|
22385
20833
|
"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://docs.microsoft.com/en-us/security-updates/securitybulletins/2011/ms11-087 ; https://nvd.nist.gov/vuln/detail/CVE-2011-3402",
|
|
22386
20834
|
"_auto_imported": true,
|
|
@@ -22477,17 +20925,6 @@
|
|
|
22477
20925
|
"published_date": "2025-10-06"
|
|
22478
20926
|
}
|
|
22479
20927
|
],
|
|
22480
|
-
"iocs": {
|
|
22481
|
-
"payload_artifacts": [
|
|
22482
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
22483
|
-
],
|
|
22484
|
-
"behavioral": [
|
|
22485
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Mozilla Multiple Products."
|
|
22486
|
-
],
|
|
22487
|
-
"version_exposure": [
|
|
22488
|
-
"Version inventory required for Mozilla Multiple Products — confirm against vendor advisory."
|
|
22489
|
-
]
|
|
22490
|
-
},
|
|
22491
20928
|
"last_updated": "2026-05-18",
|
|
22492
20929
|
"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.mozilla.org/en-US/security/advisories/mfsa2010-73 ; https://nvd.nist.gov/vuln/detail/CVE-2010-3765",
|
|
22493
20930
|
"_auto_imported": true,
|
|
@@ -22586,17 +21023,6 @@
|
|
|
22586
21023
|
"published_date": "2025-10-06"
|
|
22587
21024
|
}
|
|
22588
21025
|
],
|
|
22589
|
-
"iocs": {
|
|
22590
|
-
"payload_artifacts": [
|
|
22591
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
22592
|
-
],
|
|
22593
|
-
"behavioral": [
|
|
22594
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Oracle E-Business Suite."
|
|
22595
|
-
],
|
|
22596
|
-
"version_exposure": [
|
|
22597
|
-
"Version inventory required for Oracle E-Business Suite — confirm against vendor advisory."
|
|
22598
|
-
]
|
|
22599
|
-
},
|
|
22600
21026
|
"last_updated": "2026-05-18",
|
|
22601
21027
|
"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",
|
|
22602
21028
|
"_auto_imported": true,
|
|
@@ -22696,17 +21122,6 @@
|
|
|
22696
21122
|
"published_date": "2025-10-02"
|
|
22697
21123
|
}
|
|
22698
21124
|
],
|
|
22699
|
-
"iocs": {
|
|
22700
|
-
"payload_artifacts": [
|
|
22701
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
22702
|
-
],
|
|
22703
|
-
"behavioral": [
|
|
22704
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running GNU GNU Bash."
|
|
22705
|
-
],
|
|
22706
|
-
"version_exposure": [
|
|
22707
|
-
"Version inventory required for GNU GNU Bash — confirm against vendor advisory."
|
|
22708
|
-
]
|
|
22709
|
-
},
|
|
22710
21125
|
"last_updated": "2026-05-18",
|
|
22711
21126
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-02; due date 2025-10-23. Notes reference: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: http:",
|
|
22712
21127
|
"_auto_imported": true,
|
|
@@ -22803,17 +21218,6 @@
|
|
|
22803
21218
|
"published_date": "2025-10-02"
|
|
22804
21219
|
}
|
|
22805
21220
|
],
|
|
22806
|
-
"iocs": {
|
|
22807
|
-
"payload_artifacts": [
|
|
22808
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
22809
|
-
],
|
|
22810
|
-
"behavioral": [
|
|
22811
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Jenkins Jenkins."
|
|
22812
|
-
],
|
|
22813
|
-
"version_exposure": [
|
|
22814
|
-
"Version inventory required for Jenkins Jenkins — confirm against vendor advisory."
|
|
22815
|
-
]
|
|
22816
|
-
},
|
|
22817
21221
|
"last_updated": "2026-05-18",
|
|
22818
21222
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-02; due date 2025-10-23. Notes reference: https://www.jenkins.io/security/advisory/2017-04-26/ ; https://nvd.nist.gov/vuln/detail/CVE-2017-1000353",
|
|
22819
21223
|
"_auto_imported": true,
|
|
@@ -22910,17 +21314,6 @@
|
|
|
22910
21314
|
"published_date": "2025-10-02"
|
|
22911
21315
|
}
|
|
22912
21316
|
],
|
|
22913
|
-
"iocs": {
|
|
22914
|
-
"payload_artifacts": [
|
|
22915
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
22916
|
-
],
|
|
22917
|
-
"behavioral": [
|
|
22918
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Juniper ScreenOS."
|
|
22919
|
-
],
|
|
22920
|
-
"version_exposure": [
|
|
22921
|
-
"Version inventory required for Juniper ScreenOS — confirm against vendor advisory."
|
|
22922
|
-
]
|
|
22923
|
-
},
|
|
22924
21317
|
"last_updated": "2026-05-18",
|
|
22925
21318
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-02; due date 2025-10-23. Notes reference: https://supportportal.juniper.net/s/article/2015-12-Out-of-Cycle-Security-Bulletin-ScreenOS-Multiple-Security-issues-with-ScreenOS-CVE-2015-7755-CVE-2015-7756 ; https://nvd.nist.gov/vuln/detail/CVE-20",
|
|
22926
21319
|
"_auto_imported": true,
|
|
@@ -23017,17 +21410,6 @@
|
|
|
23017
21410
|
"published_date": "2025-10-02"
|
|
23018
21411
|
}
|
|
23019
21412
|
],
|
|
23020
|
-
"iocs": {
|
|
23021
|
-
"payload_artifacts": [
|
|
23022
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
23023
|
-
],
|
|
23024
|
-
"behavioral": [
|
|
23025
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Samsung Mobile Devices."
|
|
23026
|
-
],
|
|
23027
|
-
"version_exposure": [
|
|
23028
|
-
"Version inventory required for Samsung Mobile Devices — confirm against vendor advisory."
|
|
23029
|
-
]
|
|
23030
|
-
},
|
|
23031
21413
|
"last_updated": "2026-05-18",
|
|
23032
21414
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-02; due date 2025-10-23. Notes reference: https://security.samsungmobile.com/securityUpdate.smsb?year=2025&month=09 ; https://nvd.nist.gov/vuln/detail/CVE-2025-21043",
|
|
23033
21415
|
"_auto_imported": true,
|
|
@@ -23125,17 +21507,6 @@
|
|
|
23125
21507
|
"published_date": "2025-10-02"
|
|
23126
21508
|
}
|
|
23127
21509
|
],
|
|
23128
|
-
"iocs": {
|
|
23129
|
-
"payload_artifacts": [
|
|
23130
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
23131
|
-
],
|
|
23132
|
-
"behavioral": [
|
|
23133
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Smartbedded Meteobridge."
|
|
23134
|
-
],
|
|
23135
|
-
"version_exposure": [
|
|
23136
|
-
"Version inventory required for Smartbedded Meteobridge — confirm against vendor advisory."
|
|
23137
|
-
]
|
|
23138
|
-
},
|
|
23139
21510
|
"last_updated": "2026-05-18",
|
|
23140
21511
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-02; due date 2025-10-23. Notes reference: https://forum.meteohub.de/viewtopic.php?t=18687 ; https://nvd.nist.gov/vuln/detail/CVE-2025-4008",
|
|
23141
21512
|
"_auto_imported": true,
|
|
@@ -23232,17 +21603,6 @@
|
|
|
23232
21603
|
"published_date": "2025-09-29"
|
|
23233
21604
|
}
|
|
23234
21605
|
],
|
|
23235
|
-
"iocs": {
|
|
23236
|
-
"payload_artifacts": [
|
|
23237
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
23238
|
-
],
|
|
23239
|
-
"behavioral": [
|
|
23240
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Sudo Sudo."
|
|
23241
|
-
],
|
|
23242
|
-
"version_exposure": [
|
|
23243
|
-
"Version inventory required for Sudo Sudo — confirm against vendor advisory."
|
|
23244
|
-
]
|
|
23245
|
-
},
|
|
23246
21606
|
"last_updated": "2026-05-18",
|
|
23247
21607
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-29; due date 2025-10-20. Notes reference: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https",
|
|
23248
21608
|
"_auto_imported": true,
|
|
@@ -23339,17 +21699,6 @@
|
|
|
23339
21699
|
"published_date": "2025-09-29"
|
|
23340
21700
|
}
|
|
23341
21701
|
],
|
|
23342
|
-
"iocs": {
|
|
23343
|
-
"payload_artifacts": [
|
|
23344
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
23345
|
-
],
|
|
23346
|
-
"behavioral": [
|
|
23347
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Libraesva Email Security Gateway."
|
|
23348
|
-
],
|
|
23349
|
-
"version_exposure": [
|
|
23350
|
-
"Version inventory required for Libraesva Email Security Gateway — confirm against vendor advisory."
|
|
23351
|
-
]
|
|
23352
|
-
},
|
|
23353
21702
|
"last_updated": "2026-05-18",
|
|
23354
21703
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-29; due date 2025-10-20. Notes reference: https://docs.libraesva.com/knowledgebase/security-advisory-command-injection-vulnerability-cve-2025-59689/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-59689",
|
|
23355
21704
|
"_auto_imported": true,
|
|
@@ -23449,17 +21798,6 @@
|
|
|
23449
21798
|
"published_date": "2025-09-29"
|
|
23450
21799
|
}
|
|
23451
21800
|
],
|
|
23452
|
-
"iocs": {
|
|
23453
|
-
"payload_artifacts": [
|
|
23454
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
23455
|
-
],
|
|
23456
|
-
"behavioral": [
|
|
23457
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Fortra GoAnywhere MFT."
|
|
23458
|
-
],
|
|
23459
|
-
"version_exposure": [
|
|
23460
|
-
"Version inventory required for Fortra GoAnywhere MFT — confirm against vendor advisory."
|
|
23461
|
-
]
|
|
23462
|
-
},
|
|
23463
21801
|
"last_updated": "2026-05-18",
|
|
23464
21802
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-29; due date 2025-10-20. Notes reference: https://www.fortra.com/security/advisories/product-security/fi-2025-012 ; https://nvd.nist.gov/vuln/detail/CVE-2025-10035",
|
|
23465
21803
|
"_auto_imported": true,
|
|
@@ -23556,17 +21894,6 @@
|
|
|
23556
21894
|
"published_date": "2025-09-29"
|
|
23557
21895
|
}
|
|
23558
21896
|
],
|
|
23559
|
-
"iocs": {
|
|
23560
|
-
"payload_artifacts": [
|
|
23561
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
23562
|
-
],
|
|
23563
|
-
"behavioral": [
|
|
23564
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Cisco IOS and IOS XE."
|
|
23565
|
-
],
|
|
23566
|
-
"version_exposure": [
|
|
23567
|
-
"Version inventory required for Cisco IOS and IOS XE — confirm against vendor advisory."
|
|
23568
|
-
]
|
|
23569
|
-
},
|
|
23570
21897
|
"last_updated": "2026-05-18",
|
|
23571
21898
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-29; due date 2025-10-20. Notes reference: https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-snmp-x4LPhte ; https://nvd.nist.gov/vuln/detail/CVE-2025-20352",
|
|
23572
21899
|
"_auto_imported": true,
|
|
@@ -23662,17 +21989,6 @@
|
|
|
23662
21989
|
"published_date": "2025-09-29"
|
|
23663
21990
|
}
|
|
23664
21991
|
],
|
|
23665
|
-
"iocs": {
|
|
23666
|
-
"payload_artifacts": [
|
|
23667
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
23668
|
-
],
|
|
23669
|
-
"behavioral": [
|
|
23670
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Adminer Adminer."
|
|
23671
|
-
],
|
|
23672
|
-
"version_exposure": [
|
|
23673
|
-
"Version inventory required for Adminer Adminer — confirm against vendor advisory."
|
|
23674
|
-
]
|
|
23675
|
-
},
|
|
23676
21992
|
"last_updated": "2026-05-18",
|
|
23677
21993
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-29; due date 2025-10-20. Notes reference: https://github.com/vrana/adminer/security/advisories/GHSA-x5r2-hj5c-8jx6 ; https://nvd.nist.gov/vuln/detail/CVE-2021-21311",
|
|
23678
21994
|
"_auto_imported": true,
|
|
@@ -23774,17 +22090,6 @@
|
|
|
23774
22090
|
"published_date": "2025-09-25"
|
|
23775
22091
|
}
|
|
23776
22092
|
],
|
|
23777
|
-
"iocs": {
|
|
23778
|
-
"payload_artifacts": [
|
|
23779
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
23780
|
-
],
|
|
23781
|
-
"behavioral": [
|
|
23782
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Cisco Secure Firewall Adaptive Security Appliance and Secure Firewall Threat Defense."
|
|
23783
|
-
],
|
|
23784
|
-
"version_exposure": [
|
|
23785
|
-
"Version inventory required for Cisco Secure Firewall Adaptive Security Appliance and Secure Firewall Threat Defense — confirm against vendor advisory."
|
|
23786
|
-
]
|
|
23787
|
-
},
|
|
23788
22093
|
"last_updated": "2026-05-18",
|
|
23789
22094
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-25; due date 2025-09-26. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/directives/ed-25-03-identify-and-mitigate-potential-compromise-cisco-devices ; https://www.cisa.gov/news-events/directives/supplemental-d",
|
|
23790
22095
|
"_auto_imported": true,
|
|
@@ -23886,17 +22191,6 @@
|
|
|
23886
22191
|
"published_date": "2025-09-25"
|
|
23887
22192
|
}
|
|
23888
22193
|
],
|
|
23889
|
-
"iocs": {
|
|
23890
|
-
"payload_artifacts": [
|
|
23891
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
23892
|
-
],
|
|
23893
|
-
"behavioral": [
|
|
23894
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Cisco Secure Firewall Adaptive Security Appliance and Secure Firewall Threat Defense."
|
|
23895
|
-
],
|
|
23896
|
-
"version_exposure": [
|
|
23897
|
-
"Version inventory required for Cisco Secure Firewall Adaptive Security Appliance and Secure Firewall Threat Defense — confirm against vendor advisory."
|
|
23898
|
-
]
|
|
23899
|
-
},
|
|
23900
22194
|
"last_updated": "2026-05-18",
|
|
23901
22195
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-25; due date 2025-09-26. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/directives/ed-25-03-identify-and-mitigate-potential-compromise-cisco-devices ; https://www.cisa.gov/news-events/directives/supplemental-d",
|
|
23902
22196
|
"_auto_imported": true,
|
|
@@ -23993,17 +22287,6 @@
|
|
|
23993
22287
|
"published_date": "2025-09-11"
|
|
23994
22288
|
}
|
|
23995
22289
|
],
|
|
23996
|
-
"iocs": {
|
|
23997
|
-
"payload_artifacts": [
|
|
23998
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
23999
|
-
],
|
|
24000
|
-
"behavioral": [
|
|
24001
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Dassault Systèmes DELMIA Apriso."
|
|
24002
|
-
],
|
|
24003
|
-
"version_exposure": [
|
|
24004
|
-
"Version inventory required for Dassault Systèmes DELMIA Apriso — confirm against vendor advisory."
|
|
24005
|
-
]
|
|
24006
|
-
},
|
|
24007
22290
|
"last_updated": "2026-05-18",
|
|
24008
22291
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-11; due date 2025-10-02. Notes reference: https://www.3ds.com/trust-center/security/security-advisories/cve-2025-5086 ; https://nvd.nist.gov/vuln/detail/CVE-2025-5086",
|
|
24009
22292
|
"_auto_imported": true,
|
|
@@ -24099,17 +22382,6 @@
|
|
|
24099
22382
|
"published_date": "2025-09-04"
|
|
24100
22383
|
}
|
|
24101
22384
|
],
|
|
24102
|
-
"iocs": {
|
|
24103
|
-
"payload_artifacts": [
|
|
24104
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
24105
|
-
],
|
|
24106
|
-
"behavioral": [
|
|
24107
|
-
"Vendor-product-specific observations: monitor for unexpected privilege transitions on assets running Android Runtime."
|
|
24108
|
-
],
|
|
24109
|
-
"version_exposure": [
|
|
24110
|
-
"Version inventory required for Android Runtime — confirm against vendor advisory."
|
|
24111
|
-
]
|
|
24112
|
-
},
|
|
24113
22385
|
"last_updated": "2026-05-18",
|
|
24114
22386
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-04; due date 2025-09-25. Notes reference: https://source.android.com/docs/security/bulletin/2025-09-01 ; https://nvd.nist.gov/vuln/detail/CVE-2025-48543",
|
|
24115
22387
|
"_auto_imported": true,
|
|
@@ -24206,17 +22478,6 @@
|
|
|
24206
22478
|
"published_date": "2025-09-04"
|
|
24207
22479
|
}
|
|
24208
22480
|
],
|
|
24209
|
-
"iocs": {
|
|
24210
|
-
"payload_artifacts": [
|
|
24211
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
24212
|
-
],
|
|
24213
|
-
"behavioral": [
|
|
24214
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Sitecore Multiple Products."
|
|
24215
|
-
],
|
|
24216
|
-
"version_exposure": [
|
|
24217
|
-
"Version inventory required for Sitecore Multiple Products — confirm against vendor advisory."
|
|
24218
|
-
]
|
|
24219
|
-
},
|
|
24220
22481
|
"last_updated": "2026-05-18",
|
|
24221
22482
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-04; due date 2025-09-25. Notes reference: https://support.sitecore.com/kb?id=kb_article_view&sysparm_article=KB1003865 ; https://nvd.nist.gov/vuln/detail/CVE-2025-53690",
|
|
24222
22483
|
"_auto_imported": true,
|
|
@@ -24313,17 +22574,6 @@
|
|
|
24313
22574
|
"published_date": "2025-09-03"
|
|
24314
22575
|
}
|
|
24315
22576
|
],
|
|
24316
|
-
"iocs": {
|
|
24317
|
-
"payload_artifacts": [
|
|
24318
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
24319
|
-
],
|
|
24320
|
-
"behavioral": [
|
|
24321
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running TP-Link TL-WR841N."
|
|
24322
|
-
],
|
|
24323
|
-
"version_exposure": [
|
|
24324
|
-
"Version inventory required for TP-Link TL-WR841N — confirm against vendor advisory."
|
|
24325
|
-
]
|
|
24326
|
-
},
|
|
24327
22577
|
"last_updated": "2026-05-18",
|
|
24328
22578
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-03; due date 2025-09-24. Notes reference: https://www.tp-link.com/us/support/faq/4308/ ; https://nvd.nist.gov/vuln/detail/CVE-2023-50224",
|
|
24329
22579
|
"_auto_imported": true,
|
|
@@ -24420,17 +22670,6 @@
|
|
|
24420
22670
|
"published_date": "2025-09-03"
|
|
24421
22671
|
}
|
|
24422
22672
|
],
|
|
24423
|
-
"iocs": {
|
|
24424
|
-
"payload_artifacts": [
|
|
24425
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
24426
|
-
],
|
|
24427
|
-
"behavioral": [
|
|
24428
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running TP-Link Multiple Routers."
|
|
24429
|
-
],
|
|
24430
|
-
"version_exposure": [
|
|
24431
|
-
"Version inventory required for TP-Link Multiple Routers — confirm against vendor advisory."
|
|
24432
|
-
]
|
|
24433
|
-
},
|
|
24434
22673
|
"last_updated": "2026-05-18",
|
|
24435
22674
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-03; due date 2025-09-24. Notes reference: https://www.tp-link.com/us/support/faq/4308/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-9377",
|
|
24436
22675
|
"_auto_imported": true,
|
|
@@ -24528,17 +22767,6 @@
|
|
|
24528
22767
|
"published_date": "2025-09-02"
|
|
24529
22768
|
}
|
|
24530
22769
|
],
|
|
24531
|
-
"iocs": {
|
|
24532
|
-
"payload_artifacts": [
|
|
24533
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
24534
|
-
],
|
|
24535
|
-
"behavioral": [
|
|
24536
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running TP-Link TL-WA855RE."
|
|
24537
|
-
],
|
|
24538
|
-
"version_exposure": [
|
|
24539
|
-
"Version inventory required for TP-Link TL-WA855RE — confirm against vendor advisory."
|
|
24540
|
-
]
|
|
24541
|
-
},
|
|
24542
22770
|
"last_updated": "2026-05-18",
|
|
24543
22771
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-02; due date 2025-09-23. Notes reference: https://www.tp-link.com/us/home-networking/range-extender/tl-wa855re/#overview ; https://www.tp-link.com/us/support/download/tl-wa855re/#FAQs ; https://nvd.nist.gov/vuln/detail/CVE-2020-24363",
|
|
24544
22772
|
"_auto_imported": true,
|
|
@@ -24635,17 +22863,6 @@
|
|
|
24635
22863
|
"published_date": "2025-09-02"
|
|
24636
22864
|
}
|
|
24637
22865
|
],
|
|
24638
|
-
"iocs": {
|
|
24639
|
-
"payload_artifacts": [
|
|
24640
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
24641
|
-
],
|
|
24642
|
-
"behavioral": [
|
|
24643
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Meta Platforms WhatsApp."
|
|
24644
|
-
],
|
|
24645
|
-
"version_exposure": [
|
|
24646
|
-
"Version inventory required for Meta Platforms WhatsApp — confirm against vendor advisory."
|
|
24647
|
-
]
|
|
24648
|
-
},
|
|
24649
22866
|
"last_updated": "2026-05-18",
|
|
24650
22867
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-02; due date 2025-09-23. Notes reference: https://www.whatsapp.com/security/advisories/2025/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-55177",
|
|
24651
22868
|
"_auto_imported": true,
|
|
@@ -24743,17 +22960,6 @@
|
|
|
24743
22960
|
"published_date": "2025-08-29"
|
|
24744
22961
|
}
|
|
24745
22962
|
],
|
|
24746
|
-
"iocs": {
|
|
24747
|
-
"payload_artifacts": [
|
|
24748
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
24749
|
-
],
|
|
24750
|
-
"behavioral": [
|
|
24751
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Sangoma FreePBX."
|
|
24752
|
-
],
|
|
24753
|
-
"version_exposure": [
|
|
24754
|
-
"Version inventory required for Sangoma FreePBX — confirm against vendor advisory."
|
|
24755
|
-
]
|
|
24756
|
-
},
|
|
24757
22963
|
"last_updated": "2026-05-18",
|
|
24758
22964
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-29; due date 2025-09-19. Notes reference: https://github.com/FreePBX/security-reporting/security/advisories/GHSA-m42g-xg4c-5f3h ; https://nvd.nist.gov/vuln/detail/CVE-2025-57819",
|
|
24759
22965
|
"_auto_imported": true,
|
|
@@ -24850,17 +23056,6 @@
|
|
|
24850
23056
|
"published_date": "2025-08-26"
|
|
24851
23057
|
}
|
|
24852
23058
|
],
|
|
24853
|
-
"iocs": {
|
|
24854
|
-
"payload_artifacts": [
|
|
24855
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
24856
|
-
],
|
|
24857
|
-
"behavioral": [
|
|
24858
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Citrix NetScaler."
|
|
24859
|
-
],
|
|
24860
|
-
"version_exposure": [
|
|
24861
|
-
"Version inventory required for Citrix NetScaler — confirm against vendor advisory."
|
|
24862
|
-
]
|
|
24863
|
-
},
|
|
24864
23059
|
"last_updated": "2026-05-18",
|
|
24865
23060
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-26; due date 2025-08-28. Notes reference: https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX694938 ; https://nvd.nist.gov/vuln/detail/CVE-2025-7775",
|
|
24866
23061
|
"_auto_imported": true,
|
|
@@ -24962,17 +23157,6 @@
|
|
|
24962
23157
|
"published_date": "2025-08-25"
|
|
24963
23158
|
}
|
|
24964
23159
|
],
|
|
24965
|
-
"iocs": {
|
|
24966
|
-
"payload_artifacts": [
|
|
24967
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
24968
|
-
],
|
|
24969
|
-
"behavioral": [
|
|
24970
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Git Git."
|
|
24971
|
-
],
|
|
24972
|
-
"version_exposure": [
|
|
24973
|
-
"Version inventory required for Git Git — confirm against vendor advisory."
|
|
24974
|
-
]
|
|
24975
|
-
},
|
|
24976
23160
|
"last_updated": "2026-05-18",
|
|
24977
23161
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-25; due date 2025-09-15. Notes reference: This vulnerability affects a common open-source component, third-party library, or a protocol used by different products. For more information, please see: https://github.com/git/git/security/advisori",
|
|
24978
23162
|
"_auto_imported": true,
|
|
@@ -25068,17 +23252,6 @@
|
|
|
25068
23252
|
"published_date": "2025-08-25"
|
|
25069
23253
|
}
|
|
25070
23254
|
],
|
|
25071
|
-
"iocs": {
|
|
25072
|
-
"payload_artifacts": [
|
|
25073
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
25074
|
-
],
|
|
25075
|
-
"behavioral": [
|
|
25076
|
-
"Vendor-product-specific observations: monitor for unexpected privilege transitions on assets running Citrix Session Recording."
|
|
25077
|
-
],
|
|
25078
|
-
"version_exposure": [
|
|
25079
|
-
"Version inventory required for Citrix Session Recording — confirm against vendor advisory."
|
|
25080
|
-
]
|
|
25081
|
-
},
|
|
25082
23255
|
"last_updated": "2026-05-18",
|
|
25083
23256
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-25; due date 2025-09-15. Notes reference: https://support.citrix.com/external/article/691941/citrix-session-recording-security-bullet.html ; https://nvd.nist.gov/vuln/detail/CVE-2024-8068",
|
|
25084
23257
|
"_auto_imported": true,
|
|
@@ -25175,17 +23348,6 @@
|
|
|
25175
23348
|
"published_date": "2025-08-25"
|
|
25176
23349
|
}
|
|
25177
23350
|
],
|
|
25178
|
-
"iocs": {
|
|
25179
|
-
"payload_artifacts": [
|
|
25180
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
25181
|
-
],
|
|
25182
|
-
"behavioral": [
|
|
25183
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Citrix Session Recording."
|
|
25184
|
-
],
|
|
25185
|
-
"version_exposure": [
|
|
25186
|
-
"Version inventory required for Citrix Session Recording — confirm against vendor advisory."
|
|
25187
|
-
]
|
|
25188
|
-
},
|
|
25189
23351
|
"last_updated": "2026-05-18",
|
|
25190
23352
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-25; due date 2025-09-15. Notes reference: https://support.citrix.com/external/article/691941/citrix-session-recording-security-bullet.html ; https://nvd.nist.gov/vuln/detail/CVE-2024-8069",
|
|
25191
23353
|
"_auto_imported": true,
|
|
@@ -25282,17 +23444,6 @@
|
|
|
25282
23444
|
"published_date": "2025-08-18"
|
|
25283
23445
|
}
|
|
25284
23446
|
],
|
|
25285
|
-
"iocs": {
|
|
25286
|
-
"payload_artifacts": [
|
|
25287
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
25288
|
-
],
|
|
25289
|
-
"behavioral": [
|
|
25290
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Trend Micro Apex One."
|
|
25291
|
-
],
|
|
25292
|
-
"version_exposure": [
|
|
25293
|
-
"Version inventory required for Trend Micro Apex One — confirm against vendor advisory."
|
|
25294
|
-
]
|
|
25295
|
-
},
|
|
25296
23447
|
"last_updated": "2026-05-18",
|
|
25297
23448
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-18; due date 2025-09-08. Notes reference: https://success.trendmicro.com/en-US/solution/KA-0020652 ; N/A ; https://nvd.nist.gov/vuln/detail/CVE-2025-54948",
|
|
25298
23449
|
"_auto_imported": true,
|
|
@@ -25389,17 +23540,6 @@
|
|
|
25389
23540
|
"published_date": "2025-08-13"
|
|
25390
23541
|
}
|
|
25391
23542
|
],
|
|
25392
|
-
"iocs": {
|
|
25393
|
-
"payload_artifacts": [
|
|
25394
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
25395
|
-
],
|
|
25396
|
-
"behavioral": [
|
|
25397
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running N-able N-Central."
|
|
25398
|
-
],
|
|
25399
|
-
"version_exposure": [
|
|
25400
|
-
"Version inventory required for N-able N-Central — confirm against vendor advisory."
|
|
25401
|
-
]
|
|
25402
|
-
},
|
|
25403
23543
|
"last_updated": "2026-05-18",
|
|
25404
23544
|
"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",
|
|
25405
23545
|
"_auto_imported": true,
|
|
@@ -25496,17 +23636,6 @@
|
|
|
25496
23636
|
"published_date": "2025-08-13"
|
|
25497
23637
|
}
|
|
25498
23638
|
],
|
|
25499
|
-
"iocs": {
|
|
25500
|
-
"payload_artifacts": [
|
|
25501
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
25502
|
-
],
|
|
25503
|
-
"behavioral": [
|
|
25504
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running N-able N-Central."
|
|
25505
|
-
],
|
|
25506
|
-
"version_exposure": [
|
|
25507
|
-
"Version inventory required for N-able N-Central — confirm against vendor advisory."
|
|
25508
|
-
]
|
|
25509
|
-
},
|
|
25510
23639
|
"last_updated": "2026-05-18",
|
|
25511
23640
|
"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",
|
|
25512
23641
|
"_auto_imported": true,
|
|
@@ -25602,17 +23731,6 @@
|
|
|
25602
23731
|
"published_date": "2025-08-12"
|
|
25603
23732
|
}
|
|
25604
23733
|
],
|
|
25605
|
-
"iocs": {
|
|
25606
|
-
"payload_artifacts": [
|
|
25607
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
25608
|
-
],
|
|
25609
|
-
"behavioral": [
|
|
25610
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running RARLAB WinRAR."
|
|
25611
|
-
],
|
|
25612
|
-
"version_exposure": [
|
|
25613
|
-
"Version inventory required for RARLAB WinRAR — confirm against vendor advisory."
|
|
25614
|
-
]
|
|
25615
|
-
},
|
|
25616
23734
|
"last_updated": "2026-05-18",
|
|
25617
23735
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-12; due date 2025-09-02. Notes reference: https://www.win-rar.com/singlenewsview.html?&L=0&tx_ttnews%5Btt_news%5D=283&cHash=a64b4a8f662d3639dec8d65f47bc93c5 ; https://nvd.nist.gov/vuln/detail/CVE-2025-8088",
|
|
25618
23736
|
"_auto_imported": true,
|
|
@@ -25709,17 +23827,6 @@
|
|
|
25709
23827
|
"published_date": "2025-08-12"
|
|
25710
23828
|
}
|
|
25711
23829
|
],
|
|
25712
|
-
"iocs": {
|
|
25713
|
-
"payload_artifacts": [
|
|
25714
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
25715
|
-
],
|
|
25716
|
-
"behavioral": [
|
|
25717
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Office."
|
|
25718
|
-
],
|
|
25719
|
-
"version_exposure": [
|
|
25720
|
-
"Version inventory required for Microsoft Office — confirm against vendor advisory."
|
|
25721
|
-
]
|
|
25722
|
-
},
|
|
25723
23830
|
"last_updated": "2026-05-18",
|
|
25724
23831
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-12; due date 2025-09-02. Notes reference: https://learn.microsoft.com/en-us/security-updates/securitybulletins/2007/ms07-015 ; https://nvd.nist.gov/vuln/detail/CVE-2007-0671",
|
|
25725
23832
|
"_auto_imported": true,
|
|
@@ -25816,17 +23923,6 @@
|
|
|
25816
23923
|
"published_date": "2025-08-12"
|
|
25817
23924
|
}
|
|
25818
23925
|
],
|
|
25819
|
-
"iocs": {
|
|
25820
|
-
"payload_artifacts": [
|
|
25821
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
25822
|
-
],
|
|
25823
|
-
"behavioral": [
|
|
25824
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Internet Explorer."
|
|
25825
|
-
],
|
|
25826
|
-
"version_exposure": [
|
|
25827
|
-
"Version inventory required for Microsoft Internet Explorer — confirm against vendor advisory."
|
|
25828
|
-
]
|
|
25829
|
-
},
|
|
25830
23926
|
"last_updated": "2026-05-18",
|
|
25831
23927
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-12; due date 2025-09-02. Notes reference: https://learn.microsoft.com/en-us/security-updates/securitybulletins/2013/ms13-080 ; https://nvd.nist.gov/vuln/detail/CVE-2013-3893",
|
|
25832
23928
|
"_auto_imported": true,
|
|
@@ -25924,17 +24020,6 @@
|
|
|
25924
24020
|
"published_date": "2025-08-05"
|
|
25925
24021
|
}
|
|
25926
24022
|
],
|
|
25927
|
-
"iocs": {
|
|
25928
|
-
"payload_artifacts": [
|
|
25929
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
25930
|
-
],
|
|
25931
|
-
"behavioral": [
|
|
25932
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running D-Link DCS-2530L and DCS-2670L Devices."
|
|
25933
|
-
],
|
|
25934
|
-
"version_exposure": [
|
|
25935
|
-
"Version inventory required for D-Link DCS-2530L and DCS-2670L Devices — confirm against vendor advisory."
|
|
25936
|
-
]
|
|
25937
|
-
},
|
|
25938
24023
|
"last_updated": "2026-05-18",
|
|
25939
24024
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-05; due date 2025-08-26. Notes reference: https://support.dlink.com/productinfo.aspx?m=DCS-2530L ; https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10180 ; https://nvd.nist.gov/vuln/detail/CVE-2020-25078",
|
|
25940
24025
|
"_auto_imported": true,
|
|
@@ -26032,17 +24117,6 @@
|
|
|
26032
24117
|
"published_date": "2025-08-05"
|
|
26033
24118
|
}
|
|
26034
24119
|
],
|
|
26035
|
-
"iocs": {
|
|
26036
|
-
"payload_artifacts": [
|
|
26037
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
26038
|
-
],
|
|
26039
|
-
"behavioral": [
|
|
26040
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running D-Link DCS-2530L and DCS-2670L Devices."
|
|
26041
|
-
],
|
|
26042
|
-
"version_exposure": [
|
|
26043
|
-
"Version inventory required for D-Link DCS-2530L and DCS-2670L Devices — confirm against vendor advisory."
|
|
26044
|
-
]
|
|
26045
|
-
},
|
|
26046
24120
|
"last_updated": "2026-05-18",
|
|
26047
24121
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-05; due date 2025-08-26. Notes reference: https://support.dlink.com/productinfo.aspx?m=DCS-2530L ; https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10180 ; https://nvd.nist.gov/vuln/detail/CVE-2020-25079",
|
|
26048
24122
|
"_auto_imported": true,
|
|
@@ -26139,17 +24213,6 @@
|
|
|
26139
24213
|
"published_date": "2025-08-05"
|
|
26140
24214
|
}
|
|
26141
24215
|
],
|
|
26142
|
-
"iocs": {
|
|
26143
|
-
"payload_artifacts": [
|
|
26144
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
26145
|
-
],
|
|
26146
|
-
"behavioral": [
|
|
26147
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running D-Link DNR-322L."
|
|
26148
|
-
],
|
|
26149
|
-
"version_exposure": [
|
|
26150
|
-
"Version inventory required for D-Link DNR-322L — confirm against vendor advisory."
|
|
26151
|
-
]
|
|
26152
|
-
},
|
|
26153
24216
|
"last_updated": "2026-05-18",
|
|
26154
24217
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-05; due date 2025-08-26. Notes reference: https://www.dlink.com/uk/en/products/dnr-322l-cloud-network-video-recorder ; https://nvd.nist.gov/vuln/detail/CVE-2022-40799",
|
|
26155
24218
|
"_auto_imported": true,
|
|
@@ -26246,17 +24309,6 @@
|
|
|
26246
24309
|
"published_date": "2025-07-28"
|
|
26247
24310
|
}
|
|
26248
24311
|
],
|
|
26249
|
-
"iocs": {
|
|
26250
|
-
"payload_artifacts": [
|
|
26251
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
26252
|
-
],
|
|
26253
|
-
"behavioral": [
|
|
26254
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running PaperCut NG/MF."
|
|
26255
|
-
],
|
|
26256
|
-
"version_exposure": [
|
|
26257
|
-
"Version inventory required for PaperCut NG/MF — confirm against vendor advisory."
|
|
26258
|
-
]
|
|
26259
|
-
},
|
|
26260
24312
|
"last_updated": "2026-05-18",
|
|
26261
24313
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-28; due date 2025-08-18. Notes reference: https://www.papercut.com/kb/Main/SecurityBulletinJune2023 ; https://nvd.nist.gov/vuln/detail/CVE-2023-2533",
|
|
26262
24314
|
"_auto_imported": true,
|
|
@@ -26353,17 +24405,6 @@
|
|
|
26353
24405
|
"published_date": "2025-07-28"
|
|
26354
24406
|
}
|
|
26355
24407
|
],
|
|
26356
|
-
"iocs": {
|
|
26357
|
-
"payload_artifacts": [
|
|
26358
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
26359
|
-
],
|
|
26360
|
-
"behavioral": [
|
|
26361
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Cisco Identity Services Engine."
|
|
26362
|
-
],
|
|
26363
|
-
"version_exposure": [
|
|
26364
|
-
"Version inventory required for Cisco Identity Services Engine — confirm against vendor advisory."
|
|
26365
|
-
]
|
|
26366
|
-
},
|
|
26367
24408
|
"last_updated": "2026-05-18",
|
|
26368
24409
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-28; due date 2025-08-18. Notes reference: https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-ise-unauth-rce-ZAd2GnJ6 ; https://nvd.nist.gov/vuln/detail/CVE-2025-20337",
|
|
26369
24410
|
"_auto_imported": true,
|
|
@@ -26460,17 +24501,6 @@
|
|
|
26460
24501
|
"published_date": "2025-07-28"
|
|
26461
24502
|
}
|
|
26462
24503
|
],
|
|
26463
|
-
"iocs": {
|
|
26464
|
-
"payload_artifacts": [
|
|
26465
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
26466
|
-
],
|
|
26467
|
-
"behavioral": [
|
|
26468
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Cisco Identity Services Engine."
|
|
26469
|
-
],
|
|
26470
|
-
"version_exposure": [
|
|
26471
|
-
"Version inventory required for Cisco Identity Services Engine — confirm against vendor advisory."
|
|
26472
|
-
]
|
|
26473
|
-
},
|
|
26474
24504
|
"last_updated": "2026-05-18",
|
|
26475
24505
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-28; due date 2025-08-18. Notes reference: https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-ise-unauth-rce-ZAd2GnJ6 ; https://nvd.nist.gov/vuln/detail/CVE-2025-20281",
|
|
26476
24506
|
"_auto_imported": true,
|
|
@@ -26567,17 +24597,6 @@
|
|
|
26567
24597
|
"published_date": "2025-07-22"
|
|
26568
24598
|
}
|
|
26569
24599
|
],
|
|
26570
|
-
"iocs": {
|
|
26571
|
-
"payload_artifacts": [
|
|
26572
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
26573
|
-
],
|
|
26574
|
-
"behavioral": [
|
|
26575
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running SysAid SysAid On-Prem."
|
|
26576
|
-
],
|
|
26577
|
-
"version_exposure": [
|
|
26578
|
-
"Version inventory required for SysAid SysAid On-Prem — confirm against vendor advisory."
|
|
26579
|
-
]
|
|
26580
|
-
},
|
|
26581
24600
|
"last_updated": "2026-05-18",
|
|
26582
24601
|
"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",
|
|
26583
24602
|
"_auto_imported": true,
|
|
@@ -26674,17 +24693,6 @@
|
|
|
26674
24693
|
"published_date": "2025-07-22"
|
|
26675
24694
|
}
|
|
26676
24695
|
],
|
|
26677
|
-
"iocs": {
|
|
26678
|
-
"payload_artifacts": [
|
|
26679
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
26680
|
-
],
|
|
26681
|
-
"behavioral": [
|
|
26682
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running SysAid SysAid On-Prem."
|
|
26683
|
-
],
|
|
26684
|
-
"version_exposure": [
|
|
26685
|
-
"Version inventory required for SysAid SysAid On-Prem — confirm against vendor advisory."
|
|
26686
|
-
]
|
|
26687
|
-
},
|
|
26688
24696
|
"last_updated": "2026-05-18",
|
|
26689
24697
|
"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",
|
|
26690
24698
|
"_auto_imported": true,
|
|
@@ -26781,17 +24789,6 @@
|
|
|
26781
24789
|
"published_date": "2025-07-22"
|
|
26782
24790
|
}
|
|
26783
24791
|
],
|
|
26784
|
-
"iocs": {
|
|
26785
|
-
"payload_artifacts": [
|
|
26786
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
26787
|
-
],
|
|
26788
|
-
"behavioral": [
|
|
26789
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Google Chromium."
|
|
26790
|
-
],
|
|
26791
|
-
"version_exposure": [
|
|
26792
|
-
"Version inventory required for Google Chromium — confirm against vendor advisory."
|
|
26793
|
-
]
|
|
26794
|
-
},
|
|
26795
24792
|
"last_updated": "2026-05-18",
|
|
26796
24793
|
"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://chromereleases.googleblog.com/2025/07/stable-channel-update-for-desktop_15.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-6558",
|
|
26797
24794
|
"_auto_imported": true,
|
|
@@ -26888,17 +24885,6 @@
|
|
|
26888
24885
|
"published_date": "2025-07-22"
|
|
26889
24886
|
}
|
|
26890
24887
|
],
|
|
26891
|
-
"iocs": {
|
|
26892
|
-
"payload_artifacts": [
|
|
26893
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
26894
|
-
],
|
|
26895
|
-
"behavioral": [
|
|
26896
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running CrushFTP CrushFTP."
|
|
26897
|
-
],
|
|
26898
|
-
"version_exposure": [
|
|
26899
|
-
"Version inventory required for CrushFTP CrushFTP — confirm against vendor advisory."
|
|
26900
|
-
]
|
|
26901
|
-
},
|
|
26902
24888
|
"last_updated": "2026-05-18",
|
|
26903
24889
|
"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://www.crushftp.com/crush11wiki/Wiki.jsp?page=CompromiseJuly2025 ; https://nvd.nist.gov/vuln/detail/CVE-2025-54309 ",
|
|
26904
24890
|
"_auto_imported": true,
|
|
@@ -26999,17 +24985,6 @@
|
|
|
26999
24985
|
"published_date": "2025-07-22"
|
|
27000
24986
|
}
|
|
27001
24987
|
],
|
|
27002
|
-
"iocs": {
|
|
27003
|
-
"payload_artifacts": [
|
|
27004
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
27005
|
-
],
|
|
27006
|
-
"behavioral": [
|
|
27007
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft SharePoint."
|
|
27008
|
-
],
|
|
27009
|
-
"version_exposure": [
|
|
27010
|
-
"Version inventory required for Microsoft SharePoint — confirm against vendor advisory."
|
|
27011
|
-
]
|
|
27012
|
-
},
|
|
27013
24988
|
"last_updated": "2026-05-18",
|
|
27014
24989
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-22; due date 2025-07-23. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/alerts/2025/07/20/microsoft-releases-guidance-exploitation-sharepoint-vulnerability-cve-2025-53770; https://www.microsoft.com/en-us/secur",
|
|
27015
24990
|
"_auto_imported": true,
|
|
@@ -27110,17 +25085,6 @@
|
|
|
27110
25085
|
"published_date": "2025-07-22"
|
|
27111
25086
|
}
|
|
27112
25087
|
],
|
|
27113
|
-
"iocs": {
|
|
27114
|
-
"payload_artifacts": [
|
|
27115
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
27116
|
-
],
|
|
27117
|
-
"behavioral": [
|
|
27118
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Microsoft SharePoint."
|
|
27119
|
-
],
|
|
27120
|
-
"version_exposure": [
|
|
27121
|
-
"Version inventory required for Microsoft SharePoint — confirm against vendor advisory."
|
|
27122
|
-
]
|
|
27123
|
-
},
|
|
27124
25088
|
"last_updated": "2026-05-18",
|
|
27125
25089
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-22; due date 2025-07-23. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/alerts/2025/07/20/microsoft-releases-guidance-exploitation-sharepoint-vulnerability-cve-2025-53770 ; https://www.microsoft.com/en-us/secu",
|
|
27126
25090
|
"_auto_imported": true,
|
|
@@ -27221,17 +25185,6 @@
|
|
|
27221
25185
|
"published_date": "2025-07-20"
|
|
27222
25186
|
}
|
|
27223
25187
|
],
|
|
27224
|
-
"iocs": {
|
|
27225
|
-
"payload_artifacts": [
|
|
27226
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
27227
|
-
],
|
|
27228
|
-
"behavioral": [
|
|
27229
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft SharePoint."
|
|
27230
|
-
],
|
|
27231
|
-
"version_exposure": [
|
|
27232
|
-
"Version inventory required for Microsoft SharePoint — confirm against vendor advisory."
|
|
27233
|
-
]
|
|
27234
|
-
},
|
|
27235
25188
|
"last_updated": "2026-05-18",
|
|
27236
25189
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-20; due date 2025-07-21. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/alerts/2025/07/20/microsoft-releases-guidance-exploitation-sharepoint-vulnerability-cve-2025-53770; https://www.microsoft.com/en-us/secur",
|
|
27237
25190
|
"_auto_imported": true,
|
|
@@ -27328,17 +25281,6 @@
|
|
|
27328
25281
|
"published_date": "2025-07-18"
|
|
27329
25282
|
}
|
|
27330
25283
|
],
|
|
27331
|
-
"iocs": {
|
|
27332
|
-
"payload_artifacts": [
|
|
27333
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
27334
|
-
],
|
|
27335
|
-
"behavioral": [
|
|
27336
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Fortinet FortiWeb."
|
|
27337
|
-
],
|
|
27338
|
-
"version_exposure": [
|
|
27339
|
-
"Version inventory required for Fortinet FortiWeb — confirm against vendor advisory."
|
|
27340
|
-
]
|
|
27341
|
-
},
|
|
27342
25284
|
"last_updated": "2026-05-18",
|
|
27343
25285
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-18; due date 2025-08-08. Notes reference: https://fortiguard.fortinet.com/psirt/FG-IR-25-151 ; https://nvd.nist.gov/vuln/detail/CVE-2025-25257",
|
|
27344
25286
|
"_auto_imported": true,
|
|
@@ -27435,17 +25377,6 @@
|
|
|
27435
25377
|
"published_date": "2025-07-14"
|
|
27436
25378
|
}
|
|
27437
25379
|
],
|
|
27438
|
-
"iocs": {
|
|
27439
|
-
"payload_artifacts": [
|
|
27440
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
27441
|
-
],
|
|
27442
|
-
"behavioral": [
|
|
27443
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Wing FTP Server Wing FTP Server."
|
|
27444
|
-
],
|
|
27445
|
-
"version_exposure": [
|
|
27446
|
-
"Version inventory required for Wing FTP Server Wing FTP Server — confirm against vendor advisory."
|
|
27447
|
-
]
|
|
27448
|
-
},
|
|
27449
25380
|
"last_updated": "2026-05-18",
|
|
27450
25381
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-14; due date 2025-08-04. Notes reference: https://www.wftpserver.com/serverhistory.htm ; https://nvd.nist.gov/vuln/detail/CVE-2025-47812",
|
|
27451
25382
|
"_auto_imported": true,
|
|
@@ -27543,17 +25474,6 @@
|
|
|
27543
25474
|
"published_date": "2025-07-10"
|
|
27544
25475
|
}
|
|
27545
25476
|
],
|
|
27546
|
-
"iocs": {
|
|
27547
|
-
"payload_artifacts": [
|
|
27548
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
27549
|
-
],
|
|
27550
|
-
"behavioral": [
|
|
27551
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Citrix NetScaler ADC and Gateway."
|
|
27552
|
-
],
|
|
27553
|
-
"version_exposure": [
|
|
27554
|
-
"Version inventory required for Citrix NetScaler ADC and Gateway — confirm against vendor advisory."
|
|
27555
|
-
]
|
|
27556
|
-
},
|
|
27557
25477
|
"last_updated": "2026-05-18",
|
|
27558
25478
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-10; due date 2025-07-11. Notes reference: https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX693420 ; https://nvd.nist.gov/vuln/detail/CVE-2025-5777",
|
|
27559
25479
|
"_auto_imported": true,
|
|
@@ -27651,17 +25571,6 @@
|
|
|
27651
25571
|
"published_date": "2025-07-07"
|
|
27652
25572
|
}
|
|
27653
25573
|
],
|
|
27654
|
-
"iocs": {
|
|
27655
|
-
"payload_artifacts": [
|
|
27656
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
27657
|
-
],
|
|
27658
|
-
"behavioral": [
|
|
27659
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Synacor Zimbra Collaboration Suite (ZCS)."
|
|
27660
|
-
],
|
|
27661
|
-
"version_exposure": [
|
|
27662
|
-
"Version inventory required for Synacor Zimbra Collaboration Suite (ZCS) — confirm against vendor advisory."
|
|
27663
|
-
]
|
|
27664
|
-
},
|
|
27665
25574
|
"last_updated": "2026-05-18",
|
|
27666
25575
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-07; due date 2025-07-28. Notes reference: https://wiki.zimbra.com/wiki/Zimbra_Security_Advisories ; https://wiki.zimbra.com/wiki/Security_Center ; https://nvd.nist.gov/vuln/detail/CVE-2019-9621",
|
|
27667
25576
|
"_auto_imported": true,
|
|
@@ -27757,17 +25666,6 @@
|
|
|
27757
25666
|
"published_date": "2025-07-07"
|
|
27758
25667
|
}
|
|
27759
25668
|
],
|
|
27760
|
-
"iocs": {
|
|
27761
|
-
"payload_artifacts": [
|
|
27762
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
27763
|
-
],
|
|
27764
|
-
"behavioral": [
|
|
27765
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Rails Ruby on Rails."
|
|
27766
|
-
],
|
|
27767
|
-
"version_exposure": [
|
|
27768
|
-
"Version inventory required for Rails Ruby on Rails — confirm against vendor advisory."
|
|
27769
|
-
]
|
|
27770
|
-
},
|
|
27771
25669
|
"last_updated": "2026-05-18",
|
|
27772
25670
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-07; due date 2025-07-28. Notes reference: https://web.archive.org/web/20190313201629/https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/ ; https://nvd.nist.gov/vuln/detail/CVE-2019-5418",
|
|
27773
25671
|
"_auto_imported": true,
|
|
@@ -27866,17 +25764,6 @@
|
|
|
27866
25764
|
"published_date": "2025-07-07"
|
|
27867
25765
|
}
|
|
27868
25766
|
],
|
|
27869
|
-
"iocs": {
|
|
27870
|
-
"payload_artifacts": [
|
|
27871
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
27872
|
-
],
|
|
27873
|
-
"behavioral": [
|
|
27874
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running PHP PHPMailer."
|
|
27875
|
-
],
|
|
27876
|
-
"version_exposure": [
|
|
27877
|
-
"Version inventory required for PHP PHPMailer — confirm against vendor advisory."
|
|
27878
|
-
]
|
|
27879
|
-
},
|
|
27880
25767
|
"last_updated": "2026-05-18",
|
|
27881
25768
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-07; due date 2025-07-28. Notes reference: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https",
|
|
27882
25769
|
"_auto_imported": true,
|
|
@@ -27972,17 +25859,6 @@
|
|
|
27972
25859
|
"published_date": "2025-07-07"
|
|
27973
25860
|
}
|
|
27974
25861
|
],
|
|
27975
|
-
"iocs": {
|
|
27976
|
-
"payload_artifacts": [
|
|
27977
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
27978
|
-
],
|
|
27979
|
-
"behavioral": [
|
|
27980
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Looking Glass Multi-Router Looking Glass (MRLG)."
|
|
27981
|
-
],
|
|
27982
|
-
"version_exposure": [
|
|
27983
|
-
"Version inventory required for Looking Glass Multi-Router Looking Glass (MRLG) — confirm against vendor advisory."
|
|
27984
|
-
]
|
|
27985
|
-
},
|
|
27986
25862
|
"last_updated": "2026-05-18",
|
|
27987
25863
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-07; due date 2025-07-28. Notes reference: https://mrlg.op-sec.us/ ; https://nvd.nist.gov/vuln/detail/CVE-2014-3931",
|
|
27988
25864
|
"_auto_imported": true,
|
|
@@ -28079,17 +25955,6 @@
|
|
|
28079
25955
|
"published_date": "2025-07-02"
|
|
28080
25956
|
}
|
|
28081
25957
|
],
|
|
28082
|
-
"iocs": {
|
|
28083
|
-
"payload_artifacts": [
|
|
28084
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
28085
|
-
],
|
|
28086
|
-
"behavioral": [
|
|
28087
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Google Chromium V8."
|
|
28088
|
-
],
|
|
28089
|
-
"version_exposure": [
|
|
28090
|
-
"Version inventory required for Google Chromium V8 — confirm against vendor advisory."
|
|
28091
|
-
]
|
|
28092
|
-
},
|
|
28093
25958
|
"last_updated": "2026-05-18",
|
|
28094
25959
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-02; due date 2025-07-23. Notes reference: https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop_30.html?m=1 ; https://nvd.nist.gov/vuln/detail/CVE-2025-6554",
|
|
28095
25960
|
"_auto_imported": true,
|
|
@@ -28178,17 +26043,6 @@
|
|
|
28178
26043
|
"published_date": "2025-07-01"
|
|
28179
26044
|
}
|
|
28180
26045
|
],
|
|
28181
|
-
"iocs": {
|
|
28182
|
-
"payload_artifacts": [
|
|
28183
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
28184
|
-
],
|
|
28185
|
-
"behavioral": [
|
|
28186
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running TeleMessage TM SGNL."
|
|
28187
|
-
],
|
|
28188
|
-
"version_exposure": [
|
|
28189
|
-
"Version inventory required for TeleMessage TM SGNL — confirm against vendor advisory."
|
|
28190
|
-
]
|
|
28191
|
-
},
|
|
28192
26046
|
"last_updated": "2026-05-18",
|
|
28193
26047
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-01; due date 2025-07-22. Notes reference: It is recommended that mitigations be applied per vendor instructions if available. If these instructions cannot be located or if mitigations are unavailable, discontinue use of the product. ; https:/",
|
|
28194
26048
|
"_auto_imported": true,
|
|
@@ -28277,17 +26131,6 @@
|
|
|
28277
26131
|
"published_date": "2025-07-01"
|
|
28278
26132
|
}
|
|
28279
26133
|
],
|
|
28280
|
-
"iocs": {
|
|
28281
|
-
"payload_artifacts": [
|
|
28282
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
28283
|
-
],
|
|
28284
|
-
"behavioral": [
|
|
28285
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running TeleMessage TM SGNL."
|
|
28286
|
-
],
|
|
28287
|
-
"version_exposure": [
|
|
28288
|
-
"Version inventory required for TeleMessage TM SGNL — confirm against vendor advisory."
|
|
28289
|
-
]
|
|
28290
|
-
},
|
|
28291
26134
|
"last_updated": "2026-05-18",
|
|
28292
26135
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-01; due date 2025-07-22. Notes reference: It is recommended that mitigations be applied per vendor instructions if available. If these instructions cannot be located or if mitigations are unavailable, discontinue use of the product. ; https:/",
|
|
28293
26136
|
"_auto_imported": true,
|
|
@@ -28384,17 +26227,6 @@
|
|
|
28384
26227
|
"published_date": "2025-06-30"
|
|
28385
26228
|
}
|
|
28386
26229
|
],
|
|
28387
|
-
"iocs": {
|
|
28388
|
-
"payload_artifacts": [
|
|
28389
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
28390
|
-
],
|
|
28391
|
-
"behavioral": [
|
|
28392
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Citrix NetScaler ADC and Gateway."
|
|
28393
|
-
],
|
|
28394
|
-
"version_exposure": [
|
|
28395
|
-
"Version inventory required for Citrix NetScaler ADC and Gateway — confirm against vendor advisory."
|
|
28396
|
-
]
|
|
28397
|
-
},
|
|
28398
26230
|
"last_updated": "2026-05-18",
|
|
28399
26231
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-30; due date 2025-07-21. Notes reference: https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX694788 ; https://www.netscaler.com/blog/news/netscaler-critical-security-updates-for-cve-2025-6543-and-cve-2025-5777/ ; http",
|
|
28400
26232
|
"_auto_imported": true,
|
|
@@ -28493,17 +26325,6 @@
|
|
|
28493
26325
|
"published_date": "2025-06-25"
|
|
28494
26326
|
}
|
|
28495
26327
|
],
|
|
28496
|
-
"iocs": {
|
|
28497
|
-
"payload_artifacts": [
|
|
28498
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
28499
|
-
],
|
|
28500
|
-
"behavioral": [
|
|
28501
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Fortinet FortiOS."
|
|
28502
|
-
],
|
|
28503
|
-
"version_exposure": [
|
|
28504
|
-
"Version inventory required for Fortinet FortiOS — confirm against vendor advisory."
|
|
28505
|
-
]
|
|
28506
|
-
},
|
|
28507
26328
|
"last_updated": "2026-05-18",
|
|
28508
26329
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-25; due date 2025-07-16. Notes reference: https://fortiguard.com/advisory/FG-IR-19-007 ; https://nvd.nist.gov/vuln/detail/CVE-2019-6693",
|
|
28509
26330
|
"_auto_imported": true,
|
|
@@ -28599,17 +26420,6 @@
|
|
|
28599
26420
|
"published_date": "2025-06-25"
|
|
28600
26421
|
}
|
|
28601
26422
|
],
|
|
28602
|
-
"iocs": {
|
|
28603
|
-
"payload_artifacts": [
|
|
28604
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
28605
|
-
],
|
|
28606
|
-
"behavioral": [
|
|
28607
|
-
"Vendor-product-specific observations: monitor for unexpected privilege transitions on assets running D-Link DIR-859 Router."
|
|
28608
|
-
],
|
|
28609
|
-
"version_exposure": [
|
|
28610
|
-
"Version inventory required for D-Link DIR-859 Router — confirm against vendor advisory."
|
|
28611
|
-
]
|
|
28612
|
-
},
|
|
28613
26423
|
"last_updated": "2026-05-18",
|
|
28614
26424
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-25; due date 2025-07-16. Notes reference: https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10371 ; https://nvd.nist.gov/vuln/detail/CVE-2024-0769",
|
|
28615
26425
|
"_auto_imported": true,
|
|
@@ -28707,17 +26517,6 @@
|
|
|
28707
26517
|
"published_date": "2025-06-25"
|
|
28708
26518
|
}
|
|
28709
26519
|
],
|
|
28710
|
-
"iocs": {
|
|
28711
|
-
"payload_artifacts": [
|
|
28712
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
28713
|
-
],
|
|
28714
|
-
"behavioral": [
|
|
28715
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running AMI MegaRAC SPx."
|
|
28716
|
-
],
|
|
28717
|
-
"version_exposure": [
|
|
28718
|
-
"Version inventory required for AMI MegaRAC SPx — confirm against vendor advisory."
|
|
28719
|
-
]
|
|
28720
|
-
},
|
|
28721
26520
|
"last_updated": "2026-05-18",
|
|
28722
26521
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-25; due date 2025-07-16. Notes reference: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https",
|
|
28723
26522
|
"_auto_imported": true,
|
|
@@ -28816,17 +26615,6 @@
|
|
|
28816
26615
|
"published_date": "2025-06-17"
|
|
28817
26616
|
}
|
|
28818
26617
|
],
|
|
28819
|
-
"iocs": {
|
|
28820
|
-
"payload_artifacts": [
|
|
28821
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
28822
|
-
],
|
|
28823
|
-
"behavioral": [
|
|
28824
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Linux Kernel."
|
|
28825
|
-
],
|
|
28826
|
-
"version_exposure": [
|
|
28827
|
-
"Version inventory required for Linux Kernel — confirm against vendor advisory."
|
|
28828
|
-
]
|
|
28829
|
-
},
|
|
28830
26618
|
"last_updated": "2026-05-18",
|
|
28831
26619
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-17; due date 2025-07-08. Notes reference: This vulnerability affects a common open-source component, third-party library, or a protocol used by different products. For more information, please see: https://git.kernel.org/pub/scm/linux/kernel/",
|
|
28832
26620
|
"_auto_imported": true,
|
|
@@ -28923,17 +26711,6 @@
|
|
|
28923
26711
|
"published_date": "2025-06-16"
|
|
28924
26712
|
}
|
|
28925
26713
|
],
|
|
28926
|
-
"iocs": {
|
|
28927
|
-
"payload_artifacts": [
|
|
28928
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
28929
|
-
],
|
|
28930
|
-
"behavioral": [
|
|
28931
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running TP-Link Multiple Routers."
|
|
28932
|
-
],
|
|
28933
|
-
"version_exposure": [
|
|
28934
|
-
"Version inventory required for TP-Link Multiple Routers — confirm against vendor advisory."
|
|
28935
|
-
]
|
|
28936
|
-
},
|
|
28937
26714
|
"last_updated": "2026-05-18",
|
|
28938
26715
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-16; due date 2025-07-07. Notes reference: https://www.tp-link.com/nordic/support/faq/3562/ ; https://nvd.nist.gov/vuln/detail/CVE-2023-33538",
|
|
28939
26716
|
"_auto_imported": true,
|
|
@@ -29036,17 +26813,6 @@
|
|
|
29036
26813
|
"published_date": "2025-06-16"
|
|
29037
26814
|
}
|
|
29038
26815
|
],
|
|
29039
|
-
"iocs": {
|
|
29040
|
-
"payload_artifacts": [
|
|
29041
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
29042
|
-
],
|
|
29043
|
-
"behavioral": [
|
|
29044
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Apple Multiple Products."
|
|
29045
|
-
],
|
|
29046
|
-
"version_exposure": [
|
|
29047
|
-
"Version inventory required for Apple Multiple Products — confirm against vendor advisory."
|
|
29048
|
-
]
|
|
29049
|
-
},
|
|
29050
26816
|
"last_updated": "2026-05-18",
|
|
29051
26817
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-16; due date 2025-07-07. Notes reference: https://support.apple.com/en-us/122174 ; https://support.apple.com/en-us/122173 ; https://support.apple.com/en-us/122900 ; https://support.apple.com/en-us/122901 ; https://support.apple.com/en-us/1229",
|
|
29052
26818
|
"_auto_imported": true,
|
|
@@ -29143,17 +26909,6 @@
|
|
|
29143
26909
|
"published_date": "2025-06-10"
|
|
29144
26910
|
}
|
|
29145
26911
|
],
|
|
29146
|
-
"iocs": {
|
|
29147
|
-
"payload_artifacts": [
|
|
29148
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
29149
|
-
],
|
|
29150
|
-
"behavioral": [
|
|
29151
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
29152
|
-
],
|
|
29153
|
-
"version_exposure": [
|
|
29154
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
29155
|
-
]
|
|
29156
|
-
},
|
|
29157
26912
|
"last_updated": "2026-05-18",
|
|
29158
26913
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-10; due date 2025-07-01. Notes reference: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-33053 ; https://nvd.nist.gov/vuln/detail/CVE-2025-33053",
|
|
29159
26914
|
"_auto_imported": true,
|
|
@@ -29251,17 +27006,6 @@
|
|
|
29251
27006
|
"published_date": "2025-06-10"
|
|
29252
27007
|
}
|
|
29253
27008
|
],
|
|
29254
|
-
"iocs": {
|
|
29255
|
-
"payload_artifacts": [
|
|
29256
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
29257
|
-
],
|
|
29258
|
-
"behavioral": [
|
|
29259
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Wazuh Wazuh Server."
|
|
29260
|
-
],
|
|
29261
|
-
"version_exposure": [
|
|
29262
|
-
"Version inventory required for Wazuh Wazuh Server — confirm against vendor advisory."
|
|
29263
|
-
]
|
|
29264
|
-
},
|
|
29265
27009
|
"last_updated": "2026-05-18",
|
|
29266
27010
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-10; due date 2025-07-01. Notes reference: https://wazuh.com/blog/addressing-the-cve-2025-24016-vulnerability/ ; https://github.com/wazuh/wazuh/security/advisories/GHSA-hcrc-79hj-m3qh ; https://nvd.nist.gov/vuln/detail/CVE-2025-24016",
|
|
29267
27011
|
"_auto_imported": true,
|
|
@@ -29357,17 +27101,6 @@
|
|
|
29357
27101
|
"published_date": "2025-06-09"
|
|
29358
27102
|
}
|
|
29359
27103
|
],
|
|
29360
|
-
"iocs": {
|
|
29361
|
-
"payload_artifacts": [
|
|
29362
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
29363
|
-
],
|
|
29364
|
-
"behavioral": [
|
|
29365
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Roundcube Webmail."
|
|
29366
|
-
],
|
|
29367
|
-
"version_exposure": [
|
|
29368
|
-
"Version inventory required for Roundcube Webmail — confirm against vendor advisory."
|
|
29369
|
-
]
|
|
29370
|
-
},
|
|
29371
27104
|
"last_updated": "2026-05-18",
|
|
29372
27105
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-09; due date 2025-06-30. Notes reference: https://roundcube.net/news/2024/08/04/security-updates-1.6.8-and-1.5.8 ; https://nvd.nist.gov/vuln/detail/CVE-2024-42009",
|
|
29373
27106
|
"_auto_imported": true,
|
|
@@ -29465,17 +27198,6 @@
|
|
|
29465
27198
|
"published_date": "2025-06-09"
|
|
29466
27199
|
}
|
|
29467
27200
|
],
|
|
29468
|
-
"iocs": {
|
|
29469
|
-
"payload_artifacts": [
|
|
29470
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
29471
|
-
],
|
|
29472
|
-
"behavioral": [
|
|
29473
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Erlang Erlang/OTP."
|
|
29474
|
-
],
|
|
29475
|
-
"version_exposure": [
|
|
29476
|
-
"Version inventory required for Erlang Erlang/OTP — confirm against vendor advisory."
|
|
29477
|
-
]
|
|
29478
|
-
},
|
|
29479
27201
|
"last_updated": "2026-05-18",
|
|
29480
27202
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-09; due date 2025-06-30. Notes reference: This vulnerability affects a common open-source project, third-party library, or a protocol used by different products. For more information, please see: https://github.com/erlang/otp/security/advisor",
|
|
29481
27203
|
"_auto_imported": true,
|
|
@@ -29572,17 +27294,6 @@
|
|
|
29572
27294
|
"published_date": "2025-06-05"
|
|
29573
27295
|
}
|
|
29574
27296
|
],
|
|
29575
|
-
"iocs": {
|
|
29576
|
-
"payload_artifacts": [
|
|
29577
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
29578
|
-
],
|
|
29579
|
-
"behavioral": [
|
|
29580
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Google Chromium V8."
|
|
29581
|
-
],
|
|
29582
|
-
"version_exposure": [
|
|
29583
|
-
"Version inventory required for Google Chromium V8 — confirm against vendor advisory."
|
|
29584
|
-
]
|
|
29585
|
-
},
|
|
29586
27297
|
"last_updated": "2026-05-18",
|
|
29587
27298
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-05; due date 2025-06-26. Notes reference: https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop.html; https://nvd.nist.gov/vuln/detail/CVE-2025-5419\",",
|
|
29588
27299
|
"_auto_imported": true,
|
|
@@ -29678,17 +27389,6 @@
|
|
|
29678
27389
|
"published_date": "2025-06-03"
|
|
29679
27390
|
}
|
|
29680
27391
|
],
|
|
29681
|
-
"iocs": {
|
|
29682
|
-
"payload_artifacts": [
|
|
29683
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
29684
|
-
],
|
|
29685
|
-
"behavioral": [
|
|
29686
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Qualcomm Multiple Chipsets."
|
|
29687
|
-
],
|
|
29688
|
-
"version_exposure": [
|
|
29689
|
-
"Version inventory required for Qualcomm Multiple Chipsets — confirm against vendor advisory."
|
|
29690
|
-
]
|
|
29691
|
-
},
|
|
29692
27392
|
"last_updated": "2026-05-18",
|
|
29693
27393
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-03; due date 2025-06-24. Notes reference: Please check with specific vendors (OEMs,) for information on patching status. For more information, please see: https://docs.qualcomm.com/product/publicresources/securitybulletin/june-2025-bulletin.h",
|
|
29694
27394
|
"_auto_imported": true,
|
|
@@ -29784,17 +27484,6 @@
|
|
|
29784
27484
|
"published_date": "2025-06-03"
|
|
29785
27485
|
}
|
|
29786
27486
|
],
|
|
29787
|
-
"iocs": {
|
|
29788
|
-
"payload_artifacts": [
|
|
29789
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
29790
|
-
],
|
|
29791
|
-
"behavioral": [
|
|
29792
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Qualcomm Multiple Chipsets."
|
|
29793
|
-
],
|
|
29794
|
-
"version_exposure": [
|
|
29795
|
-
"Version inventory required for Qualcomm Multiple Chipsets — confirm against vendor advisory."
|
|
29796
|
-
]
|
|
29797
|
-
},
|
|
29798
27487
|
"last_updated": "2026-05-18",
|
|
29799
27488
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-03; due date 2025-06-24. Notes reference: Please check with specific vendors (OEMs,) for information on patching status. For more information, please see: https://docs.qualcomm.com/product/publicresources/securitybulletin/june-2025-bulletin.h",
|
|
29800
27489
|
"_auto_imported": true,
|
|
@@ -29890,17 +27579,6 @@
|
|
|
29890
27579
|
"published_date": "2025-06-03"
|
|
29891
27580
|
}
|
|
29892
27581
|
],
|
|
29893
|
-
"iocs": {
|
|
29894
|
-
"payload_artifacts": [
|
|
29895
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
29896
|
-
],
|
|
29897
|
-
"behavioral": [
|
|
29898
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Qualcomm Multiple Chipsets."
|
|
29899
|
-
],
|
|
29900
|
-
"version_exposure": [
|
|
29901
|
-
"Version inventory required for Qualcomm Multiple Chipsets — confirm against vendor advisory."
|
|
29902
|
-
]
|
|
29903
|
-
},
|
|
29904
27582
|
"last_updated": "2026-05-18",
|
|
29905
27583
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-03; due date 2025-06-24. Notes reference: Please check with specific vendors (OEMs,) for information on patching status. For more information, please see: https://docs.qualcomm.com/product/publicresources/securitybulletin/june-2025-bulletin.h",
|
|
29906
27584
|
"_auto_imported": true,
|
|
@@ -29998,17 +27676,6 @@
|
|
|
29998
27676
|
"published_date": "2025-06-02"
|
|
29999
27677
|
}
|
|
30000
27678
|
],
|
|
30001
|
-
"iocs": {
|
|
30002
|
-
"payload_artifacts": [
|
|
30003
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
30004
|
-
],
|
|
30005
|
-
"behavioral": [
|
|
30006
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running ASUS Routers."
|
|
30007
|
-
],
|
|
30008
|
-
"version_exposure": [
|
|
30009
|
-
"Version inventory required for ASUS Routers — confirm against vendor advisory."
|
|
30010
|
-
]
|
|
30011
|
-
},
|
|
30012
27679
|
"last_updated": "2026-05-18",
|
|
30013
27680
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-02; due date 2025-06-23. Notes reference: https://www.asus.com/us/supportonly/lyra%20mini/helpdesk_bios/ ; https://www.asus.com/us/supportonly/rog%20rapture%20gt-ac2900/helpdesk_bios/; https://nvd.nist.gov/vuln/detail/CVE-2021-32030",
|
|
30014
27681
|
"_auto_imported": true,
|
|
@@ -30105,17 +27772,6 @@
|
|
|
30105
27772
|
"published_date": "2025-06-02"
|
|
30106
27773
|
}
|
|
30107
27774
|
],
|
|
30108
|
-
"iocs": {
|
|
30109
|
-
"payload_artifacts": [
|
|
30110
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
30111
|
-
],
|
|
30112
|
-
"behavioral": [
|
|
30113
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running ConnectWise ScreenConnect."
|
|
30114
|
-
],
|
|
30115
|
-
"version_exposure": [
|
|
30116
|
-
"Version inventory required for ConnectWise ScreenConnect — confirm against vendor advisory."
|
|
30117
|
-
]
|
|
30118
|
-
},
|
|
30119
27775
|
"last_updated": "2026-05-18",
|
|
30120
27776
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-02; due date 2025-06-23. Notes reference: https://www.connectwise.com/company/trust/security-bulletins/screenconnect-security-patch-2025.4 ; https://nvd.nist.gov/vuln/detail/CVE-2025-3935",
|
|
30121
27777
|
"_auto_imported": true,
|
|
@@ -30212,17 +27868,6 @@
|
|
|
30212
27868
|
"published_date": "2025-06-02"
|
|
30213
27869
|
}
|
|
30214
27870
|
],
|
|
30215
|
-
"iocs": {
|
|
30216
|
-
"payload_artifacts": [
|
|
30217
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
30218
|
-
],
|
|
30219
|
-
"behavioral": [
|
|
30220
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Craft CMS Craft CMS."
|
|
30221
|
-
],
|
|
30222
|
-
"version_exposure": [
|
|
30223
|
-
"Version inventory required for Craft CMS Craft CMS — confirm against vendor advisory."
|
|
30224
|
-
]
|
|
30225
|
-
},
|
|
30226
27871
|
"last_updated": "2026-05-18",
|
|
30227
27872
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-02; due date 2025-06-23. Notes reference: https://github.com/craftcms/cms/pull/17220 ; https://nvd.nist.gov/vuln/detail/CVE-2025-35939",
|
|
30228
27873
|
"_auto_imported": true,
|
|
@@ -30319,17 +27964,6 @@
|
|
|
30319
27964
|
"published_date": "2025-06-02"
|
|
30320
27965
|
}
|
|
30321
27966
|
],
|
|
30322
|
-
"iocs": {
|
|
30323
|
-
"payload_artifacts": [
|
|
30324
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
30325
|
-
],
|
|
30326
|
-
"behavioral": [
|
|
30327
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Craft CMS Craft CMS."
|
|
30328
|
-
],
|
|
30329
|
-
"version_exposure": [
|
|
30330
|
-
"Version inventory required for Craft CMS Craft CMS — confirm against vendor advisory."
|
|
30331
|
-
]
|
|
30332
|
-
},
|
|
30333
27967
|
"last_updated": "2026-05-18",
|
|
30334
27968
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-02; due date 2025-06-23. Notes reference: https://github.com/craftcms/cms/security/advisories/GHSA-2p6p-9rc9-62j9 ; https://nvd.nist.gov/vuln/detail/CVE-2024-56145",
|
|
30335
27969
|
"_auto_imported": true,
|
|
@@ -30427,17 +28061,6 @@
|
|
|
30427
28061
|
"published_date": "2025-06-02"
|
|
30428
28062
|
}
|
|
30429
28063
|
],
|
|
30430
|
-
"iocs": {
|
|
30431
|
-
"payload_artifacts": [
|
|
30432
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
30433
|
-
],
|
|
30434
|
-
"behavioral": [
|
|
30435
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running ASUS RT-AX55 Routers."
|
|
30436
|
-
],
|
|
30437
|
-
"version_exposure": [
|
|
30438
|
-
"Version inventory required for ASUS RT-AX55 Routers — confirm against vendor advisory."
|
|
30439
|
-
]
|
|
30440
|
-
},
|
|
30441
28064
|
"last_updated": "2026-05-18",
|
|
30442
28065
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-02; due date 2025-06-23. Notes reference: https://www.asus.com/networking-iot-servers/wifi-6/all-series/rt-ax55/helpdesk_bios/?model2Name=RT-AX55 ; https://www.asus.com/content/asus-product-security-advisory/ ; https://nvd.nist.gov/vuln/det",
|
|
30443
28066
|
"_auto_imported": true,
|
|
@@ -30533,17 +28156,6 @@
|
|
|
30533
28156
|
"published_date": "2025-05-22"
|
|
30534
28157
|
}
|
|
30535
28158
|
],
|
|
30536
|
-
"iocs": {
|
|
30537
|
-
"payload_artifacts": [
|
|
30538
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
30539
|
-
],
|
|
30540
|
-
"behavioral": [
|
|
30541
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Samsung MagicINFO 9 Server."
|
|
30542
|
-
],
|
|
30543
|
-
"version_exposure": [
|
|
30544
|
-
"Version inventory required for Samsung MagicINFO 9 Server — confirm against vendor advisory."
|
|
30545
|
-
]
|
|
30546
|
-
},
|
|
30547
28159
|
"last_updated": "2026-05-18",
|
|
30548
28160
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-22; due date 2025-06-12. Notes reference: https://security.samsungtv.com/securityUpdates#SVP-MAY-2025 ; https://nvd.nist.gov/vuln/detail/CVE-2025-4632",
|
|
30549
28161
|
"_auto_imported": true,
|
|
@@ -30639,17 +28251,6 @@
|
|
|
30639
28251
|
"published_date": "2025-05-19"
|
|
30640
28252
|
}
|
|
30641
28253
|
],
|
|
30642
|
-
"iocs": {
|
|
30643
|
-
"payload_artifacts": [
|
|
30644
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
30645
|
-
],
|
|
30646
|
-
"behavioral": [
|
|
30647
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running ZKTeco BioTime."
|
|
30648
|
-
],
|
|
30649
|
-
"version_exposure": [
|
|
30650
|
-
"Version inventory required for ZKTeco BioTime — confirm against vendor advisory."
|
|
30651
|
-
]
|
|
30652
|
-
},
|
|
30653
28254
|
"last_updated": "2026-05-18",
|
|
30654
28255
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-19; due date 2025-06-09. Notes reference: https://www.zkteco.com/en/Security_Bulletinsibs ; https://nvd.nist.gov/vuln/detail/CVE-2023-38950",
|
|
30655
28256
|
"_auto_imported": true,
|
|
@@ -30747,17 +28348,6 @@
|
|
|
30747
28348
|
"published_date": "2025-05-19"
|
|
30748
28349
|
}
|
|
30749
28350
|
],
|
|
30750
|
-
"iocs": {
|
|
30751
|
-
"payload_artifacts": [
|
|
30752
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
30753
|
-
],
|
|
30754
|
-
"behavioral": [
|
|
30755
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Synacor Zimbra Collaboration Suite (ZCS)."
|
|
30756
|
-
],
|
|
30757
|
-
"version_exposure": [
|
|
30758
|
-
"Version inventory required for Synacor Zimbra Collaboration Suite (ZCS) — confirm against vendor advisory."
|
|
30759
|
-
]
|
|
30760
|
-
},
|
|
30761
28351
|
"last_updated": "2026-05-18",
|
|
30762
28352
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-19; due date 2025-06-09. Notes reference: https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.15/P46#Security_Fixes ; https://wiki.zimbra.com/wiki/Zimbra_Releases/9.0.0/P39#Security_Fixes ; https://wiki.zimbra.com/wiki/Zimbra_Releases/10.0.7#Sec",
|
|
30763
28353
|
"_auto_imported": true,
|
|
@@ -30853,17 +28443,6 @@
|
|
|
30853
28443
|
"published_date": "2025-05-19"
|
|
30854
28444
|
}
|
|
30855
28445
|
],
|
|
30856
|
-
"iocs": {
|
|
30857
|
-
"payload_artifacts": [
|
|
30858
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
30859
|
-
],
|
|
30860
|
-
"behavioral": [
|
|
30861
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Srimax Output Messenger."
|
|
30862
|
-
],
|
|
30863
|
-
"version_exposure": [
|
|
30864
|
-
"Version inventory required for Srimax Output Messenger — confirm against vendor advisory."
|
|
30865
|
-
]
|
|
30866
|
-
},
|
|
30867
28446
|
"last_updated": "2026-05-18",
|
|
30868
28447
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-19; due date 2025-06-09. Notes reference: https://www.outputmessenger.com/cve-2025-27920/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-27920",
|
|
30869
28448
|
"_auto_imported": true,
|
|
@@ -30960,17 +28539,6 @@
|
|
|
30960
28539
|
"published_date": "2025-05-19"
|
|
30961
28540
|
}
|
|
30962
28541
|
],
|
|
30963
|
-
"iocs": {
|
|
30964
|
-
"payload_artifacts": [
|
|
30965
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
30966
|
-
],
|
|
30967
|
-
"behavioral": [
|
|
30968
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running MDaemon Email Server."
|
|
30969
|
-
],
|
|
30970
|
-
"version_exposure": [
|
|
30971
|
-
"Version inventory required for MDaemon Email Server — confirm against vendor advisory."
|
|
30972
|
-
]
|
|
30973
|
-
},
|
|
30974
28542
|
"last_updated": "2026-05-18",
|
|
30975
28543
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-19; due date 2025-06-09. Notes reference: https://files.mdaemon.com/mdaemon/beta/RelNotes_en.html ; https://mdaemon.com/pages/downloads-critical-updates ; https://nvd.nist.gov/vuln/detail/CVE-2024-11182",
|
|
30976
28544
|
"_auto_imported": true,
|
|
@@ -31067,17 +28635,6 @@
|
|
|
31067
28635
|
"published_date": "2025-05-19"
|
|
31068
28636
|
}
|
|
31069
28637
|
],
|
|
31070
|
-
"iocs": {
|
|
31071
|
-
"payload_artifacts": [
|
|
31072
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
31073
|
-
],
|
|
31074
|
-
"behavioral": [
|
|
31075
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Ivanti Endpoint Manager Mobile (EPMM)."
|
|
31076
|
-
],
|
|
31077
|
-
"version_exposure": [
|
|
31078
|
-
"Version inventory required for Ivanti Endpoint Manager Mobile (EPMM) — confirm against vendor advisory."
|
|
31079
|
-
]
|
|
31080
|
-
},
|
|
31081
28638
|
"last_updated": "2026-05-18",
|
|
31082
28639
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-19; due date 2025-06-09. Notes reference: https://forums.ivanti.com/s/article/Security-Advisory-Ivanti-Endpoint-Manager-Mobile-EPMM ; https://nvd.nist.gov/vuln/detail/CVE-2025-4428",
|
|
31083
28640
|
"_auto_imported": true,
|
|
@@ -31174,17 +28731,6 @@
|
|
|
31174
28731
|
"published_date": "2025-05-19"
|
|
31175
28732
|
}
|
|
31176
28733
|
],
|
|
31177
|
-
"iocs": {
|
|
31178
|
-
"payload_artifacts": [
|
|
31179
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
31180
|
-
],
|
|
31181
|
-
"behavioral": [
|
|
31182
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Ivanti Endpoint Manager Mobile (EPMM)."
|
|
31183
|
-
],
|
|
31184
|
-
"version_exposure": [
|
|
31185
|
-
"Version inventory required for Ivanti Endpoint Manager Mobile (EPMM) — confirm against vendor advisory."
|
|
31186
|
-
]
|
|
31187
|
-
},
|
|
31188
28734
|
"last_updated": "2026-05-18",
|
|
31189
28735
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-19; due date 2025-06-09. Notes reference: https://forums.ivanti.com/s/article/Security-Advisory-Ivanti-Endpoint-Manager-Mobile-EPMM ; https://nvd.nist.gov/vuln/detail/CVE-2025-4427",
|
|
31190
28736
|
"_auto_imported": true,
|
|
@@ -31281,17 +28827,6 @@
|
|
|
31281
28827
|
"published_date": "2025-05-15"
|
|
31282
28828
|
}
|
|
31283
28829
|
],
|
|
31284
|
-
"iocs": {
|
|
31285
|
-
"payload_artifacts": [
|
|
31286
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
31287
|
-
],
|
|
31288
|
-
"behavioral": [
|
|
31289
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running SAP NetWeaver."
|
|
31290
|
-
],
|
|
31291
|
-
"version_exposure": [
|
|
31292
|
-
"Version inventory required for SAP NetWeaver — confirm against vendor advisory."
|
|
31293
|
-
]
|
|
31294
|
-
},
|
|
31295
28830
|
"last_updated": "2026-05-18",
|
|
31296
28831
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-15; due date 2025-06-05. Notes reference: SAP users must have an account to log in and access the patch: https://me.sap.com/notes/3604119 ; https://nvd.nist.gov/vuln/detail/CVE-2025-42999",
|
|
31297
28832
|
"_auto_imported": true,
|
|
@@ -31390,17 +28925,6 @@
|
|
|
31390
28925
|
"published_date": "2025-05-15"
|
|
31391
28926
|
}
|
|
31392
28927
|
],
|
|
31393
|
-
"iocs": {
|
|
31394
|
-
"payload_artifacts": [
|
|
31395
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
31396
|
-
],
|
|
31397
|
-
"behavioral": [
|
|
31398
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running DrayTek Vigor Routers."
|
|
31399
|
-
],
|
|
31400
|
-
"version_exposure": [
|
|
31401
|
-
"Version inventory required for DrayTek Vigor Routers — confirm against vendor advisory."
|
|
31402
|
-
]
|
|
31403
|
-
},
|
|
31404
28928
|
"last_updated": "2026-05-18",
|
|
31405
28929
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-15; due date 2025-06-05. Notes reference: https://fw.draytek.com.tw/Vigor2960/Firmware/v1.5.1.5/DrayTek_Vigor2960_V1.5.1.5_01release-note.pdf ; https://fw.draytek.com.tw/Vigor300B/Firmware/v1.5.1.5/DrayTek_Vigor300B_V1.5.1.5_01release-note.pd",
|
|
31406
28930
|
"_auto_imported": true,
|
|
@@ -31497,17 +29021,6 @@
|
|
|
31497
29021
|
"published_date": "2025-05-14"
|
|
31498
29022
|
}
|
|
31499
29023
|
],
|
|
31500
|
-
"iocs": {
|
|
31501
|
-
"payload_artifacts": [
|
|
31502
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
31503
|
-
],
|
|
31504
|
-
"behavioral": [
|
|
31505
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Fortinet Multiple Products."
|
|
31506
|
-
],
|
|
31507
|
-
"version_exposure": [
|
|
31508
|
-
"Version inventory required for Fortinet Multiple Products — confirm against vendor advisory."
|
|
31509
|
-
]
|
|
31510
|
-
},
|
|
31511
29024
|
"last_updated": "2026-05-18",
|
|
31512
29025
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-14; due date 2025-06-04. Notes reference: https://fortiguard.fortinet.com/psirt/FG-IR-25-254 ; https://nvd.nist.gov/vuln/detail/CVE-2025-32756",
|
|
31513
29026
|
"_auto_imported": true,
|
|
@@ -31603,17 +29116,6 @@
|
|
|
31603
29116
|
"published_date": "2025-05-13"
|
|
31604
29117
|
}
|
|
31605
29118
|
],
|
|
31606
|
-
"iocs": {
|
|
31607
|
-
"payload_artifacts": [
|
|
31608
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
31609
|
-
],
|
|
31610
|
-
"behavioral": [
|
|
31611
|
-
"Vendor-product-specific observations: monitor for unexpected abnormal state changes on assets running Microsoft Windows."
|
|
31612
|
-
],
|
|
31613
|
-
"version_exposure": [
|
|
31614
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
31615
|
-
]
|
|
31616
|
-
},
|
|
31617
29119
|
"last_updated": "2026-05-18",
|
|
31618
29120
|
"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-32709 ; https://nvd.nist.gov/vuln/detail/CVE-2025-32709",
|
|
31619
29121
|
"_auto_imported": true,
|
|
@@ -31710,17 +29212,6 @@
|
|
|
31710
29212
|
"published_date": "2025-05-13"
|
|
31711
29213
|
}
|
|
31712
29214
|
],
|
|
31713
|
-
"iocs": {
|
|
31714
|
-
"payload_artifacts": [
|
|
31715
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
31716
|
-
],
|
|
31717
|
-
"behavioral": [
|
|
31718
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
31719
|
-
],
|
|
31720
|
-
"version_exposure": [
|
|
31721
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
31722
|
-
]
|
|
31723
|
-
},
|
|
31724
29215
|
"last_updated": "2026-05-18",
|
|
31725
29216
|
"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",
|
|
31726
29217
|
"_auto_imported": true,
|
|
@@ -31817,17 +29308,6 @@
|
|
|
31817
29308
|
"published_date": "2025-05-13"
|
|
31818
29309
|
}
|
|
31819
29310
|
],
|
|
31820
|
-
"iocs": {
|
|
31821
|
-
"payload_artifacts": [
|
|
31822
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
31823
|
-
],
|
|
31824
|
-
"behavioral": [
|
|
31825
|
-
"Vendor-product-specific observations: monitor for unexpected remote process execution on assets running Microsoft Windows."
|
|
31826
|
-
],
|
|
31827
|
-
"version_exposure": [
|
|
31828
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
31829
|
-
]
|
|
31830
|
-
},
|
|
31831
29311
|
"last_updated": "2026-05-18",
|
|
31832
29312
|
"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-32706 ; https://nvd.nist.gov/vuln/detail/CVE-2025-32706",
|
|
31833
29313
|
"_auto_imported": true,
|
|
@@ -31923,17 +29403,6 @@
|
|
|
31923
29403
|
"published_date": "2025-05-13"
|
|
31924
29404
|
}
|
|
31925
29405
|
],
|
|
31926
|
-
"iocs": {
|
|
31927
|
-
"payload_artifacts": [
|
|
31928
|
-
"Refer to vendor advisory for IOC list — bulk-imported KEV entry, IOCs not extracted at intake time."
|
|
31929
|
-
],
|
|
31930
|
-
"behavioral": [
|
|
31931
|
-
"Vendor-product-specific observations: monitor for unexpected privilege transitions on assets running Microsoft Windows."
|
|
31932
|
-
],
|
|
31933
|
-
"version_exposure": [
|
|
31934
|
-
"Version inventory required for Microsoft Windows — confirm against vendor advisory."
|
|
31935
|
-
]
|
|
31936
|
-
},
|
|
31937
29406
|
"last_updated": "2026-05-18",
|
|
31938
29407
|
"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-32701 ; https://nvd.nist.gov/vuln/detail/CVE-2025-32701",
|
|
31939
29408
|
"_auto_imported": true,
|