@blamejs/exceptd-skills 0.13.107 → 0.13.109

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.
@@ -1736,7 +1736,10 @@
1736
1736
  "stix_id": "attack-pattern--ebeed0c7-c5de-5049-8f27-efcae5f88b00",
1737
1737
  "is_subtechnique": false,
1738
1738
  "cve_refs": [
1739
+ "CVE-2022-36551",
1739
1740
  "CVE-2023-43654",
1741
+ "CVE-2023-43791",
1742
+ "CVE-2023-47117",
1740
1743
  "CVE-2023-48022",
1741
1744
  "CVE-2023-51449",
1742
1745
  "CVE-2023-6019",
@@ -1755,6 +1758,7 @@
1755
1758
  "CVE-2024-42479",
1756
1759
  "CVE-2024-4889",
1757
1760
  "CVE-2024-6587",
1761
+ "CVE-2025-25297",
1758
1762
  "CVE-2025-27520",
1759
1763
  "CVE-2025-30202",
1760
1764
  "CVE-2025-32444",
@@ -521,6 +521,7 @@
521
521
  "CVE-2020-24363",
522
522
  "CVE-2021-32030",
523
523
  "CVE-2023-27351",
524
+ "CVE-2023-43791",
524
525
  "CVE-2023-50224",
525
526
  "CVE-2024-1709",
526
527
  "CVE-2024-54085",
@@ -867,6 +868,7 @@
867
868
  "CVE-2021-22681",
868
869
  "CVE-2021-26828",
869
870
  "CVE-2022-1471",
871
+ "CVE-2022-36551",
870
872
  "CVE-2022-37055",
871
873
  "CVE-2022-40799",
872
874
  "CVE-2022-48503",
@@ -877,6 +879,8 @@
877
879
  "CVE-2023-3519",
878
880
  "CVE-2023-39780",
879
881
  "CVE-2023-43654",
882
+ "CVE-2023-43791",
883
+ "CVE-2023-47117",
880
884
  "CVE-2023-48022",
881
885
  "CVE-2023-51449",
882
886
  "CVE-2023-52163",
@@ -927,6 +931,7 @@
927
931
  "CVE-2025-24016",
928
932
  "CVE-2025-24893",
929
933
  "CVE-2025-25257",
934
+ "CVE-2025-25297",
930
935
  "CVE-2025-26399",
931
936
  "CVE-2025-27520",
932
937
  "CVE-2025-2775",
@@ -1253,6 +1258,7 @@
1253
1258
  "name": "Exploitation for Credential Access",
1254
1259
  "version": "v19",
1255
1260
  "cve_refs": [
1261
+ "CVE-2023-43791",
1256
1262
  "CVE-2025-14174"
1257
1263
  ],
1258
1264
  "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.",
@@ -1541,6 +1547,7 @@
1541
1547
  "name": "Unsecured Credentials",
1542
1548
  "version": "v19",
1543
1549
  "cve_refs": [
1550
+ "CVE-2023-47117",
1544
1551
  "CVE-2025-68664",
1545
1552
  "MAL-2025-PYPI-COLORAMA-SOLANA-STEALER",
1546
1553
  "MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER"
@@ -3647,7 +3654,11 @@
3647
3654
  "Windows"
3648
3655
  ],
3649
3656
  "stix_id": "attack-pattern--731f4f55-b6d0-41d1-a7a9-072a66389aea",
3650
- "is_subtechnique": false
3657
+ "is_subtechnique": false,
3658
+ "cve_refs": [
3659
+ "CVE-2022-36551",
3660
+ "CVE-2025-25297"
3661
+ ]
3651
3662
  },
3652
3663
  "T1091": {
3653
3664
  "id": "T1091",
@@ -55,7 +55,7 @@
55
55
  "ai_discovery_methodology": {
56
56
  "field_added": "2026-05-15",
57
57
  "agents_md_target": "Hard Rule #7 — '41% of 2025 zero-days were AI-discovered'. Catalog target rate floor: 0.40.",
58
- "current_rate": 0.031,
58
+ "current_rate": 0.030,
59
59
  "current_floor_enforced_by_test": 0.03,
60
60
  "ladder_to_target": [
61
61
  0.03,
@@ -16884,6 +16884,419 @@
16884
16884
  "_intake_method": "manual-verified-curation",
16885
16885
  "_kev_short_description": "A malicious MLflow Recipe runs code when executed (CWE-502 unsafe deserialization); no patched version - treat MLflow artifacts as untrusted code."
16886
16886
  },
16887
+ "CVE-2025-25297": {
16888
+ "name": "Label Studio S3 Storage Endpoint Server-Side Request Forgery",
16889
+ "type": "SSRF",
16890
+ "cvss_score": 7.7,
16891
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
16892
+ "cvss_note": "NIST (NVD) CVSS v3.1 base 7.7 (HIGH, PR:L); the GitHub (CNA) advisory rates it 8.6 (HIGH, PR:N - it treats the action as unauthenticated). Label Studio's S3 storage feature does not validate the custom endpoint URL, so an attacker points it at internal services or cloud metadata and the server issues the request, leaking data via the responses (CWE-918 SSRF).",
16893
+ "cisa_kev": false,
16894
+ "poc_available": true,
16895
+ "poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-m238-fmcw-wh58): point the S3 storage endpoint at an internal address / cloud-metadata endpoint and the Label Studio server issues the request.",
16896
+ "ai_discovered": false,
16897
+ "ai_discovery_source": "human_researcher",
16898
+ "ai_discovery_notes": "Disclosed via the GitHub Security Advisory (https://github.com/advisories/GHSA-m238-fmcw-wh58). The abused surface is Label Studio, a widely used data-labeling / annotation platform in ML pipelines.",
16899
+ "ai_assisted_weaponization": false,
16900
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is an unvalidated server-side fetch in an ML data-pipeline platform's S3 storage endpoint.",
16901
+ "active_exploitation": "none",
16902
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
16903
+ "affected": "Label Studio before 1.16.0.",
16904
+ "affected_versions": [
16905
+ "Label Studio < 1.16.0"
16906
+ ],
16907
+ "vector": "Label Studio's S3 cloud-storage integration accepts a custom S3 endpoint URL without validation. An attacker sets the endpoint to an internal address or cloud-metadata service; the Label Studio server makes the request and returns data from the responses - a server-side request forgery that bypasses network segmentation (CWE-918).",
16908
+ "complexity": "low",
16909
+ "complexity_notes": "NVD AV:N / AC:L / PR:L - network-reachable; requires an account, but lower-privilege users can configure the storage endpoint.",
16910
+ "patch_available": true,
16911
+ "patch_required_reboot": false,
16912
+ "live_patch_available": false,
16913
+ "live_patch_tools": [],
16914
+ "live_patch_notes": "Remediation is upgrading to 1.16.0 or later; redeploy, no host reboot.",
16915
+ "vendor_update_paths": [
16916
+ "Upgrade Label Studio to 1.16.0 or later. Validate and allowlist destinations for the S3 storage endpoint (block private/link-local/cloud-metadata addresses and file:// schemes), and disable self-registration if not required."
16917
+ ],
16918
+ "framework_control_gaps": {
16919
+ "NIST-800-53-SC-7": "Boundary protection does not treat the ML data platform's server-side fetch (S3 storage endpoint) as an egress that can reach internal services.",
16920
+ "NIST-800-53-SI-10": "Input validation is not applied to the user-supplied URL/endpoint before the server fetches it.",
16921
+ "NIST-800-53-AC-3": "Access enforcement does not constrain who can configure a server-side fetch, and lower-privilege users can set the storage endpoint.",
16922
+ "ISO-27001-2022-A.8.22": "Network segregation is bypassed: the platform fetches attacker-chosen internal URLs server-side.",
16923
+ "NIS2-Art21-network-security": "Network-security measures do not enumerate ML data-platform SSRF as an internal-pivot surface.",
16924
+ "DORA-Art-9": "ICT protection measures do not model server-side request forgery from an ML data platform as an ICT-risk event.",
16925
+ "UK-CAF-B4": "System Security objective has no objective for validating server-side fetch destinations in ML data platforms.",
16926
+ "AU-ISM-1546": "Patch-application control does not single out ML data-labeling platforms.",
16927
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML data-pipeline platform's import/storage URL fetch as an egress that must validate and allowlist destinations."
16928
+ },
16929
+ "atlas_refs": [
16930
+ "AML.T0049"
16931
+ ],
16932
+ "attack_refs": [
16933
+ "T1190",
16934
+ "T1090"
16935
+ ],
16936
+ "rwep_score": 23,
16937
+ "rwep_factors": {
16938
+ "cisa_kev": 0,
16939
+ "poc_available": 20,
16940
+ "ai_factor": 0,
16941
+ "active_exploitation": 0,
16942
+ "blast_radius": 18,
16943
+ "patch_available": -15,
16944
+ "live_patch_available": 0,
16945
+ "reboot_required": 0
16946
+ },
16947
+ "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 (SSRF - internal reach / data exfil, not direct RCE), minus patch_available 15.",
16948
+ "epss_score": null,
16949
+ "epss_date": "2026-05-25",
16950
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
16951
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-25297",
16952
+ "cwe_refs": [
16953
+ "CWE-918"
16954
+ ],
16955
+ "iocs": {
16956
+ "behavioral": [
16957
+ "Label Studio S3 storage endpoint configured with an internal/private address, cloud-metadata endpoint (169.254.169.254), or file:// URL.",
16958
+ "Outbound requests from the Label Studio server to internal services or metadata endpoints not part of normal operation.",
16959
+ "Label Studio < 1.16.0 with S3 storage configurable by lower-privilege users - the exposed precondition."
16960
+ ],
16961
+ "_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory (https://github.com/advisories/GHSA-m238-fmcw-wh58) and NVD CVE-2025-25297 (CWE-918)."
16962
+ },
16963
+ "source_verified": "2026-05-25",
16964
+ "verification_sources": [
16965
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-25297",
16966
+ "https://github.com/advisories/GHSA-m238-fmcw-wh58"
16967
+ ],
16968
+ "vendor_advisories": [
16969
+ {
16970
+ "vendor": "GitHub Security Advisory",
16971
+ "advisory_id": "CVE-2025-25297",
16972
+ "url": "https://github.com/advisories/GHSA-m238-fmcw-wh58",
16973
+ "severity": "high",
16974
+ "published_date": "2025-02-14"
16975
+ },
16976
+ {
16977
+ "vendor": "NVD",
16978
+ "advisory_id": "CVE-2025-25297",
16979
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25297",
16980
+ "severity": "high",
16981
+ "published_date": "2025-02-14"
16982
+ }
16983
+ ],
16984
+ "last_updated": "2026-05-25",
16985
+ "discovery_attribution_note": "Manually curated from the GitHub Security Advisory (https://github.com/advisories/GHSA-m238-fmcw-wh58, CWE-918) + NVD (CVSS v3.1 7.7; GitHub CNA 8.6). Data-labeling / ML-pipeline platform flaw (Label Studio); introduces the AI data-pipeline import/storage SSRF control NEW-CTRL-105.",
16986
+ "_auto_imported": false,
16987
+ "_intake_method": "manual-verified-curation",
16988
+ "_kev_short_description": "Label Studio's S3 storage feature does not validate the custom endpoint URL, letting an attacker reach internal services / cloud metadata via the server (CWE-918 SSRF); fixed in 1.16.0."
16989
+ },
16990
+ "CVE-2022-36551": {
16991
+ "name": "Label Studio Data Import Server-Side Request Forgery",
16992
+ "type": "SSRF",
16993
+ "cvss_score": 6.5,
16994
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
16995
+ "cvss_note": "NIST (NVD) CVSS v3.1 base 6.5 (MEDIUM, PR:L). Label Studio's Data Import module fetches a user-supplied URL without restriction, so an authenticated user (self-registration is enabled by default, so effectively any remote attacker) reads arbitrary files / reaches internal services via the server (CWE-918 SSRF).",
16996
+ "cisa_kev": false,
16997
+ "poc_available": true,
16998
+ "poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-pc6f-259w-w3j6): point the Data Import URL fetch at an internal address / cloud-metadata endpoint and the Label Studio server issues the request.",
16999
+ "ai_discovered": false,
17000
+ "ai_discovery_source": "human_researcher",
17001
+ "ai_discovery_notes": "Disclosed via the GitHub Security Advisory (https://github.com/advisories/GHSA-pc6f-259w-w3j6). The abused surface is Label Studio, a widely used data-labeling / annotation platform in ML pipelines.",
17002
+ "ai_assisted_weaponization": false,
17003
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is an unvalidated server-side fetch in an ML data-pipeline platform's Data Import URL fetch.",
17004
+ "active_exploitation": "none",
17005
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
17006
+ "affected": "Label Studio before 1.6.0.",
17007
+ "affected_versions": [
17008
+ "Label Studio < 1.6.0"
17009
+ ],
17010
+ "vector": "Label Studio's Data Import module fetches a user-supplied URL with no destination restriction, so a user (self-registration is on by default, so any remote attacker can obtain an account) supplies file:// or internal URLs and the server reads arbitrary files or reaches internal services - a server-side request forgery (CWE-918).",
17011
+ "complexity": "low",
17012
+ "complexity_notes": "NVD AV:N / AC:L / PR:L - network-reachable; requires an account, but self-registration is on by default.",
17013
+ "patch_available": true,
17014
+ "patch_required_reboot": false,
17015
+ "live_patch_available": false,
17016
+ "live_patch_tools": [],
17017
+ "live_patch_notes": "Remediation is upgrading to 1.6.0 or later; redeploy, no host reboot.",
17018
+ "vendor_update_paths": [
17019
+ "Upgrade Label Studio to 1.6.0 or later. Validate and allowlist destinations for the Data Import URL fetch (block private/link-local/cloud-metadata addresses and file:// schemes), and disable self-registration if not required."
17020
+ ],
17021
+ "framework_control_gaps": {
17022
+ "NIST-800-53-SC-7": "Boundary protection does not treat the ML data platform's server-side fetch (Data Import URL fetch) as an egress that can reach internal services.",
17023
+ "NIST-800-53-SI-10": "Input validation is not applied to the user-supplied URL/endpoint before the server fetches it.",
17024
+ "NIST-800-53-AC-3": "Access enforcement does not constrain who can configure a server-side fetch, and self-registration lets any remote user reach it.",
17025
+ "ISO-27001-2022-A.8.22": "Network segregation is bypassed: the platform fetches attacker-chosen internal URLs server-side.",
17026
+ "NIS2-Art21-network-security": "Network-security measures do not enumerate ML data-platform SSRF as an internal-pivot surface.",
17027
+ "DORA-Art-9": "ICT protection measures do not model server-side request forgery from an ML data platform as an ICT-risk event.",
17028
+ "UK-CAF-B4": "System Security objective has no objective for validating server-side fetch destinations in ML data platforms.",
17029
+ "AU-ISM-1546": "Patch-application control does not single out ML data-labeling platforms.",
17030
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML data-pipeline platform's import/storage URL fetch as an egress that must validate and allowlist destinations."
17031
+ },
17032
+ "atlas_refs": [
17033
+ "AML.T0049"
17034
+ ],
17035
+ "attack_refs": [
17036
+ "T1190",
17037
+ "T1090"
17038
+ ],
17039
+ "rwep_score": 21,
17040
+ "rwep_factors": {
17041
+ "cisa_kev": 0,
17042
+ "poc_available": 20,
17043
+ "ai_factor": 0,
17044
+ "active_exploitation": 0,
17045
+ "blast_radius": 16,
17046
+ "patch_available": -15,
17047
+ "live_patch_available": 0,
17048
+ "reboot_required": 0
17049
+ },
17050
+ "rwep_notes": "Moderate (RWEP 21, \"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=16 (SSRF - internal reach / data exfil, not direct RCE), minus patch_available 15.",
17051
+ "epss_score": null,
17052
+ "epss_date": "2026-05-25",
17053
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
17054
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2022-36551",
17055
+ "cwe_refs": [
17056
+ "CWE-918"
17057
+ ],
17058
+ "iocs": {
17059
+ "behavioral": [
17060
+ "Label Studio Data Import URL fetch configured with an internal/private address, cloud-metadata endpoint (169.254.169.254), or file:// URL.",
17061
+ "Outbound requests from the Label Studio server to internal services or metadata endpoints not part of normal operation.",
17062
+ "Label Studio < 1.6.0 with self-registration enabled (default) - any remote attacker can obtain an account and reach the import SSRF."
17063
+ ],
17064
+ "_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory (https://github.com/advisories/GHSA-pc6f-259w-w3j6) and NVD CVE-2022-36551 (CWE-918)."
17065
+ },
17066
+ "source_verified": "2026-05-25",
17067
+ "verification_sources": [
17068
+ "https://nvd.nist.gov/vuln/detail/CVE-2022-36551",
17069
+ "https://github.com/advisories/GHSA-pc6f-259w-w3j6"
17070
+ ],
17071
+ "vendor_advisories": [
17072
+ {
17073
+ "vendor": "GitHub Security Advisory",
17074
+ "advisory_id": "CVE-2022-36551",
17075
+ "url": "https://github.com/advisories/GHSA-pc6f-259w-w3j6",
17076
+ "severity": "high",
17077
+ "published_date": "2022-10-04"
17078
+ },
17079
+ {
17080
+ "vendor": "NVD",
17081
+ "advisory_id": "CVE-2022-36551",
17082
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-36551",
17083
+ "severity": "medium",
17084
+ "published_date": "2022-10-04"
17085
+ }
17086
+ ],
17087
+ "last_updated": "2026-05-25",
17088
+ "discovery_attribution_note": "Manually curated from the GitHub Security Advisory (https://github.com/advisories/GHSA-pc6f-259w-w3j6, CWE-918) + NVD (CVSS v3.1 6.5). Data-labeling / ML-pipeline platform flaw (Label Studio); introduces the AI data-pipeline import/storage SSRF control NEW-CTRL-105.",
17089
+ "_auto_imported": false,
17090
+ "_intake_method": "manual-verified-curation",
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
+ },
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
+ },
16887
17300
  "CVE-2026-41091": {
16888
17301
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
16889
17302
  "type": "LPE",
@@ -521,6 +521,8 @@
521
521
  "webapp-security"
522
522
  ],
523
523
  "evidence_cves": [
524
+ "CVE-2023-43791",
525
+ "CVE-2023-47117",
524
526
  "CVE-2024-40635",
525
527
  "CVE-2025-31125",
526
528
  "CVE-2026-20133",
@@ -1868,10 +1870,12 @@
1868
1870
  "CVE-2021-22054",
1869
1871
  "CVE-2021-22175",
1870
1872
  "CVE-2021-39935",
1873
+ "CVE-2022-36551",
1871
1874
  "CVE-2023-43654",
1872
1875
  "CVE-2023-48022",
1873
1876
  "CVE-2023-51449",
1874
1877
  "CVE-2024-6587",
1878
+ "CVE-2025-25297",
1875
1879
  "CVE-2025-61884"
1876
1880
  ],
1877
1881
  "framework_controls_partially_addressing": [