@blamejs/exceptd-skills 0.15.6 → 0.15.7
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 +4 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +3 -0
- package/data/cve-catalog.json +96 -33
- package/data/zeroday-lessons.json +246 -78
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -13395,35 +13395,63 @@
|
|
|
13395
13395
|
},
|
|
13396
13396
|
"CVE-2025-59718": {
|
|
13397
13397
|
"name": "Fortinet Multiple Products Improper Verification of Cryptographic Signature Vulnerability",
|
|
13398
|
-
"lesson_date": "2026-05-
|
|
13398
|
+
"lesson_date": "2026-05-29",
|
|
13399
13399
|
"attack_vector": {
|
|
13400
|
-
"description": "
|
|
13401
|
-
"privileges_required": "network
|
|
13402
|
-
"complexity": "
|
|
13403
|
-
"ai_factor": "
|
|
13400
|
+
"description": "improper verification of a cryptographic signature (CWE-347), allowing an unauthenticated attacker to bypass a signature check. CISA KEV-listed 2025-12-16 with confirmed in-the-wild exploitation.",
|
|
13401
|
+
"privileges_required": "none (unauthenticated network reach to the appliance)",
|
|
13402
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
13403
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
13404
|
+
},
|
|
13405
|
+
"defense_chain": {
|
|
13406
|
+
"prevention": {
|
|
13407
|
+
"what_would_have_worked": "Apply the Fortinet PSIRT fixed builds for each affected product; restrict management interfaces to trusted networks.",
|
|
13408
|
+
"was_this_required": true,
|
|
13409
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
13410
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day appliance-patch cycle (often gated on a maintenance window) loses to the KEV-confirmed exploitation window."
|
|
13411
|
+
},
|
|
13412
|
+
"detection": {
|
|
13413
|
+
"what_would_have_worked": "Monitoring on the Fortinet product surface: requests matching the exploited weakness, appliance process crashes, and unexpected command execution or authentication events.",
|
|
13414
|
+
"was_this_required": false,
|
|
13415
|
+
"framework_requiring_it": null,
|
|
13416
|
+
"adequacy": "Necessary to catch exploitation of appliances not yet patched within the compressed window."
|
|
13417
|
+
},
|
|
13418
|
+
"response": {
|
|
13419
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the Fortinet product surface; on indicators of compromise, consider rebuilding the appliance.",
|
|
13420
|
+
"was_this_required": true,
|
|
13421
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
13422
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated appliance flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
13423
|
+
}
|
|
13404
13424
|
},
|
|
13405
13425
|
"framework_coverage": {
|
|
13406
13426
|
"NIST-800-53-SI-2": {
|
|
13407
13427
|
"covered": true,
|
|
13408
13428
|
"adequate": false,
|
|
13409
|
-
"gap": "30-day SLA
|
|
13429
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-appliance flaw; CISA KEV due dates are days, not a month."
|
|
13410
13430
|
},
|
|
13411
13431
|
"ISO-27001-2022-A.8.8": {
|
|
13412
13432
|
"covered": true,
|
|
13413
13433
|
"adequate": false,
|
|
13414
|
-
"gap": "
|
|
13434
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing security appliance."
|
|
13435
|
+
},
|
|
13436
|
+
"NIS2-Art21-network-security": {
|
|
13437
|
+
"covered": true,
|
|
13438
|
+
"adequate": false,
|
|
13439
|
+
"gap": "Treats the appliance class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
13440
|
+
},
|
|
13441
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
13442
|
+
"covered": true,
|
|
13443
|
+
"adequate": false,
|
|
13444
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on a perimeter appliance in or adjacent to the CDE."
|
|
13415
13445
|
}
|
|
13416
13446
|
},
|
|
13417
13447
|
"compliance_exposure_score": {
|
|
13418
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13419
|
-
"basis": "
|
|
13448
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
13449
|
+
"basis": "Internet-facing Fortinet (multiple products) is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
13420
13450
|
"theater_pattern": "patch_management"
|
|
13421
13451
|
},
|
|
13422
13452
|
"ai_discovered_zeroday": false,
|
|
13423
|
-
"ai_discovery_source": "
|
|
13424
|
-
"ai_assist_factor": "none"
|
|
13425
|
-
"_auto_imported": true,
|
|
13426
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13453
|
+
"ai_discovery_source": "vendor_research",
|
|
13454
|
+
"ai_assist_factor": "none"
|
|
13427
13455
|
},
|
|
13428
13456
|
"CVE-2025-14611": {
|
|
13429
13457
|
"name": "Gladinet CentreStack and Triofox Hard Coded Cryptographic Vulnerability",
|
|
@@ -13875,67 +13903,123 @@
|
|
|
13875
13903
|
},
|
|
13876
13904
|
"CVE-2025-58034": {
|
|
13877
13905
|
"name": "Fortinet FortiWeb OS Command Injection Vulnerability",
|
|
13878
|
-
"lesson_date": "2026-05-
|
|
13906
|
+
"lesson_date": "2026-05-29",
|
|
13879
13907
|
"attack_vector": {
|
|
13880
|
-
"description": "
|
|
13881
|
-
"privileges_required": "network
|
|
13882
|
-
"complexity": "
|
|
13883
|
-
"ai_factor": "
|
|
13908
|
+
"description": "OS command injection (CWE-78) giving an unauthenticated attacker command execution on the FortiWeb appliance. CISA KEV-listed 2025-11-18 with confirmed in-the-wild exploitation.",
|
|
13909
|
+
"privileges_required": "none (unauthenticated network reach to the appliance)",
|
|
13910
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
13911
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
13912
|
+
},
|
|
13913
|
+
"defense_chain": {
|
|
13914
|
+
"prevention": {
|
|
13915
|
+
"what_would_have_worked": "Upgrade FortiWeb to the fixed build in the Fortinet PSIRT advisory; restrict the management interface and review for unexpected process execution.",
|
|
13916
|
+
"was_this_required": true,
|
|
13917
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
13918
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day appliance-patch cycle (often gated on a maintenance window) loses to the KEV-confirmed exploitation window."
|
|
13919
|
+
},
|
|
13920
|
+
"detection": {
|
|
13921
|
+
"what_would_have_worked": "Monitoring on the FortiWeb management surface: requests matching the exploited weakness, appliance process crashes, and unexpected command execution or authentication events.",
|
|
13922
|
+
"was_this_required": false,
|
|
13923
|
+
"framework_requiring_it": null,
|
|
13924
|
+
"adequacy": "Necessary to catch exploitation of appliances not yet patched within the compressed window."
|
|
13925
|
+
},
|
|
13926
|
+
"response": {
|
|
13927
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the FortiWeb management surface; on indicators of compromise, consider rebuilding the appliance.",
|
|
13928
|
+
"was_this_required": true,
|
|
13929
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
13930
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated appliance flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
13931
|
+
}
|
|
13884
13932
|
},
|
|
13885
13933
|
"framework_coverage": {
|
|
13886
13934
|
"NIST-800-53-SI-2": {
|
|
13887
13935
|
"covered": true,
|
|
13888
13936
|
"adequate": false,
|
|
13889
|
-
"gap": "30-day SLA
|
|
13937
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-appliance flaw; CISA KEV due dates are days, not a month."
|
|
13890
13938
|
},
|
|
13891
13939
|
"ISO-27001-2022-A.8.8": {
|
|
13892
13940
|
"covered": true,
|
|
13893
13941
|
"adequate": false,
|
|
13894
|
-
"gap": "
|
|
13942
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing security appliance."
|
|
13943
|
+
},
|
|
13944
|
+
"NIS2-Art21-network-security": {
|
|
13945
|
+
"covered": true,
|
|
13946
|
+
"adequate": false,
|
|
13947
|
+
"gap": "Treats the appliance class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
13948
|
+
},
|
|
13949
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
13950
|
+
"covered": true,
|
|
13951
|
+
"adequate": false,
|
|
13952
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on a perimeter appliance in or adjacent to the CDE."
|
|
13895
13953
|
}
|
|
13896
13954
|
},
|
|
13897
13955
|
"compliance_exposure_score": {
|
|
13898
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13899
|
-
"basis": "
|
|
13956
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
13957
|
+
"basis": "Internet-facing Fortinet FortiWeb is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
13900
13958
|
"theater_pattern": "patch_management"
|
|
13901
13959
|
},
|
|
13902
13960
|
"ai_discovered_zeroday": false,
|
|
13903
|
-
"ai_discovery_source": "
|
|
13904
|
-
"ai_assist_factor": "none"
|
|
13905
|
-
"_auto_imported": true,
|
|
13906
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13961
|
+
"ai_discovery_source": "vendor_research",
|
|
13962
|
+
"ai_assist_factor": "none"
|
|
13907
13963
|
},
|
|
13908
13964
|
"CVE-2025-64446": {
|
|
13909
13965
|
"name": "Fortinet FortiWeb Path Traversal Vulnerability",
|
|
13910
|
-
"lesson_date": "2026-05-
|
|
13966
|
+
"lesson_date": "2026-05-29",
|
|
13911
13967
|
"attack_vector": {
|
|
13912
|
-
"description": "
|
|
13913
|
-
"privileges_required": "network
|
|
13914
|
-
"complexity": "
|
|
13915
|
-
"ai_factor": "
|
|
13968
|
+
"description": "a path-traversal flaw (CWE-23) on FortiWeb reachable by an unauthenticated attacker. CISA KEV-listed 2025-11-14 with confirmed in-the-wild exploitation.",
|
|
13969
|
+
"privileges_required": "none (unauthenticated network reach to the appliance)",
|
|
13970
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
13971
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
13972
|
+
},
|
|
13973
|
+
"defense_chain": {
|
|
13974
|
+
"prevention": {
|
|
13975
|
+
"what_would_have_worked": "Upgrade FortiWeb to the fixed build; restrict the management interface and audit for unauthorized file access.",
|
|
13976
|
+
"was_this_required": true,
|
|
13977
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
13978
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day appliance-patch cycle (often gated on a maintenance window) loses to the KEV-confirmed exploitation window."
|
|
13979
|
+
},
|
|
13980
|
+
"detection": {
|
|
13981
|
+
"what_would_have_worked": "Monitoring on the FortiWeb surface: requests matching the exploited weakness, appliance process crashes, and unexpected command execution or authentication events.",
|
|
13982
|
+
"was_this_required": false,
|
|
13983
|
+
"framework_requiring_it": null,
|
|
13984
|
+
"adequacy": "Necessary to catch exploitation of appliances not yet patched within the compressed window."
|
|
13985
|
+
},
|
|
13986
|
+
"response": {
|
|
13987
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the FortiWeb surface; on indicators of compromise, consider rebuilding the appliance.",
|
|
13988
|
+
"was_this_required": true,
|
|
13989
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
13990
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated appliance flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
13991
|
+
}
|
|
13916
13992
|
},
|
|
13917
13993
|
"framework_coverage": {
|
|
13918
13994
|
"NIST-800-53-SI-2": {
|
|
13919
13995
|
"covered": true,
|
|
13920
13996
|
"adequate": false,
|
|
13921
|
-
"gap": "30-day SLA
|
|
13997
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-appliance flaw; CISA KEV due dates are days, not a month."
|
|
13922
13998
|
},
|
|
13923
13999
|
"ISO-27001-2022-A.8.8": {
|
|
13924
14000
|
"covered": true,
|
|
13925
14001
|
"adequate": false,
|
|
13926
|
-
"gap": "
|
|
14002
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing security appliance."
|
|
14003
|
+
},
|
|
14004
|
+
"NIS2-Art21-network-security": {
|
|
14005
|
+
"covered": true,
|
|
14006
|
+
"adequate": false,
|
|
14007
|
+
"gap": "Treats the appliance class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
14008
|
+
},
|
|
14009
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
14010
|
+
"covered": true,
|
|
14011
|
+
"adequate": false,
|
|
14012
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on a perimeter appliance in or adjacent to the CDE."
|
|
13927
14013
|
}
|
|
13928
14014
|
},
|
|
13929
14015
|
"compliance_exposure_score": {
|
|
13930
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13931
|
-
"basis": "
|
|
14016
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
14017
|
+
"basis": "Internet-facing Fortinet FortiWeb is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
13932
14018
|
"theater_pattern": "patch_management"
|
|
13933
14019
|
},
|
|
13934
14020
|
"ai_discovered_zeroday": false,
|
|
13935
|
-
"ai_discovery_source": "
|
|
13936
|
-
"ai_assist_factor": "none"
|
|
13937
|
-
"_auto_imported": true,
|
|
13938
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14021
|
+
"ai_discovery_source": "vendor_research",
|
|
14022
|
+
"ai_assist_factor": "none"
|
|
13939
14023
|
},
|
|
13940
14024
|
"CVE-2025-12480": {
|
|
13941
14025
|
"name": "Gladinet Triofox Improper Access Control Vulnerability",
|
|
@@ -16339,35 +16423,63 @@
|
|
|
16339
16423
|
},
|
|
16340
16424
|
"CVE-2025-25257": {
|
|
16341
16425
|
"name": "Fortinet FortiWeb SQL Injection Vulnerability",
|
|
16342
|
-
"lesson_date": "2026-05-
|
|
16426
|
+
"lesson_date": "2026-05-29",
|
|
16343
16427
|
"attack_vector": {
|
|
16344
|
-
"description": "
|
|
16345
|
-
"privileges_required": "network
|
|
16346
|
-
"complexity": "
|
|
16347
|
-
"ai_factor": "
|
|
16428
|
+
"description": "SQL injection (CWE-89) on the FortiWeb surface, reachable unauthenticated and escalating to compromise. CISA KEV-listed 2025-07-18 with confirmed in-the-wild exploitation.",
|
|
16429
|
+
"privileges_required": "none (unauthenticated network reach to the appliance)",
|
|
16430
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16431
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16432
|
+
},
|
|
16433
|
+
"defense_chain": {
|
|
16434
|
+
"prevention": {
|
|
16435
|
+
"what_would_have_worked": "Upgrade FortiWeb to the fixed build; restrict the management interface to trusted networks.",
|
|
16436
|
+
"was_this_required": true,
|
|
16437
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16438
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day appliance-patch cycle (often gated on a maintenance window) loses to the KEV-confirmed exploitation window."
|
|
16439
|
+
},
|
|
16440
|
+
"detection": {
|
|
16441
|
+
"what_would_have_worked": "Monitoring on the FortiWeb surface: requests matching the exploited weakness, appliance process crashes, and unexpected command execution or authentication events.",
|
|
16442
|
+
"was_this_required": false,
|
|
16443
|
+
"framework_requiring_it": null,
|
|
16444
|
+
"adequacy": "Necessary to catch exploitation of appliances not yet patched within the compressed window."
|
|
16445
|
+
},
|
|
16446
|
+
"response": {
|
|
16447
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the FortiWeb surface; on indicators of compromise, consider rebuilding the appliance.",
|
|
16448
|
+
"was_this_required": true,
|
|
16449
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16450
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated appliance flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
16451
|
+
}
|
|
16348
16452
|
},
|
|
16349
16453
|
"framework_coverage": {
|
|
16350
16454
|
"NIST-800-53-SI-2": {
|
|
16351
16455
|
"covered": true,
|
|
16352
16456
|
"adequate": false,
|
|
16353
|
-
"gap": "30-day SLA
|
|
16457
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-appliance flaw; CISA KEV due dates are days, not a month."
|
|
16354
16458
|
},
|
|
16355
16459
|
"ISO-27001-2022-A.8.8": {
|
|
16356
16460
|
"covered": true,
|
|
16357
16461
|
"adequate": false,
|
|
16358
|
-
"gap": "
|
|
16462
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing security appliance."
|
|
16463
|
+
},
|
|
16464
|
+
"NIS2-Art21-network-security": {
|
|
16465
|
+
"covered": true,
|
|
16466
|
+
"adequate": false,
|
|
16467
|
+
"gap": "Treats the appliance class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
16468
|
+
},
|
|
16469
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16470
|
+
"covered": true,
|
|
16471
|
+
"adequate": false,
|
|
16472
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on a perimeter appliance in or adjacent to the CDE."
|
|
16359
16473
|
}
|
|
16360
16474
|
},
|
|
16361
16475
|
"compliance_exposure_score": {
|
|
16362
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16363
|
-
"basis": "
|
|
16476
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
16477
|
+
"basis": "Internet-facing Fortinet FortiWeb is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
16364
16478
|
"theater_pattern": "patch_management"
|
|
16365
16479
|
},
|
|
16366
16480
|
"ai_discovered_zeroday": false,
|
|
16367
|
-
"ai_discovery_source": "
|
|
16368
|
-
"ai_assist_factor": "none"
|
|
16369
|
-
"_auto_imported": true,
|
|
16370
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16481
|
+
"ai_discovery_source": "vendor_research",
|
|
16482
|
+
"ai_assist_factor": "none"
|
|
16371
16483
|
},
|
|
16372
16484
|
"CVE-2025-47812": {
|
|
16373
16485
|
"name": "Wing FTP Server Improper Neutralization of Null Byte or NUL Character Vulnerability",
|
|
@@ -16691,35 +16803,63 @@
|
|
|
16691
16803
|
},
|
|
16692
16804
|
"CVE-2019-6693": {
|
|
16693
16805
|
"name": "Fortinet FortiOS Use of Hard-Coded Credentials Vulnerability",
|
|
16694
|
-
"lesson_date": "2026-05-
|
|
16806
|
+
"lesson_date": "2026-05-29",
|
|
16695
16807
|
"attack_vector": {
|
|
16696
|
-
"description": "
|
|
16697
|
-
"privileges_required": "network
|
|
16698
|
-
"complexity": "
|
|
16699
|
-
"ai_factor": "
|
|
16808
|
+
"description": "use of hard-coded credentials (CWE-798) in FortiOS, allowing authentication with built-in credentials. CISA KEV-listed 2025-06-25 with confirmed in-the-wild exploitation.",
|
|
16809
|
+
"privileges_required": "none (unauthenticated network reach to the appliance)",
|
|
16810
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16811
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16812
|
+
},
|
|
16813
|
+
"defense_chain": {
|
|
16814
|
+
"prevention": {
|
|
16815
|
+
"what_would_have_worked": "Upgrade FortiOS to a fixed build and rotate/replace any configuration encrypted under the default key; restrict management access.",
|
|
16816
|
+
"was_this_required": true,
|
|
16817
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16818
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day appliance-patch cycle (often gated on a maintenance window) loses to the KEV-confirmed exploitation window."
|
|
16819
|
+
},
|
|
16820
|
+
"detection": {
|
|
16821
|
+
"what_would_have_worked": "Monitoring on the FortiOS appliance: requests matching the exploited weakness, appliance process crashes, and unexpected command execution or authentication events.",
|
|
16822
|
+
"was_this_required": false,
|
|
16823
|
+
"framework_requiring_it": null,
|
|
16824
|
+
"adequacy": "Necessary to catch exploitation of appliances not yet patched within the compressed window."
|
|
16825
|
+
},
|
|
16826
|
+
"response": {
|
|
16827
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the FortiOS appliance; on indicators of compromise, consider rebuilding the appliance.",
|
|
16828
|
+
"was_this_required": true,
|
|
16829
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16830
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated appliance flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
16831
|
+
}
|
|
16700
16832
|
},
|
|
16701
16833
|
"framework_coverage": {
|
|
16702
16834
|
"NIST-800-53-SI-2": {
|
|
16703
16835
|
"covered": true,
|
|
16704
16836
|
"adequate": false,
|
|
16705
|
-
"gap": "30-day SLA
|
|
16837
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-appliance flaw; CISA KEV due dates are days, not a month."
|
|
16706
16838
|
},
|
|
16707
16839
|
"ISO-27001-2022-A.8.8": {
|
|
16708
16840
|
"covered": true,
|
|
16709
16841
|
"adequate": false,
|
|
16710
|
-
"gap": "
|
|
16842
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing security appliance."
|
|
16843
|
+
},
|
|
16844
|
+
"NIS2-Art21-network-security": {
|
|
16845
|
+
"covered": true,
|
|
16846
|
+
"adequate": false,
|
|
16847
|
+
"gap": "Treats the appliance class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
16848
|
+
},
|
|
16849
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16850
|
+
"covered": true,
|
|
16851
|
+
"adequate": false,
|
|
16852
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on a perimeter appliance in or adjacent to the CDE."
|
|
16711
16853
|
}
|
|
16712
16854
|
},
|
|
16713
16855
|
"compliance_exposure_score": {
|
|
16714
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16715
|
-
"basis": "
|
|
16856
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
16857
|
+
"basis": "Internet-facing Fortinet FortiOS is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
16716
16858
|
"theater_pattern": "patch_management"
|
|
16717
16859
|
},
|
|
16718
16860
|
"ai_discovered_zeroday": false,
|
|
16719
|
-
"ai_discovery_source": "
|
|
16720
|
-
"ai_assist_factor": "none"
|
|
16721
|
-
"_auto_imported": true,
|
|
16722
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16861
|
+
"ai_discovery_source": "vendor_research",
|
|
16862
|
+
"ai_assist_factor": "none"
|
|
16723
16863
|
},
|
|
16724
16864
|
"CVE-2024-0769": {
|
|
16725
16865
|
"name": " D-Link DIR-859 Router Path Traversal Vulnerability",
|
|
@@ -17587,35 +17727,63 @@
|
|
|
17587
17727
|
},
|
|
17588
17728
|
"CVE-2025-32756": {
|
|
17589
17729
|
"name": "Fortinet Multiple Products Stack-Based Buffer Overflow Vulnerability",
|
|
17590
|
-
"lesson_date": "2026-05-
|
|
17730
|
+
"lesson_date": "2026-05-29",
|
|
17591
17731
|
"attack_vector": {
|
|
17592
|
-
"description": "
|
|
17593
|
-
"privileges_required": "network
|
|
17594
|
-
"complexity": "
|
|
17595
|
-
"ai_factor": "
|
|
17732
|
+
"description": "a stack-based buffer overflow (CWE-124) across multiple Fortinet products, reachable by an unauthenticated attacker for remote code execution. CISA KEV-listed 2025-05-14 with confirmed in-the-wild exploitation.",
|
|
17733
|
+
"privileges_required": "none (unauthenticated network reach to the appliance)",
|
|
17734
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17735
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17736
|
+
},
|
|
17737
|
+
"defense_chain": {
|
|
17738
|
+
"prevention": {
|
|
17739
|
+
"what_would_have_worked": "Apply the Fortinet PSIRT fixed builds for each affected product; where an immediate upgrade is not possible, disable the affected interface per the advisory workaround.",
|
|
17740
|
+
"was_this_required": true,
|
|
17741
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17742
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day appliance-patch cycle (often gated on a maintenance window) loses to the KEV-confirmed exploitation window."
|
|
17743
|
+
},
|
|
17744
|
+
"detection": {
|
|
17745
|
+
"what_would_have_worked": "Monitoring on the Fortinet product surface: requests matching the exploited weakness, appliance process crashes, and unexpected command execution or authentication events.",
|
|
17746
|
+
"was_this_required": false,
|
|
17747
|
+
"framework_requiring_it": null,
|
|
17748
|
+
"adequacy": "Necessary to catch exploitation of appliances not yet patched within the compressed window."
|
|
17749
|
+
},
|
|
17750
|
+
"response": {
|
|
17751
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the Fortinet product surface; on indicators of compromise, consider rebuilding the appliance.",
|
|
17752
|
+
"was_this_required": true,
|
|
17753
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17754
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated appliance flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
17755
|
+
}
|
|
17596
17756
|
},
|
|
17597
17757
|
"framework_coverage": {
|
|
17598
17758
|
"NIST-800-53-SI-2": {
|
|
17599
17759
|
"covered": true,
|
|
17600
17760
|
"adequate": false,
|
|
17601
|
-
"gap": "30-day SLA
|
|
17761
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-appliance flaw; CISA KEV due dates are days, not a month."
|
|
17602
17762
|
},
|
|
17603
17763
|
"ISO-27001-2022-A.8.8": {
|
|
17604
17764
|
"covered": true,
|
|
17605
17765
|
"adequate": false,
|
|
17606
|
-
"gap": "
|
|
17766
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing security appliance."
|
|
17767
|
+
},
|
|
17768
|
+
"NIS2-Art21-network-security": {
|
|
17769
|
+
"covered": true,
|
|
17770
|
+
"adequate": false,
|
|
17771
|
+
"gap": "Treats the appliance class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
17772
|
+
},
|
|
17773
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17774
|
+
"covered": true,
|
|
17775
|
+
"adequate": false,
|
|
17776
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on a perimeter appliance in or adjacent to the CDE."
|
|
17607
17777
|
}
|
|
17608
17778
|
},
|
|
17609
17779
|
"compliance_exposure_score": {
|
|
17610
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17611
|
-
"basis": "
|
|
17780
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
17781
|
+
"basis": "Internet-facing Fortinet (multiple products) is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
17612
17782
|
"theater_pattern": "patch_management"
|
|
17613
17783
|
},
|
|
17614
17784
|
"ai_discovered_zeroday": false,
|
|
17615
|
-
"ai_discovery_source": "
|
|
17616
|
-
"ai_assist_factor": "none"
|
|
17617
|
-
"_auto_imported": true,
|
|
17618
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17785
|
+
"ai_discovery_source": "vendor_research",
|
|
17786
|
+
"ai_assist_factor": "none"
|
|
17619
17787
|
},
|
|
17620
17788
|
"CVE-2025-32709": {
|
|
17621
17789
|
"name": "Microsoft Windows Ancillary Function Driver for WinSock Use-After-Free Vulnerability",
|