@blamejs/exceptd-skills 0.15.12 → 0.15.13
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 +7 -0
- package/data/cve-catalog.json +102 -35
- package/data/zeroday-lessons.json +246 -78
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -8089,35 +8089,63 @@
|
|
|
8089
8089
|
},
|
|
8090
8090
|
"CVE-2026-3055": {
|
|
8091
8091
|
"name": "Citrix NetScaler Out-of-Bounds Read Vulnerability",
|
|
8092
|
-
"lesson_date": "2026-05-
|
|
8092
|
+
"lesson_date": "2026-05-29",
|
|
8093
8093
|
"attack_vector": {
|
|
8094
|
-
"description": "
|
|
8095
|
-
"privileges_required": "
|
|
8096
|
-
"complexity": "
|
|
8097
|
-
"ai_factor": "
|
|
8094
|
+
"description": "an out-of-bounds read (CWE-125) on Citrix NetScaler, disclosing adjacent memory used to steal authenticated session material. CISA KEV-listed 2026-03-30 with confirmed in-the-wild exploitation.",
|
|
8095
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the appliance's public interface)",
|
|
8096
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
8097
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
8098
|
+
},
|
|
8099
|
+
"defense_chain": {
|
|
8100
|
+
"prevention": {
|
|
8101
|
+
"what_would_have_worked": "Apply the Citrix NetScaler security update; invalidate active sessions and rotate session secrets — a patch alone does not revoke tokens already exfiltrated from memory.",
|
|
8102
|
+
"was_this_required": true,
|
|
8103
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
8104
|
+
"adequacy": "Patch is necessary but insufficient alone: tokens already disclosed from memory survive the patch and must be revoked via session termination + secret rotation."
|
|
8105
|
+
},
|
|
8106
|
+
"detection": {
|
|
8107
|
+
"what_would_have_worked": "Monitoring on the NetScaler: exploit-shaped requests, oversized/leaked response bodies (for the OOB-read class), appliance crashes (for the memory-corruption class), and session reuse with no matching login event.",
|
|
8108
|
+
"was_this_required": false,
|
|
8109
|
+
"framework_requiring_it": null,
|
|
8110
|
+
"adequacy": "Necessary to catch token-theft and post-exploit footholds that survive patching."
|
|
8111
|
+
},
|
|
8112
|
+
"response": {
|
|
8113
|
+
"what_would_have_worked": "Patch immediately; for the OOB-read class terminate sessions and rotate secrets, for the RCE class rebuild the appliance from a known-good image and rotate all credentials it held; review for lateral movement off the edge plane.",
|
|
8114
|
+
"was_this_required": true,
|
|
8115
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
8116
|
+
"adequacy": "Mandatory; a patch-in-place without session revocation or appliance rebuild leaves the attacker resident or with stolen session material."
|
|
8117
|
+
}
|
|
8098
8118
|
},
|
|
8099
8119
|
"framework_coverage": {
|
|
8100
8120
|
"NIST-800-53-SI-2": {
|
|
8101
8121
|
"covered": true,
|
|
8102
8122
|
"adequate": false,
|
|
8103
|
-
"gap": "30-day SLA
|
|
8123
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed flaw on an internet-facing perimeter appliance; CitrixBleed-class disclosures were mass-exploited within days."
|
|
8104
8124
|
},
|
|
8105
8125
|
"ISO-27001-2022-A.8.8": {
|
|
8106
8126
|
"covered": true,
|
|
8107
8127
|
"adequate": false,
|
|
8108
|
-
"gap": "
|
|
8128
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited perimeter-appliance flaw."
|
|
8129
|
+
},
|
|
8130
|
+
"NIS2-Art21-network-security": {
|
|
8131
|
+
"covered": true,
|
|
8132
|
+
"adequate": false,
|
|
8133
|
+
"gap": "Treats perimeter appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not mandate the session-revocation/credential-rotation cleanup these memory-disclosure flaws require."
|
|
8134
|
+
},
|
|
8135
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
8136
|
+
"covered": true,
|
|
8137
|
+
"adequate": false,
|
|
8138
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing edge appliance fronting the CDE."
|
|
8109
8139
|
}
|
|
8110
8140
|
},
|
|
8111
8141
|
"compliance_exposure_score": {
|
|
8112
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
8113
|
-
"basis": "
|
|
8142
|
+
"percent_audit_passing_orgs_still_exposed": 78,
|
|
8143
|
+
"basis": "Citrix NetScaler is a load-bearing perimeter device run by audited organizations on standard change-controlled patch windows; the required session-revocation/rebuild cleanup is rarely part of the documented patch procedure.",
|
|
8114
8144
|
"theater_pattern": "patch_management"
|
|
8115
8145
|
},
|
|
8116
8146
|
"ai_discovered_zeroday": false,
|
|
8117
|
-
"ai_discovery_source": "
|
|
8118
|
-
"ai_assist_factor": "none"
|
|
8119
|
-
"_auto_imported": true,
|
|
8120
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
8147
|
+
"ai_discovery_source": "vendor_research",
|
|
8148
|
+
"ai_assist_factor": "none"
|
|
8121
8149
|
},
|
|
8122
8150
|
"CVE-2025-53521": {
|
|
8123
8151
|
"name": "F5 BIG-IP Stack-Based Buffer Overflow Vulnerability",
|
|
@@ -16291,35 +16319,63 @@
|
|
|
16291
16319
|
},
|
|
16292
16320
|
"CVE-2025-7775": {
|
|
16293
16321
|
"name": "Citrix NetScaler Memory Overflow Vulnerability",
|
|
16294
|
-
"lesson_date": "2026-05-
|
|
16322
|
+
"lesson_date": "2026-05-29",
|
|
16295
16323
|
"attack_vector": {
|
|
16296
|
-
"description": "
|
|
16297
|
-
"privileges_required": "
|
|
16298
|
-
"complexity": "
|
|
16299
|
-
"ai_factor": "
|
|
16324
|
+
"description": "a memory-overflow buffer flaw (CWE-119) on Citrix NetScaler, exploitable by an unauthenticated attacker for remote code execution. CISA KEV-listed 2025-08-26 with confirmed in-the-wild exploitation.",
|
|
16325
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the appliance's public interface)",
|
|
16326
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16327
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16328
|
+
},
|
|
16329
|
+
"defense_chain": {
|
|
16330
|
+
"prevention": {
|
|
16331
|
+
"what_would_have_worked": "Apply the Citrix NetScaler security update; treat an exploited appliance as compromised — rebuild from a known-good image and rotate secrets the appliance held.",
|
|
16332
|
+
"was_this_required": true,
|
|
16333
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16334
|
+
"adequacy": "Patch is necessary; for the RCE/escalation variants the appliance must be treated as compromised and rebuilt, since memory-corruption RCE on the edge plane gives durable footholds."
|
|
16335
|
+
},
|
|
16336
|
+
"detection": {
|
|
16337
|
+
"what_would_have_worked": "Monitoring on the NetScaler: exploit-shaped requests, oversized/leaked response bodies (for the OOB-read class), appliance crashes (for the memory-corruption class), and session reuse with no matching login event.",
|
|
16338
|
+
"was_this_required": false,
|
|
16339
|
+
"framework_requiring_it": null,
|
|
16340
|
+
"adequacy": "Necessary to catch token-theft and post-exploit footholds that survive patching."
|
|
16341
|
+
},
|
|
16342
|
+
"response": {
|
|
16343
|
+
"what_would_have_worked": "Patch immediately; for the OOB-read class terminate sessions and rotate secrets, for the RCE class rebuild the appliance from a known-good image and rotate all credentials it held; review for lateral movement off the edge plane.",
|
|
16344
|
+
"was_this_required": true,
|
|
16345
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16346
|
+
"adequacy": "Mandatory; a patch-in-place without session revocation or appliance rebuild leaves the attacker resident or with stolen session material."
|
|
16347
|
+
}
|
|
16300
16348
|
},
|
|
16301
16349
|
"framework_coverage": {
|
|
16302
16350
|
"NIST-800-53-SI-2": {
|
|
16303
16351
|
"covered": true,
|
|
16304
16352
|
"adequate": false,
|
|
16305
|
-
"gap": "30-day SLA
|
|
16353
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed flaw on an internet-facing perimeter appliance; CitrixBleed-class disclosures were mass-exploited within days."
|
|
16306
16354
|
},
|
|
16307
16355
|
"ISO-27001-2022-A.8.8": {
|
|
16308
16356
|
"covered": true,
|
|
16309
16357
|
"adequate": false,
|
|
16310
|
-
"gap": "
|
|
16358
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited perimeter-appliance flaw."
|
|
16359
|
+
},
|
|
16360
|
+
"NIS2-Art21-network-security": {
|
|
16361
|
+
"covered": true,
|
|
16362
|
+
"adequate": false,
|
|
16363
|
+
"gap": "Treats perimeter appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not mandate the session-revocation/credential-rotation cleanup these memory-disclosure flaws require."
|
|
16364
|
+
},
|
|
16365
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16366
|
+
"covered": true,
|
|
16367
|
+
"adequate": false,
|
|
16368
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing edge appliance fronting the CDE."
|
|
16311
16369
|
}
|
|
16312
16370
|
},
|
|
16313
16371
|
"compliance_exposure_score": {
|
|
16314
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16315
|
-
"basis": "
|
|
16372
|
+
"percent_audit_passing_orgs_still_exposed": 78,
|
|
16373
|
+
"basis": "Citrix NetScaler is a load-bearing perimeter device run by audited organizations on standard change-controlled patch windows; the required session-revocation/rebuild cleanup is rarely part of the documented patch procedure.",
|
|
16316
16374
|
"theater_pattern": "patch_management"
|
|
16317
16375
|
},
|
|
16318
16376
|
"ai_discovered_zeroday": false,
|
|
16319
|
-
"ai_discovery_source": "
|
|
16320
|
-
"ai_assist_factor": "none"
|
|
16321
|
-
"_auto_imported": true,
|
|
16322
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16377
|
+
"ai_discovery_source": "vendor_research",
|
|
16378
|
+
"ai_assist_factor": "none"
|
|
16323
16379
|
},
|
|
16324
16380
|
"CVE-2025-48384": {
|
|
16325
16381
|
"name": "Git Link Following Vulnerability",
|
|
@@ -16355,67 +16411,123 @@
|
|
|
16355
16411
|
},
|
|
16356
16412
|
"CVE-2024-8068": {
|
|
16357
16413
|
"name": "Citrix Session Recording Improper Privilege Management Vulnerability",
|
|
16358
|
-
"lesson_date": "2026-05-
|
|
16414
|
+
"lesson_date": "2026-05-29",
|
|
16359
16415
|
"attack_vector": {
|
|
16360
|
-
"description": "
|
|
16361
|
-
"privileges_required": "
|
|
16362
|
-
"complexity": "
|
|
16363
|
-
"ai_factor": "
|
|
16416
|
+
"description": "an improper privilege-management flaw (CWE-269) on Citrix Session Recording, escalating an authenticated user's privileges on the recording server. CISA KEV-listed 2025-08-25 with confirmed in-the-wild exploitation.",
|
|
16417
|
+
"privileges_required": "low (an authenticated user on the recording service)",
|
|
16418
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16419
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16420
|
+
},
|
|
16421
|
+
"defense_chain": {
|
|
16422
|
+
"prevention": {
|
|
16423
|
+
"what_would_have_worked": "Apply the Citrix Session Recording security update; audit Session Recording user actions during the exposure window and review recording access logs.",
|
|
16424
|
+
"was_this_required": true,
|
|
16425
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16426
|
+
"adequacy": "Patch is necessary; for the RCE/escalation variants the appliance must be treated as compromised and rebuilt, since memory-corruption RCE on the edge plane gives durable footholds."
|
|
16427
|
+
},
|
|
16428
|
+
"detection": {
|
|
16429
|
+
"what_would_have_worked": "Monitoring on the Session Recording: exploit-shaped requests, oversized/leaked response bodies (for the OOB-read class), appliance crashes (for the memory-corruption class), and session reuse with no matching login event.",
|
|
16430
|
+
"was_this_required": false,
|
|
16431
|
+
"framework_requiring_it": null,
|
|
16432
|
+
"adequacy": "Necessary to catch token-theft and post-exploit footholds that survive patching."
|
|
16433
|
+
},
|
|
16434
|
+
"response": {
|
|
16435
|
+
"what_would_have_worked": "Patch immediately; for the OOB-read class terminate sessions and rotate secrets, for the RCE class rebuild the appliance from a known-good image and rotate all credentials it held; review for lateral movement off the edge plane.",
|
|
16436
|
+
"was_this_required": true,
|
|
16437
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16438
|
+
"adequacy": "Mandatory; a patch-in-place without session revocation or appliance rebuild leaves the attacker resident or with stolen session material."
|
|
16439
|
+
}
|
|
16364
16440
|
},
|
|
16365
16441
|
"framework_coverage": {
|
|
16366
16442
|
"NIST-800-53-SI-2": {
|
|
16367
16443
|
"covered": true,
|
|
16368
16444
|
"adequate": false,
|
|
16369
|
-
"gap": "30-day SLA
|
|
16445
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed flaw on an internet-facing perimeter appliance; CitrixBleed-class disclosures were mass-exploited within days."
|
|
16370
16446
|
},
|
|
16371
16447
|
"ISO-27001-2022-A.8.8": {
|
|
16372
16448
|
"covered": true,
|
|
16373
16449
|
"adequate": false,
|
|
16374
|
-
"gap": "
|
|
16450
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited perimeter-appliance flaw."
|
|
16451
|
+
},
|
|
16452
|
+
"NIS2-Art21-network-security": {
|
|
16453
|
+
"covered": true,
|
|
16454
|
+
"adequate": false,
|
|
16455
|
+
"gap": "Treats perimeter appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not mandate the session-revocation/credential-rotation cleanup these memory-disclosure flaws require."
|
|
16456
|
+
},
|
|
16457
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16458
|
+
"covered": true,
|
|
16459
|
+
"adequate": false,
|
|
16460
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing edge appliance fronting the CDE."
|
|
16375
16461
|
}
|
|
16376
16462
|
},
|
|
16377
16463
|
"compliance_exposure_score": {
|
|
16378
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16379
|
-
"basis": "
|
|
16464
|
+
"percent_audit_passing_orgs_still_exposed": 78,
|
|
16465
|
+
"basis": "Citrix Session Recording is a load-bearing perimeter device run by audited organizations on standard change-controlled patch windows; the required session-revocation/rebuild cleanup is rarely part of the documented patch procedure.",
|
|
16380
16466
|
"theater_pattern": "patch_management"
|
|
16381
16467
|
},
|
|
16382
16468
|
"ai_discovered_zeroday": false,
|
|
16383
|
-
"ai_discovery_source": "
|
|
16384
|
-
"ai_assist_factor": "none"
|
|
16385
|
-
"_auto_imported": true,
|
|
16386
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16469
|
+
"ai_discovery_source": "vendor_research",
|
|
16470
|
+
"ai_assist_factor": "none"
|
|
16387
16471
|
},
|
|
16388
16472
|
"CVE-2024-8069": {
|
|
16389
16473
|
"name": "Citrix Session Recording Deserialization of Untrusted Data Vulnerability",
|
|
16390
|
-
"lesson_date": "2026-05-
|
|
16474
|
+
"lesson_date": "2026-05-29",
|
|
16391
16475
|
"attack_vector": {
|
|
16392
|
-
"description": "
|
|
16393
|
-
"privileges_required": "
|
|
16394
|
-
"complexity": "
|
|
16395
|
-
"ai_factor": "
|
|
16476
|
+
"description": "a deserialization-of-untrusted-data flaw (CWE-502) on Citrix Session Recording, enabling remote code execution on the recording server. CISA KEV-listed 2025-08-25 with confirmed in-the-wild exploitation.",
|
|
16477
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the appliance's public interface)",
|
|
16478
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16479
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16480
|
+
},
|
|
16481
|
+
"defense_chain": {
|
|
16482
|
+
"prevention": {
|
|
16483
|
+
"what_would_have_worked": "Apply the Citrix Session Recording security update and hunt for web shells; rotate credentials reachable from the Session Recording server.",
|
|
16484
|
+
"was_this_required": true,
|
|
16485
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16486
|
+
"adequacy": "Patch is necessary; for the RCE/escalation variants the appliance must be treated as compromised and rebuilt, since memory-corruption RCE on the edge plane gives durable footholds."
|
|
16487
|
+
},
|
|
16488
|
+
"detection": {
|
|
16489
|
+
"what_would_have_worked": "Monitoring on the Session Recording: exploit-shaped requests, oversized/leaked response bodies (for the OOB-read class), appliance crashes (for the memory-corruption class), and session reuse with no matching login event.",
|
|
16490
|
+
"was_this_required": false,
|
|
16491
|
+
"framework_requiring_it": null,
|
|
16492
|
+
"adequacy": "Necessary to catch token-theft and post-exploit footholds that survive patching."
|
|
16493
|
+
},
|
|
16494
|
+
"response": {
|
|
16495
|
+
"what_would_have_worked": "Patch immediately; for the OOB-read class terminate sessions and rotate secrets, for the RCE class rebuild the appliance from a known-good image and rotate all credentials it held; review for lateral movement off the edge plane.",
|
|
16496
|
+
"was_this_required": true,
|
|
16497
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16498
|
+
"adequacy": "Mandatory; a patch-in-place without session revocation or appliance rebuild leaves the attacker resident or with stolen session material."
|
|
16499
|
+
}
|
|
16396
16500
|
},
|
|
16397
16501
|
"framework_coverage": {
|
|
16398
16502
|
"NIST-800-53-SI-2": {
|
|
16399
16503
|
"covered": true,
|
|
16400
16504
|
"adequate": false,
|
|
16401
|
-
"gap": "30-day SLA
|
|
16505
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed flaw on an internet-facing perimeter appliance; CitrixBleed-class disclosures were mass-exploited within days."
|
|
16402
16506
|
},
|
|
16403
16507
|
"ISO-27001-2022-A.8.8": {
|
|
16404
16508
|
"covered": true,
|
|
16405
16509
|
"adequate": false,
|
|
16406
|
-
"gap": "
|
|
16510
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited perimeter-appliance flaw."
|
|
16511
|
+
},
|
|
16512
|
+
"NIS2-Art21-network-security": {
|
|
16513
|
+
"covered": true,
|
|
16514
|
+
"adequate": false,
|
|
16515
|
+
"gap": "Treats perimeter appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not mandate the session-revocation/credential-rotation cleanup these memory-disclosure flaws require."
|
|
16516
|
+
},
|
|
16517
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16518
|
+
"covered": true,
|
|
16519
|
+
"adequate": false,
|
|
16520
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing edge appliance fronting the CDE."
|
|
16407
16521
|
}
|
|
16408
16522
|
},
|
|
16409
16523
|
"compliance_exposure_score": {
|
|
16410
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16411
|
-
"basis": "
|
|
16524
|
+
"percent_audit_passing_orgs_still_exposed": 78,
|
|
16525
|
+
"basis": "Citrix Session Recording is a load-bearing perimeter device run by audited organizations on standard change-controlled patch windows; the required session-revocation/rebuild cleanup is rarely part of the documented patch procedure.",
|
|
16412
16526
|
"theater_pattern": "patch_management"
|
|
16413
16527
|
},
|
|
16414
16528
|
"ai_discovered_zeroday": false,
|
|
16415
|
-
"ai_discovery_source": "
|
|
16416
|
-
"ai_assist_factor": "none"
|
|
16417
|
-
"_auto_imported": true,
|
|
16418
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16529
|
+
"ai_discovery_source": "vendor_research",
|
|
16530
|
+
"ai_assist_factor": "none"
|
|
16419
16531
|
},
|
|
16420
16532
|
"CVE-2025-54948": {
|
|
16421
16533
|
"name": "Trend Micro Apex One OS Command Injection Vulnerability",
|
|
@@ -17343,35 +17455,63 @@
|
|
|
17343
17455
|
},
|
|
17344
17456
|
"CVE-2025-5777": {
|
|
17345
17457
|
"name": "Citrix NetScaler ADC and Gateway Out-of-Bounds Read Vulnerability",
|
|
17346
|
-
"lesson_date": "2026-05-
|
|
17458
|
+
"lesson_date": "2026-05-29",
|
|
17347
17459
|
"attack_vector": {
|
|
17348
|
-
"description": "
|
|
17349
|
-
"privileges_required": "
|
|
17350
|
-
"complexity": "
|
|
17351
|
-
"ai_factor": "
|
|
17460
|
+
"description": "an out-of-bounds read (CWE-125) on Citrix NetScaler ADC/Gateway (the CitrixBleed-2 class), disclosing memory containing authenticated session material that has been used in the wild for session hijack. CISA KEV-listed 2025-07-10 with confirmed in-the-wild exploitation.",
|
|
17461
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the appliance's public interface)",
|
|
17462
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17463
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17464
|
+
},
|
|
17465
|
+
"defense_chain": {
|
|
17466
|
+
"prevention": {
|
|
17467
|
+
"what_would_have_worked": "Apply the Citrix NetScaler security update, terminate all active sessions, and rotate session and credential secrets — a patch alone does not revoke session tokens already disclosed.",
|
|
17468
|
+
"was_this_required": true,
|
|
17469
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17470
|
+
"adequacy": "Patch is necessary but insufficient alone: tokens already disclosed from memory survive the patch and must be revoked via session termination + secret rotation."
|
|
17471
|
+
},
|
|
17472
|
+
"detection": {
|
|
17473
|
+
"what_would_have_worked": "Monitoring on the NetScaler ADC/Gateway: exploit-shaped requests, oversized/leaked response bodies (for the OOB-read class), appliance crashes (for the memory-corruption class), and session reuse with no matching login event.",
|
|
17474
|
+
"was_this_required": false,
|
|
17475
|
+
"framework_requiring_it": null,
|
|
17476
|
+
"adequacy": "Necessary to catch token-theft and post-exploit footholds that survive patching."
|
|
17477
|
+
},
|
|
17478
|
+
"response": {
|
|
17479
|
+
"what_would_have_worked": "Patch immediately; for the OOB-read class terminate sessions and rotate secrets, for the RCE class rebuild the appliance from a known-good image and rotate all credentials it held; review for lateral movement off the edge plane.",
|
|
17480
|
+
"was_this_required": true,
|
|
17481
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17482
|
+
"adequacy": "Mandatory; a patch-in-place without session revocation or appliance rebuild leaves the attacker resident or with stolen session material."
|
|
17483
|
+
}
|
|
17352
17484
|
},
|
|
17353
17485
|
"framework_coverage": {
|
|
17354
17486
|
"NIST-800-53-SI-2": {
|
|
17355
17487
|
"covered": true,
|
|
17356
17488
|
"adequate": false,
|
|
17357
|
-
"gap": "30-day SLA
|
|
17489
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed flaw on an internet-facing perimeter appliance; CitrixBleed-class disclosures were mass-exploited within days."
|
|
17358
17490
|
},
|
|
17359
17491
|
"ISO-27001-2022-A.8.8": {
|
|
17360
17492
|
"covered": true,
|
|
17361
17493
|
"adequate": false,
|
|
17362
|
-
"gap": "
|
|
17494
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited perimeter-appliance flaw."
|
|
17495
|
+
},
|
|
17496
|
+
"NIS2-Art21-network-security": {
|
|
17497
|
+
"covered": true,
|
|
17498
|
+
"adequate": false,
|
|
17499
|
+
"gap": "Treats perimeter appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not mandate the session-revocation/credential-rotation cleanup these memory-disclosure flaws require."
|
|
17500
|
+
},
|
|
17501
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17502
|
+
"covered": true,
|
|
17503
|
+
"adequate": false,
|
|
17504
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing edge appliance fronting the CDE."
|
|
17363
17505
|
}
|
|
17364
17506
|
},
|
|
17365
17507
|
"compliance_exposure_score": {
|
|
17366
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17367
|
-
"basis": "
|
|
17508
|
+
"percent_audit_passing_orgs_still_exposed": 78,
|
|
17509
|
+
"basis": "Citrix NetScaler ADC and Gateway is a load-bearing perimeter device run by audited organizations on standard change-controlled patch windows; the required session-revocation/rebuild cleanup is rarely part of the documented patch procedure.",
|
|
17368
17510
|
"theater_pattern": "patch_management"
|
|
17369
17511
|
},
|
|
17370
17512
|
"ai_discovered_zeroday": false,
|
|
17371
|
-
"ai_discovery_source": "
|
|
17372
|
-
"ai_assist_factor": "none"
|
|
17373
|
-
"_auto_imported": true,
|
|
17374
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17513
|
+
"ai_discovery_source": "vendor_research",
|
|
17514
|
+
"ai_assist_factor": "none"
|
|
17375
17515
|
},
|
|
17376
17516
|
"CVE-2019-9621": {
|
|
17377
17517
|
"name": "Synacor Zimbra Collaboration Suite (ZCS) Server-Side Request Forgery (SSRF) Vulnerability",
|
|
@@ -17627,35 +17767,63 @@
|
|
|
17627
17767
|
},
|
|
17628
17768
|
"CVE-2025-6543": {
|
|
17629
17769
|
"name": "Citrix NetScaler ADC and Gateway Buffer Overflow Vulnerability",
|
|
17630
|
-
"lesson_date": "2026-05-
|
|
17770
|
+
"lesson_date": "2026-05-29",
|
|
17631
17771
|
"attack_vector": {
|
|
17632
|
-
"description": "
|
|
17633
|
-
"privileges_required": "
|
|
17634
|
-
"complexity": "
|
|
17635
|
-
"ai_factor": "
|
|
17772
|
+
"description": "a buffer-overflow flaw (CWE-119) on Citrix NetScaler ADC/Gateway, exploitable for memory corruption (DoS and code execution). CISA KEV-listed 2025-06-30 with confirmed in-the-wild exploitation.",
|
|
17773
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the appliance's public interface)",
|
|
17774
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17775
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17776
|
+
},
|
|
17777
|
+
"defense_chain": {
|
|
17778
|
+
"prevention": {
|
|
17779
|
+
"what_would_have_worked": "Apply the Citrix NetScaler security update; treat an exploited appliance as compromised and rebuild from a known-good image with rotated secrets.",
|
|
17780
|
+
"was_this_required": true,
|
|
17781
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17782
|
+
"adequacy": "Patch is necessary; for the RCE/escalation variants the appliance must be treated as compromised and rebuilt, since memory-corruption RCE on the edge plane gives durable footholds."
|
|
17783
|
+
},
|
|
17784
|
+
"detection": {
|
|
17785
|
+
"what_would_have_worked": "Monitoring on the NetScaler ADC/Gateway: exploit-shaped requests, oversized/leaked response bodies (for the OOB-read class), appliance crashes (for the memory-corruption class), and session reuse with no matching login event.",
|
|
17786
|
+
"was_this_required": false,
|
|
17787
|
+
"framework_requiring_it": null,
|
|
17788
|
+
"adequacy": "Necessary to catch token-theft and post-exploit footholds that survive patching."
|
|
17789
|
+
},
|
|
17790
|
+
"response": {
|
|
17791
|
+
"what_would_have_worked": "Patch immediately; for the OOB-read class terminate sessions and rotate secrets, for the RCE class rebuild the appliance from a known-good image and rotate all credentials it held; review for lateral movement off the edge plane.",
|
|
17792
|
+
"was_this_required": true,
|
|
17793
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17794
|
+
"adequacy": "Mandatory; a patch-in-place without session revocation or appliance rebuild leaves the attacker resident or with stolen session material."
|
|
17795
|
+
}
|
|
17636
17796
|
},
|
|
17637
17797
|
"framework_coverage": {
|
|
17638
17798
|
"NIST-800-53-SI-2": {
|
|
17639
17799
|
"covered": true,
|
|
17640
17800
|
"adequate": false,
|
|
17641
|
-
"gap": "30-day SLA
|
|
17801
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed flaw on an internet-facing perimeter appliance; CitrixBleed-class disclosures were mass-exploited within days."
|
|
17642
17802
|
},
|
|
17643
17803
|
"ISO-27001-2022-A.8.8": {
|
|
17644
17804
|
"covered": true,
|
|
17645
17805
|
"adequate": false,
|
|
17646
|
-
"gap": "
|
|
17806
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited perimeter-appliance flaw."
|
|
17807
|
+
},
|
|
17808
|
+
"NIS2-Art21-network-security": {
|
|
17809
|
+
"covered": true,
|
|
17810
|
+
"adequate": false,
|
|
17811
|
+
"gap": "Treats perimeter appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not mandate the session-revocation/credential-rotation cleanup these memory-disclosure flaws require."
|
|
17812
|
+
},
|
|
17813
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17814
|
+
"covered": true,
|
|
17815
|
+
"adequate": false,
|
|
17816
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing edge appliance fronting the CDE."
|
|
17647
17817
|
}
|
|
17648
17818
|
},
|
|
17649
17819
|
"compliance_exposure_score": {
|
|
17650
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17651
|
-
"basis": "
|
|
17820
|
+
"percent_audit_passing_orgs_still_exposed": 78,
|
|
17821
|
+
"basis": "Citrix NetScaler ADC and Gateway is a load-bearing perimeter device run by audited organizations on standard change-controlled patch windows; the required session-revocation/rebuild cleanup is rarely part of the documented patch procedure.",
|
|
17652
17822
|
"theater_pattern": "patch_management"
|
|
17653
17823
|
},
|
|
17654
17824
|
"ai_discovered_zeroday": false,
|
|
17655
|
-
"ai_discovery_source": "
|
|
17656
|
-
"ai_assist_factor": "none"
|
|
17657
|
-
"_auto_imported": true,
|
|
17658
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17825
|
+
"ai_discovery_source": "vendor_research",
|
|
17826
|
+
"ai_assist_factor": "none"
|
|
17659
17827
|
},
|
|
17660
17828
|
"CVE-2019-6693": {
|
|
17661
17829
|
"name": "Fortinet FortiOS Use of Hard-Coded Credentials Vulnerability",
|