@blamejs/exceptd-skills 0.13.108 → 0.13.110
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 +8 -0
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +1430 -0
- package/data/atlas-ttps.json +6 -0
- package/data/attack-techniques.json +11 -1
- package/data/cve-catalog.json +402 -0
- package/data/cwe-catalog.json +5 -1
- package/data/framework-control-gaps.json +36 -0
- package/data/zeroday-lessons.json +200 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +25 -25
package/data/atlas-ttps.json
CHANGED
|
@@ -160,6 +160,7 @@
|
|
|
160
160
|
"CVE-2025-8747",
|
|
161
161
|
"CVE-2026-22778",
|
|
162
162
|
"CVE-2026-30615",
|
|
163
|
+
"CVE-2026-31229",
|
|
163
164
|
"CVE-2026-39987",
|
|
164
165
|
"CVE-2026-45321",
|
|
165
166
|
"MAL-2024-PYPI-ULTRALYTICS-XMRIG",
|
|
@@ -1296,6 +1297,7 @@
|
|
|
1296
1297
|
"CVE-2025-32434",
|
|
1297
1298
|
"CVE-2025-33236",
|
|
1298
1299
|
"CVE-2025-8747",
|
|
1300
|
+
"CVE-2026-31229",
|
|
1299
1301
|
"MAL-2024-PYPI-ULTRALYTICS-XMRIG"
|
|
1300
1302
|
],
|
|
1301
1303
|
"description_full": "An adversary may rely upon specific actions by a user in order to gain execution. Users may inadvertently execute unsafe code introduced via [AI Supply Chain Compromise](/techniques/AML.T0010). Users may be subjected to social engineering to get them to execute malicious code by, for example, opening a malicious document file or link.",
|
|
@@ -1738,6 +1740,8 @@
|
|
|
1738
1740
|
"cve_refs": [
|
|
1739
1741
|
"CVE-2022-36551",
|
|
1740
1742
|
"CVE-2023-43654",
|
|
1743
|
+
"CVE-2023-43791",
|
|
1744
|
+
"CVE-2023-47117",
|
|
1741
1745
|
"CVE-2023-48022",
|
|
1742
1746
|
"CVE-2023-51449",
|
|
1743
1747
|
"CVE-2023-6019",
|
|
@@ -1769,6 +1773,7 @@
|
|
|
1769
1773
|
"CVE-2026-24214",
|
|
1770
1774
|
"CVE-2026-24215",
|
|
1771
1775
|
"CVE-2026-26190",
|
|
1776
|
+
"CVE-2026-31230",
|
|
1772
1777
|
"CVE-2026-33017",
|
|
1773
1778
|
"CVE-2026-34159",
|
|
1774
1779
|
"CVE-2026-45829"
|
|
@@ -2871,6 +2876,7 @@
|
|
|
2871
2876
|
"CVE-2025-32434",
|
|
2872
2877
|
"CVE-2025-33236",
|
|
2873
2878
|
"CVE-2025-8747",
|
|
2879
|
+
"CVE-2026-31229",
|
|
2874
2880
|
"CVE-2026-45829"
|
|
2875
2881
|
]
|
|
2876
2882
|
},
|
|
@@ -331,6 +331,8 @@
|
|
|
331
331
|
"CVE-2026-30623",
|
|
332
332
|
"CVE-2026-30624",
|
|
333
333
|
"CVE-2026-30625",
|
|
334
|
+
"CVE-2026-31229",
|
|
335
|
+
"CVE-2026-31230",
|
|
334
336
|
"CVE-2026-32202",
|
|
335
337
|
"CVE-2026-33017",
|
|
336
338
|
"CVE-2026-34159",
|
|
@@ -388,6 +390,7 @@
|
|
|
388
390
|
"CVE-2024-5565",
|
|
389
391
|
"CVE-2025-3248",
|
|
390
392
|
"CVE-2025-49844",
|
|
393
|
+
"CVE-2026-31230",
|
|
391
394
|
"CVE-2026-33017",
|
|
392
395
|
"MAL-2026-3083"
|
|
393
396
|
],
|
|
@@ -521,6 +524,7 @@
|
|
|
521
524
|
"CVE-2020-24363",
|
|
522
525
|
"CVE-2021-32030",
|
|
523
526
|
"CVE-2023-27351",
|
|
527
|
+
"CVE-2023-43791",
|
|
524
528
|
"CVE-2023-50224",
|
|
525
529
|
"CVE-2024-1709",
|
|
526
530
|
"CVE-2024-54085",
|
|
@@ -878,6 +882,8 @@
|
|
|
878
882
|
"CVE-2023-3519",
|
|
879
883
|
"CVE-2023-39780",
|
|
880
884
|
"CVE-2023-43654",
|
|
885
|
+
"CVE-2023-43791",
|
|
886
|
+
"CVE-2023-47117",
|
|
881
887
|
"CVE-2023-48022",
|
|
882
888
|
"CVE-2023-51449",
|
|
883
889
|
"CVE-2023-52163",
|
|
@@ -1159,6 +1165,7 @@
|
|
|
1159
1165
|
"CVE-2025-32434",
|
|
1160
1166
|
"CVE-2025-33236",
|
|
1161
1167
|
"CVE-2025-8747",
|
|
1168
|
+
"CVE-2026-31229",
|
|
1162
1169
|
"CVE-2026-45321",
|
|
1163
1170
|
"MAL-2024-PYPI-ULTRALYTICS-XMRIG",
|
|
1164
1171
|
"MAL-2025-PYPI-COLORAMA-SOLANA-STEALER",
|
|
@@ -1255,6 +1262,7 @@
|
|
|
1255
1262
|
"name": "Exploitation for Credential Access",
|
|
1256
1263
|
"version": "v19",
|
|
1257
1264
|
"cve_refs": [
|
|
1265
|
+
"CVE-2023-43791",
|
|
1258
1266
|
"CVE-2025-14174"
|
|
1259
1267
|
],
|
|
1260
1268
|
"description_full": "Adversaries may exploit software vulnerabilities in an attempt to collect credentials. Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code. Credentialing and authentication mechanisms may be targeted for exploitation by adversaries as a means to gain access to useful credentials or circumvent the process to gain authenticated access to systems. One example of this is `MS14-068`, which targets Kerberos and can be used to forge Kerberos tickets using domain user permissions.(Citation: Technet MS14-068)(Citation: ADSecurity Detecting Forged Tickets) Another example of this is replay attacks, in which the adversary intercepts data packets sent between parties and then later replays these packets. If services don't properly validate authentication requests, these replayed packets may allow an adversary to impersonate one of the parties and gain unauthorized access or privileges.(Citation: Bugcrowd Replay Attack)(Citation: Comparitech Replay Attack)(Citation: Microsoft Midnight Blizzard Replay Attack) Such exploitation has been demonstrated in cloud environments as well. For example, adversaries have exploited vulnerabilities in public cloud infrastructure that allowed for unintended authentication token creation and renewal.(Citation: Storm-0558 techniques for unauthorized email access) Exploitation for credential access may also result in Privilege Escalation depending on the process targeted or credentials obtained.",
|
|
@@ -1543,6 +1551,7 @@
|
|
|
1543
1551
|
"name": "Unsecured Credentials",
|
|
1544
1552
|
"version": "v19",
|
|
1545
1553
|
"cve_refs": [
|
|
1554
|
+
"CVE-2023-47117",
|
|
1546
1555
|
"CVE-2025-68664",
|
|
1547
1556
|
"MAL-2025-PYPI-COLORAMA-SOLANA-STEALER",
|
|
1548
1557
|
"MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER"
|
|
@@ -4354,7 +4363,8 @@
|
|
|
4354
4363
|
"CVE-2025-1550",
|
|
4355
4364
|
"CVE-2025-32434",
|
|
4356
4365
|
"CVE-2025-33236",
|
|
4357
|
-
"CVE-2025-8747"
|
|
4366
|
+
"CVE-2025-8747",
|
|
4367
|
+
"CVE-2026-31229"
|
|
4358
4368
|
]
|
|
4359
4369
|
},
|
|
4360
4370
|
"T1205": {
|
package/data/cve-catalog.json
CHANGED
|
@@ -17090,6 +17090,408 @@
|
|
|
17090
17090
|
"_intake_method": "manual-verified-curation",
|
|
17091
17091
|
"_kev_short_description": "Label Studio's Data Import fetches user-supplied URLs without restriction (self-registration on by default), letting a remote attacker read files / reach internal services via the server (CWE-918 SSRF); fixed in 1.6.0."
|
|
17092
17092
|
},
|
|
17093
|
+
"CVE-2023-47117": {
|
|
17094
|
+
"name": "Label Studio ORM Filter Manipulation Sensitive-Field Disclosure",
|
|
17095
|
+
"type": "Information Disclosure",
|
|
17096
|
+
"cvss_score": 7.5,
|
|
17097
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
|
|
17098
|
+
"cvss_note": "GitHub (CNA) CVSS v3.1 base 7.5 (HIGH, confidentiality-only); NVD has not published its own assessed score. Label Studio lets users set task filters that are passed into a Django ORM query without restriction, so an attacker manipulates the filter to read sensitive fields (including password hashes and tokens) from all user accounts (CWE-200 information exposure).",
|
|
17099
|
+
"cisa_kev": false,
|
|
17100
|
+
"poc_available": true,
|
|
17101
|
+
"poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-6hjj-gq77-j4qw); manipulate the task filter to read password hashes/tokens from all accounts.",
|
|
17102
|
+
"ai_discovered": false,
|
|
17103
|
+
"ai_discovery_source": "human_researcher",
|
|
17104
|
+
"ai_discovery_notes": "Disclosed via the GitHub Security Advisory (https://github.com/advisories/GHSA-6hjj-gq77-j4qw). The abused surface is Label Studio, a widely used data-labeling / annotation platform in ML pipelines.",
|
|
17105
|
+
"ai_assisted_weaponization": false,
|
|
17106
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is broken object-level authorization / sensitive-field exposure in an ML data-platform API.",
|
|
17107
|
+
"active_exploitation": "none",
|
|
17108
|
+
"active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
17109
|
+
"affected": "Label Studio before 1.9.2post0.",
|
|
17110
|
+
"affected_versions": [
|
|
17111
|
+
"Label Studio < 1.9.2post0"
|
|
17112
|
+
],
|
|
17113
|
+
"vector": "Label Studio's task-filter feature passes user-controlled filter expressions into a Django ORM query without restricting which fields can be referenced. An attacker crafts a filter that selects sensitive columns (password hashes, auth tokens) across all user accounts and reads them back - a sensitive-field exposure via ORM manipulation (CWE-200) that supplies the material to forge sessions and impersonate users.",
|
|
17114
|
+
"complexity": "low",
|
|
17115
|
+
"complexity_notes": "GitHub CNA AV:N / AC:L / PR:N - unauthenticated field disclosure.",
|
|
17116
|
+
"patch_available": true,
|
|
17117
|
+
"patch_required_reboot": false,
|
|
17118
|
+
"live_patch_available": false,
|
|
17119
|
+
"live_patch_tools": [],
|
|
17120
|
+
"live_patch_notes": "Remediation is upgrading to 1.9.2post0 or later; redeploy, no host reboot.",
|
|
17121
|
+
"vendor_update_paths": [
|
|
17122
|
+
"Upgrade Label Studio to 1.9.2post0 or later. Enforce object-level authorization and serializer field allowlists on the API (never let user-controlled filters or responses expose secrets, tokens, or other users' fields), and rotate any exposed session-signing secrets / credentials."
|
|
17123
|
+
],
|
|
17124
|
+
"framework_control_gaps": {
|
|
17125
|
+
"NIST-800-53-AC-3": "Access enforcement does not constrain which records/fields a user can read - a user-controlled ORM filter reads other accounts' sensitive fields.",
|
|
17126
|
+
"NIST-800-53-SC-28": "Protection of information at rest is insufficient: sensitive fields (password hashes, tokens) are readable through the API and directly usable once leaked.",
|
|
17127
|
+
"ISO-27001-2022-A.5.15": "Access control does not enforce object-level authorization on the ML data-platform API.",
|
|
17128
|
+
"NIS2-Art21-identity-management": "Identity/access measures do not prevent API-level sensitive-field exposure from enabling account impersonation.",
|
|
17129
|
+
"DORA-Art-9": "ICT protection measures do not model API sensitive-field exposure / account takeover of an ML platform as an ICT-risk event.",
|
|
17130
|
+
"UK-CAF-B2": "Identity and Access Control objective has no objective for object-level authorization on AI data-platform APIs.",
|
|
17131
|
+
"UK-CAF-B4": "System Security objective has no objective for serializer field allowlisting / ORM-filter restriction in ML platforms.",
|
|
17132
|
+
"AU-ISM-1546": "Patch-application control does not single out ML data-labeling platforms.",
|
|
17133
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML data-platform API's object-level authorization and sensitive-field exposure as integrity controls whose failure yields account takeover."
|
|
17134
|
+
},
|
|
17135
|
+
"atlas_refs": [
|
|
17136
|
+
"AML.T0049"
|
|
17137
|
+
],
|
|
17138
|
+
"attack_refs": [
|
|
17139
|
+
"T1190",
|
|
17140
|
+
"T1552"
|
|
17141
|
+
],
|
|
17142
|
+
"rwep_score": 23,
|
|
17143
|
+
"rwep_factors": {
|
|
17144
|
+
"cisa_kev": 0,
|
|
17145
|
+
"poc_available": 20,
|
|
17146
|
+
"ai_factor": 0,
|
|
17147
|
+
"active_exploitation": 0,
|
|
17148
|
+
"blast_radius": 18,
|
|
17149
|
+
"patch_available": -15,
|
|
17150
|
+
"live_patch_available": 0,
|
|
17151
|
+
"reboot_required": 0
|
|
17152
|
+
},
|
|
17153
|
+
"rwep_notes": "Moderate (RWEP 23, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3): poc_available=20 + blast_radius=18, minus patch_available 15. This is the first half of a Label Studio privilege-escalation chain - the ORM sensitive-field leak (CVE-2023-47117) supplies the material the impersonation flaw (CVE-2023-43791) replays.",
|
|
17154
|
+
"epss_score": null,
|
|
17155
|
+
"epss_date": "2026-05-25",
|
|
17156
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
17157
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-47117",
|
|
17158
|
+
"cwe_refs": [
|
|
17159
|
+
"CWE-200"
|
|
17160
|
+
],
|
|
17161
|
+
"iocs": {
|
|
17162
|
+
"behavioral": [
|
|
17163
|
+
"Label Studio task-filter requests referencing sensitive columns (password hashes, tokens) or other users' fields.",
|
|
17164
|
+
"API responses returning sensitive fields from accounts other than the requester's.",
|
|
17165
|
+
"Label Studio < 1.9.2post0 with the task-filter API reachable - the exposed precondition."
|
|
17166
|
+
],
|
|
17167
|
+
"_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory (https://github.com/advisories/GHSA-6hjj-gq77-j4qw) and NVD CVE-2023-47117 (CWE-200)."
|
|
17168
|
+
},
|
|
17169
|
+
"source_verified": "2026-05-25",
|
|
17170
|
+
"verification_sources": [
|
|
17171
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2023-47117",
|
|
17172
|
+
"https://github.com/advisories/GHSA-6hjj-gq77-j4qw"
|
|
17173
|
+
],
|
|
17174
|
+
"vendor_advisories": [
|
|
17175
|
+
{
|
|
17176
|
+
"vendor": "GitHub Security Advisory",
|
|
17177
|
+
"advisory_id": "CVE-2023-47117",
|
|
17178
|
+
"url": "https://github.com/advisories/GHSA-6hjj-gq77-j4qw",
|
|
17179
|
+
"severity": "high",
|
|
17180
|
+
"published_date": "2023-11-14"
|
|
17181
|
+
},
|
|
17182
|
+
{
|
|
17183
|
+
"vendor": "NVD",
|
|
17184
|
+
"advisory_id": "CVE-2023-47117",
|
|
17185
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47117",
|
|
17186
|
+
"severity": "high",
|
|
17187
|
+
"published_date": "2023-11-14"
|
|
17188
|
+
}
|
|
17189
|
+
],
|
|
17190
|
+
"last_updated": "2026-05-25",
|
|
17191
|
+
"discovery_attribution_note": "Manually curated from the GitHub Security Advisory (https://github.com/advisories/GHSA-6hjj-gq77-j4qw, CWE-200) + NVD (CVSS v3.1 7.5). Label Studio privilege-escalation chain (47117 ORM leak -> 43791 impersonation); introduces the AI-app API object-authorization / field-exposure control NEW-CTRL-106.",
|
|
17192
|
+
"_auto_imported": false,
|
|
17193
|
+
"_intake_method": "manual-verified-curation",
|
|
17194
|
+
"_kev_short_description": "Label Studio's task-filter feature passes user input into a Django ORM query unrestricted, leaking sensitive fields (password hashes, tokens) from all accounts (CWE-200); fixed in 1.9.2post0."
|
|
17195
|
+
},
|
|
17196
|
+
"CVE-2023-43791": {
|
|
17197
|
+
"name": "Label Studio Account Impersonation and Privilege Escalation",
|
|
17198
|
+
"type": "Privilege Escalation",
|
|
17199
|
+
"cvss_score": 8.8,
|
|
17200
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
|
|
17201
|
+
"cvss_note": "NIST (NVD) CVSS v3.1 base 8.8 (HIGH, PR:L); the GitHub (CNA) advisory rates it 9.8 (CRITICAL, PR:N). Label Studio exposes information that lets an attacker impersonate any account and escalate from a low-privilege user to a Django super administrator - chained with the ORM sensitive-field leak (CVE-2023-47117), the exposed secrets/tokens are used to forge authenticated sessions (CWE-200).",
|
|
17202
|
+
"cisa_kev": false,
|
|
17203
|
+
"poc_available": true,
|
|
17204
|
+
"poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-f475-x83m-rx5m); chain the ORM leak to forge a session and impersonate / escalate to superadmin.",
|
|
17205
|
+
"ai_discovered": false,
|
|
17206
|
+
"ai_discovery_source": "human_researcher",
|
|
17207
|
+
"ai_discovery_notes": "Disclosed via the GitHub Security Advisory (https://github.com/advisories/GHSA-f475-x83m-rx5m). The abused surface is Label Studio, a widely used data-labeling / annotation platform in ML pipelines.",
|
|
17208
|
+
"ai_assisted_weaponization": false,
|
|
17209
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is broken object-level authorization / sensitive-field exposure in an ML data-platform API.",
|
|
17210
|
+
"active_exploitation": "none",
|
|
17211
|
+
"active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
17212
|
+
"affected": "Label Studio before 1.8.2.",
|
|
17213
|
+
"affected_versions": [
|
|
17214
|
+
"Label Studio < 1.8.2"
|
|
17215
|
+
],
|
|
17216
|
+
"vector": "Label Studio exposes sensitive information that, chained with the ORM sensitive-field leak (CVE-2023-47117), lets an attacker impersonate any account and escalate from a low-privilege user to a Django super administrator. The leaked secrets/tokens are used to forge authenticated sessions and take over accounts (CWE-200 leading to broken object-level authorization).",
|
|
17217
|
+
"complexity": "low",
|
|
17218
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:L (GitHub CNA marks PR:N) - a low-privilege account suffices, and the chain reaches Django superadmin.",
|
|
17219
|
+
"patch_available": true,
|
|
17220
|
+
"patch_required_reboot": false,
|
|
17221
|
+
"live_patch_available": false,
|
|
17222
|
+
"live_patch_tools": [],
|
|
17223
|
+
"live_patch_notes": "Remediation is upgrading to 1.8.2 or later; redeploy, no host reboot.",
|
|
17224
|
+
"vendor_update_paths": [
|
|
17225
|
+
"Upgrade Label Studio to 1.8.2 or later. Enforce object-level authorization and serializer field allowlists on the API (never let user-controlled filters or responses expose secrets, tokens, or other users' fields), and rotate any exposed session-signing secrets / credentials."
|
|
17226
|
+
],
|
|
17227
|
+
"framework_control_gaps": {
|
|
17228
|
+
"NIST-800-53-AC-3": "Access enforcement does not constrain which records/fields a user can read - leaked material is replayed to impersonate any account.",
|
|
17229
|
+
"NIST-800-53-SC-28": "Protection of information at rest is insufficient: sensitive fields (password hashes, tokens) are readable through the API and directly usable once leaked.",
|
|
17230
|
+
"ISO-27001-2022-A.5.15": "Access control does not enforce object-level authorization on the ML data-platform API.",
|
|
17231
|
+
"NIS2-Art21-identity-management": "Identity/access measures do not prevent API-level sensitive-field exposure from enabling account impersonation.",
|
|
17232
|
+
"DORA-Art-9": "ICT protection measures do not model API sensitive-field exposure / account takeover of an ML platform as an ICT-risk event.",
|
|
17233
|
+
"UK-CAF-B2": "Identity and Access Control objective has no objective for object-level authorization on AI data-platform APIs.",
|
|
17234
|
+
"UK-CAF-B4": "System Security objective has no objective for serializer field allowlisting / ORM-filter restriction in ML platforms.",
|
|
17235
|
+
"AU-ISM-1546": "Patch-application control does not single out ML data-labeling platforms.",
|
|
17236
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML data-platform API's object-level authorization and sensitive-field exposure as integrity controls whose failure yields account takeover."
|
|
17237
|
+
},
|
|
17238
|
+
"atlas_refs": [
|
|
17239
|
+
"AML.T0049"
|
|
17240
|
+
],
|
|
17241
|
+
"attack_refs": [
|
|
17242
|
+
"T1190",
|
|
17243
|
+
"T1078",
|
|
17244
|
+
"T1212"
|
|
17245
|
+
],
|
|
17246
|
+
"rwep_score": 29,
|
|
17247
|
+
"rwep_factors": {
|
|
17248
|
+
"cisa_kev": 0,
|
|
17249
|
+
"poc_available": 20,
|
|
17250
|
+
"ai_factor": 0,
|
|
17251
|
+
"active_exploitation": 0,
|
|
17252
|
+
"blast_radius": 24,
|
|
17253
|
+
"patch_available": -15,
|
|
17254
|
+
"live_patch_available": 0,
|
|
17255
|
+
"reboot_required": 0
|
|
17256
|
+
},
|
|
17257
|
+
"rwep_notes": "Moderate (RWEP 29, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3): poc_available=20 + blast_radius=24, minus patch_available 15. This is the second half of a Label Studio privilege-escalation chain - the ORM sensitive-field leak (CVE-2023-47117) supplies the material the impersonation flaw (CVE-2023-43791) replays.",
|
|
17258
|
+
"epss_score": null,
|
|
17259
|
+
"epss_date": "2026-05-25",
|
|
17260
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
17261
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-43791",
|
|
17262
|
+
"cwe_refs": [
|
|
17263
|
+
"CWE-200"
|
|
17264
|
+
],
|
|
17265
|
+
"iocs": {
|
|
17266
|
+
"behavioral": [
|
|
17267
|
+
"Authenticated sessions in Label Studio minted/used for accounts the requester should not control, or sudden escalation to Django superadmin.",
|
|
17268
|
+
"Use of leaked password hashes / tokens to forge or replay Label Studio sessions.",
|
|
17269
|
+
"Label Studio < 1.8.2 reachable by a low-privilege user - the exposed precondition for the privesc chain."
|
|
17270
|
+
],
|
|
17271
|
+
"_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory (https://github.com/advisories/GHSA-f475-x83m-rx5m) and NVD CVE-2023-43791 (CWE-200)."
|
|
17272
|
+
},
|
|
17273
|
+
"source_verified": "2026-05-25",
|
|
17274
|
+
"verification_sources": [
|
|
17275
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2023-43791",
|
|
17276
|
+
"https://github.com/advisories/GHSA-f475-x83m-rx5m"
|
|
17277
|
+
],
|
|
17278
|
+
"vendor_advisories": [
|
|
17279
|
+
{
|
|
17280
|
+
"vendor": "GitHub Security Advisory",
|
|
17281
|
+
"advisory_id": "CVE-2023-43791",
|
|
17282
|
+
"url": "https://github.com/advisories/GHSA-f475-x83m-rx5m",
|
|
17283
|
+
"severity": "critical",
|
|
17284
|
+
"published_date": "2023-11-09"
|
|
17285
|
+
},
|
|
17286
|
+
{
|
|
17287
|
+
"vendor": "NVD",
|
|
17288
|
+
"advisory_id": "CVE-2023-43791",
|
|
17289
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43791",
|
|
17290
|
+
"severity": "high",
|
|
17291
|
+
"published_date": "2023-11-09"
|
|
17292
|
+
}
|
|
17293
|
+
],
|
|
17294
|
+
"last_updated": "2026-05-25",
|
|
17295
|
+
"discovery_attribution_note": "Manually curated from the GitHub Security Advisory (https://github.com/advisories/GHSA-f475-x83m-rx5m, CWE-200) + NVD (CVSS v3.1 8.8; GitHub CNA 9.8). Label Studio privilege-escalation chain (47117 ORM leak -> 43791 impersonation); introduces the AI-app API object-authorization / field-exposure control NEW-CTRL-106.",
|
|
17296
|
+
"_auto_imported": false,
|
|
17297
|
+
"_intake_method": "manual-verified-curation",
|
|
17298
|
+
"_kev_short_description": "Label Studio exposes information enabling account impersonation and escalation to Django superadmin (chained with the ORM leak CVE-2023-47117); CWE-200, fixed in 1.8.2."
|
|
17299
|
+
},
|
|
17300
|
+
"CVE-2026-31229": {
|
|
17301
|
+
"name": "Adversarial Robustness Toolbox torch.load Model Deserialization RCE",
|
|
17302
|
+
"type": "RCE",
|
|
17303
|
+
"cvss_score": 9.8,
|
|
17304
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
17305
|
+
"cvss_note": "CISA-ADP CVSS v3.1 base 9.8 (CRITICAL); NVD has not yet published its own assessment. ART's Kubeflow model-loading component calls torch.load() WITHOUT weights_only=True, so loading a maliciously crafted model file runs arbitrary code through unsafe object-deserialization (CWE-502).",
|
|
17306
|
+
"cisa_kev": false,
|
|
17307
|
+
"poc_available": true,
|
|
17308
|
+
"poc_description": "Documented in the disclosing advisory; load a crafted PyTorch model through ART's Kubeflow component to run code.",
|
|
17309
|
+
"ai_discovered": false,
|
|
17310
|
+
"ai_discovery_source": "human_researcher",
|
|
17311
|
+
"ai_discovery_notes": "Disclosed via the GitHub Security Advisory / CISA-ADP. The abused surface is the Adversarial Robustness Toolbox (ART), the Trusted-AI / LF AI library used to defend ML models against adversarial attacks - a defensive-ML tool with an offensive flaw.",
|
|
17312
|
+
"ai_assisted_weaponization": false,
|
|
17313
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is unsafe model deserialization in a defensive-ML library.",
|
|
17314
|
+
"active_exploitation": "none",
|
|
17315
|
+
"active_exploitation_notes": "Advisory disclosure (May 2026) with a documented attack; no confirmed in-the-wild exploitation reported as of curation. No patched version is published (the advisory records 'Patched versions: Unknown'), so exposed usage remains vulnerable.",
|
|
17316
|
+
"affected": "Adversarial Robustness Toolbox (ART) through 1.20.1.",
|
|
17317
|
+
"affected_versions": [
|
|
17318
|
+
"adversarial-robustness-toolbox <= 1.20.1"
|
|
17319
|
+
],
|
|
17320
|
+
"vector": "The Adversarial Robustness Toolbox (ART) - the Trusted-AI library used to defend ML models against adversarial attacks - loads models in its Kubeflow component via torch.load() without the security-restrictive weights_only=True parameter. A maliciously crafted model file therefore runs arbitrary code on load through unsafe object-deserialization (CWE-502) - the same torch.load weights_only gap as CVE-2025-32434, here in the defensive-ML library itself.",
|
|
17321
|
+
"complexity": "low",
|
|
17322
|
+
"complexity_notes": "CISA-ADP AV:N / AC:L / PR:N / UI:N - loading a crafted model runs code.",
|
|
17323
|
+
"patch_available": false,
|
|
17324
|
+
"patch_required_reboot": false,
|
|
17325
|
+
"live_patch_available": false,
|
|
17326
|
+
"live_patch_tools": [],
|
|
17327
|
+
"live_patch_notes": "No patched ART version is published as of curation (the GitHub advisory records 'Patched versions: Unknown'). Mitigation is loading models only from trusted sources, sandboxing model loading, and using weights_only=True / safe formats (see vendor_update_paths).",
|
|
17328
|
+
"vendor_update_paths": [
|
|
17329
|
+
"No fixed ART release is published. Load models only from trusted sources, verify provenance, sandbox model loading, and prefer safe-load (weights_only=True) / safetensors; treat every model file as executable code."
|
|
17330
|
+
],
|
|
17331
|
+
"framework_control_gaps": {
|
|
17332
|
+
"NIST-800-53-SI-2": "Flaw remediation cannot resolve this by patching yet (no fix published); the control is model-artifact provenance + sandboxing.",
|
|
17333
|
+
"NIST-800-53-SI-10": "No input validation distinguishes a benign model from a deserialization payload before ART loads it.",
|
|
17334
|
+
"NIST-800-53-CM-7": "Least-functionality is not enforced: ART deserializes model files through an unsafe loader by default.",
|
|
17335
|
+
"ISO-27001-2022-A.8.28": "Secure-coding expectations do not address loading untrusted model artifacts as host code in an ML security library.",
|
|
17336
|
+
"NIS2-Art21-supply-chain": "Supply-chain-security measures do not treat the defensive-ML library (ART) as a channel that delivers executable model artifacts.",
|
|
17337
|
+
"DORA-Art-9": "ICT protection measures do not model code execution via an ML security library as an ICT-risk event.",
|
|
17338
|
+
"UK-CAF-B4": "System Security objective has no objective for model-artifact provenance / sandboxed loading in ML libraries.",
|
|
17339
|
+
"AU-ISM-1546": "Patch-application control does not address a flaw with no published patch.",
|
|
17340
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the adversarial-robustness library's model-loading path as a privileged code-execution surface."
|
|
17341
|
+
},
|
|
17342
|
+
"atlas_refs": [
|
|
17343
|
+
"AML.T0010",
|
|
17344
|
+
"AML.T0011",
|
|
17345
|
+
"AML.T0011.000"
|
|
17346
|
+
],
|
|
17347
|
+
"attack_refs": [
|
|
17348
|
+
"T1204",
|
|
17349
|
+
"T1059",
|
|
17350
|
+
"T1195.002"
|
|
17351
|
+
],
|
|
17352
|
+
"rwep_score": 46,
|
|
17353
|
+
"rwep_factors": {
|
|
17354
|
+
"cisa_kev": 0,
|
|
17355
|
+
"poc_available": 20,
|
|
17356
|
+
"ai_factor": 0,
|
|
17357
|
+
"active_exploitation": 0,
|
|
17358
|
+
"blast_radius": 26,
|
|
17359
|
+
"patch_available": 0,
|
|
17360
|
+
"live_patch_available": 0,
|
|
17361
|
+
"reboot_required": 0
|
|
17362
|
+
},
|
|
17363
|
+
"rwep_notes": "Elevated (RWEP 46, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no patched version published so no patch credit (Hard Rule #3). poc_available=20 + blast_radius=26. The defensive-ML library ART itself carries a code-execution flaw - model-as-code.",
|
|
17364
|
+
"epss_score": null,
|
|
17365
|
+
"epss_date": "2026-05-25",
|
|
17366
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
17367
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-31229",
|
|
17368
|
+
"cwe_refs": [
|
|
17369
|
+
"CWE-502"
|
|
17370
|
+
],
|
|
17371
|
+
"iocs": {
|
|
17372
|
+
"behavioral": [
|
|
17373
|
+
"ART loading a PyTorch model whose payload contains a deserialization gadget rather than plain weights.",
|
|
17374
|
+
"The ART process spawning shell, network, or file-system child processes during model loading.",
|
|
17375
|
+
"ART <= 1.20.1 loading PyTorch models from an untrusted source via the Kubeflow component - the exposed precondition."
|
|
17376
|
+
],
|
|
17377
|
+
"_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory / CISA-ADP record for CVE-2026-31229 (CWE-502) and NVD."
|
|
17378
|
+
},
|
|
17379
|
+
"source_verified": "2026-05-25",
|
|
17380
|
+
"verification_sources": [
|
|
17381
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-31229",
|
|
17382
|
+
"https://github.com/Trusted-AI/adversarial-robustness-toolbox"
|
|
17383
|
+
],
|
|
17384
|
+
"vendor_advisories": [
|
|
17385
|
+
{
|
|
17386
|
+
"vendor": "NVD",
|
|
17387
|
+
"advisory_id": "CVE-2026-31229",
|
|
17388
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31229",
|
|
17389
|
+
"severity": "critical",
|
|
17390
|
+
"published_date": "2026-05-12"
|
|
17391
|
+
}
|
|
17392
|
+
],
|
|
17393
|
+
"last_updated": "2026-05-25",
|
|
17394
|
+
"discovery_attribution_note": "Manually curated from NVD / CISA-ADP (CWE-502; CISA-ADP CVSS v3.1 9.8, NVD assessment pending) + the GitHub Security Advisory. Adversarial Robustness Toolbox (ART) flaw; reuses the untrusted-model-artifact-loading control NEW-CTRL-091 - a model file is executable code, the class shared with Keras / Hugging Face / NeMo / PyTorch / H2O / MLflow.",
|
|
17395
|
+
"_auto_imported": false,
|
|
17396
|
+
"_intake_method": "manual-verified-curation",
|
|
17397
|
+
"_kev_short_description": "ART's Kubeflow model loader calls torch.load() without weights_only=True, so a malicious model file runs code on load (CWE-502); no fix published - treat models as untrusted code."
|
|
17398
|
+
},
|
|
17399
|
+
"CVE-2026-31230": {
|
|
17400
|
+
"name": "Adversarial Robustness Toolbox CLI Argument Dynamic-Evaluation Code Execution",
|
|
17401
|
+
"type": "RCE",
|
|
17402
|
+
"cvss_score": 9.8,
|
|
17403
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
17404
|
+
"cvss_note": "CISA-ADP CVSS v3.1 base 9.8 (CRITICAL); NVD has not yet published its own assessment. ART's Kubeflow component parses the --clip_values and --input_shape command-line arguments through an unsafe dynamic-evaluation call, so attacker-controlled argument values execute arbitrary Python (CWE-88 argument-delimiter injection / code injection).",
|
|
17405
|
+
"cisa_kev": false,
|
|
17406
|
+
"poc_available": true,
|
|
17407
|
+
"poc_description": "Documented in the disclosing advisory; supply a crafted --clip_values / --input_shape value to ART's Kubeflow CLI to run code.",
|
|
17408
|
+
"ai_discovered": false,
|
|
17409
|
+
"ai_discovery_source": "human_researcher",
|
|
17410
|
+
"ai_discovery_notes": "Disclosed via the GitHub Security Advisory / CISA-ADP. The abused surface is the Adversarial Robustness Toolbox (ART), the Trusted-AI / LF AI library used to defend ML models against adversarial attacks - a defensive-ML tool with an offensive flaw.",
|
|
17411
|
+
"ai_assisted_weaponization": false,
|
|
17412
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is unsafe dynamic-evaluation of CLI arguments in a defensive-ML library.",
|
|
17413
|
+
"active_exploitation": "none",
|
|
17414
|
+
"active_exploitation_notes": "Advisory disclosure (May 2026) with a documented attack; no confirmed in-the-wild exploitation reported as of curation. No patched version is published (the advisory records 'Patched versions: Unknown'), so exposed usage remains vulnerable.",
|
|
17415
|
+
"affected": "Adversarial Robustness Toolbox (ART) through 1.20.1.",
|
|
17416
|
+
"affected_versions": [
|
|
17417
|
+
"adversarial-robustness-toolbox <= 1.20.1"
|
|
17418
|
+
],
|
|
17419
|
+
"vector": "ART's Kubeflow component parses the --clip_values and --input_shape command-line arguments by passing their string values into an unsafe dynamic-evaluation call rather than a safe literal parser. An attacker who controls those argument values executes arbitrary Python (CWE-88) - the same build-a-command-from-arguments root cause as the LlamaIndex CLI injection, here in the defensive-ML toolkit.",
|
|
17420
|
+
"complexity": "low",
|
|
17421
|
+
"complexity_notes": "CISA-ADP AV:N / AC:L / PR:N / UI:N - controlling the CLI argument value runs code.",
|
|
17422
|
+
"patch_available": false,
|
|
17423
|
+
"patch_required_reboot": false,
|
|
17424
|
+
"live_patch_available": false,
|
|
17425
|
+
"live_patch_tools": [],
|
|
17426
|
+
"live_patch_notes": "No patched ART version is published as of curation (the GitHub advisory records 'Patched versions: Unknown'). Mitigation is never passing untrusted values to the affected CLI arguments and using a safe literal parser (see vendor_update_paths).",
|
|
17427
|
+
"vendor_update_paths": [
|
|
17428
|
+
"No fixed ART release is published. Do not pass untrusted values to ART's --clip_values / --input_shape arguments; the fix is to parse them with a safe literal parser (e.g. ast.literal_eval) rather than a dynamic-evaluation call."
|
|
17429
|
+
],
|
|
17430
|
+
"framework_control_gaps": {
|
|
17431
|
+
"NIST-800-53-SI-2": "Flaw remediation cannot resolve this by patching yet (no fix published); the control is safe argument parsing.",
|
|
17432
|
+
"NIST-800-53-SI-10": "No input validation distinguishes a safe CLI argument value from injected code before ART evaluates it.",
|
|
17433
|
+
"NIST-800-53-CM-7": "Least-functionality is not enforced: ART evaluates CLI argument strings through a dynamic-evaluation call.",
|
|
17434
|
+
"ISO-27001-2022-A.8.28": "Secure-coding expectations do not address dynamic evaluation of CLI argument strings in an ML security library.",
|
|
17435
|
+
"NIS2-Art21-supply-chain": "Supply-chain-security measures do not treat the defensive-ML library (ART) as a channel that executes attacker-influenced arguments.",
|
|
17436
|
+
"DORA-Art-9": "ICT protection measures do not model code execution via an ML security library as an ICT-risk event.",
|
|
17437
|
+
"UK-CAF-B4": "System Security objective has no objective for safe CLI argument parsing in ML libraries.",
|
|
17438
|
+
"AU-ISM-1546": "Patch-application control does not address a flaw with no published patch.",
|
|
17439
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the adversarial-robustness library's CLI argument parsing as a privileged code-execution surface."
|
|
17440
|
+
},
|
|
17441
|
+
"atlas_refs": [
|
|
17442
|
+
"AML.T0049"
|
|
17443
|
+
],
|
|
17444
|
+
"attack_refs": [
|
|
17445
|
+
"T1059",
|
|
17446
|
+
"T1059.006"
|
|
17447
|
+
],
|
|
17448
|
+
"rwep_score": 42,
|
|
17449
|
+
"rwep_factors": {
|
|
17450
|
+
"cisa_kev": 0,
|
|
17451
|
+
"poc_available": 20,
|
|
17452
|
+
"ai_factor": 0,
|
|
17453
|
+
"active_exploitation": 0,
|
|
17454
|
+
"blast_radius": 22,
|
|
17455
|
+
"patch_available": 0,
|
|
17456
|
+
"live_patch_available": 0,
|
|
17457
|
+
"reboot_required": 0
|
|
17458
|
+
},
|
|
17459
|
+
"rwep_notes": "Elevated (RWEP 42, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no patched version published so no patch credit (Hard Rule #3). poc_available=20 + blast_radius=22. The defensive-ML library ART itself carries a code-execution flaw - unsafe CLI eval.",
|
|
17460
|
+
"epss_score": null,
|
|
17461
|
+
"epss_date": "2026-05-25",
|
|
17462
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
17463
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-31230",
|
|
17464
|
+
"cwe_refs": [
|
|
17465
|
+
"CWE-88"
|
|
17466
|
+
],
|
|
17467
|
+
"iocs": {
|
|
17468
|
+
"behavioral": [
|
|
17469
|
+
"ART invoked with --clip_values / --input_shape values containing Python expressions or code rather than numeric literals.",
|
|
17470
|
+
"The ART process spawning shell, network, or file-system child processes during argument parsing.",
|
|
17471
|
+
"ART <= 1.20.1 invoked with attacker-influenced --clip_values / --input_shape arguments - the exposed precondition."
|
|
17472
|
+
],
|
|
17473
|
+
"_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory / CISA-ADP record for CVE-2026-31230 (CWE-88) and NVD."
|
|
17474
|
+
},
|
|
17475
|
+
"source_verified": "2026-05-25",
|
|
17476
|
+
"verification_sources": [
|
|
17477
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-31230",
|
|
17478
|
+
"https://github.com/Trusted-AI/adversarial-robustness-toolbox"
|
|
17479
|
+
],
|
|
17480
|
+
"vendor_advisories": [
|
|
17481
|
+
{
|
|
17482
|
+
"vendor": "NVD",
|
|
17483
|
+
"advisory_id": "CVE-2026-31230",
|
|
17484
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31230",
|
|
17485
|
+
"severity": "critical",
|
|
17486
|
+
"published_date": "2026-05-12"
|
|
17487
|
+
}
|
|
17488
|
+
],
|
|
17489
|
+
"last_updated": "2026-05-25",
|
|
17490
|
+
"discovery_attribution_note": "Manually curated from NVD / CISA-ADP (CWE-88; CISA-ADP CVSS v3.1 9.8, NVD assessment pending) + the GitHub Security Advisory. Adversarial Robustness Toolbox (ART) flaw; reuses the AI-framework CLI input-neutralization control NEW-CTRL-100 - an AI framework's CLI must parse argument values with a safe literal parser, not a dynamic-evaluation call, the class shared with the LlamaIndex CLI entry.",
|
|
17491
|
+
"_auto_imported": false,
|
|
17492
|
+
"_intake_method": "manual-verified-curation",
|
|
17493
|
+
"_kev_short_description": "ART's Kubeflow component passes the --clip_values / --input_shape CLI arguments into an unsafe dynamic-evaluation call, executing arbitrary Python (CWE-88); no fix published - use a safe literal parser."
|
|
17494
|
+
},
|
|
17093
17495
|
"CVE-2026-41091": {
|
|
17094
17496
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
17095
17497
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -299,6 +299,7 @@
|
|
|
299
299
|
"CVE-2016-10033",
|
|
300
300
|
"CVE-2026-24061",
|
|
301
301
|
"CVE-2026-30623",
|
|
302
|
+
"CVE-2026-31230",
|
|
302
303
|
"CVE-2026-39884"
|
|
303
304
|
],
|
|
304
305
|
"framework_controls_partially_addressing": [
|
|
@@ -521,6 +522,8 @@
|
|
|
521
522
|
"webapp-security"
|
|
522
523
|
],
|
|
523
524
|
"evidence_cves": [
|
|
525
|
+
"CVE-2023-43791",
|
|
526
|
+
"CVE-2023-47117",
|
|
524
527
|
"CVE-2024-40635",
|
|
525
528
|
"CVE-2025-31125",
|
|
526
529
|
"CVE-2026-20133",
|
|
@@ -1361,7 +1364,8 @@
|
|
|
1361
1364
|
"CVE-2025-68664",
|
|
1362
1365
|
"CVE-2025-8747",
|
|
1363
1366
|
"CVE-2026-20131",
|
|
1364
|
-
"CVE-2026-20963"
|
|
1367
|
+
"CVE-2026-20963",
|
|
1368
|
+
"CVE-2026-31229"
|
|
1365
1369
|
],
|
|
1366
1370
|
"framework_controls_partially_addressing": [
|
|
1367
1371
|
"NIST-800-53-SI-10",
|