@blamejs/exceptd-skills 0.15.38 → 0.15.39
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 -1
- package/data/cve-catalog.json +54 -18
- package/data/zeroday-lessons.json +126 -42
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.15.39 — 2026-05-29
|
|
4
|
+
|
|
5
|
+
Draft-curation pass 36 — webmail cross-site scripting. Three CISA KEV-listed webmail XSS CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: the MDaemon WorldClient webmail flaw (CVE-2024-11182) and two Roundcube Webmail flaws (CVE-2024-42009, CVE-2025-68461). Script runs in the victim's authenticated mail session the moment they view a crafted email, so they map T1190 alongside T1539 (steal web session cookie). The lessons stress that patching the specific bug is not enough — a strict Content-Security-Policy and HttpOnly+SameSite session cookies are the durable controls that stop the next XSS from exfiltrating a session — and that response must invalidate webmail sessions and review mailboxes for unauthorized access and forwarding rules, because this class is repeatedly used by espionage actors for silent mailbox theft.
|
|
6
|
+
|
|
3
7
|
## 0.15.38 — 2026-05-29
|
|
4
8
|
|
|
5
9
|
Draft-curation pass 35 — path traversal file access. Four CISA KEV-listed unauthenticated path-traversal CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: Ruby on Rails Action View arbitrary file read (CVE-2019-5418), Srimax Output Messenger directory traversal chained to code execution (CVE-2025-27920), ZKTeco BioTime arbitrary file read (CVE-2023-38950), and the end-of-life D-Link DIR-859 router configuration disclosure (CVE-2024-0769). All map T1190; the secret-leaking file-read variants also map T1552. The lessons stress that patching does not undo the disclosure — every secret a traversal read must be rotated — that file-write traversals require hunting for dropped payloads, and that an end-of-life device (DIR-859) can only be replaced, not patched.
|
package/data/_indexes/_meta.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.1.0",
|
|
3
|
-
"generated_at": "2026-05-30T05:
|
|
3
|
+
"generated_at": "2026-05-30T05:25:52.715Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "4308b0a5e326fe8fe860312fe2f462a0b7f9c507f1dc547ba19db01a7fca8dd5",
|
|
8
8
|
"data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
9
|
+
"data/attack-techniques.json": "0f8fe5c6ec54206645a8f5d4780bd820aa70df9c0256b4405256c9de45be2544",
|
|
10
|
+
"data/cve-catalog.json": "aafacd0b7fa88c145228b4e3fbf5167c158ecad4d8b5fb977621edfb6016ff9a",
|
|
11
11
|
"data/cwe-catalog.json": "0fd275c2a61754958d68cea03a92794a67cf1c1d4d609f81a5728334df013ee3",
|
|
12
12
|
"data/d3fend-catalog.json": "9a54bccb9f24f84b32024216cc3f53819a053721ac8ab43c326859e68fc0ffaf",
|
|
13
13
|
"data/dlp-controls.json": "d2406c482dddd30e49203879999dc4b3a7fd4d0494d6a61d86b91ee76415df19",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"data/framework-control-gaps.json": "29e7b6aa841ddf2530ca5971bdb60d7a715684b2f6264141ad49f0de9a039d78",
|
|
16
16
|
"data/global-frameworks.json": "9ba563a85f7f8d6c3c957de64945e20925a89d0ed6ea6fc561cf093811acf558",
|
|
17
17
|
"data/rfc-references.json": "b21d03b948c41bc8a854e2f057948ecf844bd8c105848aeb141d1eadf8192c31",
|
|
18
|
-
"data/zeroday-lessons.json": "
|
|
18
|
+
"data/zeroday-lessons.json": "821f5e2596ce5c4f1d42114ffe0c25a32f99dad1aee3f6d3beb32d78f75046ec",
|
|
19
19
|
"skills/kernel-lpe-triage/skill.md": "0f79c641cef6e5f4a942eb94f43c460562bf83dfb67ae112d146c39c6b320fb0",
|
|
20
20
|
"skills/ai-attack-surface/skill.md": "2880499993e0e69e3897a9d02b5e83aa0462c86a4dd2c1988b9968e375704a1f",
|
|
21
21
|
"skills/mcp-agent-trust/skill.md": "0752834acde0303d6d1e36be4b320eac3d34fde715bb8d71f3ad9e801d701482",
|
|
@@ -1011,6 +1011,7 @@
|
|
|
1011
1011
|
"CVE-2023-6021",
|
|
1012
1012
|
"CVE-2023-6038",
|
|
1013
1013
|
"CVE-2024-0769",
|
|
1014
|
+
"CVE-2024-11182",
|
|
1014
1015
|
"CVE-2024-12450",
|
|
1015
1016
|
"CVE-2024-12776",
|
|
1016
1017
|
"CVE-2024-12987",
|
|
@@ -1028,6 +1029,7 @@
|
|
|
1028
1029
|
"CVE-2024-37032",
|
|
1029
1030
|
"CVE-2024-37079",
|
|
1030
1031
|
"CVE-2024-39722",
|
|
1032
|
+
"CVE-2024-42009",
|
|
1031
1033
|
"CVE-2024-42478",
|
|
1032
1034
|
"CVE-2024-42479",
|
|
1033
1035
|
"CVE-2024-43468",
|
|
@@ -1151,6 +1153,7 @@
|
|
|
1151
1153
|
"CVE-2025-66376",
|
|
1152
1154
|
"CVE-2025-66644",
|
|
1153
1155
|
"CVE-2025-67818",
|
|
1156
|
+
"CVE-2025-68461",
|
|
1154
1157
|
"CVE-2025-68613",
|
|
1155
1158
|
"CVE-2025-68645",
|
|
1156
1159
|
"CVE-2025-68668",
|
|
@@ -2871,9 +2874,12 @@
|
|
|
2871
2874
|
"version": "v19",
|
|
2872
2875
|
"cve_refs": [
|
|
2873
2876
|
"CVE-2023-6571",
|
|
2877
|
+
"CVE-2024-11182",
|
|
2878
|
+
"CVE-2024-42009",
|
|
2874
2879
|
"CVE-2024-9526",
|
|
2875
2880
|
"CVE-2025-0133",
|
|
2876
|
-
"CVE-2025-34291"
|
|
2881
|
+
"CVE-2025-34291",
|
|
2882
|
+
"CVE-2025-68461"
|
|
2877
2883
|
],
|
|
2878
2884
|
"description_full": "An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials. Web applications and services often use session cookies as an authentication token after a user has authenticated to a website. Cookies are often valid for an extended period of time, even if the web application is not actively used. Cookies can be found on disk, in the process memory of the browser, and in network traffic to remote systems. Additionally, other applications on the targets machine might store sensitive authentication cookies in memory (e.g. apps which authenticate to cloud services). Session cookies can be used to bypasses some multi-factor authentication protocols.(Citation: Pass The Cookie) There are several examples of malware targeting cookies from web browsers on the local system.(Citation: Kaspersky TajMahal April 2019)(Citation: Unit 42 Mac Crypto Cookies January 2019) Adversaries may also steal cookies by injecting malicious JavaScript content into websites or relying on [User Execution](https://attack.mitre.org/techniques/T1204) by tricking victims into running malicious JavaScript in their browser.(Citation: Talos Roblox Scam 2023)(Citation: Krebs Discord Bookmarks 2023) There are also open source frameworks such as `Evilginx2` and `Muraena` that can gather session cookies through a malicious proxy (e.g., [Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1557)) that can be set up by an adversary and used in phishing campaigns.(Citation: Github evilginx2)(Citation: GitHub Mauraena) After an adversary acquires a valid cookie, they can then perform a [Web Session Cookie](https://attack.mitre.org/techniques/T1550/004) technique to login to the corresponding web application.",
|
|
2879
2885
|
"platforms": [
|
package/data/cve-catalog.json
CHANGED
|
@@ -23612,7 +23612,9 @@
|
|
|
23612
23612
|
},
|
|
23613
23613
|
"atlas_refs": [],
|
|
23614
23614
|
"attack_refs": [
|
|
23615
|
-
"T1059.007"
|
|
23615
|
+
"T1059.007",
|
|
23616
|
+
"T1190",
|
|
23617
|
+
"T1539"
|
|
23616
23618
|
],
|
|
23617
23619
|
"rwep_score": 77,
|
|
23618
23620
|
"rwep_factors": {
|
|
@@ -23633,7 +23635,7 @@
|
|
|
23633
23635
|
"cwe_refs": [
|
|
23634
23636
|
"CWE-79"
|
|
23635
23637
|
],
|
|
23636
|
-
"source_verified": "2026-05-
|
|
23638
|
+
"source_verified": "2026-05-29",
|
|
23637
23639
|
"verification_sources": [
|
|
23638
23640
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
23639
23641
|
"https://roundcube.net/news/2025/12/13/security-updates-1.6.12-and-1.5.12",
|
|
@@ -23663,11 +23665,21 @@
|
|
|
23663
23665
|
"published_date": "2026-02-20"
|
|
23664
23666
|
}
|
|
23665
23667
|
],
|
|
23666
|
-
"last_updated": "2026-05-
|
|
23668
|
+
"last_updated": "2026-05-29",
|
|
23667
23669
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-20; due date 2026-03-13. Notes reference: https://roundcube.net/news/2025/12/13/security-updates-1.6.12-and-1.5.12 ; https://github.com/roundcube/roundcubemail/commit/bfa032631c36b900e7444dfa278340b33cbf7cdb ; https://nvd.nist.gov/vuln/detail",
|
|
23668
|
-
"_auto_imported":
|
|
23669
|
-
"_intake_method": "
|
|
23670
|
-
"_kev_short_description": "RoundCube Webmail contains a cross-site scripting vulnerability via the animate tag in an SVG document."
|
|
23670
|
+
"_auto_imported": false,
|
|
23671
|
+
"_intake_method": "manual-verified-curation",
|
|
23672
|
+
"_kev_short_description": "RoundCube Webmail contains a cross-site scripting vulnerability via the animate tag in an SVG document.",
|
|
23673
|
+
"iocs": {
|
|
23674
|
+
"behavioral": [
|
|
23675
|
+
"Roundcube Webmail reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
23676
|
+
"Emails containing script payloads (HTML/SVG/style-based XSS vectors) that render in the Roundcube Webmail, and outbound requests from a victim's webmail session to attacker infrastructure carrying session tokens.",
|
|
23677
|
+
"Mailbox access or session reuse from unexpected sources following a victim viewing a crafted email, with no matching legitimate login (KEV-confirmed in-the-wild exploitation; this class is used in espionage credential-theft campaigns)."
|
|
23678
|
+
],
|
|
23679
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-68461, CISA KEV (added 2026-02-20), and the vendor security advisory recorded in vendor_advisories."
|
|
23680
|
+
},
|
|
23681
|
+
"_draft": false,
|
|
23682
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1190 + T1539 steal web session cookie) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
23671
23683
|
},
|
|
23672
23684
|
"CVE-2021-22175": {
|
|
23673
23685
|
"name": "GitLab Server-Side Request Forgery (SSRF) Vulnerability",
|
|
@@ -40211,7 +40223,9 @@
|
|
|
40211
40223
|
},
|
|
40212
40224
|
"atlas_refs": [],
|
|
40213
40225
|
"attack_refs": [
|
|
40214
|
-
"T1059.007"
|
|
40226
|
+
"T1059.007",
|
|
40227
|
+
"T1190",
|
|
40228
|
+
"T1539"
|
|
40215
40229
|
],
|
|
40216
40230
|
"rwep_score": 77,
|
|
40217
40231
|
"rwep_factors": {
|
|
@@ -40232,7 +40246,7 @@
|
|
|
40232
40246
|
"cwe_refs": [
|
|
40233
40247
|
"CWE-79"
|
|
40234
40248
|
],
|
|
40235
|
-
"source_verified": "2026-05-
|
|
40249
|
+
"source_verified": "2026-05-29",
|
|
40236
40250
|
"verification_sources": [
|
|
40237
40251
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
40238
40252
|
"https://roundcube.net/news/2024/08/04/security-updates-1.6.8-and-1.5.8",
|
|
@@ -40261,11 +40275,21 @@
|
|
|
40261
40275
|
"published_date": "2025-06-09"
|
|
40262
40276
|
}
|
|
40263
40277
|
],
|
|
40264
|
-
"last_updated": "2026-05-
|
|
40278
|
+
"last_updated": "2026-05-29",
|
|
40265
40279
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-09; due date 2025-06-30. Notes reference: https://roundcube.net/news/2024/08/04/security-updates-1.6.8-and-1.5.8 ; https://nvd.nist.gov/vuln/detail/CVE-2024-42009",
|
|
40266
|
-
"_auto_imported":
|
|
40267
|
-
"_intake_method": "
|
|
40268
|
-
"_kev_short_description": "RoundCube Webmail contains a cross-site scripting vulnerability. This vulnerability could allow a remote attacker to steal and send emails of a victim via a crafted e-mail message that abuses a Desanitization issue in message_body() in program/actions/mail/show.php."
|
|
40280
|
+
"_auto_imported": false,
|
|
40281
|
+
"_intake_method": "manual-verified-curation",
|
|
40282
|
+
"_kev_short_description": "RoundCube Webmail contains a cross-site scripting vulnerability. This vulnerability could allow a remote attacker to steal and send emails of a victim via a crafted e-mail message that abuses a Desanitization issue in message_body() in program/actions/mail/show.php.",
|
|
40283
|
+
"iocs": {
|
|
40284
|
+
"behavioral": [
|
|
40285
|
+
"Roundcube Webmail reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
40286
|
+
"Emails containing script payloads (HTML/SVG/style-based XSS vectors) that render in the Roundcube Webmail, and outbound requests from a victim's webmail session to attacker infrastructure carrying session tokens.",
|
|
40287
|
+
"Mailbox access or session reuse from unexpected sources following a victim viewing a crafted email, with no matching legitimate login (KEV-confirmed in-the-wild exploitation; this class is used in espionage credential-theft campaigns)."
|
|
40288
|
+
],
|
|
40289
|
+
"_ioc_source_note": "Anchored to NVD CVE-2024-42009, CISA KEV (added 2025-06-09), and the vendor security advisory recorded in vendor_advisories."
|
|
40290
|
+
},
|
|
40291
|
+
"_draft": false,
|
|
40292
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1190 + T1539 steal web session cookie) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
40269
40293
|
},
|
|
40270
40294
|
"CVE-2025-32433": {
|
|
40271
40295
|
"name": "Erlang Erlang/OTP SSH Server Missing Authentication for Critical Function Vulnerability",
|
|
@@ -41790,7 +41814,9 @@
|
|
|
41790
41814
|
},
|
|
41791
41815
|
"atlas_refs": [],
|
|
41792
41816
|
"attack_refs": [
|
|
41793
|
-
"T1059.007"
|
|
41817
|
+
"T1059.007",
|
|
41818
|
+
"T1190",
|
|
41819
|
+
"T1539"
|
|
41794
41820
|
],
|
|
41795
41821
|
"rwep_score": 77,
|
|
41796
41822
|
"rwep_factors": {
|
|
@@ -41811,7 +41837,7 @@
|
|
|
41811
41837
|
"cwe_refs": [
|
|
41812
41838
|
"CWE-79"
|
|
41813
41839
|
],
|
|
41814
|
-
"source_verified": "2026-05-
|
|
41840
|
+
"source_verified": "2026-05-29",
|
|
41815
41841
|
"verification_sources": [
|
|
41816
41842
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
41817
41843
|
"https://files.mdaemon.com/mdaemon/beta/RelNotes_en.html",
|
|
@@ -41841,11 +41867,21 @@
|
|
|
41841
41867
|
"published_date": "2025-05-19"
|
|
41842
41868
|
}
|
|
41843
41869
|
],
|
|
41844
|
-
"last_updated": "2026-05-
|
|
41870
|
+
"last_updated": "2026-05-29",
|
|
41845
41871
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-19; due date 2025-06-09. Notes reference: https://files.mdaemon.com/mdaemon/beta/RelNotes_en.html ; https://mdaemon.com/pages/downloads-critical-updates ; https://nvd.nist.gov/vuln/detail/CVE-2024-11182",
|
|
41846
|
-
"_auto_imported":
|
|
41847
|
-
"_intake_method": "
|
|
41848
|
-
"_kev_short_description": "MDaemon Email Server contains a cross-site scripting (XSS) vulnerability that allows a remote attacker to load arbitrary JavaScript code via an HTML e-mail message."
|
|
41872
|
+
"_auto_imported": false,
|
|
41873
|
+
"_intake_method": "manual-verified-curation",
|
|
41874
|
+
"_kev_short_description": "MDaemon Email Server contains a cross-site scripting (XSS) vulnerability that allows a remote attacker to load arbitrary JavaScript code via an HTML e-mail message.",
|
|
41875
|
+
"iocs": {
|
|
41876
|
+
"behavioral": [
|
|
41877
|
+
"MDaemon Email Server reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
41878
|
+
"Emails containing script payloads (HTML/SVG/style-based XSS vectors) that render in the MDaemon WorldClient webmail, and outbound requests from a victim's webmail session to attacker infrastructure carrying session tokens.",
|
|
41879
|
+
"Mailbox access or session reuse from unexpected sources following a victim viewing a crafted email, with no matching legitimate login (KEV-confirmed in-the-wild exploitation; this class is used in espionage credential-theft campaigns)."
|
|
41880
|
+
],
|
|
41881
|
+
"_ioc_source_note": "Anchored to NVD CVE-2024-11182, CISA KEV (added 2025-05-19), and the vendor security advisory recorded in vendor_advisories."
|
|
41882
|
+
},
|
|
41883
|
+
"_draft": false,
|
|
41884
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1190 + T1539 steal web session cookie) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
41849
41885
|
},
|
|
41850
41886
|
"CVE-2025-4428": {
|
|
41851
41887
|
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability (variant: CVE-2025-4428)",
|
|
@@ -12703,35 +12703,63 @@
|
|
|
12703
12703
|
},
|
|
12704
12704
|
"CVE-2025-68461": {
|
|
12705
12705
|
"name": "RoundCube Webmail Cross-site Scripting Vulnerability",
|
|
12706
|
-
"lesson_date": "2026-05-
|
|
12706
|
+
"lesson_date": "2026-05-29",
|
|
12707
12707
|
"attack_vector": {
|
|
12708
|
-
"description": "
|
|
12709
|
-
"privileges_required": "
|
|
12710
|
-
"complexity": "
|
|
12711
|
-
"ai_factor": "
|
|
12708
|
+
"description": "a cross-site scripting flaw (CWE-79) in Roundcube Webmail (a later variant), letting an attacker run script in a victim's authenticated session via a crafted email. CISA KEV-listed 2026-02-20 with confirmed in-the-wild exploitation.",
|
|
12709
|
+
"privileges_required": "none (the attacker sends an email; the victim's act of viewing it triggers the script in their authenticated session)",
|
|
12710
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12711
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12712
|
+
},
|
|
12713
|
+
"defense_chain": {
|
|
12714
|
+
"prevention": {
|
|
12715
|
+
"what_would_have_worked": "Apply the webmail update; enforce a strict Content-Security-Policy, HttpOnly+SameSite session cookies, and robust output encoding so a stored/reflected XSS cannot exfiltrate the session — these flaws are favored by espionage actors for silent mailbox access.",
|
|
12716
|
+
"was_this_required": true,
|
|
12717
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12718
|
+
"adequacy": "Patch closes the specific bug; CSP and HttpOnly/SameSite cookies are the durable controls that keep the next XSS from stealing a session."
|
|
12719
|
+
},
|
|
12720
|
+
"detection": {
|
|
12721
|
+
"what_would_have_worked": "Monitoring on the Roundcube Webmail: emails carrying XSS payloads, webmail sessions making outbound requests to unexpected hosts, and mailbox access from anomalous sources.",
|
|
12722
|
+
"was_this_required": false,
|
|
12723
|
+
"framework_requiring_it": null,
|
|
12724
|
+
"adequacy": "Necessary because the exploit fires silently when the victim opens the email; the anomaly is the session exfiltration and out-of-pattern mailbox access."
|
|
12725
|
+
},
|
|
12726
|
+
"response": {
|
|
12727
|
+
"what_would_have_worked": "Patch immediately, invalidate all webmail sessions and force re-authentication, review mailboxes for unauthorized access and forwarding rules, and rotate credentials for affected users.",
|
|
12728
|
+
"was_this_required": true,
|
|
12729
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12730
|
+
"adequacy": "Mandatory; a webmail-XSS compromise targets mailbox data and persistent access (forwarding rules), which a patch alone does not remediate."
|
|
12731
|
+
}
|
|
12712
12732
|
},
|
|
12713
12733
|
"framework_coverage": {
|
|
12714
12734
|
"NIST-800-53-SI-2": {
|
|
12715
12735
|
"covered": true,
|
|
12716
12736
|
"adequate": false,
|
|
12717
|
-
"gap": "30-day SLA
|
|
12737
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed webmail XSS; these are favored by espionage actors for silent mailbox access and weaponized within days of disclosure."
|
|
12738
|
+
},
|
|
12739
|
+
"NIST-800-53-SI-10-output-encoding": {
|
|
12740
|
+
"covered": true,
|
|
12741
|
+
"adequate": false,
|
|
12742
|
+
"gap": "Output encoding / input validation is named, but the durable compensating controls — a strict Content-Security-Policy and HttpOnly+SameSite session cookies that prevent a stored/reflected XSS from exfiltrating the session — are not mandated, leaving the session stealable even when an encoding bug slips through."
|
|
12718
12743
|
},
|
|
12719
12744
|
"ISO-27001-2022-A.8.8": {
|
|
12720
12745
|
"covered": true,
|
|
12721
12746
|
"adequate": false,
|
|
12722
|
-
"gap": "
|
|
12747
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited, internet-facing webmail server holding high-value mailbox data."
|
|
12748
|
+
},
|
|
12749
|
+
"NIS2-Art21-network-security": {
|
|
12750
|
+
"covered": true,
|
|
12751
|
+
"adequate": false,
|
|
12752
|
+
"gap": "Treats internet-facing mail as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not require the session-invalidation / mailbox-access review a webmail-XSS compromise needs."
|
|
12723
12753
|
}
|
|
12724
12754
|
},
|
|
12725
12755
|
"compliance_exposure_score": {
|
|
12726
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12727
|
-
"basis": "
|
|
12728
|
-
"theater_pattern": "
|
|
12756
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12757
|
+
"basis": "Internet-facing webmail is run by audited organizations on a standard patch SLA and is repeatedly targeted by espionage actors; the durable controls (CSP, HttpOnly/SameSite cookies) and the session-invalidation / mailbox-review response are rarely part of the documented procedure.",
|
|
12758
|
+
"theater_pattern": "secure_coding"
|
|
12729
12759
|
},
|
|
12730
12760
|
"ai_discovered_zeroday": false,
|
|
12731
|
-
"ai_discovery_source": "
|
|
12732
|
-
"ai_assist_factor": "none"
|
|
12733
|
-
"_auto_imported": true,
|
|
12734
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12761
|
+
"ai_discovery_source": "vendor_research",
|
|
12762
|
+
"ai_assist_factor": "none"
|
|
12735
12763
|
},
|
|
12736
12764
|
"CVE-2021-22175": {
|
|
12737
12765
|
"name": "GitLab Server-Side Request Forgery (SSRF) Vulnerability",
|
|
@@ -21358,35 +21386,63 @@
|
|
|
21358
21386
|
},
|
|
21359
21387
|
"CVE-2024-42009": {
|
|
21360
21388
|
"name": "RoundCube Webmail Cross-Site Scripting Vulnerability",
|
|
21361
|
-
"lesson_date": "2026-05-
|
|
21389
|
+
"lesson_date": "2026-05-29",
|
|
21362
21390
|
"attack_vector": {
|
|
21363
|
-
"description": "
|
|
21364
|
-
"privileges_required": "
|
|
21365
|
-
"complexity": "
|
|
21366
|
-
"ai_factor": "
|
|
21391
|
+
"description": "a cross-site scripting flaw (CWE-79) in Roundcube Webmail, letting an attacker run script in a victim's authenticated session via a crafted email (exploited in espionage credential-theft campaigns). CISA KEV-listed 2025-06-09 with confirmed in-the-wild exploitation.",
|
|
21392
|
+
"privileges_required": "none (the attacker sends an email; the victim's act of viewing it triggers the script in their authenticated session)",
|
|
21393
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
21394
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
21395
|
+
},
|
|
21396
|
+
"defense_chain": {
|
|
21397
|
+
"prevention": {
|
|
21398
|
+
"what_would_have_worked": "Apply the webmail update; enforce a strict Content-Security-Policy, HttpOnly+SameSite session cookies, and robust output encoding so a stored/reflected XSS cannot exfiltrate the session — these flaws are favored by espionage actors for silent mailbox access.",
|
|
21399
|
+
"was_this_required": true,
|
|
21400
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
21401
|
+
"adequacy": "Patch closes the specific bug; CSP and HttpOnly/SameSite cookies are the durable controls that keep the next XSS from stealing a session."
|
|
21402
|
+
},
|
|
21403
|
+
"detection": {
|
|
21404
|
+
"what_would_have_worked": "Monitoring on the Roundcube Webmail: emails carrying XSS payloads, webmail sessions making outbound requests to unexpected hosts, and mailbox access from anomalous sources.",
|
|
21405
|
+
"was_this_required": false,
|
|
21406
|
+
"framework_requiring_it": null,
|
|
21407
|
+
"adequacy": "Necessary because the exploit fires silently when the victim opens the email; the anomaly is the session exfiltration and out-of-pattern mailbox access."
|
|
21408
|
+
},
|
|
21409
|
+
"response": {
|
|
21410
|
+
"what_would_have_worked": "Patch immediately, invalidate all webmail sessions and force re-authentication, review mailboxes for unauthorized access and forwarding rules, and rotate credentials for affected users.",
|
|
21411
|
+
"was_this_required": true,
|
|
21412
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
21413
|
+
"adequacy": "Mandatory; a webmail-XSS compromise targets mailbox data and persistent access (forwarding rules), which a patch alone does not remediate."
|
|
21414
|
+
}
|
|
21367
21415
|
},
|
|
21368
21416
|
"framework_coverage": {
|
|
21369
21417
|
"NIST-800-53-SI-2": {
|
|
21370
21418
|
"covered": true,
|
|
21371
21419
|
"adequate": false,
|
|
21372
|
-
"gap": "30-day SLA
|
|
21420
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed webmail XSS; these are favored by espionage actors for silent mailbox access and weaponized within days of disclosure."
|
|
21421
|
+
},
|
|
21422
|
+
"NIST-800-53-SI-10-output-encoding": {
|
|
21423
|
+
"covered": true,
|
|
21424
|
+
"adequate": false,
|
|
21425
|
+
"gap": "Output encoding / input validation is named, but the durable compensating controls — a strict Content-Security-Policy and HttpOnly+SameSite session cookies that prevent a stored/reflected XSS from exfiltrating the session — are not mandated, leaving the session stealable even when an encoding bug slips through."
|
|
21373
21426
|
},
|
|
21374
21427
|
"ISO-27001-2022-A.8.8": {
|
|
21375
21428
|
"covered": true,
|
|
21376
21429
|
"adequate": false,
|
|
21377
|
-
"gap": "
|
|
21430
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited, internet-facing webmail server holding high-value mailbox data."
|
|
21431
|
+
},
|
|
21432
|
+
"NIS2-Art21-network-security": {
|
|
21433
|
+
"covered": true,
|
|
21434
|
+
"adequate": false,
|
|
21435
|
+
"gap": "Treats internet-facing mail as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not require the session-invalidation / mailbox-access review a webmail-XSS compromise needs."
|
|
21378
21436
|
}
|
|
21379
21437
|
},
|
|
21380
21438
|
"compliance_exposure_score": {
|
|
21381
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
21382
|
-
"basis": "
|
|
21383
|
-
"theater_pattern": "
|
|
21439
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
21440
|
+
"basis": "Internet-facing webmail is run by audited organizations on a standard patch SLA and is repeatedly targeted by espionage actors; the durable controls (CSP, HttpOnly/SameSite cookies) and the session-invalidation / mailbox-review response are rarely part of the documented procedure.",
|
|
21441
|
+
"theater_pattern": "secure_coding"
|
|
21384
21442
|
},
|
|
21385
21443
|
"ai_discovered_zeroday": false,
|
|
21386
|
-
"ai_discovery_source": "
|
|
21387
|
-
"ai_assist_factor": "none"
|
|
21388
|
-
"_auto_imported": true,
|
|
21389
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
21444
|
+
"ai_discovery_source": "vendor_research",
|
|
21445
|
+
"ai_assist_factor": "none"
|
|
21390
21446
|
},
|
|
21391
21447
|
"CVE-2025-32433": {
|
|
21392
21448
|
"name": "Erlang Erlang/OTP SSH Server Missing Authentication for Critical Function Vulnerability",
|
|
@@ -22182,35 +22238,63 @@
|
|
|
22182
22238
|
},
|
|
22183
22239
|
"CVE-2024-11182": {
|
|
22184
22240
|
"name": "MDaemon Email Server Cross-Site Scripting (XSS) Vulnerability",
|
|
22185
|
-
"lesson_date": "2026-05-
|
|
22241
|
+
"lesson_date": "2026-05-29",
|
|
22186
22242
|
"attack_vector": {
|
|
22187
|
-
"description": "
|
|
22188
|
-
"privileges_required": "
|
|
22189
|
-
"complexity": "
|
|
22190
|
-
"ai_factor": "
|
|
22243
|
+
"description": "a cross-site scripting flaw (CWE-79) in the MDaemon webmail (WorldClient), letting an attacker run script in a victim's authenticated session when they view a crafted email — used to steal session credentials and access the mailbox. CISA KEV-listed 2025-05-19 with confirmed in-the-wild exploitation.",
|
|
22244
|
+
"privileges_required": "none (the attacker sends an email; the victim's act of viewing it triggers the script in their authenticated session)",
|
|
22245
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
22246
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
22247
|
+
},
|
|
22248
|
+
"defense_chain": {
|
|
22249
|
+
"prevention": {
|
|
22250
|
+
"what_would_have_worked": "Apply the webmail update; enforce a strict Content-Security-Policy, HttpOnly+SameSite session cookies, and robust output encoding so a stored/reflected XSS cannot exfiltrate the session — these flaws are favored by espionage actors for silent mailbox access.",
|
|
22251
|
+
"was_this_required": true,
|
|
22252
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
22253
|
+
"adequacy": "Patch closes the specific bug; CSP and HttpOnly/SameSite cookies are the durable controls that keep the next XSS from stealing a session."
|
|
22254
|
+
},
|
|
22255
|
+
"detection": {
|
|
22256
|
+
"what_would_have_worked": "Monitoring on the MDaemon WorldClient webmail: emails carrying XSS payloads, webmail sessions making outbound requests to unexpected hosts, and mailbox access from anomalous sources.",
|
|
22257
|
+
"was_this_required": false,
|
|
22258
|
+
"framework_requiring_it": null,
|
|
22259
|
+
"adequacy": "Necessary because the exploit fires silently when the victim opens the email; the anomaly is the session exfiltration and out-of-pattern mailbox access."
|
|
22260
|
+
},
|
|
22261
|
+
"response": {
|
|
22262
|
+
"what_would_have_worked": "Patch immediately, invalidate all webmail sessions and force re-authentication, review mailboxes for unauthorized access and forwarding rules, and rotate credentials for affected users.",
|
|
22263
|
+
"was_this_required": true,
|
|
22264
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
22265
|
+
"adequacy": "Mandatory; a webmail-XSS compromise targets mailbox data and persistent access (forwarding rules), which a patch alone does not remediate."
|
|
22266
|
+
}
|
|
22191
22267
|
},
|
|
22192
22268
|
"framework_coverage": {
|
|
22193
22269
|
"NIST-800-53-SI-2": {
|
|
22194
22270
|
"covered": true,
|
|
22195
22271
|
"adequate": false,
|
|
22196
|
-
"gap": "30-day SLA
|
|
22272
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed webmail XSS; these are favored by espionage actors for silent mailbox access and weaponized within days of disclosure."
|
|
22273
|
+
},
|
|
22274
|
+
"NIST-800-53-SI-10-output-encoding": {
|
|
22275
|
+
"covered": true,
|
|
22276
|
+
"adequate": false,
|
|
22277
|
+
"gap": "Output encoding / input validation is named, but the durable compensating controls — a strict Content-Security-Policy and HttpOnly+SameSite session cookies that prevent a stored/reflected XSS from exfiltrating the session — are not mandated, leaving the session stealable even when an encoding bug slips through."
|
|
22197
22278
|
},
|
|
22198
22279
|
"ISO-27001-2022-A.8.8": {
|
|
22199
22280
|
"covered": true,
|
|
22200
22281
|
"adequate": false,
|
|
22201
|
-
"gap": "
|
|
22282
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited, internet-facing webmail server holding high-value mailbox data."
|
|
22283
|
+
},
|
|
22284
|
+
"NIS2-Art21-network-security": {
|
|
22285
|
+
"covered": true,
|
|
22286
|
+
"adequate": false,
|
|
22287
|
+
"gap": "Treats internet-facing mail as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not require the session-invalidation / mailbox-access review a webmail-XSS compromise needs."
|
|
22202
22288
|
}
|
|
22203
22289
|
},
|
|
22204
22290
|
"compliance_exposure_score": {
|
|
22205
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
22206
|
-
"basis": "
|
|
22207
|
-
"theater_pattern": "
|
|
22291
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
22292
|
+
"basis": "Internet-facing webmail is run by audited organizations on a standard patch SLA and is repeatedly targeted by espionage actors; the durable controls (CSP, HttpOnly/SameSite cookies) and the session-invalidation / mailbox-review response are rarely part of the documented procedure.",
|
|
22293
|
+
"theater_pattern": "secure_coding"
|
|
22208
22294
|
},
|
|
22209
22295
|
"ai_discovered_zeroday": false,
|
|
22210
|
-
"ai_discovery_source": "
|
|
22211
|
-
"ai_assist_factor": "none"
|
|
22212
|
-
"_auto_imported": true,
|
|
22213
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
22296
|
+
"ai_discovery_source": "vendor_research",
|
|
22297
|
+
"ai_assist_factor": "none"
|
|
22214
22298
|
},
|
|
22215
22299
|
"CVE-2025-4428": {
|
|
22216
22300
|
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability (variant: CVE-2025-4428)",
|
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exceptd-security",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.39",
|
|
4
4
|
"description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation",
|
|
5
5
|
"homepage": "https://exceptd.com",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
],
|
|
54
54
|
"last_threat_review": "2026-05-15",
|
|
55
55
|
"signature": "0H+JfyUVmo/pVFEi5rLENATHjlukPVUqnOWmNPEH77wm8svKGK0aNJ46k6QU5GdHb8c9X9pVJKiuhON6AxDjDw==",
|
|
56
|
-
"signed_at": "2026-05-30T05:
|
|
56
|
+
"signed_at": "2026-05-30T05:22:00.145Z",
|
|
57
57
|
"cwe_refs": [
|
|
58
58
|
"CWE-125",
|
|
59
59
|
"CWE-362",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
],
|
|
124
124
|
"last_threat_review": "2026-05-17",
|
|
125
125
|
"signature": "PHwHEsoy7ctBYOtlAfAdCDVfsq2Bpk9+qESSF+5dVkDcez2zp2v9Ihsv2vqMEs3QxMndyQ+t7NVezyt5VamSCg==",
|
|
126
|
-
"signed_at": "2026-05-30T05:
|
|
126
|
+
"signed_at": "2026-05-30T05:22:00.147Z",
|
|
127
127
|
"cwe_refs": [
|
|
128
128
|
"CWE-1039",
|
|
129
129
|
"CWE-1426",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
],
|
|
197
197
|
"last_threat_review": "2026-05-17",
|
|
198
198
|
"signature": "dD4p7lcRtMyfITOncqLkpOeMy6x6gM0V7UlWHgLEdcxqODb1s75ar1cBtTqDWPbMv6ZAzVo2HJLDK1hVjjU2AQ==",
|
|
199
|
-
"signed_at": "2026-05-30T05:
|
|
199
|
+
"signed_at": "2026-05-30T05:22:00.147Z",
|
|
200
200
|
"cwe_refs": [
|
|
201
201
|
"CWE-22",
|
|
202
202
|
"CWE-345",
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"framework_gaps": [],
|
|
249
249
|
"last_threat_review": "2026-05-22",
|
|
250
250
|
"signature": "wsw8Mlr/gyw6S7Iaao9BVHdU5LFPWl8WVymW17Lkq9J1Mui0+fCrTg6UbrsaeE3s7EW3TVgzBuK+8EFd1+H5AA==",
|
|
251
|
-
"signed_at": "2026-05-30T05:
|
|
251
|
+
"signed_at": "2026-05-30T05:22:00.147Z"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
254
|
"name": "compliance-theater",
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
],
|
|
280
280
|
"last_threat_review": "2026-05-22",
|
|
281
281
|
"signature": "uVTc1QRKOKcIVDajBz+q2egjiEAyOQaDNsvVI2ghj5FD0VvquoUBBE5Naca2FkaZa790EHWCsVZ4hhdaSQs2DQ==",
|
|
282
|
-
"signed_at": "2026-05-30T05:
|
|
282
|
+
"signed_at": "2026-05-30T05:22:00.148Z"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
285
|
"name": "exploit-scoring",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
],
|
|
309
309
|
"last_threat_review": "2026-05-18",
|
|
310
310
|
"signature": "QuNpwnZ6HkCEAXTPC/jLbXSmMIc1JnBczqZAAIZmZj8OcEMVnw9mJYAnU3CxaEI7rvbcMkN2uS5E8yUCm/NiAg==",
|
|
311
|
-
"signed_at": "2026-05-30T05:
|
|
311
|
+
"signed_at": "2026-05-30T05:22:00.149Z"
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"name": "rag-pipeline-security",
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
],
|
|
346
346
|
"last_threat_review": "2026-05-22",
|
|
347
347
|
"signature": "5rw2i39SxY2WphBbDLEP28wufnbPPE9+PWt54hmaGdwHXr9RLiVt5liL/5xp14sehlVgFsfpR/bg9vy//xV0DA==",
|
|
348
|
-
"signed_at": "2026-05-30T05:
|
|
348
|
+
"signed_at": "2026-05-30T05:22:00.149Z",
|
|
349
349
|
"cwe_refs": [
|
|
350
350
|
"CWE-1395",
|
|
351
351
|
"CWE-1426"
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
],
|
|
406
406
|
"last_threat_review": "2026-05-17",
|
|
407
407
|
"signature": "Vqu49nzntFWjn9A/QeJzm7q/2xk/cZJ6HFQKtiNi1zgcxzXKm+MlFdkaLgYHWj5/9HJohxyIDyBJQTvcJ20eDQ==",
|
|
408
|
-
"signed_at": "2026-05-30T05:
|
|
408
|
+
"signed_at": "2026-05-30T05:22:00.149Z",
|
|
409
409
|
"d3fend_refs": [
|
|
410
410
|
"D3-CA",
|
|
411
411
|
"D3-CSPP",
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"framework_gaps": [],
|
|
441
441
|
"last_threat_review": "2026-05-22",
|
|
442
442
|
"signature": "W87VdyVdAxAdcRI6P/8StaV+MS8ZSPKM9HOCK9n/bBO6BM3ZSE3uImVoyJVpAXQlUpUGN+A3lCJZXv64LuxwDg==",
|
|
443
|
-
"signed_at": "2026-05-30T05:
|
|
443
|
+
"signed_at": "2026-05-30T05:22:00.150Z",
|
|
444
444
|
"cwe_refs": [
|
|
445
445
|
"CWE-1188"
|
|
446
446
|
],
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"framework_gaps": [],
|
|
475
475
|
"last_threat_review": "2026-05-18",
|
|
476
476
|
"signature": "wdVX+edeNekpaIldqkhvtraV6DquLvIsKAjuZVwPQYn3l1vS99HXuFxmNsD7UeMlO3qgC6Dysfsto9EnuH0RBg==",
|
|
477
|
-
"signed_at": "2026-05-30T05:
|
|
477
|
+
"signed_at": "2026-05-30T05:22:00.150Z",
|
|
478
478
|
"forward_watch": [
|
|
479
479
|
"New AI attack classes as ATLAS v6 publishes",
|
|
480
480
|
"Post-quantum adversary capability timeline",
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
"framework_gaps": [],
|
|
514
514
|
"last_threat_review": "2026-05-01",
|
|
515
515
|
"signature": "b5miTiY0cnxETd2btxorfZBdJKt/fLnQx20sGYUb9zEqGqtm0LMLpghkW68j4/9k48KNyuGMtNWiKTSnodUGBw==",
|
|
516
|
-
"signed_at": "2026-05-30T05:
|
|
516
|
+
"signed_at": "2026-05-30T05:22:00.150Z"
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
519
|
"name": "zeroday-gap-learn",
|
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
"framework_gaps": [],
|
|
541
541
|
"last_threat_review": "2026-05-18",
|
|
542
542
|
"signature": "xbkip0AQtWQKAu+O6r/gYECNjezS6O9k9xkkJsYbMlr+j8CdqH3p5/0l+GZmDidImRC/DL07GCnKrk9HRR/yDQ==",
|
|
543
|
-
"signed_at": "2026-05-30T05:
|
|
543
|
+
"signed_at": "2026-05-30T05:22:00.151Z",
|
|
544
544
|
"forward_watch": [
|
|
545
545
|
"New CISA KEV entries",
|
|
546
546
|
"New ATLAS TTP additions in each ATLAS release",
|
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
],
|
|
605
605
|
"last_threat_review": "2026-05-22",
|
|
606
606
|
"signature": "li2NnC1oeVIr22ComP5QbcQoh5xpWITuaKpza1s2SsUkH6kGnnt4wFfFAzaC1ORmH9x2cr8hN8kaNANG/eIMBQ==",
|
|
607
|
-
"signed_at": "2026-05-30T05:
|
|
607
|
+
"signed_at": "2026-05-30T05:22:00.151Z",
|
|
608
608
|
"cwe_refs": [
|
|
609
609
|
"CWE-327"
|
|
610
610
|
],
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
],
|
|
653
653
|
"last_threat_review": "2026-05-22",
|
|
654
654
|
"signature": "sZHlJ7ueHPdtzVbR+yXQ5+wKgNyjWsa1LKVg9aWTmg/Onl71DvEILMyJiLpPQjseT56Mnr1DMYJE8xOGlffBAw==",
|
|
655
|
-
"signed_at": "2026-05-30T05:
|
|
655
|
+
"signed_at": "2026-05-30T05:22:00.151Z"
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
658
|
"name": "security-maturity-tiers",
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
],
|
|
690
690
|
"last_threat_review": "2026-05-01",
|
|
691
691
|
"signature": "3AwFnEJu6DukPPNep/3SnuPWEuV060fJEQIwThFm7ujmdbFk0/Ii0XwGv1dkvbbK7ymMdOQpp35l4aLONAucDA==",
|
|
692
|
-
"signed_at": "2026-05-30T05:
|
|
692
|
+
"signed_at": "2026-05-30T05:22:00.152Z",
|
|
693
693
|
"cwe_refs": [
|
|
694
694
|
"CWE-1188"
|
|
695
695
|
]
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
"framework_gaps": [],
|
|
725
725
|
"last_threat_review": "2026-05-11",
|
|
726
726
|
"signature": "iJWevUBurLvt2v8X+Ch2eHmZkPWpKeAtIpxTIP4MwbUHyco3igDeBywJCyaR2vURYRx8LkzzIMM8DxQM4LAXBQ==",
|
|
727
|
-
"signed_at": "2026-05-30T05:
|
|
727
|
+
"signed_at": "2026-05-30T05:22:00.152Z"
|
|
728
728
|
},
|
|
729
729
|
{
|
|
730
730
|
"name": "attack-surface-pentest",
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
"Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — Microsoft Edge 4-bug sandbox escape by Orange Tsai (DEVCORE); forward-watch only (browser sandbox, out of current playbook scope); track Microsoft Edge security advisory and KEV add"
|
|
797
797
|
],
|
|
798
798
|
"signature": "C7lv65/Ecm8JJgSKxrX5lxx0YFzKWtrIQSKp+vy50I5e8945s1JmifGUUrnQwRQhq/Pkv7EmfiH5XSO8h75bDg==",
|
|
799
|
-
"signed_at": "2026-05-30T05:
|
|
799
|
+
"signed_at": "2026-05-30T05:22:00.152Z"
|
|
800
800
|
},
|
|
801
801
|
{
|
|
802
802
|
"name": "fuzz-testing-strategy",
|
|
@@ -856,7 +856,7 @@
|
|
|
856
856
|
"OSS-Fuzz-Gen / AI-assisted harness generation becoming the default expectation for OSS maintainers"
|
|
857
857
|
],
|
|
858
858
|
"signature": "dJB0iAstIUbyny+udl3OIkaLScEmqS97LNP73yQ8mxt+0bcqxZjpfXaWLzLuIQblGYvUvz75/H6rO2EJuGd4AQ==",
|
|
859
|
-
"signed_at": "2026-05-30T05:
|
|
859
|
+
"signed_at": "2026-05-30T05:22:00.153Z"
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
862
|
"name": "dlp-gap-analysis",
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
"Quebec Law 25, India DPDPA, KSA PDPL enforcement actions naming AI-tool prompt data as in-scope personal information"
|
|
932
932
|
],
|
|
933
933
|
"signature": "KEAoMji3VcPX/ZXXqVe6OStxSkTssfY9fIRPyPcDYqh50GzOFQ6koNOTBVAiWOvjDjQ38g12xun5srbqgmvRAw==",
|
|
934
|
-
"signed_at": "2026-05-30T05:
|
|
934
|
+
"signed_at": "2026-05-30T05:22:00.153Z"
|
|
935
935
|
},
|
|
936
936
|
{
|
|
937
937
|
"name": "supply-chain-integrity",
|
|
@@ -1010,7 +1010,7 @@
|
|
|
1010
1010
|
"Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — NVIDIA Megatron Bridge path traversal by haehae; AI training-stack file-system trust boundary; track patch and SBOM-attestation impact"
|
|
1011
1011
|
],
|
|
1012
1012
|
"signature": "UY3tBi0n1K/OtSrWPkHcOCSuHEwKuPmRqGIf3MyPVXGWS72elGTWGXt4AN/uStLmefeEody1LuhnJR9PWjr4Cg==",
|
|
1013
|
-
"signed_at": "2026-05-30T05:
|
|
1013
|
+
"signed_at": "2026-05-30T05:22:00.153Z"
|
|
1014
1014
|
},
|
|
1015
1015
|
{
|
|
1016
1016
|
"name": "defensive-countermeasure-mapping",
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
],
|
|
1068
1068
|
"last_threat_review": "2026-05-11",
|
|
1069
1069
|
"signature": "Qe0Hg9BrX3Zm5pj0n2z/oiHbAXWdA2Dq461zc4izkkUjEX2CZ02rODjCI2ELbrVOU3GC7edxqAxA+5U/ObnHDQ==",
|
|
1070
|
-
"signed_at": "2026-05-30T05:
|
|
1070
|
+
"signed_at": "2026-05-30T05:22:00.153Z"
|
|
1071
1071
|
},
|
|
1072
1072
|
{
|
|
1073
1073
|
"name": "identity-assurance",
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
"d3fend_refs": [],
|
|
1135
1135
|
"last_threat_review": "2026-05-11",
|
|
1136
1136
|
"signature": "UV3458QXSkEpenzrOmdlTTfPHUD4hNyKMDHoeZDq/kiFb4mAG0ghQGTTgI9Ru8cJbSmYM1++m9N5TFIJ6JJPBg==",
|
|
1137
|
-
"signed_at": "2026-05-30T05:
|
|
1137
|
+
"signed_at": "2026-05-30T05:22:00.154Z"
|
|
1138
1138
|
},
|
|
1139
1139
|
{
|
|
1140
1140
|
"name": "ot-ics-security",
|
|
@@ -1190,7 +1190,7 @@
|
|
|
1190
1190
|
"d3fend_refs": [],
|
|
1191
1191
|
"last_threat_review": "2026-05-11",
|
|
1192
1192
|
"signature": "kIVzsPsJ72PzzWQwTuvjoHHoVEDCday5I52M9ohjB3/Ak+zlA8oyWLO/BKb/XuYY4fOApjfxTErSWv5uHQ2zDw==",
|
|
1193
|
-
"signed_at": "2026-05-30T05:
|
|
1193
|
+
"signed_at": "2026-05-30T05:22:00.154Z"
|
|
1194
1194
|
},
|
|
1195
1195
|
{
|
|
1196
1196
|
"name": "coordinated-vuln-disclosure",
|
|
@@ -1242,7 +1242,7 @@
|
|
|
1242
1242
|
"NYDFS 23 NYCRR 500 amendments potentially adding explicit CVD program requirements"
|
|
1243
1243
|
],
|
|
1244
1244
|
"signature": "bWr27Q1uN9xCe1ib4QulszBa7YIDNkGqo72k5nm2cK98LyPblicD+sO9MnGckAyB22BTN/cIB+FwFMcI5IxvBw==",
|
|
1245
|
-
"signed_at": "2026-05-30T05:
|
|
1245
|
+
"signed_at": "2026-05-30T05:22:00.154Z"
|
|
1246
1246
|
},
|
|
1247
1247
|
{
|
|
1248
1248
|
"name": "threat-modeling-methodology",
|
|
@@ -1292,7 +1292,7 @@
|
|
|
1292
1292
|
"PASTA v2 updates incorporating AI/ML application threats"
|
|
1293
1293
|
],
|
|
1294
1294
|
"signature": "Q854yzLqXdOazc6EyQbZzgAlivuq2vGFDVUCrxSldSvx/HX/ZM/uzmJyP7aBG7ZsMHxj6Lmj/H82YQoo1e+NCQ==",
|
|
1295
|
-
"signed_at": "2026-05-30T05:
|
|
1295
|
+
"signed_at": "2026-05-30T05:22:00.155Z"
|
|
1296
1296
|
},
|
|
1297
1297
|
{
|
|
1298
1298
|
"name": "webapp-security",
|
|
@@ -1366,7 +1366,7 @@
|
|
|
1366
1366
|
"d3fend_refs": [],
|
|
1367
1367
|
"last_threat_review": "2026-05-11",
|
|
1368
1368
|
"signature": "4ccahkJpGJZtwD7EBpnGcN0sEGPMEw8eqV+tvePVS04YAkLgYVWtlkasI/8n0be9xB+77x+Sjj3kIi2j2Lf9CA==",
|
|
1369
|
-
"signed_at": "2026-05-30T05:
|
|
1369
|
+
"signed_at": "2026-05-30T05:22:00.155Z",
|
|
1370
1370
|
"forward_watch": [
|
|
1371
1371
|
"NGINX Rift CVE-2026-42945 (disclosed 2026-05-13, source depthfirst) — KEV-watch predicted CISA KEV listing by 2026-05-29; AI-assisted discovery angle; track for active-exploitation confirmation and patch advisory affecting front-door web app deployments"
|
|
1372
1372
|
]
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
"d3fend_refs": [],
|
|
1420
1420
|
"last_threat_review": "2026-05-15",
|
|
1421
1421
|
"signature": "SBB7c3wNYfIdkyOp4g4nW0WP7xS+YokMzg32aaeJdbf14LTGQRzQUvSqb2TCj2HFUSHESOyKT1JpkAfyHLSQBQ==",
|
|
1422
|
-
"signed_at": "2026-05-30T05:
|
|
1422
|
+
"signed_at": "2026-05-30T05:22:00.155Z"
|
|
1423
1423
|
},
|
|
1424
1424
|
{
|
|
1425
1425
|
"name": "sector-healthcare",
|
|
@@ -1479,7 +1479,7 @@
|
|
|
1479
1479
|
"d3fend_refs": [],
|
|
1480
1480
|
"last_threat_review": "2026-05-11",
|
|
1481
1481
|
"signature": "U04GNLyRas1VmfEsB8khH4iqFZPwx96sPY0Kw9iVsSPU+KTeEFqwgtWK1X1pzgb+T16Pc7HSrCaXDOpTFvQEDw==",
|
|
1482
|
-
"signed_at": "2026-05-30T05:
|
|
1482
|
+
"signed_at": "2026-05-30T05:22:00.156Z"
|
|
1483
1483
|
},
|
|
1484
1484
|
{
|
|
1485
1485
|
"name": "sector-financial",
|
|
@@ -1560,7 +1560,7 @@
|
|
|
1560
1560
|
"TIBER-EU framework v2.0 alignment with DORA TLPT RTS (JC 2024/40); cross-recognition with CBEST and iCAST"
|
|
1561
1561
|
],
|
|
1562
1562
|
"signature": "QFKM76TdR408niqvDmF95HmmQuVmu9bLjOoQ9ydoBNPVOfFmF3AcpCv7zNWlLdLa2ZLxFqiBcND2qt9VDUn2Dg==",
|
|
1563
|
-
"signed_at": "2026-05-30T05:
|
|
1563
|
+
"signed_at": "2026-05-30T05:22:00.156Z"
|
|
1564
1564
|
},
|
|
1565
1565
|
{
|
|
1566
1566
|
"name": "sector-federal-government",
|
|
@@ -1629,7 +1629,7 @@
|
|
|
1629
1629
|
"Australia PSPF 2024 revision and ISM quarterly updates — track for Essential Eight Maturity Level requirements for federal entities"
|
|
1630
1630
|
],
|
|
1631
1631
|
"signature": "C9c3JuBhUbwcb7uZpDdy+PNT8sYmYIxzD4uRHu421ePW1aSFJ8fkMvuTzSO8vD/F/jOOg5opM4kov/xSAn+qCg==",
|
|
1632
|
-
"signed_at": "2026-05-30T05:
|
|
1632
|
+
"signed_at": "2026-05-30T05:22:00.157Z"
|
|
1633
1633
|
},
|
|
1634
1634
|
{
|
|
1635
1635
|
"name": "sector-energy",
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
"ICS-CERT advisory feed (https://www.cisa.gov/news-events/cybersecurity-advisories/ics-advisories) for vendor CVEs in Siemens, Rockwell, Schneider Electric, ABB, GE Vernova, Hitachi Energy, AVEVA / OSIsoft PI"
|
|
1695
1695
|
],
|
|
1696
1696
|
"signature": "oz8Q5WVaY8au4IjbaZahx/DSaC00Q44ylSL3mDkTerCEpW/EyPUeiLeGxSrWxBCwVFEKSSJvnhJjhvX5lDPcCg==",
|
|
1697
|
-
"signed_at": "2026-05-30T05:
|
|
1697
|
+
"signed_at": "2026-05-30T05:22:00.157Z"
|
|
1698
1698
|
},
|
|
1699
1699
|
{
|
|
1700
1700
|
"name": "sector-telecom",
|
|
@@ -1780,7 +1780,7 @@
|
|
|
1780
1780
|
"O-RAN SFG / WG11 security specifications"
|
|
1781
1781
|
],
|
|
1782
1782
|
"signature": "NAtyzfLPXlUuB78Snb9nWmbZalC1CNlIYN9rYhdEmtB/xQGC6vVnThgrEAHlm7v/jMCFuknvEpUHKdscUnUADw==",
|
|
1783
|
-
"signed_at": "2026-05-30T05:
|
|
1783
|
+
"signed_at": "2026-05-30T05:22:00.157Z"
|
|
1784
1784
|
},
|
|
1785
1785
|
{
|
|
1786
1786
|
"name": "api-security",
|
|
@@ -1849,7 +1849,7 @@
|
|
|
1849
1849
|
"d3fend_refs": [],
|
|
1850
1850
|
"last_threat_review": "2026-05-18",
|
|
1851
1851
|
"signature": "1UTjZNC5Lyrgw93LAizdXVeSmv3jS8YQNT1db5OKsldub50+o1FXmAH4+3MxZozaOGDCX3yXbdDJSJaaSmfuAA==",
|
|
1852
|
-
"signed_at": "2026-05-30T05:
|
|
1852
|
+
"signed_at": "2026-05-30T05:22:00.158Z",
|
|
1853
1853
|
"forward_watch": [
|
|
1854
1854
|
"NGINX Rift CVE-2026-42945 (disclosed 2026-05-13, source depthfirst) — KEV-watch predicted CISA KEV listing by 2026-05-29; track for active-exploitation confirmation and patch advisory affecting API gateway / reverse-proxy deployments",
|
|
1855
1855
|
"Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — LiteLLM 3-bug SSRF + Code Injection chain by k3vg3n; LLM-proxy API surface; track upstream patch and CVE assignments",
|
|
@@ -1935,7 +1935,7 @@
|
|
|
1935
1935
|
"CISA KEV additions for cloud-control-plane CVEs (IMDSv1 abuses, federation token mishandling, cross-tenant boundary failures); CISA Cybersecurity Advisories for cross-cloud advisories"
|
|
1936
1936
|
],
|
|
1937
1937
|
"signature": "EdsY4xe7YA8X8m+KZUbq49JwoCXgRKEz2eg3m86O37rvBmpm8ppvl9hrsekygvpBh2VmCHL2dEYiOD8OM2n7CA==",
|
|
1938
|
-
"signed_at": "2026-05-30T05:
|
|
1938
|
+
"signed_at": "2026-05-30T05:22:00.158Z"
|
|
1939
1939
|
},
|
|
1940
1940
|
{
|
|
1941
1941
|
"name": "container-runtime-security",
|
|
@@ -1997,7 +1997,7 @@
|
|
|
1997
1997
|
"d3fend_refs": [],
|
|
1998
1998
|
"last_threat_review": "2026-05-15",
|
|
1999
1999
|
"signature": "fnLKPLkjjRCJ/F9wdmZ1w1lXmqEJvTYkv6Uu+9OTd5vZTWKz3QMuxKOsas+ctCdOvTaeloqPUUprXx+ZZdDpCg==",
|
|
2000
|
-
"signed_at": "2026-05-30T05:
|
|
2000
|
+
"signed_at": "2026-05-30T05:22:00.158Z",
|
|
2001
2001
|
"forward_watch": [
|
|
2002
2002
|
"Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — NVIDIA Container Toolkit container escape ($50K award) by chompie / IBM X-Force XOR; high-severity container/hypervisor boundary break; track patch and KEV add post-embargo"
|
|
2003
2003
|
]
|
|
@@ -2071,7 +2071,7 @@
|
|
|
2071
2071
|
"MITRE ATLAS v5.6.0 (released May 2026) shipped the AML.T0010 sub-technique expansion this forecast tracked plus new techniques (\"Publish Poisoned AI Agent Tool\", \"Escape to Host\"); inventory now 16 tactics, 84 techniques, 56 sub-techniques. Forward watch: subsequent ATLAS minor and major releases — track next-cadence updates to agentic-AI TTPs and MLOps-pipeline-specific techniques"
|
|
2072
2072
|
],
|
|
2073
2073
|
"signature": "t3dkdpTX04zvjitEeOJThpgjurLd1UO9GOut4LXSZgY3ULhfknI4zT7G5+m2RSZZTo7yyeZrwpg+7vEg9K6mAw==",
|
|
2074
|
-
"signed_at": "2026-05-30T05:
|
|
2074
|
+
"signed_at": "2026-05-30T05:22:00.159Z"
|
|
2075
2075
|
},
|
|
2076
2076
|
{
|
|
2077
2077
|
"name": "incident-response-playbook",
|
|
@@ -2133,7 +2133,7 @@
|
|
|
2133
2133
|
"NYDFS 23 NYCRR 500.17 amendments tightening ransom-payment 24h disclosure operationalization"
|
|
2134
2134
|
],
|
|
2135
2135
|
"signature": "+1kmtA6rAvIyDjjy+cJHK6BcfylyVsa5cUjRFijlFR9GsQfB93JnmkEJOqML50pdlcxtJI3yUodHpL3/YJGtCA==",
|
|
2136
|
-
"signed_at": "2026-05-30T05:
|
|
2136
|
+
"signed_at": "2026-05-30T05:22:00.159Z"
|
|
2137
2137
|
},
|
|
2138
2138
|
{
|
|
2139
2139
|
"name": "ransomware-response",
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
],
|
|
2214
2214
|
"last_threat_review": "2026-05-22",
|
|
2215
2215
|
"signature": "h48ASCz63aBfHzLKxMVDADMuT4atriK0iE6bJeVzZTsx/e8+hyv4fLP7+zYxT9Oe0Gss3v/Xy+t+Wd9uwzV+Aw==",
|
|
2216
|
-
"signed_at": "2026-05-30T05:
|
|
2216
|
+
"signed_at": "2026-05-30T05:22:00.159Z"
|
|
2217
2217
|
},
|
|
2218
2218
|
{
|
|
2219
2219
|
"name": "email-security-anti-phishing",
|
|
@@ -2266,7 +2266,7 @@
|
|
|
2266
2266
|
"d3fend_refs": [],
|
|
2267
2267
|
"last_threat_review": "2026-05-18",
|
|
2268
2268
|
"signature": "FVBn4ex2qPIo9SHMVJ6tntoz4tVwjbIq3m6wDjjZyv2JODlS+90GBYCOkNamxxkmw/6de6SMs0YHQiF/xjo/DQ==",
|
|
2269
|
-
"signed_at": "2026-05-30T05:
|
|
2269
|
+
"signed_at": "2026-05-30T05:22:00.160Z"
|
|
2270
2270
|
},
|
|
2271
2271
|
{
|
|
2272
2272
|
"name": "age-gates-child-safety",
|
|
@@ -2334,7 +2334,7 @@
|
|
|
2334
2334
|
"US state adult-site age-verification laws — 19+ states by mid-2026 (TX HB 18 upheld by SCOTUS June 2025 in Free Speech Coalition v. Paxton); track ongoing challenges in remaining states"
|
|
2335
2335
|
],
|
|
2336
2336
|
"signature": "ZHVdGWCcfG98tSVB0b9mwrsYwv71V3uUEl+6ss7omSQhmNvqV5s6MAZM5YladBt9MK/8T/zBrTYN4gAonOP+BQ==",
|
|
2337
|
-
"signed_at": "2026-05-30T05:
|
|
2337
|
+
"signed_at": "2026-05-30T05:22:00.160Z"
|
|
2338
2338
|
},
|
|
2339
2339
|
{
|
|
2340
2340
|
"name": "cloud-iam-incident",
|
|
@@ -2414,7 +2414,7 @@
|
|
|
2414
2414
|
],
|
|
2415
2415
|
"last_threat_review": "2026-05-15",
|
|
2416
2416
|
"signature": "e/kij7GtKaytROyIj7V5RH+FC9WtmVFzrmG2kIlNDNn29ep/CRNlIQKwXLpzo/81AIf634pmdr1qy/+vwIuUDA==",
|
|
2417
|
-
"signed_at": "2026-05-30T05:
|
|
2417
|
+
"signed_at": "2026-05-30T05:22:00.160Z",
|
|
2418
2418
|
"forward_watch": [
|
|
2419
2419
|
"AWS IAM Identity Center session-policy refresh and step-up-on-admin enforcement (anticipated 2026-H2 release)",
|
|
2420
2420
|
"GCP Workload Identity Federation principal-set attribute mapping tightening (post-2026 Q3 Federation hardening guide)",
|
|
@@ -2508,7 +2508,7 @@
|
|
|
2508
2508
|
],
|
|
2509
2509
|
"last_threat_review": "2026-05-15",
|
|
2510
2510
|
"signature": "9mfDtMApMAg9V/lmwpniNxo/6gNZoOEoYDfyFvyWvKrPMtc7H9F8uz06FVoARe/J49saAKTVXOurNE1D/KtpCQ==",
|
|
2511
|
-
"signed_at": "2026-05-30T05:
|
|
2511
|
+
"signed_at": "2026-05-30T05:22:00.161Z",
|
|
2512
2512
|
"forward_watch": [
|
|
2513
2513
|
"Entra ID conditional access evolution post-Midnight Blizzard — Microsoft's 2025-2026 commitments on legacy-tenant MFA enforcement and OAuth-app consent gating",
|
|
2514
2514
|
"Okta IPSIE (Interoperability Profile for Secure Identity in the Enterprise) OpenID Foundation working-group output and adoption timeline",
|
|
@@ -2526,6 +2526,6 @@
|
|
|
2526
2526
|
],
|
|
2527
2527
|
"manifest_signature": {
|
|
2528
2528
|
"algorithm": "Ed25519",
|
|
2529
|
-
"signature_base64": "
|
|
2529
|
+
"signature_base64": "qKfkSa6UoLWnoUh+EAnfyeHbIfEg6myujRJgNJZwzmPqhDvuydX6NperjDB/xLinNRegt6HO+oUDgv35b+6iAQ=="
|
|
2530
2530
|
}
|
|
2531
2531
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blamejs/exceptd-skills",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.39",
|
|
4
4
|
"description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation. 42 skills, 11 catalogs (427 CVEs / 173 CWEs / 805 ATT&CK + ICS / 170 ATLAS / 468 D3FEND / 8888 RFCs), 35 jurisdictions, 10-class catalog gap detector + budget gate, real XML parser + canonical-form diff + content-pattern regression detection, Ed25519-signed.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-security",
|
package/sbom.cdx.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.6",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:5840103f-1b87-45bd-9075-c4a9f2513a76",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "
|
|
7
|
+
"timestamp": "2072-12-01T11:57:51.000Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "blamejs",
|
|
11
11
|
"name": "scripts/refresh-sbom.js",
|
|
12
|
-
"version": "0.15.
|
|
12
|
+
"version": "0.15.39"
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
"component": {
|
|
16
|
-
"bom-ref": "pkg:npm/@blamejs/exceptd-skills@0.15.
|
|
16
|
+
"bom-ref": "pkg:npm/@blamejs/exceptd-skills@0.15.39",
|
|
17
17
|
"type": "application",
|
|
18
18
|
"name": "@blamejs/exceptd-skills",
|
|
19
|
-
"version": "0.15.
|
|
19
|
+
"version": "0.15.39",
|
|
20
20
|
"description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation. 42 skills, 11 catalogs (427 CVEs / 173 CWEs / 805 ATT&CK + ICS / 170 ATLAS / 468 D3FEND / 8888 RFCs), 35 jurisdictions, 10-class catalog gap detector + budget gate, real XML parser + canonical-form diff + content-pattern regression detection, Ed25519-signed.",
|
|
21
21
|
"licenses": [
|
|
22
22
|
{
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
],
|
|
28
|
-
"purl": "pkg:npm/%40blamejs/exceptd-skills@0.15.
|
|
28
|
+
"purl": "pkg:npm/%40blamejs/exceptd-skills@0.15.39",
|
|
29
29
|
"hashes": [
|
|
30
30
|
{
|
|
31
31
|
"alg": "SHA-256",
|
|
32
|
-
"content": "
|
|
32
|
+
"content": "772d80234f76166dc186d7d5edad9b13f5ffbaf626552686e58505e97b8fa257"
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
35
|
"externalReferences": [
|
|
36
36
|
{
|
|
37
37
|
"type": "distribution",
|
|
38
|
-
"url": "https://www.npmjs.com/package/@blamejs/exceptd-skills/v/0.15.
|
|
38
|
+
"url": "https://www.npmjs.com/package/@blamejs/exceptd-skills/v/0.15.39"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"type": "vcs",
|
|
@@ -116,11 +116,11 @@
|
|
|
116
116
|
"hashes": [
|
|
117
117
|
{
|
|
118
118
|
"alg": "SHA-256",
|
|
119
|
-
"content": "
|
|
119
|
+
"content": "54cca398e304465436b3a09d2226fb1813884ea5e800b5624fee82e9ff1978ca"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"alg": "SHA3-512",
|
|
123
|
-
"content": "
|
|
123
|
+
"content": "e20d1f753a228925c8cde72e91bbe0b46dca7eb37962950f1efbb5b817e423831a2151cea2498aa38824dc2a31d40a65a5042ea9a263f2250228d6ffe883ceeb"
|
|
124
124
|
}
|
|
125
125
|
]
|
|
126
126
|
},
|
|
@@ -311,11 +311,11 @@
|
|
|
311
311
|
"hashes": [
|
|
312
312
|
{
|
|
313
313
|
"alg": "SHA-256",
|
|
314
|
-
"content": "
|
|
314
|
+
"content": "0f8fe5c6ec54206645a8f5d4780bd820aa70df9c0256b4405256c9de45be2544"
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"alg": "SHA3-512",
|
|
318
|
-
"content": "
|
|
318
|
+
"content": "a3840d1718b42b9415a272a590a4a8d5866c95b82b9a01de22e055ce6305e2136e011e829e19b3671c8815307402cf95e3cb1b15e1ab1b7790122fd59c879320"
|
|
319
319
|
}
|
|
320
320
|
]
|
|
321
321
|
},
|
|
@@ -326,11 +326,11 @@
|
|
|
326
326
|
"hashes": [
|
|
327
327
|
{
|
|
328
328
|
"alg": "SHA-256",
|
|
329
|
-
"content": "
|
|
329
|
+
"content": "aafacd0b7fa88c145228b4e3fbf5167c158ecad4d8b5fb977621edfb6016ff9a"
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
332
|
"alg": "SHA3-512",
|
|
333
|
-
"content": "
|
|
333
|
+
"content": "b99fa6d95a9f573772544e4757f5ebe3e44b9c73bbbf7dd71aa1e1fa70d9ec889173087f6a2b17dd204ad1bf125343f3d7a2c404cd9472d9dede8d16ab1f06d6"
|
|
334
334
|
}
|
|
335
335
|
]
|
|
336
336
|
},
|
|
@@ -806,11 +806,11 @@
|
|
|
806
806
|
"hashes": [
|
|
807
807
|
{
|
|
808
808
|
"alg": "SHA-256",
|
|
809
|
-
"content": "
|
|
809
|
+
"content": "821f5e2596ce5c4f1d42114ffe0c25a32f99dad1aee3f6d3beb32d78f75046ec"
|
|
810
810
|
},
|
|
811
811
|
{
|
|
812
812
|
"alg": "SHA3-512",
|
|
813
|
-
"content": "
|
|
813
|
+
"content": "51a327da2de076a80e5a47e4af86ca6e83921ed58966dcbf82a229bf71faf497bcc57b586a82db6324ed3a05871e75588b53302d1458b85d068d85cfedcd3537"
|
|
814
814
|
}
|
|
815
815
|
]
|
|
816
816
|
},
|
|
@@ -1751,11 +1751,11 @@
|
|
|
1751
1751
|
"hashes": [
|
|
1752
1752
|
{
|
|
1753
1753
|
"alg": "SHA-256",
|
|
1754
|
-
"content": "
|
|
1754
|
+
"content": "4308b0a5e326fe8fe860312fe2f462a0b7f9c507f1dc547ba19db01a7fca8dd5"
|
|
1755
1755
|
},
|
|
1756
1756
|
{
|
|
1757
1757
|
"alg": "SHA3-512",
|
|
1758
|
-
"content": "
|
|
1758
|
+
"content": "9d7c956058f102d6da5ebf5068eb2373fbad40a9dde7306744a0a1d942a8ccfbe5e206e89a8d05a251bcde360181d6489011f6899440367df146ea101131a470"
|
|
1759
1759
|
}
|
|
1760
1760
|
]
|
|
1761
1761
|
},
|