@blamejs/exceptd-skills 0.15.43 → 0.15.45
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/AGENTS.md +1 -1
- package/CHANGELOG.md +56 -38
- package/README.md +5 -5
- package/bin/exceptd.js +109 -15
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +8 -8
- package/data/_indexes/catalog-summaries.json +1 -1
- package/data/_indexes/section-offsets.json +41 -41
- package/data/_indexes/token-budget.json +32 -32
- package/data/attack-techniques.json +8 -4
- package/data/cve-catalog.json +97 -35
- package/data/zeroday-lessons.json +219 -81
- package/lib/flag-suggest.js +1 -1
- package/lib/refresh-external.js +4 -2
- package/lib/source-osv.js +3 -1
- package/manifest.json +47 -47
- package/orchestrator/index.js +21 -3
- package/package.json +1 -1
- package/sbom.cdx.json +38 -38
- package/skills/attack-surface-pentest/skill.md +6 -6
- package/skills/cloud-iam-incident/skill.md +2 -2
- package/skills/sector-financial/skill.md +1 -1
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"schema_version": "1.0.0",
|
|
4
4
|
"tokenizer_note": "Character-density approximation: 1 token ≈ 4 chars. This is the canonical rule-of-thumb for OpenAI tokenizers on English+technical text. Claude's tokenizer is typically more efficient on prose; treat this as an upper-bound budget for both. Consumers with stricter precision needs should re-tokenize with their own tokenizer.",
|
|
5
5
|
"approx_chars_per_token": 4,
|
|
6
|
-
"total_chars":
|
|
7
|
-
"total_approx_tokens":
|
|
6
|
+
"total_chars": 1673692,
|
|
7
|
+
"total_approx_tokens": 418426,
|
|
8
8
|
"skill_count": 42
|
|
9
9
|
},
|
|
10
10
|
"skills": {
|
|
@@ -1080,10 +1080,10 @@
|
|
|
1080
1080
|
},
|
|
1081
1081
|
"attack-surface-pentest": {
|
|
1082
1082
|
"path": "skills/attack-surface-pentest/skill.md",
|
|
1083
|
-
"bytes":
|
|
1084
|
-
"chars":
|
|
1083
|
+
"bytes": 33158,
|
|
1084
|
+
"chars": 33017,
|
|
1085
1085
|
"lines": 388,
|
|
1086
|
-
"approx_tokens":
|
|
1086
|
+
"approx_tokens": 8254,
|
|
1087
1087
|
"approx_chars_per_token": 4,
|
|
1088
1088
|
"sections": {
|
|
1089
1089
|
"threat-context": {
|
|
@@ -1092,14 +1092,14 @@
|
|
|
1092
1092
|
"approx_tokens": 1173
|
|
1093
1093
|
},
|
|
1094
1094
|
"framework-lag-declaration": {
|
|
1095
|
-
"bytes":
|
|
1096
|
-
"chars":
|
|
1097
|
-
"approx_tokens":
|
|
1095
|
+
"bytes": 4543,
|
|
1096
|
+
"chars": 4533,
|
|
1097
|
+
"approx_tokens": 1133
|
|
1098
1098
|
},
|
|
1099
1099
|
"ttp-mapping": {
|
|
1100
|
-
"bytes":
|
|
1101
|
-
"chars":
|
|
1102
|
-
"approx_tokens":
|
|
1100
|
+
"bytes": 2209,
|
|
1101
|
+
"chars": 2188,
|
|
1102
|
+
"approx_tokens": 547
|
|
1103
1103
|
},
|
|
1104
1104
|
"exploit-availability-matrix": {
|
|
1105
1105
|
"bytes": 2455,
|
|
@@ -1107,9 +1107,9 @@
|
|
|
1107
1107
|
"approx_tokens": 610
|
|
1108
1108
|
},
|
|
1109
1109
|
"analysis-procedure": {
|
|
1110
|
-
"bytes":
|
|
1111
|
-
"chars":
|
|
1112
|
-
"approx_tokens":
|
|
1110
|
+
"bytes": 9656,
|
|
1111
|
+
"chars": 9606,
|
|
1112
|
+
"approx_tokens": 2402
|
|
1113
1113
|
},
|
|
1114
1114
|
"output-format": {
|
|
1115
1115
|
"bytes": 3997,
|
|
@@ -1122,9 +1122,9 @@
|
|
|
1122
1122
|
"approx_tokens": 576
|
|
1123
1123
|
},
|
|
1124
1124
|
"defensive-countermeasure-mapping": {
|
|
1125
|
-
"bytes":
|
|
1126
|
-
"chars":
|
|
1127
|
-
"approx_tokens":
|
|
1125
|
+
"bytes": 1572,
|
|
1126
|
+
"chars": 1570,
|
|
1127
|
+
"approx_tokens": 393
|
|
1128
1128
|
}
|
|
1129
1129
|
}
|
|
1130
1130
|
},
|
|
@@ -1735,10 +1735,10 @@
|
|
|
1735
1735
|
},
|
|
1736
1736
|
"sector-financial": {
|
|
1737
1737
|
"path": "skills/sector-financial/skill.md",
|
|
1738
|
-
"bytes":
|
|
1739
|
-
"chars":
|
|
1738
|
+
"bytes": 50285,
|
|
1739
|
+
"chars": 50120,
|
|
1740
1740
|
"lines": 401,
|
|
1741
|
-
"approx_tokens":
|
|
1741
|
+
"approx_tokens": 12530,
|
|
1742
1742
|
"approx_chars_per_token": 4,
|
|
1743
1743
|
"sections": {
|
|
1744
1744
|
"threat-context": {
|
|
@@ -1762,9 +1762,9 @@
|
|
|
1762
1762
|
"approx_tokens": 724
|
|
1763
1763
|
},
|
|
1764
1764
|
"analysis-procedure": {
|
|
1765
|
-
"bytes":
|
|
1766
|
-
"chars":
|
|
1767
|
-
"approx_tokens":
|
|
1765
|
+
"bytes": 8716,
|
|
1766
|
+
"chars": 8686,
|
|
1767
|
+
"approx_tokens": 2172
|
|
1768
1768
|
},
|
|
1769
1769
|
"output-format": {
|
|
1770
1770
|
"bytes": 3407,
|
|
@@ -2395,10 +2395,10 @@
|
|
|
2395
2395
|
},
|
|
2396
2396
|
"cloud-iam-incident": {
|
|
2397
2397
|
"path": "skills/cloud-iam-incident/skill.md",
|
|
2398
|
-
"bytes":
|
|
2399
|
-
"chars":
|
|
2398
|
+
"bytes": 44433,
|
|
2399
|
+
"chars": 44275,
|
|
2400
2400
|
"lines": 416,
|
|
2401
|
-
"approx_tokens":
|
|
2401
|
+
"approx_tokens": 11069,
|
|
2402
2402
|
"approx_chars_per_token": 4,
|
|
2403
2403
|
"sections": {
|
|
2404
2404
|
"threat-context": {
|
|
@@ -2422,9 +2422,9 @@
|
|
|
2422
2422
|
"approx_tokens": 842
|
|
2423
2423
|
},
|
|
2424
2424
|
"analysis-procedure": {
|
|
2425
|
-
"bytes":
|
|
2426
|
-
"chars":
|
|
2427
|
-
"approx_tokens":
|
|
2425
|
+
"bytes": 7620,
|
|
2426
|
+
"chars": 7596,
|
|
2427
|
+
"approx_tokens": 1899
|
|
2428
2428
|
},
|
|
2429
2429
|
"output-format": {
|
|
2430
2430
|
"bytes": 2198,
|
|
@@ -2437,9 +2437,9 @@
|
|
|
2437
2437
|
"approx_tokens": 1146
|
|
2438
2438
|
},
|
|
2439
2439
|
"defensive-countermeasure-mapping": {
|
|
2440
|
-
"bytes":
|
|
2441
|
-
"chars":
|
|
2442
|
-
"approx_tokens":
|
|
2440
|
+
"bytes": 4040,
|
|
2441
|
+
"chars": 4032,
|
|
2442
|
+
"approx_tokens": 1008
|
|
2443
2443
|
},
|
|
2444
2444
|
"hand-off": {
|
|
2445
2445
|
"bytes": 3173,
|
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
"DS0017"
|
|
273
273
|
],
|
|
274
274
|
"cve_refs": [
|
|
275
|
+
"CVE-2014-3931",
|
|
275
276
|
"CVE-2014-6278",
|
|
276
277
|
"CVE-2016-10033",
|
|
277
278
|
"CVE-2017-1000353",
|
|
@@ -969,6 +970,7 @@
|
|
|
969
970
|
"version": "v19",
|
|
970
971
|
"cve_refs": [
|
|
971
972
|
"CVE-2008-4250",
|
|
973
|
+
"CVE-2014-3931",
|
|
972
974
|
"CVE-2014-6278",
|
|
973
975
|
"CVE-2015-7755",
|
|
974
976
|
"CVE-2016-10033",
|
|
@@ -1094,7 +1096,6 @@
|
|
|
1094
1096
|
"CVE-2025-3248",
|
|
1095
1097
|
"CVE-2025-32756",
|
|
1096
1098
|
"CVE-2025-32975",
|
|
1097
|
-
"CVE-2025-33053",
|
|
1098
1099
|
"CVE-2025-34026",
|
|
1099
1100
|
"CVE-2025-34291",
|
|
1100
1101
|
"CVE-2025-3466",
|
|
@@ -1111,7 +1112,6 @@
|
|
|
1111
1112
|
"CVE-2025-4632",
|
|
1112
1113
|
"CVE-2025-47812",
|
|
1113
1114
|
"CVE-2025-47813",
|
|
1114
|
-
"CVE-2025-47827",
|
|
1115
1115
|
"CVE-2025-48700",
|
|
1116
1116
|
"CVE-2025-48703",
|
|
1117
1117
|
"CVE-2025-48927",
|
|
@@ -1392,7 +1392,6 @@
|
|
|
1392
1392
|
"CVE-2011-3402",
|
|
1393
1393
|
"CVE-2013-3893",
|
|
1394
1394
|
"CVE-2013-3918",
|
|
1395
|
-
"CVE-2014-3931",
|
|
1396
1395
|
"CVE-2020-9715",
|
|
1397
1396
|
"CVE-2021-30952",
|
|
1398
1397
|
"CVE-2022-48503",
|
|
@@ -1406,6 +1405,7 @@
|
|
|
1406
1405
|
"CVE-2025-24201",
|
|
1407
1406
|
"CVE-2025-30397",
|
|
1408
1407
|
"CVE-2025-31277",
|
|
1408
|
+
"CVE-2025-33053",
|
|
1409
1409
|
"CVE-2025-43200",
|
|
1410
1410
|
"CVE-2025-43300",
|
|
1411
1411
|
"CVE-2025-43510",
|
|
@@ -5242,7 +5242,10 @@
|
|
|
5242
5242
|
"Windows"
|
|
5243
5243
|
],
|
|
5244
5244
|
"stix_id": "attack-pattern--b83e166d-13d7-4b52-8677-dff90c548fd7",
|
|
5245
|
-
"is_subtechnique": false
|
|
5245
|
+
"is_subtechnique": false,
|
|
5246
|
+
"cve_refs": [
|
|
5247
|
+
"CVE-2025-47827"
|
|
5248
|
+
]
|
|
5246
5249
|
},
|
|
5247
5250
|
"T1558": {
|
|
5248
5251
|
"id": "T1558",
|
|
@@ -10805,6 +10808,7 @@
|
|
|
10805
10808
|
"_auto_imported": true,
|
|
10806
10809
|
"_intake_method": "mitre-attack-stix",
|
|
10807
10810
|
"cve_refs": [
|
|
10811
|
+
"CVE-2025-33053",
|
|
10808
10812
|
"CVE-2025-48384"
|
|
10809
10813
|
]
|
|
10810
10814
|
},
|
package/data/cve-catalog.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_meta": {
|
|
3
3
|
"schema_version": "1.0.0",
|
|
4
|
-
"last_updated": "2026-05-
|
|
4
|
+
"last_updated": "2026-05-30",
|
|
5
5
|
"source": "NVD + CISA KEV + vendor advisories — see sources/index.json",
|
|
6
6
|
"required_fields": [
|
|
7
7
|
"type",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
],
|
|
91
91
|
"note": "Catalog keys are CVE-* by default. For pre-CVE-assignment advisories under active operational impact, the project accepts OSV-native identifier shapes as the canonical key, with cross-references retained in `aliases`: MAL-* (OSSF Malicious Packages dataset — published into OSV.dev; primary key for malicious-package compromises), GHSA-* (GitHub Advisory Database; primary key when the package is on GitHub and no CVE has issued yet), and SNYK-* (Snyk advisory dataset; primary key for advisories Snyk catalogued before OSV/GHSA ingested them). When MITRE issues a CVE, the entry is renamed in lockstep with the matching zeroday-lessons key; the previous identifier is retained in `aliases` so historical references continue to resolve. Precedent: MAL-2026-3083 added 2026-05-13 (the elementary-data PyPI worm, 1.1M monthly downloads, OSV/OSSF-cataloged before any CVE issued). EPSS coverage does not extend to non-CVE identifiers; epss_score is null with a documenting epss_note on such entries. Upstream pull from OSV.dev: `exceptd refresh --source osv` (added v0.12.10)."
|
|
92
92
|
},
|
|
93
|
-
"last_threat_review": "2026-05-
|
|
93
|
+
"last_threat_review": "2026-05-30"
|
|
94
94
|
},
|
|
95
95
|
"CVE-2025-0282": {
|
|
96
96
|
"ai_assisted_weaponization": false,
|
|
@@ -25041,7 +25041,7 @@
|
|
|
25041
25041
|
"cwe_refs": [
|
|
25042
25042
|
"CWE-476"
|
|
25043
25043
|
],
|
|
25044
|
-
"source_verified": "2026-05-
|
|
25044
|
+
"source_verified": "2026-05-30",
|
|
25045
25045
|
"verification_sources": [
|
|
25046
25046
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
25047
25047
|
"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21525",
|
|
@@ -25070,11 +25070,21 @@
|
|
|
25070
25070
|
"published_date": "2026-02-10"
|
|
25071
25071
|
}
|
|
25072
25072
|
],
|
|
25073
|
-
"last_updated": "2026-05-
|
|
25073
|
+
"last_updated": "2026-05-30",
|
|
25074
25074
|
"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",
|
|
25075
|
-
"_auto_imported":
|
|
25076
|
-
"_intake_method": "
|
|
25077
|
-
"_kev_short_description": "Microsoft Windows Remote Access Connection Manager contains a NULL pointer dereference that could allow an unauthorized attacker to deny service locally."
|
|
25075
|
+
"_auto_imported": false,
|
|
25076
|
+
"_intake_method": "manual-verified-curation",
|
|
25077
|
+
"_kev_short_description": "Microsoft Windows Remote Access Connection Manager contains a NULL pointer dereference that could allow an unauthorized attacker to deny service locally.",
|
|
25078
|
+
"iocs": {
|
|
25079
|
+
"behavioral": [
|
|
25080
|
+
"Windows at a build below the fixed version named in the Microsoft advisory, reachable on the affected network service.",
|
|
25081
|
+
"Crashes or service restarts consistent with a NULL pointer dereference on the affected Windows component following crafted network input.",
|
|
25082
|
+
"Unauthenticated network requests that trigger the fault, with no corresponding legitimate activity (KEV-confirmed in-the-wild exploitation)."
|
|
25083
|
+
],
|
|
25084
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-21525, CISA KEV (added 2026-02-10), and the vendor security advisory recorded in vendor_advisories."
|
|
25085
|
+
},
|
|
25086
|
+
"_draft": false,
|
|
25087
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-30: ATT&CK enrichment (T1190) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
25078
25088
|
},
|
|
25079
25089
|
"CVE-2026-21510": {
|
|
25080
25090
|
"name": "Microsoft Windows Shell Protection Mechanism Failure Vulnerability",
|
|
@@ -32396,7 +32406,7 @@
|
|
|
32396
32406
|
},
|
|
32397
32407
|
"atlas_refs": [],
|
|
32398
32408
|
"attack_refs": [
|
|
32399
|
-
"
|
|
32409
|
+
"T1553"
|
|
32400
32410
|
],
|
|
32401
32411
|
"rwep_score": 77,
|
|
32402
32412
|
"rwep_factors": {
|
|
@@ -32417,7 +32427,7 @@
|
|
|
32417
32427
|
"cwe_refs": [
|
|
32418
32428
|
"CWE-324"
|
|
32419
32429
|
],
|
|
32420
|
-
"source_verified": "2026-05-
|
|
32430
|
+
"source_verified": "2026-05-30",
|
|
32421
32431
|
"verification_sources": [
|
|
32422
32432
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
32423
32433
|
"https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-47827",
|
|
@@ -32446,11 +32456,21 @@
|
|
|
32446
32456
|
"published_date": "2025-10-14"
|
|
32447
32457
|
}
|
|
32448
32458
|
],
|
|
32449
|
-
"last_updated": "2026-05-
|
|
32459
|
+
"last_updated": "2026-05-30",
|
|
32450
32460
|
"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",
|
|
32451
|
-
"_auto_imported":
|
|
32452
|
-
"_intake_method": "
|
|
32453
|
-
"_kev_short_description": "IGEL OS contains a use of a key past its expiration date vulnerability that allows for Secure Boot bypass. The igel-flash-driver module improperly verifies a cryptographic signature. Ultimately, a crafted root filesystem can be mounted from an unverified SquashFS image."
|
|
32461
|
+
"_auto_imported": false,
|
|
32462
|
+
"_intake_method": "manual-verified-curation",
|
|
32463
|
+
"_kev_short_description": "IGEL OS contains a use of a key past its expiration date vulnerability that allows for Secure Boot bypass. The igel-flash-driver module improperly verifies a cryptographic signature. Ultimately, a crafted root filesystem can be mounted from an unverified SquashFS image.",
|
|
32464
|
+
"iocs": {
|
|
32465
|
+
"behavioral": [
|
|
32466
|
+
"IGEL OS at a version below the fixed release named in the advisory on thin-client endpoints.",
|
|
32467
|
+
"Booting of a modified or unsigned IGEL OS image, or Secure Boot reporting verification against an expired key.",
|
|
32468
|
+
"Persistence or configuration changes on IGEL thin clients that survive a normal re-image, consistent with a tampered boot chain (KEV-confirmed in-the-wild exploitation)."
|
|
32469
|
+
],
|
|
32470
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-47827, CISA KEV (added 2025-10-14), and the vendor security advisory recorded in vendor_advisories."
|
|
32471
|
+
},
|
|
32472
|
+
"_draft": false,
|
|
32473
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-30: ATT&CK enrichment (T1553) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
32454
32474
|
},
|
|
32455
32475
|
"CVE-2025-24990": {
|
|
32456
32476
|
"name": "Microsoft Windows Untrusted Pointer Dereference Vulnerability",
|
|
@@ -35727,7 +35747,7 @@
|
|
|
35727
35747
|
"cwe_refs": [
|
|
35728
35748
|
"CWE-863"
|
|
35729
35749
|
],
|
|
35730
|
-
"source_verified": "2026-05-
|
|
35750
|
+
"source_verified": "2026-05-30",
|
|
35731
35751
|
"verification_sources": [
|
|
35732
35752
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
35733
35753
|
"https://www.whatsapp.com/security/advisories/2025/",
|
|
@@ -35756,11 +35776,21 @@
|
|
|
35756
35776
|
"published_date": "2025-09-02"
|
|
35757
35777
|
}
|
|
35758
35778
|
],
|
|
35759
|
-
"last_updated": "2026-05-
|
|
35779
|
+
"last_updated": "2026-05-30",
|
|
35760
35780
|
"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",
|
|
35761
|
-
"_auto_imported":
|
|
35762
|
-
"_intake_method": "
|
|
35763
|
-
"_kev_short_description": "Meta Platforms WhatsApp contains an incorrect authorization vulnerability due to an incomplete authorization of linked device synchronization messages. This vulnerability could allow an unrelated user to trigger processing of content from an arbitrary URL on a target’s device."
|
|
35781
|
+
"_auto_imported": false,
|
|
35782
|
+
"_intake_method": "manual-verified-curation",
|
|
35783
|
+
"_kev_short_description": "Meta Platforms WhatsApp contains an incorrect authorization vulnerability due to an incomplete authorization of linked device synchronization messages. This vulnerability could allow an unrelated user to trigger processing of content from an arbitrary URL on a target’s device.",
|
|
35784
|
+
"iocs": {
|
|
35785
|
+
"behavioral": [
|
|
35786
|
+
"WhatsApp at a version below the fixed build named in the Meta advisory on a device, especially a high-risk-user device.",
|
|
35787
|
+
"Linked-device synchronization messages from an unrelated party that cause the device to fetch or process content from an unexpected URL with no user interaction.",
|
|
35788
|
+
"Indicators of a zero-click spyware chain following inbound WhatsApp content (paired Apple ImageIO exploitation, anomalous process/network activity) on a targeted device (KEV-confirmed in-the-wild exploitation)."
|
|
35789
|
+
],
|
|
35790
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-55177, CISA KEV (added 2025-09-02), and the vendor security advisory recorded in vendor_advisories."
|
|
35791
|
+
},
|
|
35792
|
+
"_draft": false,
|
|
35793
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-30: ATT&CK enrichment (T1190) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
35764
35794
|
},
|
|
35765
35795
|
"CVE-2025-57819": {
|
|
35766
35796
|
"name": "Sangoma FreePBX Authentication Bypass Vulnerability",
|
|
@@ -37323,7 +37353,7 @@
|
|
|
37323
37353
|
"cwe_refs": [
|
|
37324
37354
|
"CWE-352"
|
|
37325
37355
|
],
|
|
37326
|
-
"source_verified": "2026-05-
|
|
37356
|
+
"source_verified": "2026-05-30",
|
|
37327
37357
|
"verification_sources": [
|
|
37328
37358
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
37329
37359
|
"https://www.papercut.com/kb/Main/SecurityBulletinJune2023",
|
|
@@ -37352,11 +37382,21 @@
|
|
|
37352
37382
|
"published_date": "2025-07-28"
|
|
37353
37383
|
}
|
|
37354
37384
|
],
|
|
37355
|
-
"last_updated": "2026-05-
|
|
37385
|
+
"last_updated": "2026-05-30",
|
|
37356
37386
|
"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",
|
|
37357
|
-
"_auto_imported":
|
|
37358
|
-
"_intake_method": "
|
|
37359
|
-
"_kev_short_description": "PaperCut NG/MF contains a cross-site request forgery (CSRF) vulnerability, which, under specific conditions, could potentially enable an attacker to alter security settings or execute arbitrary code. "
|
|
37387
|
+
"_auto_imported": false,
|
|
37388
|
+
"_intake_method": "manual-verified-curation",
|
|
37389
|
+
"_kev_short_description": "PaperCut NG/MF contains a cross-site request forgery (CSRF) vulnerability, which, under specific conditions, could potentially enable an attacker to alter security settings or execute arbitrary code. ",
|
|
37390
|
+
"iocs": {
|
|
37391
|
+
"behavioral": [
|
|
37392
|
+
"PaperCut NG/MF at a version below the fixed release named in the advisory with an internet-reachable admin interface.",
|
|
37393
|
+
"Administrative setting changes (e.g. enabling print/device scripting or other code-execution-enabling options) that correlate with an administrator viewing external content, rather than a deliberate console action.",
|
|
37394
|
+
"Configuration changes on the PaperCut server with no matching deliberate admin workflow (KEV-confirmed in-the-wild exploitation)."
|
|
37395
|
+
],
|
|
37396
|
+
"_ioc_source_note": "Anchored to NVD CVE-2023-2533, CISA KEV (added 2025-07-28), and the vendor security advisory recorded in vendor_advisories."
|
|
37397
|
+
},
|
|
37398
|
+
"_draft": false,
|
|
37399
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-30: ATT&CK enrichment (T1190) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
37360
37400
|
},
|
|
37361
37401
|
"CVE-2025-20337": {
|
|
37362
37402
|
"name": "Cisco Identity Services Engine Injection Vulnerability",
|
|
@@ -39017,7 +39057,8 @@
|
|
|
39017
39057
|
},
|
|
39018
39058
|
"atlas_refs": [],
|
|
39019
39059
|
"attack_refs": [
|
|
39020
|
-
"
|
|
39060
|
+
"T1190",
|
|
39061
|
+
"T1059"
|
|
39021
39062
|
],
|
|
39022
39063
|
"rwep_score": 77,
|
|
39023
39064
|
"rwep_factors": {
|
|
@@ -39038,7 +39079,7 @@
|
|
|
39038
39079
|
"cwe_refs": [
|
|
39039
39080
|
"CWE-119"
|
|
39040
39081
|
],
|
|
39041
|
-
"source_verified": "2026-05-
|
|
39082
|
+
"source_verified": "2026-05-30",
|
|
39042
39083
|
"verification_sources": [
|
|
39043
39084
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
39044
39085
|
"https://mrlg.op-sec.us/",
|
|
@@ -39067,11 +39108,21 @@
|
|
|
39067
39108
|
"published_date": "2025-07-07"
|
|
39068
39109
|
}
|
|
39069
39110
|
],
|
|
39070
|
-
"last_updated": "2026-05-
|
|
39111
|
+
"last_updated": "2026-05-30",
|
|
39071
39112
|
"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",
|
|
39072
|
-
"_auto_imported":
|
|
39073
|
-
"_intake_method": "
|
|
39074
|
-
"_kev_short_description": "Multi-Router Looking Glass (MRLG) contains a buffer overflow vulnerability that could allow remote attackers to cause an arbitrary memory write and memory corruption."
|
|
39113
|
+
"_auto_imported": false,
|
|
39114
|
+
"_intake_method": "manual-verified-curation",
|
|
39115
|
+
"_kev_short_description": "Multi-Router Looking Glass (MRLG) contains a buffer overflow vulnerability that could allow remote attackers to cause an arbitrary memory write and memory corruption.",
|
|
39116
|
+
"iocs": {
|
|
39117
|
+
"behavioral": [
|
|
39118
|
+
"Multi-Router Looking Glass (MRLG) at a version below the fixed release on an internet-facing looking-glass / route server.",
|
|
39119
|
+
"Requests to the looking-glass CGI with oversized or malformed parameters consistent with a buffer overflow.",
|
|
39120
|
+
"Unexpected process execution from the looking-glass CGI / web server, with no corresponding legitimate activity (KEV-confirmed in-the-wild exploitation)."
|
|
39121
|
+
],
|
|
39122
|
+
"_ioc_source_note": "Anchored to NVD CVE-2014-3931, CISA KEV (added 2025-07-07), and the vendor security advisory recorded in vendor_advisories."
|
|
39123
|
+
},
|
|
39124
|
+
"_draft": false,
|
|
39125
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-30: ATT&CK enrichment (T1190 + T1059) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
39075
39126
|
},
|
|
39076
39127
|
"CVE-2025-6554": {
|
|
39077
39128
|
"name": "Google Chromium V8 Type Confusion Vulnerability (variant: CVE-2025-6554)",
|
|
@@ -40175,7 +40226,8 @@
|
|
|
40175
40226
|
},
|
|
40176
40227
|
"atlas_refs": [],
|
|
40177
40228
|
"attack_refs": [
|
|
40178
|
-
"
|
|
40229
|
+
"T1203",
|
|
40230
|
+
"T1204.002"
|
|
40179
40231
|
],
|
|
40180
40232
|
"rwep_score": 77,
|
|
40181
40233
|
"rwep_factors": {
|
|
@@ -40196,7 +40248,7 @@
|
|
|
40196
40248
|
"cwe_refs": [
|
|
40197
40249
|
"CWE-73"
|
|
40198
40250
|
],
|
|
40199
|
-
"source_verified": "2026-05-
|
|
40251
|
+
"source_verified": "2026-05-30",
|
|
40200
40252
|
"verification_sources": [
|
|
40201
40253
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
40202
40254
|
"https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-33053",
|
|
@@ -40225,11 +40277,21 @@
|
|
|
40225
40277
|
"published_date": "2025-06-10"
|
|
40226
40278
|
}
|
|
40227
40279
|
],
|
|
40228
|
-
"last_updated": "2026-05-
|
|
40280
|
+
"last_updated": "2026-05-30",
|
|
40229
40281
|
"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",
|
|
40230
|
-
"_auto_imported":
|
|
40231
|
-
"_intake_method": "
|
|
40232
|
-
"_kev_short_description": "Microsoft Windows contains an external control of file name or path vulnerability that could allow an attacker to execute code from a remote WebDAV location specified by the WorkingDirectory attribute of Internet Shortcut files."
|
|
40282
|
+
"_auto_imported": false,
|
|
40283
|
+
"_intake_method": "manual-verified-curation",
|
|
40284
|
+
"_kev_short_description": "Microsoft Windows contains an external control of file name or path vulnerability that could allow an attacker to execute code from a remote WebDAV location specified by the WorkingDirectory attribute of Internet Shortcut files.",
|
|
40285
|
+
"iocs": {
|
|
40286
|
+
"behavioral": [
|
|
40287
|
+
"Windows at a build below the fixed version named in the Microsoft advisory on an endpoint that opens attacker-supplied shortcuts.",
|
|
40288
|
+
"Internet Shortcut (.url) or LNK files that reference a remote WebDAV (file://, \\\\server@SSL\\) path, delivered by email or download.",
|
|
40289
|
+
"Execution of binaries from a remote WebDAV share by Explorer or trusted utilities, and outbound WebDAV/SMB connections following the open of a shortcut (KEV-confirmed in-the-wild exploitation)."
|
|
40290
|
+
],
|
|
40291
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-33053, CISA KEV (added 2025-06-10), and the vendor security advisory recorded in vendor_advisories."
|
|
40292
|
+
},
|
|
40293
|
+
"_draft": false,
|
|
40294
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-30: ATT&CK enrichment (T1203 + T1204.002) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
40233
40295
|
},
|
|
40234
40296
|
"CVE-2025-24016": {
|
|
40235
40297
|
"name": "Wazuh Server Deserialization of Untrusted Data Vulnerability",
|