@blamejs/exceptd-skills 0.15.2 → 0.15.4
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 +10 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +13 -0
- package/data/cve-catalog.json +266 -93
- package/data/zeroday-lessons.json +657 -209
- package/lib/gap-detectors.js +9 -15
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +22 -22
- package/scripts/check-catalog-gap-budget.js +7 -5
package/data/cve-catalog.json
CHANGED
|
@@ -7619,7 +7619,8 @@
|
|
|
7619
7619
|
},
|
|
7620
7620
|
"atlas_refs": [],
|
|
7621
7621
|
"attack_refs": [
|
|
7622
|
-
"T1078"
|
|
7622
|
+
"T1078",
|
|
7623
|
+
"T1190"
|
|
7623
7624
|
],
|
|
7624
7625
|
"rwep_score": 83,
|
|
7625
7626
|
"rwep_factors": {
|
|
@@ -7640,7 +7641,7 @@
|
|
|
7640
7641
|
"cwe_refs": [
|
|
7641
7642
|
"CWE-306"
|
|
7642
7643
|
],
|
|
7643
|
-
"source_verified": "2026-05-
|
|
7644
|
+
"source_verified": "2026-05-29",
|
|
7644
7645
|
"verification_sources": [
|
|
7645
7646
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
7646
7647
|
"https://support.cpanel.net/hc/en-us/articles/40073787579671-cPanel-WHM-Security-Update-04-28-2026",
|
|
@@ -7671,11 +7672,21 @@
|
|
|
7671
7672
|
"published_date": "2026-04-30"
|
|
7672
7673
|
}
|
|
7673
7674
|
],
|
|
7674
|
-
"last_updated": "2026-05-
|
|
7675
|
+
"last_updated": "2026-05-29",
|
|
7675
7676
|
"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",
|
|
7676
|
-
"_auto_imported":
|
|
7677
|
-
"_intake_method": "
|
|
7678
|
-
"_kev_short_description": "WebPros cPanel & WHM (WebHost Manager) and WP2 (WordPress Squared) contain an authentication bypass vulnerability in the login flow that allows unauthenticated remote attackers to gain unauthorized access to the control panel."
|
|
7677
|
+
"_auto_imported": false,
|
|
7678
|
+
"_intake_method": "manual-verified-curation",
|
|
7679
|
+
"_kev_short_description": "WebPros cPanel & WHM (WebHost Manager) and WP2 (WordPress Squared) contain an authentication bypass vulnerability in the login flow that allows unauthenticated remote attackers to gain unauthorized access to the control panel.",
|
|
7680
|
+
"iocs": {
|
|
7681
|
+
"behavioral": [
|
|
7682
|
+
"WebPros cPanel & WHM / WP2 reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
7683
|
+
"Unauthenticated requests to the cPanel/WHM management surface consistent with missing authentication for a critical function (CWE-306) on the cPanel & WHM / WP2 management surface, reachable by an unauthenticated attacker.",
|
|
7684
|
+
"Unexpected access, command/code execution, or new accounts on the cPanel/WHM management surface with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
7685
|
+
],
|
|
7686
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-41940, CISA KEV (added 2026-04-30), and the vendor advisory recorded in vendor_advisories."
|
|
7687
|
+
},
|
|
7688
|
+
"_draft": false,
|
|
7689
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
7679
7690
|
},
|
|
7680
7691
|
"CVE-2024-1708": {
|
|
7681
7692
|
"name": "ConnectWise ScreenConnect Path Traversal Vulnerability",
|
|
@@ -8978,7 +8989,8 @@
|
|
|
8978
8989
|
},
|
|
8979
8990
|
"atlas_refs": [],
|
|
8980
8991
|
"attack_refs": [
|
|
8981
|
-
"T1190"
|
|
8992
|
+
"T1190",
|
|
8993
|
+
"T1059"
|
|
8982
8994
|
],
|
|
8983
8995
|
"rwep_score": 77,
|
|
8984
8996
|
"rwep_factors": {
|
|
@@ -9000,7 +9012,7 @@
|
|
|
9000
9012
|
"CWE-20",
|
|
9001
9013
|
"CWE-94"
|
|
9002
9014
|
],
|
|
9003
|
-
"source_verified": "2026-05-
|
|
9015
|
+
"source_verified": "2026-05-29",
|
|
9004
9016
|
"verification_sources": [
|
|
9005
9017
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9006
9018
|
"https://activemq.apache.org/security-advisories.data/CVE-2026-34197-announcement.txt",
|
|
@@ -9029,11 +9041,21 @@
|
|
|
9029
9041
|
"published_date": "2026-04-16"
|
|
9030
9042
|
}
|
|
9031
9043
|
],
|
|
9032
|
-
"last_updated": "2026-05-
|
|
9044
|
+
"last_updated": "2026-05-29",
|
|
9033
9045
|
"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",
|
|
9034
|
-
"_auto_imported":
|
|
9035
|
-
"_intake_method": "
|
|
9036
|
-
"_kev_short_description": "Apache ActiveMQ contains an improper input validation vulnerability that allows for code injection."
|
|
9046
|
+
"_auto_imported": false,
|
|
9047
|
+
"_intake_method": "manual-verified-curation",
|
|
9048
|
+
"_kev_short_description": "Apache ActiveMQ contains an improper input validation vulnerability that allows for code injection.",
|
|
9049
|
+
"iocs": {
|
|
9050
|
+
"behavioral": [
|
|
9051
|
+
"Apache ActiveMQ reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
9052
|
+
"Unauthenticated requests to the broker consistent with improper input validation leading to code execution (CWE-20/CWE-94) reachable by an unauthenticated network attacker against the message broker.",
|
|
9053
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the broker with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
9054
|
+
],
|
|
9055
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-34197, CISA KEV (added 2026-04-16), and the vendor advisory recorded in vendor_advisories."
|
|
9056
|
+
},
|
|
9057
|
+
"_draft": false,
|
|
9058
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
9037
9059
|
},
|
|
9038
9060
|
"CVE-2009-0238": {
|
|
9039
9061
|
"name": "Microsoft Office Remote Code Execution",
|
|
@@ -9767,7 +9789,7 @@
|
|
|
9767
9789
|
"cwe_refs": [
|
|
9768
9790
|
"CWE-89"
|
|
9769
9791
|
],
|
|
9770
|
-
"source_verified": "2026-05-
|
|
9792
|
+
"source_verified": "2026-05-29",
|
|
9771
9793
|
"verification_sources": [
|
|
9772
9794
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9773
9795
|
"https://fortiguard.fortinet.com/psirt/FG-IR-25-1142",
|
|
@@ -9796,11 +9818,21 @@
|
|
|
9796
9818
|
"published_date": "2026-04-13"
|
|
9797
9819
|
}
|
|
9798
9820
|
],
|
|
9799
|
-
"last_updated": "2026-05-
|
|
9821
|
+
"last_updated": "2026-05-29",
|
|
9800
9822
|
"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",
|
|
9801
|
-
"_auto_imported":
|
|
9802
|
-
"_intake_method": "
|
|
9803
|
-
"_kev_short_description": "Fortinet FortiClient EMS contains a SQL injection vulnerability that may allow an unauthenticated attacker to execute unauthorized code or commands via specifically crafted HTTP requests."
|
|
9823
|
+
"_auto_imported": false,
|
|
9824
|
+
"_intake_method": "manual-verified-curation",
|
|
9825
|
+
"_kev_short_description": "Fortinet FortiClient EMS contains a SQL injection vulnerability that may allow an unauthenticated attacker to execute unauthorized code or commands via specifically crafted HTTP requests.",
|
|
9826
|
+
"iocs": {
|
|
9827
|
+
"behavioral": [
|
|
9828
|
+
"Fortinet FortiClient EMS reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
9829
|
+
"Unauthenticated requests to the EMS management server consistent with SQL injection (CWE-89) on the FortiClient EMS management surface escalating to remote code execution.",
|
|
9830
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the EMS management server with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
9831
|
+
],
|
|
9832
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-21643, CISA KEV (added 2026-04-13), and the vendor advisory recorded in vendor_advisories."
|
|
9833
|
+
},
|
|
9834
|
+
"_draft": false,
|
|
9835
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
9804
9836
|
},
|
|
9805
9837
|
"CVE-2026-34621": {
|
|
9806
9838
|
"name": "Adobe Acrobat and Reader Prototype Pollution Vulnerability",
|
|
@@ -9938,7 +9970,8 @@
|
|
|
9938
9970
|
},
|
|
9939
9971
|
"atlas_refs": [],
|
|
9940
9972
|
"attack_refs": [
|
|
9941
|
-
"T1190"
|
|
9973
|
+
"T1190",
|
|
9974
|
+
"T1059"
|
|
9942
9975
|
],
|
|
9943
9976
|
"rwep_score": 77,
|
|
9944
9977
|
"rwep_factors": {
|
|
@@ -9959,7 +9992,7 @@
|
|
|
9959
9992
|
"cwe_refs": [
|
|
9960
9993
|
"CWE-94"
|
|
9961
9994
|
],
|
|
9962
|
-
"source_verified": "2026-05-
|
|
9995
|
+
"source_verified": "2026-05-29",
|
|
9963
9996
|
"verification_sources": [
|
|
9964
9997
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9965
9998
|
"https://hub.ivanti.com/s/article/Security-Advisory-Ivanti-Endpoint-Manager-Mobile-EPMM-CVE-2026-1281-CVE-2026-1340?language=en_US",
|
|
@@ -9990,11 +10023,21 @@
|
|
|
9990
10023
|
"published_date": "2026-04-08"
|
|
9991
10024
|
}
|
|
9992
10025
|
],
|
|
9993
|
-
"last_updated": "2026-05-
|
|
10026
|
+
"last_updated": "2026-05-29",
|
|
9994
10027
|
"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",
|
|
9995
|
-
"_auto_imported":
|
|
9996
|
-
"_intake_method": "
|
|
9997
|
-
"_kev_short_description": "Ivanti Endpoint Manager Mobile (EPMM) contains a code injection vulnerability that could allow attackers to achieve unauthenticated remote code execution."
|
|
10028
|
+
"_auto_imported": false,
|
|
10029
|
+
"_intake_method": "manual-verified-curation",
|
|
10030
|
+
"_kev_short_description": "Ivanti Endpoint Manager Mobile (EPMM) contains a code injection vulnerability that could allow attackers to achieve unauthenticated remote code execution.",
|
|
10031
|
+
"iocs": {
|
|
10032
|
+
"behavioral": [
|
|
10033
|
+
"Ivanti Endpoint Manager Mobile (EPMM) reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
10034
|
+
"Unauthenticated requests to the EPMM server consistent with code injection (CWE-94) yielding unauthenticated remote code execution on the EPMM management surface.",
|
|
10035
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the EPMM server with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
10036
|
+
],
|
|
10037
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-1340, CISA KEV (added 2026-04-08), and the vendor advisory recorded in vendor_advisories."
|
|
10038
|
+
},
|
|
10039
|
+
"_draft": false,
|
|
10040
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
9998
10041
|
},
|
|
9999
10042
|
"CVE-2026-35616": {
|
|
10000
10043
|
"name": "Fortinet FortiClient EMS Improper Access Control Vulnerability",
|
|
@@ -20957,7 +21000,7 @@
|
|
|
20957
21000
|
"cwe_refs": [
|
|
20958
21001
|
"CWE-502"
|
|
20959
21002
|
],
|
|
20960
|
-
"source_verified": "2026-05-
|
|
21003
|
+
"source_verified": "2026-05-29",
|
|
20961
21004
|
"verification_sources": [
|
|
20962
21005
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
20963
21006
|
"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-fmc-rce-NKhnULJh",
|
|
@@ -20986,11 +21029,21 @@
|
|
|
20986
21029
|
"published_date": "2026-03-19"
|
|
20987
21030
|
}
|
|
20988
21031
|
],
|
|
20989
|
-
"last_updated": "2026-05-
|
|
21032
|
+
"last_updated": "2026-05-29",
|
|
20990
21033
|
"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",
|
|
20991
|
-
"_auto_imported":
|
|
20992
|
-
"_intake_method": "
|
|
20993
|
-
"_kev_short_description": "Cisco Secure Firewall Management Center (FMC) Software and Cisco Security Cloud Control (SCC) Firewall Management contain a deserialization of untrusted data vulnerability in the web-based management interface that could allow an unauthenticated, remote attacker to execute arbitrary Java code as root on an affected device."
|
|
21034
|
+
"_auto_imported": false,
|
|
21035
|
+
"_intake_method": "manual-verified-curation",
|
|
21036
|
+
"_kev_short_description": "Cisco Secure Firewall Management Center (FMC) Software and Cisco Security Cloud Control (SCC) Firewall Management contain a deserialization of untrusted data vulnerability in the web-based management interface that could allow an unauthenticated, remote attacker to execute arbitrary Java code as root on an affected device.",
|
|
21037
|
+
"iocs": {
|
|
21038
|
+
"behavioral": [
|
|
21039
|
+
"Cisco Secure Firewall Management Center (FMC) reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
21040
|
+
"Unauthenticated requests to the FMC management plane consistent with deserialization of untrusted data (CWE-502) yielding unauthenticated remote code execution on the firewall management plane.",
|
|
21041
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the FMC management plane with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
21042
|
+
],
|
|
21043
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-20131, CISA KEV (added 2026-03-19), and the vendor advisory recorded in vendor_advisories."
|
|
21044
|
+
},
|
|
21045
|
+
"_draft": false,
|
|
21046
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
20994
21047
|
},
|
|
20995
21048
|
"CVE-2025-66376": {
|
|
20996
21049
|
"name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-Site Scripting Vulnerability",
|
|
@@ -21148,7 +21201,7 @@
|
|
|
21148
21201
|
"cwe_refs": [
|
|
21149
21202
|
"CWE-502"
|
|
21150
21203
|
],
|
|
21151
|
-
"source_verified": "2026-05-
|
|
21204
|
+
"source_verified": "2026-05-29",
|
|
21152
21205
|
"verification_sources": [
|
|
21153
21206
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
21154
21207
|
"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20963",
|
|
@@ -21177,11 +21230,21 @@
|
|
|
21177
21230
|
"published_date": "2026-03-18"
|
|
21178
21231
|
}
|
|
21179
21232
|
],
|
|
21180
|
-
"last_updated": "2026-05-
|
|
21233
|
+
"last_updated": "2026-05-29",
|
|
21181
21234
|
"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",
|
|
21182
|
-
"_auto_imported":
|
|
21183
|
-
"_intake_method": "
|
|
21184
|
-
"_kev_short_description": "Microsoft SharePoint contains a deserialization of untrusted data vulnerability that allows an unauthorized attacker to execute code over a network."
|
|
21235
|
+
"_auto_imported": false,
|
|
21236
|
+
"_intake_method": "manual-verified-curation",
|
|
21237
|
+
"_kev_short_description": "Microsoft SharePoint contains a deserialization of untrusted data vulnerability that allows an unauthorized attacker to execute code over a network.",
|
|
21238
|
+
"iocs": {
|
|
21239
|
+
"behavioral": [
|
|
21240
|
+
"Microsoft SharePoint reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
21241
|
+
"Unauthenticated requests to the SharePoint server consistent with deserialization of untrusted data (CWE-502) yielding unauthenticated remote code execution on the SharePoint web surface.",
|
|
21242
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the SharePoint server with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
21243
|
+
],
|
|
21244
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-20963, CISA KEV (added 2026-03-18), and the vendor advisory recorded in vendor_advisories."
|
|
21245
|
+
},
|
|
21246
|
+
"_draft": false,
|
|
21247
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
21185
21248
|
},
|
|
21186
21249
|
"CVE-2025-47813": {
|
|
21187
21250
|
"name": "Wing FTP Server Information Disclosure Vulnerability",
|
|
@@ -21798,7 +21861,8 @@
|
|
|
21798
21861
|
},
|
|
21799
21862
|
"atlas_refs": [],
|
|
21800
21863
|
"attack_refs": [
|
|
21801
|
-
"T1078"
|
|
21864
|
+
"T1078",
|
|
21865
|
+
"T1190"
|
|
21802
21866
|
],
|
|
21803
21867
|
"rwep_score": 77,
|
|
21804
21868
|
"rwep_factors": {
|
|
@@ -21819,7 +21883,7 @@
|
|
|
21819
21883
|
"cwe_refs": [
|
|
21820
21884
|
"CWE-288"
|
|
21821
21885
|
],
|
|
21822
|
-
"source_verified": "2026-05-
|
|
21886
|
+
"source_verified": "2026-05-29",
|
|
21823
21887
|
"verification_sources": [
|
|
21824
21888
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
21825
21889
|
"https://hub.ivanti.com/s/article/Security-Advisory-EPM-February-2026-for-EPM-2024?language=en_US",
|
|
@@ -21848,11 +21912,21 @@
|
|
|
21848
21912
|
"published_date": "2026-03-09"
|
|
21849
21913
|
}
|
|
21850
21914
|
],
|
|
21851
|
-
"last_updated": "2026-05-
|
|
21915
|
+
"last_updated": "2026-05-29",
|
|
21852
21916
|
"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",
|
|
21853
|
-
"_auto_imported":
|
|
21854
|
-
"_intake_method": "
|
|
21855
|
-
"_kev_short_description": "Ivanti Endpoint Manager (EPM) contains an authentication bypass using an alternate path or channel vulnerability that could allow a remote unauthenticated attacker to leak specific stored credential data."
|
|
21917
|
+
"_auto_imported": false,
|
|
21918
|
+
"_intake_method": "manual-verified-curation",
|
|
21919
|
+
"_kev_short_description": "Ivanti Endpoint Manager (EPM) contains an authentication bypass using an alternate path or channel vulnerability that could allow a remote unauthenticated attacker to leak specific stored credential data.",
|
|
21920
|
+
"iocs": {
|
|
21921
|
+
"behavioral": [
|
|
21922
|
+
"Ivanti Endpoint Manager (EPM) reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
21923
|
+
"Unauthenticated requests to the EPM management surface consistent with authentication bypass (CWE-288) granting an unauthenticated attacker access to the Ivanti Endpoint Manager surface.",
|
|
21924
|
+
"Unexpected access, command/code execution, or new accounts on the EPM management surface with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
21925
|
+
],
|
|
21926
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-1603, CISA KEV (added 2026-03-09), and the vendor advisory recorded in vendor_advisories."
|
|
21927
|
+
},
|
|
21928
|
+
"_draft": false,
|
|
21929
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
21856
21930
|
},
|
|
21857
21931
|
"CVE-2017-7921": {
|
|
21858
21932
|
"name": "Hikvision Multiple Products Improper Authentication Vulnerability",
|
|
@@ -22379,7 +22453,8 @@
|
|
|
22379
22453
|
},
|
|
22380
22454
|
"atlas_refs": [],
|
|
22381
22455
|
"attack_refs": [
|
|
22382
|
-
"T1190"
|
|
22456
|
+
"T1190",
|
|
22457
|
+
"T1059"
|
|
22383
22458
|
],
|
|
22384
22459
|
"rwep_score": 77,
|
|
22385
22460
|
"rwep_factors": {
|
|
@@ -22400,7 +22475,7 @@
|
|
|
22400
22475
|
"cwe_refs": [
|
|
22401
22476
|
"CWE-77"
|
|
22402
22477
|
],
|
|
22403
|
-
"source_verified": "2026-05-
|
|
22478
|
+
"source_verified": "2026-05-29",
|
|
22404
22479
|
"verification_sources": [
|
|
22405
22480
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
22406
22481
|
"https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36947",
|
|
@@ -22430,11 +22505,21 @@
|
|
|
22430
22505
|
"published_date": "2026-03-03"
|
|
22431
22506
|
}
|
|
22432
22507
|
],
|
|
22433
|
-
"last_updated": "2026-05-
|
|
22508
|
+
"last_updated": "2026-05-29",
|
|
22434
22509
|
"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",
|
|
22435
|
-
"_auto_imported":
|
|
22436
|
-
"_intake_method": "
|
|
22437
|
-
"_kev_short_description": "Broadcom VMware Aria Operations formerly known as vRealize Operations (vROps) contains a command injection vulnerability that allows an unauthenticated attacker to execute arbitrary commands, potentially leading to remote code execution during support‑assisted product migration."
|
|
22510
|
+
"_auto_imported": false,
|
|
22511
|
+
"_intake_method": "manual-verified-curation",
|
|
22512
|
+
"_kev_short_description": "Broadcom VMware Aria Operations formerly known as vRealize Operations (vROps) contains a command injection vulnerability that allows an unauthenticated attacker to execute arbitrary commands, potentially leading to remote code execution during support‑assisted product migration.",
|
|
22513
|
+
"iocs": {
|
|
22514
|
+
"behavioral": [
|
|
22515
|
+
"Broadcom VMware Aria Operations reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
22516
|
+
"Unauthenticated requests to the Aria Operations consistent with command injection (CWE-77) giving command execution on the Aria Operations management surface.",
|
|
22517
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the Aria Operations with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
22518
|
+
],
|
|
22519
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-22719, CISA KEV (added 2026-03-03), and the vendor advisory recorded in vendor_advisories."
|
|
22520
|
+
},
|
|
22521
|
+
"_draft": false,
|
|
22522
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
22438
22523
|
},
|
|
22439
22524
|
"CVE-2026-21385": {
|
|
22440
22525
|
"name": "Qualcomm Multiple Chipsets Memory Corruption Vulnerability",
|
|
@@ -22669,7 +22754,8 @@
|
|
|
22669
22754
|
},
|
|
22670
22755
|
"atlas_refs": [],
|
|
22671
22756
|
"attack_refs": [
|
|
22672
|
-
"T1078"
|
|
22757
|
+
"T1078",
|
|
22758
|
+
"T1190"
|
|
22673
22759
|
],
|
|
22674
22760
|
"rwep_score": 77,
|
|
22675
22761
|
"rwep_factors": {
|
|
@@ -22690,7 +22776,7 @@
|
|
|
22690
22776
|
"cwe_refs": [
|
|
22691
22777
|
"CWE-287"
|
|
22692
22778
|
],
|
|
22693
|
-
"source_verified": "2026-05-
|
|
22779
|
+
"source_verified": "2026-05-29",
|
|
22694
22780
|
"verification_sources": [
|
|
22695
22781
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
22696
22782
|
"https://www.cisa.gov/news-events/directives/ed-26-03-mitigate-vulnerabilities-cisco-sd-wan-systems",
|
|
@@ -22721,11 +22807,21 @@
|
|
|
22721
22807
|
"published_date": "2026-02-25"
|
|
22722
22808
|
}
|
|
22723
22809
|
],
|
|
22724
|
-
"last_updated": "2026-05-
|
|
22810
|
+
"last_updated": "2026-05-29",
|
|
22725
22811
|
"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",
|
|
22726
|
-
"_auto_imported":
|
|
22727
|
-
"_intake_method": "
|
|
22728
|
-
"_kev_short_description": "Cisco Catalyst SD-WAN Controller, formerly SD-WAN vSmart, and Cisco Catalyst SD-WAN Manager, formerly SD-WAN vManage, contain an authentication bypass vulnerability could allow an unauthenticated, remote attacker to bypass authentication and obtain administrative privileges on an affected system. This vulnerability exists because the peering authentication mechanism in an affected system is not working properly. An attacker could exploit this vulnerability by sending crafted requests to an affected system. A successful exploit could allow the attacker to log in to an affected Cisco Catalyst SD-WAN Controller as an internal, high-privileged, non-root user account. Using this account, the attacker could access NETCONF, which would then allow the attacker to manipulate network configuration for the SD-WAN fabric."
|
|
22812
|
+
"_auto_imported": false,
|
|
22813
|
+
"_intake_method": "manual-verified-curation",
|
|
22814
|
+
"_kev_short_description": "Cisco Catalyst SD-WAN Controller, formerly SD-WAN vSmart, and Cisco Catalyst SD-WAN Manager, formerly SD-WAN vManage, contain an authentication bypass vulnerability could allow an unauthenticated, remote attacker to bypass authentication and obtain administrative privileges on an affected system. This vulnerability exists because the peering authentication mechanism in an affected system is not working properly. An attacker could exploit this vulnerability by sending crafted requests to an affected system. A successful exploit could allow the attacker to log in to an affected Cisco Catalyst SD-WAN Controller as an internal, high-privileged, non-root user account. Using this account, the attacker could access NETCONF, which would then allow the attacker to manipulate network configuration for the SD-WAN fabric.",
|
|
22815
|
+
"iocs": {
|
|
22816
|
+
"behavioral": [
|
|
22817
|
+
"Cisco Catalyst SD-WAN Controller / Manager reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
22818
|
+
"Unauthenticated requests to the Catalyst SD-WAN management plane consistent with improper authentication (CWE-287) on the Catalyst SD-WAN Controller/Manager, letting an unauthenticated attacker bypass authentication to the management plane.",
|
|
22819
|
+
"Unexpected access, command/code execution, or new accounts on the Catalyst SD-WAN management plane with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
22820
|
+
],
|
|
22821
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-20127, CISA KEV (added 2026-02-25), and the vendor advisory recorded in vendor_advisories."
|
|
22822
|
+
},
|
|
22823
|
+
"_draft": false,
|
|
22824
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
22729
22825
|
},
|
|
22730
22826
|
"CVE-2026-25108": {
|
|
22731
22827
|
"name": "Soliton Systems K.K FileZen OS Command Injection Vulnerability",
|
|
@@ -22767,7 +22863,8 @@
|
|
|
22767
22863
|
},
|
|
22768
22864
|
"atlas_refs": [],
|
|
22769
22865
|
"attack_refs": [
|
|
22770
|
-
"T1190"
|
|
22866
|
+
"T1190",
|
|
22867
|
+
"T1059"
|
|
22771
22868
|
],
|
|
22772
22869
|
"rwep_score": 77,
|
|
22773
22870
|
"rwep_factors": {
|
|
@@ -22788,7 +22885,7 @@
|
|
|
22788
22885
|
"cwe_refs": [
|
|
22789
22886
|
"CWE-78"
|
|
22790
22887
|
],
|
|
22791
|
-
"source_verified": "2026-05-
|
|
22888
|
+
"source_verified": "2026-05-29",
|
|
22792
22889
|
"verification_sources": [
|
|
22793
22890
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
22794
22891
|
"https://jvn.jp/en/jp/JVN84622767/",
|
|
@@ -22817,11 +22914,21 @@
|
|
|
22817
22914
|
"published_date": "2026-02-24"
|
|
22818
22915
|
}
|
|
22819
22916
|
],
|
|
22820
|
-
"last_updated": "2026-05-
|
|
22917
|
+
"last_updated": "2026-05-29",
|
|
22821
22918
|
"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",
|
|
22822
|
-
"_auto_imported":
|
|
22823
|
-
"_intake_method": "
|
|
22824
|
-
"_kev_short_description": "Soliton Systems K.K FileZen contains an OS command injection vulnerability when an user logs-in to the affected product and sends a specially crafted HTTP request."
|
|
22919
|
+
"_auto_imported": false,
|
|
22920
|
+
"_intake_method": "manual-verified-curation",
|
|
22921
|
+
"_kev_short_description": "Soliton Systems K.K FileZen contains an OS command injection vulnerability when an user logs-in to the affected product and sends a specially crafted HTTP request.",
|
|
22922
|
+
"iocs": {
|
|
22923
|
+
"behavioral": [
|
|
22924
|
+
"Soliton FileZen reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
22925
|
+
"Unauthenticated requests to the FileZen file-transfer appliance consistent with OS command injection (CWE-78) giving an unauthenticated attacker command execution on the managed-file-transfer appliance.",
|
|
22926
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the FileZen file-transfer appliance with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
22927
|
+
],
|
|
22928
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-25108, CISA KEV (added 2026-02-24), and the vendor advisory recorded in vendor_advisories."
|
|
22929
|
+
},
|
|
22930
|
+
"_draft": false,
|
|
22931
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
22825
22932
|
},
|
|
22826
22933
|
"CVE-2025-49113": {
|
|
22827
22934
|
"name": "RoundCube Webmail Deserialization of Untrusted Data Vulnerability",
|
|
@@ -23635,7 +23742,8 @@
|
|
|
23635
23742
|
},
|
|
23636
23743
|
"atlas_refs": [],
|
|
23637
23744
|
"attack_refs": [
|
|
23638
|
-
"T1190"
|
|
23745
|
+
"T1190",
|
|
23746
|
+
"T1059"
|
|
23639
23747
|
],
|
|
23640
23748
|
"rwep_score": 83,
|
|
23641
23749
|
"rwep_factors": {
|
|
@@ -23656,7 +23764,7 @@
|
|
|
23656
23764
|
"cwe_refs": [
|
|
23657
23765
|
"CWE-78"
|
|
23658
23766
|
],
|
|
23659
|
-
"source_verified": "2026-05-
|
|
23767
|
+
"source_verified": "2026-05-29",
|
|
23660
23768
|
"verification_sources": [
|
|
23661
23769
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
23662
23770
|
"https://www.beyondtrust.com/trust-center/security-advisories/bt26-02",
|
|
@@ -23685,11 +23793,21 @@
|
|
|
23685
23793
|
"published_date": "2026-02-13"
|
|
23686
23794
|
}
|
|
23687
23795
|
],
|
|
23688
|
-
"last_updated": "2026-05-
|
|
23796
|
+
"last_updated": "2026-05-29",
|
|
23689
23797
|
"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. ",
|
|
23690
|
-
"_auto_imported":
|
|
23691
|
-
"_intake_method": "
|
|
23692
|
-
"_kev_short_description": "BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA)contain an OS command injection vulnerability. Successful exploitation could allow an unauthenticated remote attacker to execute operating system commands in the context of the site user. Successful exploitation requires no authentication or user interaction and may lead to system compromise, including unauthorized access, data exfiltration, and service disruption."
|
|
23798
|
+
"_auto_imported": false,
|
|
23799
|
+
"_intake_method": "manual-verified-curation",
|
|
23800
|
+
"_kev_short_description": "BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA)contain an OS command injection vulnerability. Successful exploitation could allow an unauthenticated remote attacker to execute operating system commands in the context of the site user. Successful exploitation requires no authentication or user interaction and may lead to system compromise, including unauthorized access, data exfiltration, and service disruption.",
|
|
23801
|
+
"iocs": {
|
|
23802
|
+
"behavioral": [
|
|
23803
|
+
"BeyondTrust Remote Support (RS) / Privileged Remote Access (PRA) reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
23804
|
+
"Unauthenticated requests to the remote-support appliance consistent with OS command injection (CWE-78) giving an unauthenticated attacker command execution on the remote-support/PRA appliance.",
|
|
23805
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the remote-support appliance with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
23806
|
+
],
|
|
23807
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-1731, CISA KEV (added 2026-02-13), and the vendor advisory recorded in vendor_advisories."
|
|
23808
|
+
},
|
|
23809
|
+
"_draft": false,
|
|
23810
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
23693
23811
|
},
|
|
23694
23812
|
"CVE-2026-20700": {
|
|
23695
23813
|
"name": "Apple Multiple Buffer Overflow Vulnerability",
|
|
@@ -24796,7 +24914,8 @@
|
|
|
24796
24914
|
},
|
|
24797
24915
|
"atlas_refs": [],
|
|
24798
24916
|
"attack_refs": [
|
|
24799
|
-
"T1078"
|
|
24917
|
+
"T1078",
|
|
24918
|
+
"T1190"
|
|
24800
24919
|
],
|
|
24801
24920
|
"rwep_score": 83,
|
|
24802
24921
|
"rwep_factors": {
|
|
@@ -24817,7 +24936,7 @@
|
|
|
24817
24936
|
"cwe_refs": [
|
|
24818
24937
|
"CWE-306"
|
|
24819
24938
|
],
|
|
24820
|
-
"source_verified": "2026-05-
|
|
24939
|
+
"source_verified": "2026-05-29",
|
|
24821
24940
|
"verification_sources": [
|
|
24822
24941
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
24823
24942
|
"https://www.smartertools.com/smartermail/release-notes/current",
|
|
@@ -24847,11 +24966,21 @@
|
|
|
24847
24966
|
"published_date": "2026-02-05"
|
|
24848
24967
|
}
|
|
24849
24968
|
],
|
|
24850
|
-
"last_updated": "2026-05-
|
|
24969
|
+
"last_updated": "2026-05-29",
|
|
24851
24970
|
"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",
|
|
24852
|
-
"_auto_imported":
|
|
24853
|
-
"_intake_method": "
|
|
24854
|
-
"_kev_short_description": "SmarterTools SmarterMail contains a missing authentication for critical function vulnerability in the ConnectToHub API method. This could allow the attacker to point the SmarterMail instance to a malicious HTTP server which serves the malicious OS command and could lead to command execution. "
|
|
24971
|
+
"_auto_imported": false,
|
|
24972
|
+
"_intake_method": "manual-verified-curation",
|
|
24973
|
+
"_kev_short_description": "SmarterTools SmarterMail contains a missing authentication for critical function vulnerability in the ConnectToHub API method. This could allow the attacker to point the SmarterMail instance to a malicious HTTP server which serves the malicious OS command and could lead to command execution. ",
|
|
24974
|
+
"iocs": {
|
|
24975
|
+
"behavioral": [
|
|
24976
|
+
"SmarterTools SmarterMail reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
24977
|
+
"Unauthenticated requests to the SmarterMail server consistent with missing authentication for a critical function (CWE-306) on SmarterMail, reachable by an unauthenticated attacker.",
|
|
24978
|
+
"Unexpected access, command/code execution, or new accounts on the SmarterMail server with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
24979
|
+
],
|
|
24980
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-24423, CISA KEV (added 2026-02-05), and the vendor advisory recorded in vendor_advisories."
|
|
24981
|
+
},
|
|
24982
|
+
"_draft": false,
|
|
24983
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
24855
24984
|
},
|
|
24856
24985
|
"CVE-2021-39935": {
|
|
24857
24986
|
"name": "GitLab Community and Enterprise Editions Server-Side Request Forgery (SSRF) Vulnerability",
|
|
@@ -25276,7 +25405,8 @@
|
|
|
25276
25405
|
},
|
|
25277
25406
|
"atlas_refs": [],
|
|
25278
25407
|
"attack_refs": [
|
|
25279
|
-
"T1190"
|
|
25408
|
+
"T1190",
|
|
25409
|
+
"T1059"
|
|
25280
25410
|
],
|
|
25281
25411
|
"rwep_score": 77,
|
|
25282
25412
|
"rwep_factors": {
|
|
@@ -25297,7 +25427,7 @@
|
|
|
25297
25427
|
"cwe_refs": [
|
|
25298
25428
|
"CWE-94"
|
|
25299
25429
|
],
|
|
25300
|
-
"source_verified": "2026-05-
|
|
25430
|
+
"source_verified": "2026-05-29",
|
|
25301
25431
|
"verification_sources": [
|
|
25302
25432
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
25303
25433
|
"https://forums.ivanti.com/s/article/Security-Advisory-Ivanti-Endpoint-Manager-Mobile-EPMM-CVE-2026-1281-CVE-2026-1340",
|
|
@@ -25328,11 +25458,21 @@
|
|
|
25328
25458
|
"published_date": "2026-01-29"
|
|
25329
25459
|
}
|
|
25330
25460
|
],
|
|
25331
|
-
"last_updated": "2026-05-
|
|
25461
|
+
"last_updated": "2026-05-29",
|
|
25332
25462
|
"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",
|
|
25333
|
-
"_auto_imported":
|
|
25334
|
-
"_intake_method": "
|
|
25335
|
-
"_kev_short_description": "Ivanti Endpoint Manager Mobile (EPMM) contains a code injection vulnerability that could allow attackers to achieve unauthenticated remote code execution."
|
|
25463
|
+
"_auto_imported": false,
|
|
25464
|
+
"_intake_method": "manual-verified-curation",
|
|
25465
|
+
"_kev_short_description": "Ivanti Endpoint Manager Mobile (EPMM) contains a code injection vulnerability that could allow attackers to achieve unauthenticated remote code execution.",
|
|
25466
|
+
"iocs": {
|
|
25467
|
+
"behavioral": [
|
|
25468
|
+
"Ivanti Endpoint Manager Mobile (EPMM) reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
25469
|
+
"Unauthenticated requests to the EPMM management surface consistent with code injection (CWE-94) yielding unauthenticated remote code execution on the EPMM management surface.",
|
|
25470
|
+
"Unexpected access, command/code execution, or new accounts on the EPMM management surface with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
25471
|
+
],
|
|
25472
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-1281, CISA KEV (added 2026-01-29), and the vendor advisory recorded in vendor_advisories."
|
|
25473
|
+
},
|
|
25474
|
+
"_draft": false,
|
|
25475
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
25336
25476
|
},
|
|
25337
25477
|
"CVE-2026-24858": {
|
|
25338
25478
|
"name": "Fortinet Multiple Products Authentication Bypass Using an Alternate Path or Channel Vulnerability",
|
|
@@ -25374,7 +25514,8 @@
|
|
|
25374
25514
|
},
|
|
25375
25515
|
"atlas_refs": [],
|
|
25376
25516
|
"attack_refs": [
|
|
25377
|
-
"T1078"
|
|
25517
|
+
"T1078",
|
|
25518
|
+
"T1190"
|
|
25378
25519
|
],
|
|
25379
25520
|
"rwep_score": 77,
|
|
25380
25521
|
"rwep_factors": {
|
|
@@ -25395,7 +25536,7 @@
|
|
|
25395
25536
|
"cwe_refs": [
|
|
25396
25537
|
"CWE-288"
|
|
25397
25538
|
],
|
|
25398
|
-
"source_verified": "2026-05-
|
|
25539
|
+
"source_verified": "2026-05-29",
|
|
25399
25540
|
"verification_sources": [
|
|
25400
25541
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
25401
25542
|
"https://fortiguard.fortinet.com/psirt/FG-IR-26-060",
|
|
@@ -25425,11 +25566,21 @@
|
|
|
25425
25566
|
"published_date": "2026-01-27"
|
|
25426
25567
|
}
|
|
25427
25568
|
],
|
|
25428
|
-
"last_updated": "2026-05-
|
|
25569
|
+
"last_updated": "2026-05-29",
|
|
25429
25570
|
"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",
|
|
25430
|
-
"_auto_imported":
|
|
25431
|
-
"_intake_method": "
|
|
25432
|
-
"_kev_short_description": "Fortinet FortiAnalyzer, FortiManager, FortiOS, and FortiProxy contain an authentication bypass using an alternate path or channel that could allow an attacker with a FortiCloud account and a registered device to log into other devices registered to other accounts, if FortiCloud SSO authentication is enabled on those devices."
|
|
25571
|
+
"_auto_imported": false,
|
|
25572
|
+
"_intake_method": "manual-verified-curation",
|
|
25573
|
+
"_kev_short_description": "Fortinet FortiAnalyzer, FortiManager, FortiOS, and FortiProxy contain an authentication bypass using an alternate path or channel that could allow an attacker with a FortiCloud account and a registered device to log into other devices registered to other accounts, if FortiCloud SSO authentication is enabled on those devices.",
|
|
25574
|
+
"iocs": {
|
|
25575
|
+
"behavioral": [
|
|
25576
|
+
"Fortinet (multiple products) reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
25577
|
+
"Unauthenticated requests to the Fortinet management surface consistent with authentication bypass using an alternate path or channel (CWE-288) across multiple Fortinet products.",
|
|
25578
|
+
"Unexpected access, command/code execution, or new accounts on the Fortinet management surface with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
25579
|
+
],
|
|
25580
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-24858, CISA KEV (added 2026-01-27), and the vendor advisory recorded in vendor_advisories."
|
|
25581
|
+
},
|
|
25582
|
+
"_draft": false,
|
|
25583
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
25433
25584
|
},
|
|
25434
25585
|
"CVE-2018-14634": {
|
|
25435
25586
|
"name": "Linux Kernel Integer Overflow Vulnerability",
|
|
@@ -25670,7 +25821,8 @@
|
|
|
25670
25821
|
},
|
|
25671
25822
|
"atlas_refs": [],
|
|
25672
25823
|
"attack_refs": [
|
|
25673
|
-
"T1190"
|
|
25824
|
+
"T1190",
|
|
25825
|
+
"T1078"
|
|
25674
25826
|
],
|
|
25675
25827
|
"rwep_score": 83,
|
|
25676
25828
|
"rwep_factors": {
|
|
@@ -25691,7 +25843,7 @@
|
|
|
25691
25843
|
"cwe_refs": [
|
|
25692
25844
|
"CWE-288"
|
|
25693
25845
|
],
|
|
25694
|
-
"source_verified": "2026-05-
|
|
25846
|
+
"source_verified": "2026-05-29",
|
|
25695
25847
|
"verification_sources": [
|
|
25696
25848
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
25697
25849
|
"https://www.smartertools.com/smartermail/release-notes/current",
|
|
@@ -25720,11 +25872,21 @@
|
|
|
25720
25872
|
"published_date": "2026-01-26"
|
|
25721
25873
|
}
|
|
25722
25874
|
],
|
|
25723
|
-
"last_updated": "2026-05-
|
|
25875
|
+
"last_updated": "2026-05-29",
|
|
25724
25876
|
"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",
|
|
25725
|
-
"_auto_imported":
|
|
25726
|
-
"_intake_method": "
|
|
25727
|
-
"_kev_short_description": "SmarterTools SmarterMail contains an authentication bypass using an alternate path or channel vulnerability in the password reset API. The force-reset-password endpoint permits anonymous requests and fails to verify the existing password or a reset token when resetting system administrator accounts. This could allow an unauthenticated attacker to supply a target administrator username and a new password to reset the account, resulting in full administrative compromise of the SmarterMail instance."
|
|
25877
|
+
"_auto_imported": false,
|
|
25878
|
+
"_intake_method": "manual-verified-curation",
|
|
25879
|
+
"_kev_short_description": "SmarterTools SmarterMail contains an authentication bypass using an alternate path or channel vulnerability in the password reset API. The force-reset-password endpoint permits anonymous requests and fails to verify the existing password or a reset token when resetting system administrator accounts. This could allow an unauthenticated attacker to supply a target administrator username and a new password to reset the account, resulting in full administrative compromise of the SmarterMail instance.",
|
|
25880
|
+
"iocs": {
|
|
25881
|
+
"behavioral": [
|
|
25882
|
+
"SmarterTools SmarterMail reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
25883
|
+
"Unauthenticated requests to the SmarterMail mail server consistent with authentication bypass using an alternate path or channel (CWE-288), granting unauthenticated access to the mail server.",
|
|
25884
|
+
"Unexpected access, command/code execution, or new accounts on the SmarterMail mail server with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
25885
|
+
],
|
|
25886
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-23760, CISA KEV (added 2026-01-26), and the vendor advisory recorded in vendor_advisories."
|
|
25887
|
+
},
|
|
25888
|
+
"_draft": false,
|
|
25889
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
25728
25890
|
},
|
|
25729
25891
|
"CVE-2026-24061": {
|
|
25730
25892
|
"name": "GNU InetUtils Argument Injection Vulnerability",
|
|
@@ -26442,7 +26604,8 @@
|
|
|
26442
26604
|
},
|
|
26443
26605
|
"atlas_refs": [],
|
|
26444
26606
|
"attack_refs": [
|
|
26445
|
-
"T1190"
|
|
26607
|
+
"T1190",
|
|
26608
|
+
"T1059"
|
|
26446
26609
|
],
|
|
26447
26610
|
"rwep_score": 77,
|
|
26448
26611
|
"rwep_factors": {
|
|
@@ -26463,7 +26626,7 @@
|
|
|
26463
26626
|
"cwe_refs": [
|
|
26464
26627
|
"CWE-94"
|
|
26465
26628
|
],
|
|
26466
|
-
"source_verified": "2026-05-
|
|
26629
|
+
"source_verified": "2026-05-29",
|
|
26467
26630
|
"verification_sources": [
|
|
26468
26631
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
26469
26632
|
"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-voice-rce-mORhqY4b",
|
|
@@ -26492,11 +26655,21 @@
|
|
|
26492
26655
|
"published_date": "2026-01-21"
|
|
26493
26656
|
}
|
|
26494
26657
|
],
|
|
26495
|
-
"last_updated": "2026-05-
|
|
26658
|
+
"last_updated": "2026-05-29",
|
|
26496
26659
|
"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",
|
|
26497
|
-
"_auto_imported":
|
|
26498
|
-
"_intake_method": "
|
|
26499
|
-
"_kev_short_description": "Cisco Unified Communications Manager (Unified CM), Cisco Unified Communications Manager Session Management Edition (Unified CM SME), Cisco Unified Communications Manager IM & Presence Service (Unified CM IM&P), Cisco Unity Connection, and Cisco Webex Calling Dedicated Instance contain a code injection vulnerability that could allow the attacker to obtain user-level access to the underlying operating system and then elevate privileges to root."
|
|
26660
|
+
"_auto_imported": false,
|
|
26661
|
+
"_intake_method": "manual-verified-curation",
|
|
26662
|
+
"_kev_short_description": "Cisco Unified Communications Manager (Unified CM), Cisco Unified Communications Manager Session Management Edition (Unified CM SME), Cisco Unified Communications Manager IM & Presence Service (Unified CM IM&P), Cisco Unity Connection, and Cisco Webex Calling Dedicated Instance contain a code injection vulnerability that could allow the attacker to obtain user-level access to the underlying operating system and then elevate privileges to root.",
|
|
26663
|
+
"iocs": {
|
|
26664
|
+
"behavioral": [
|
|
26665
|
+
"Cisco Unified Communications products reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
26666
|
+
"Unauthenticated requests to the Unified Communications management surface consistent with code injection (CWE-94) yielding remote code execution on the Cisco Unified Communications product.",
|
|
26667
|
+
"Unexpected access, command/code execution, or new accounts on the Unified Communications management surface with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
26668
|
+
],
|
|
26669
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-20045, CISA KEV (added 2026-01-21), and the vendor advisory recorded in vendor_advisories."
|
|
26670
|
+
},
|
|
26671
|
+
"_draft": false,
|
|
26672
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
26500
26673
|
},
|
|
26501
26674
|
"CVE-2026-20805": {
|
|
26502
26675
|
"name": "Microsoft Windows Information Disclosure Vulnerability",
|