@blamejs/exceptd-skills 0.13.113 → 0.13.115

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.
@@ -1748,6 +1748,7 @@
1748
1748
  "CVE-2023-6021",
1749
1749
  "CVE-2023-6038",
1750
1750
  "CVE-2023-6571",
1751
+ "CVE-2024-12776",
1751
1752
  "CVE-2024-13059",
1752
1753
  "CVE-2024-1561",
1753
1754
  "CVE-2024-21575",
@@ -1762,6 +1763,7 @@
1762
1763
  "CVE-2024-4889",
1763
1764
  "CVE-2024-6587",
1764
1765
  "CVE-2024-9526",
1766
+ "CVE-2025-1796",
1765
1767
  "CVE-2025-25297",
1766
1768
  "CVE-2025-27520",
1767
1769
  "CVE-2025-30202",
@@ -1780,6 +1782,8 @@
1780
1782
  "CVE-2026-31230",
1781
1783
  "CVE-2026-33017",
1782
1784
  "CVE-2026-34159",
1785
+ "CVE-2026-41947",
1786
+ "CVE-2026-41950",
1783
1787
  "CVE-2026-45829"
1784
1788
  ]
1785
1789
  },
@@ -530,8 +530,10 @@
530
530
  "CVE-2023-27351",
531
531
  "CVE-2023-43791",
532
532
  "CVE-2023-50224",
533
+ "CVE-2024-12776",
533
534
  "CVE-2024-1709",
534
535
  "CVE-2024-54085",
536
+ "CVE-2025-1796",
535
537
  "CVE-2025-21085",
536
538
  "CVE-2025-2746",
537
539
  "CVE-2025-2747",
@@ -549,6 +551,8 @@
549
551
  "CVE-2026-33825",
550
552
  "CVE-2026-39884",
551
553
  "CVE-2026-41940",
554
+ "CVE-2026-41947",
555
+ "CVE-2026-41950",
552
556
  "CVE-2026-42897",
553
557
  "CVE-2026-6973",
554
558
  "MAL-2026-NODE-IPC-STEALER",
@@ -776,7 +780,8 @@
776
780
  "description": "Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.(Citation: TrendMicro Pawn Storm Dec 2020) Without knowledge of the password for an account or set of accounts, an adversary may systematically guess the password using a repetitive or iterative mechanism.(Citation: Dragos Crashoverride 2018) Brute forcing passwords can take place via interaction with a service that will check the validity of those credentials ...",
777
781
  "tactic": [
778
782
  "Credential Access"
779
- ]
783
+ ],
784
+ "cve_refs": []
780
785
  },
781
786
  "T1110.001": {
782
787
  "name": "Brute Force: Password Guessing",
@@ -895,6 +900,7 @@
895
900
  "CVE-2023-6019",
896
901
  "CVE-2023-6021",
897
902
  "CVE-2023-6038",
903
+ "CVE-2024-12776",
898
904
  "CVE-2024-12987",
899
905
  "CVE-2024-13059",
900
906
  "CVE-2024-1561",
@@ -927,6 +933,7 @@
927
933
  "CVE-2025-14733",
928
934
  "CVE-2025-14847",
929
935
  "CVE-2025-15556",
936
+ "CVE-2025-1796",
930
937
  "CVE-2025-20281",
931
938
  "CVE-2025-20333",
932
939
  "CVE-2025-20337",
@@ -1081,6 +1088,8 @@
1081
1088
  "CVE-2026-3910",
1082
1089
  "CVE-2026-39987",
1083
1090
  "CVE-2026-40933",
1091
+ "CVE-2026-41947",
1092
+ "CVE-2026-41950",
1084
1093
  "CVE-2026-42208",
1085
1094
  "CVE-2026-42897",
1086
1095
  "CVE-2026-42945",
@@ -1269,7 +1278,8 @@
1269
1278
  "version": "v19",
1270
1279
  "cve_refs": [
1271
1280
  "CVE-2023-43791",
1272
- "CVE-2025-14174"
1281
+ "CVE-2025-14174",
1282
+ "CVE-2025-1796"
1273
1283
  ],
1274
1284
  "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.",
1275
1285
  "platforms": [
@@ -1306,6 +1316,9 @@
1306
1316
  "description": "Adversaries may leverage information repositories to mine valuable information.",
1307
1317
  "tactic": [
1308
1318
  "Collection"
1319
+ ],
1320
+ "cve_refs": [
1321
+ "CVE-2026-41950"
1309
1322
  ]
1310
1323
  },
1311
1324
  "T1485": {
@@ -1450,6 +1463,9 @@
1450
1463
  "description": "Adversaries may access data from cloud storage.",
1451
1464
  "tactic": [
1452
1465
  "Collection"
1466
+ ],
1467
+ "cve_refs": [
1468
+ "CVE-2026-41947"
1453
1469
  ]
1454
1470
  },
1455
1471
  "T1543": {
@@ -1726,7 +1742,10 @@
1726
1742
  "stix_id": "attack-pattern--f4c1826f-a322-41cd-9557-562100848c84",
1727
1743
  "is_subtechnique": false,
1728
1744
  "last_verified": "2026-05-19",
1729
- "description": "Adversaries may modify authentication mechanisms and processes to access user credentials or enable otherwise unwarranted access to accounts."
1745
+ "description": "Adversaries may modify authentication mechanisms and processes to access user credentials or enable otherwise unwarranted access to accounts.",
1746
+ "cve_refs": [
1747
+ "CVE-2024-12776"
1748
+ ]
1730
1749
  },
1731
1750
  "T1557": {
1732
1751
  "name": "Adversary-in-the-Middle",
@@ -17908,6 +17908,422 @@
17908
17908
  "_intake_method": "manual-verified-curation",
17909
17909
  "_kev_short_description": "Dify's RemoteFileUploadApi fetches user-supplied URLs without destination validation, letting an unauthenticated attacker reach internal/cloud-metadata services (CWE-918 SSRF); no fixed version published - validate/allowlist the fetch destination."
17910
17910
  },
17911
+ "CVE-2025-1796": {
17912
+ "name": "Dify Weak-PRNG Password Reset Account Takeover",
17913
+ "type": "Account Takeover",
17914
+ "cvss_score": 8.8,
17915
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
17916
+ "cvss_note": "NIST (NVD) CVSS v3.1 base 8.8 (HIGH); huntr.dev (CNA) rates it 7.5 (HIGH, AC:H). Dify generates password-reset codes with a weak pseudo-random number generator (random.randint instead of a cryptographically secure source), so an attacker predicts the reset code and takes over any account, including administrators (CWE-338 weak PRNG + CWE-640 weak password-recovery mechanism).",
17917
+ "cisa_kev": false,
17918
+ "poc_available": true,
17919
+ "poc_description": "Documented in the disclosing huntr.dev advisory (https://github.com/advisories/GHSA-cvg9-334x-w586): predict the weak-PRNG reset code and complete a password reset for any account.",
17920
+ "ai_discovered": false,
17921
+ "ai_discovery_source": "human_researcher",
17922
+ "ai_discovery_notes": "Disclosed via huntr.dev (https://github.com/advisories/GHSA-cvg9-334x-w586). The abused surface is Dify, a widely used low-code LLM application-development platform.",
17923
+ "ai_assisted_weaponization": false,
17924
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is a weak password-recovery mechanism in an LLM app platform.",
17925
+ "active_exploitation": "none",
17926
+ "active_exploitation_notes": "Advisory disclosure; no confirmed in-the-wild exploitation reported as of curation. No fixed version is published, so exposed instances remain vulnerable.",
17927
+ "affected": "Dify 0.10.1.",
17928
+ "affected_versions": [
17929
+ "Dify 0.10.1"
17930
+ ],
17931
+ "vector": "Dify's password-reset flow generates the reset code with a weak pseudo-random number generator (random.randint) rather than a cryptographically secure RNG. An attacker predicts the reset code for any account - including administrator accounts - and completes a password reset to take it over (CWE-338 / CWE-640). Disclosed via huntr.dev.",
17932
+ "complexity": "low",
17933
+ "complexity_notes": "NVD AV:N / AC:L / PR:L - a low-privilege account suffices to trigger and predict the reset code; the takeover reaches admin.",
17934
+ "patch_available": false,
17935
+ "patch_required_reboot": false,
17936
+ "live_patch_available": false,
17937
+ "live_patch_tools": [],
17938
+ "live_patch_notes": "No fixed version is published as of curation; mitigation is replacing the reset-token generation with a CSPRNG and verifying the reset token server-side (see vendor_update_paths).",
17939
+ "vendor_update_paths": [
17940
+ "No fixed Dify release is published. Generate password-reset tokens with a cryptographically secure RNG (e.g. secrets / os.urandom), make them long and single-use with short expiry, and rate-limit reset attempts so a code cannot be predicted or brute-forced."
17941
+ ],
17942
+ "framework_control_gaps": {
17943
+ "NIST-800-53-IA-2": "Identification/authentication is undermined: the LLM app's password-recovery flow lets an attacker authenticate as any user, including admin.",
17944
+ "NIST-800-53-AC-3": "Access enforcement is bypassed: a predictable reset code grants control of any account.",
17945
+ "ISO-27001-2022-A.5.15": "Access control does not constrain the password-recovery path in the LLM app platform.",
17946
+ "NIS2-Art21-identity-management": "Article 21 identity/access measures do not cover weak password-recovery in AI apps.",
17947
+ "DORA-Art-9": "ICT protection measures do not model AI-app account takeover via password recovery as an ICT-risk event.",
17948
+ "UK-CAF-B2": "Identity and Access Control objective has no objective for secure password-recovery in AI app platforms.",
17949
+ "AU-ISM-1546": "Patch-application control does not single out LLM app platforms.",
17950
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an LLM app platform's password-recovery flow as an authentication-integrity control whose failure yields full (admin) account takeover."
17951
+ },
17952
+ "atlas_refs": [
17953
+ "AML.T0049"
17954
+ ],
17955
+ "attack_refs": [
17956
+ "T1190",
17957
+ "T1212",
17958
+ "T1078"
17959
+ ],
17960
+ "rwep_score": 44,
17961
+ "rwep_factors": {
17962
+ "cisa_kev": 0,
17963
+ "poc_available": 20,
17964
+ "ai_factor": 0,
17965
+ "active_exploitation": 0,
17966
+ "blast_radius": 24,
17967
+ "patch_available": 0,
17968
+ "live_patch_available": 0,
17969
+ "reboot_required": 0
17970
+ },
17971
+ "rwep_notes": "Elevated (RWEP 44, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no fixed version published so no patch credit (Hard Rule #3). poc_available=20 + blast_radius=24 (full account/admin takeover). The weakness is in the password-recovery mechanism - predictable reset code.",
17972
+ "epss_score": null,
17973
+ "epss_date": "2026-05-26",
17974
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
17975
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-1796",
17976
+ "cwe_refs": [
17977
+ "CWE-338",
17978
+ "CWE-640"
17979
+ ],
17980
+ "iocs": {
17981
+ "behavioral": [
17982
+ "Repeated Dify password-reset requests followed by reset attempts cycling through predictable code values.",
17983
+ "Dify account passwords (including admin) changed without the legitimate owner initiating a reset.",
17984
+ "Dify 0.10.1 with the password-reset flow reachable - the exposed precondition."
17985
+ ],
17986
+ "_ioc_source_note": "Behavioral signatures anchored to the huntr.dev advisory (https://github.com/advisories/GHSA-cvg9-334x-w586) and NVD CVE-2025-1796 (CWE-338/CWE-640)."
17987
+ },
17988
+ "source_verified": "2026-05-26",
17989
+ "verification_sources": [
17990
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-1796",
17991
+ "https://github.com/advisories/GHSA-cvg9-334x-w586"
17992
+ ],
17993
+ "vendor_advisories": [
17994
+ {
17995
+ "vendor": "GitHub Security Advisory",
17996
+ "advisory_id": "CVE-2025-1796",
17997
+ "url": "https://github.com/advisories/GHSA-cvg9-334x-w586",
17998
+ "severity": "high",
17999
+ "published_date": "2025-03-20"
18000
+ },
18001
+ {
18002
+ "vendor": "NVD",
18003
+ "advisory_id": "CVE-2025-1796",
18004
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1796",
18005
+ "severity": "high",
18006
+ "published_date": "2025-03-20"
18007
+ }
18008
+ ],
18009
+ "last_updated": "2026-05-26",
18010
+ "discovery_attribution_note": "Manually curated from the huntr.dev advisory (https://github.com/advisories/GHSA-cvg9-334x-w586, CWE-338/CWE-640) + NVD (CVSS v3.1 8.8) / huntr (CNA 7.5). Dify LLM-app-platform password-recovery flaw; introduces the AI-app password-recovery-integrity control NEW-CTRL-108.",
18011
+ "_auto_imported": false,
18012
+ "_intake_method": "manual-verified-curation",
18013
+ "_kev_short_description": "Dify generates password-reset codes with a weak PRNG (random.randint), so an attacker predicts the code and takes over any account incl. admin (CWE-338/CWE-640); no fixed version published - use a CSPRNG for reset tokens."
18014
+ },
18015
+ "CVE-2024-12776": {
18016
+ "name": "Dify Unverified Password-Reset Endpoint Account Takeover",
18017
+ "type": "Account Takeover",
18018
+ "cvss_score": 8.1,
18019
+ "cvss_vector": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
18020
+ "cvss_note": "huntr.dev (CNA) CVSS v3.0 base 8.1 (HIGH); NVD has not published its own assessed score. Dify's /forgot-password/resets endpoint does not verify the password-reset code before allowing the reset, so an attacker resets the password of any user - including administrators - and takes over the account (CWE-287 improper authentication; NVD classifies it CWE-305 authentication bypass by primary weakness; both map to the catalogued CWE-640 weak password-recovery mechanism).",
18021
+ "cisa_kev": false,
18022
+ "poc_available": true,
18023
+ "poc_description": "Documented in the disclosing huntr.dev advisory (https://github.com/advisories/GHSA-g394-qpx6-x7rr): call /forgot-password/resets without a valid reset code to reset any user's password.",
18024
+ "ai_discovered": false,
18025
+ "ai_discovery_source": "human_researcher",
18026
+ "ai_discovery_notes": "Disclosed via huntr.dev (https://github.com/advisories/GHSA-g394-qpx6-x7rr). The abused surface is Dify, a widely used low-code LLM application-development platform.",
18027
+ "ai_assisted_weaponization": false,
18028
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is a weak password-recovery mechanism in an LLM app platform.",
18029
+ "active_exploitation": "none",
18030
+ "active_exploitation_notes": "Advisory disclosure; no confirmed in-the-wild exploitation reported as of curation. No fixed version is published, so exposed instances remain vulnerable.",
18031
+ "affected": "Dify 0.10.1.",
18032
+ "affected_versions": [
18033
+ "Dify 0.10.1"
18034
+ ],
18035
+ "vector": "Dify's /forgot-password/resets endpoint does not verify the password-reset code before performing the reset, so an attacker resets the password of any user - including administrators - without possessing a valid reset code, taking over the account (CWE-287 / CWE-640). Disclosed via huntr.dev.",
18036
+ "complexity": "high",
18037
+ "complexity_notes": "huntr CNA AV:N / AC:H / PR:N - unauthenticated, but the reset flow requires some setup (AC:H); the takeover reaches admin.",
18038
+ "patch_available": false,
18039
+ "patch_required_reboot": false,
18040
+ "live_patch_available": false,
18041
+ "live_patch_tools": [],
18042
+ "live_patch_notes": "No fixed version is published as of curation; mitigation is replacing the reset-token generation with a CSPRNG and verifying the reset token server-side (see vendor_update_paths).",
18043
+ "vendor_update_paths": [
18044
+ "No fixed Dify release is published. Verify the password-reset code server-side before accepting a new password at /forgot-password/resets, bind the code to the requesting user and a short expiry, and invalidate it after use."
18045
+ ],
18046
+ "framework_control_gaps": {
18047
+ "NIST-800-53-IA-2": "Identification/authentication is undermined: the LLM app's password-recovery flow lets an attacker authenticate as any user, including admin.",
18048
+ "NIST-800-53-AC-3": "Access enforcement is bypassed: an unverified reset endpoint grants control of any account.",
18049
+ "ISO-27001-2022-A.5.15": "Access control does not constrain the password-recovery path in the LLM app platform.",
18050
+ "NIS2-Art21-identity-management": "Article 21 identity/access measures do not cover weak password-recovery in AI apps.",
18051
+ "DORA-Art-9": "ICT protection measures do not model AI-app account takeover via password recovery as an ICT-risk event.",
18052
+ "UK-CAF-B2": "Identity and Access Control objective has no objective for secure password-recovery in AI app platforms.",
18053
+ "AU-ISM-1546": "Patch-application control does not single out LLM app platforms.",
18054
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an LLM app platform's password-recovery flow as an authentication-integrity control whose failure yields full (admin) account takeover."
18055
+ },
18056
+ "atlas_refs": [
18057
+ "AML.T0049"
18058
+ ],
18059
+ "attack_refs": [
18060
+ "T1190",
18061
+ "T1078",
18062
+ "T1556"
18063
+ ],
18064
+ "rwep_score": 44,
18065
+ "rwep_factors": {
18066
+ "cisa_kev": 0,
18067
+ "poc_available": 20,
18068
+ "ai_factor": 0,
18069
+ "active_exploitation": 0,
18070
+ "blast_radius": 24,
18071
+ "patch_available": 0,
18072
+ "live_patch_available": 0,
18073
+ "reboot_required": 0
18074
+ },
18075
+ "rwep_notes": "Elevated (RWEP 44, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no fixed version published so no patch credit (Hard Rule #3). poc_available=20 + blast_radius=24 (full account/admin takeover). The weakness is in the password-recovery mechanism - unverified reset endpoint.",
18076
+ "epss_score": null,
18077
+ "epss_date": "2026-05-26",
18078
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
18079
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-12776",
18080
+ "cwe_refs": [
18081
+ "CWE-287",
18082
+ "CWE-640"
18083
+ ],
18084
+ "iocs": {
18085
+ "behavioral": [
18086
+ "Dify /forgot-password/resets calls that succeed without a preceding valid reset-code issuance/verification.",
18087
+ "Dify account passwords (including admin) changed without the legitimate owner initiating a reset.",
18088
+ "Dify 0.10.1 with the password-reset flow reachable - the exposed precondition."
18089
+ ],
18090
+ "_ioc_source_note": "Behavioral signatures anchored to the huntr.dev advisory (https://github.com/advisories/GHSA-g394-qpx6-x7rr) and NVD CVE-2024-12776 (CWE-287/CWE-640; NVD CWE-305)."
18091
+ },
18092
+ "source_verified": "2026-05-26",
18093
+ "verification_sources": [
18094
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-12776",
18095
+ "https://github.com/advisories/GHSA-g394-qpx6-x7rr"
18096
+ ],
18097
+ "vendor_advisories": [
18098
+ {
18099
+ "vendor": "GitHub Security Advisory",
18100
+ "advisory_id": "CVE-2024-12776",
18101
+ "url": "https://github.com/advisories/GHSA-g394-qpx6-x7rr",
18102
+ "severity": "high",
18103
+ "published_date": "2024-12-17"
18104
+ },
18105
+ {
18106
+ "vendor": "NVD",
18107
+ "advisory_id": "CVE-2024-12776",
18108
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12776",
18109
+ "severity": "high",
18110
+ "published_date": "2024-12-17"
18111
+ }
18112
+ ],
18113
+ "last_updated": "2026-05-26",
18114
+ "discovery_attribution_note": "Manually curated from the huntr.dev advisory (https://github.com/advisories/GHSA-g394-qpx6-x7rr, CWE-287/CWE-640; NVD assigns CWE-305, mapped to catalogued CWE-640) + huntr (CNA, CVSS v3.0 8.1; NVD unscored). Dify LLM-app-platform password-recovery flaw; introduces the AI-app password-recovery-integrity control NEW-CTRL-108.",
18115
+ "_auto_imported": false,
18116
+ "_intake_method": "manual-verified-curation",
18117
+ "_kev_short_description": "Dify's /forgot-password/resets endpoint does not verify the reset code, letting an attacker reset any user's password incl. admin (CWE-287/CWE-640; NVD CWE-305); no fixed version published - verify the reset token server-side."
18118
+ },
18119
+ "CVE-2026-41947": {
18120
+ "name": "Dify Trace-Config Cross-Tenant Authorization Bypass",
18121
+ "type": "Authorization Bypass",
18122
+ "cvss_score": 9.1,
18123
+ "cvss_vector": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N",
18124
+ "cvss_note": "VulnCheck (CNA) / NVD CVSS v4.0 base 9.1 (CRITICAL); vector CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N (AC:H - the attacker must target a specific application). Dify's trace-configuration endpoints lack tenant-ownership checks, so an authenticated editor user configures trace settings for ANY application regardless of tenant ownership (CWE-639 authorization bypass through user-controlled key), and can redirect victim trace data to an attacker-controlled provider.",
18125
+ "cisa_kev": false,
18126
+ "poc_available": true,
18127
+ "poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-48v9-p8g8-55vg): an editor user configures trace settings for an application they do not own.",
18128
+ "ai_discovered": false,
18129
+ "ai_discovery_source": "human_researcher",
18130
+ "ai_discovery_notes": "Disclosed via the GitHub Security Advisory / VulnCheck (https://github.com/advisories/GHSA-48v9-p8g8-55vg). The abused surface is Dify, a widely used low-code LLM application-development platform.",
18131
+ "ai_assisted_weaponization": false,
18132
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is missing object-level authorization in an LLM app platform's API.",
18133
+ "active_exploitation": "none",
18134
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
18135
+ "affected": "Dify through 1.14.1.",
18136
+ "affected_versions": [
18137
+ "Dify <= 1.14.1"
18138
+ ],
18139
+ "vector": "Dify's trace-configuration endpoints do not verify tenant ownership, so an authenticated editor-level user supplies another application's identifier and configures its trace settings without owning the tenant (CWE-639). The attacker can redirect that application's trace/telemetry data to an attacker-controlled provider, exfiltrating victim data.",
18140
+ "complexity": "high",
18141
+ "complexity_notes": "VulnCheck v4.0 AV:N / AC:H / PR:N - an authenticated editor-level account; AC:H reflects targeting a specific application's trace configuration; no tenant ownership required.",
18142
+ "patch_available": true,
18143
+ "patch_required_reboot": false,
18144
+ "live_patch_available": false,
18145
+ "live_patch_tools": [],
18146
+ "live_patch_notes": "Remediation is upgrading to 1.14.2 or later; redeploy, no host reboot.",
18147
+ "vendor_update_paths": [
18148
+ "Upgrade Dify to 1.14.2 or later. Enforce object-level authorization on every API that references an object by caller-supplied id: verify tenant ownership before allowing trace-configuration changes."
18149
+ ],
18150
+ "framework_control_gaps": {
18151
+ "NIST-800-53-AC-3": "Access enforcement does not verify ownership of the application/tenant whose trace config is changed (CWE-639).",
18152
+ "NIST-800-53-AC-6": "Least-privilege is not enforced - an ordinary authenticated user can redirect another tenant's trace data to an external provider.",
18153
+ "NIST-800-53-SC-28": "Protection of information does not prevent cross-tenant access to data via a user-controlled key.",
18154
+ "ISO-27001-2022-A.5.15": "Access control does not enforce object-level authorization on the LLM app platform's API.",
18155
+ "NIS2-Art21-identity-management": "Article 21 access-control measures do not prevent object-level authorization bypass in AI apps.",
18156
+ "DORA-Art-9": "ICT protection measures do not model cross-tenant config tampering in an AI app as an ICT-risk event.",
18157
+ "UK-CAF-B2": "Identity and Access Control objective has no objective for object-level authorization on AI app-platform APIs.",
18158
+ "AU-ISM-1546": "Patch-application control does not single out LLM app platforms.",
18159
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an LLM app platform's object-level authorization (ownership checks on user-controlled keys) as an integrity control."
18160
+ },
18161
+ "atlas_refs": [
18162
+ "AML.T0049"
18163
+ ],
18164
+ "attack_refs": [
18165
+ "T1190",
18166
+ "T1078",
18167
+ "T1530"
18168
+ ],
18169
+ "rwep_score": 27,
18170
+ "rwep_factors": {
18171
+ "cisa_kev": 0,
18172
+ "poc_available": 20,
18173
+ "ai_factor": 0,
18174
+ "active_exploitation": 0,
18175
+ "blast_radius": 22,
18176
+ "patch_available": -15,
18177
+ "live_patch_available": 0,
18178
+ "reboot_required": 0
18179
+ },
18180
+ "rwep_notes": "Moderate (RWEP 27, \"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=22, minus patch_available 15. Object-level authorization bypass (CWE-639) - cross-tenant trace-config tampering.",
18181
+ "epss_score": null,
18182
+ "epss_date": "2026-05-26",
18183
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
18184
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-41947",
18185
+ "cwe_refs": [
18186
+ "CWE-639"
18187
+ ],
18188
+ "iocs": {
18189
+ "behavioral": [
18190
+ "Dify trace-configuration requests referencing application/tenant identifiers the caller does not own.",
18191
+ "Dify application trace/telemetry endpoints reconfigured to point at an unexpected external provider.",
18192
+ "Dify <= 1.14.1 with editor-level accounts able to reach trace-config endpoints - the exposed precondition."
18193
+ ],
18194
+ "_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory / VulnCheck (https://github.com/advisories/GHSA-48v9-p8g8-55vg) and NVD CVE-2026-41947 (CWE-639)."
18195
+ },
18196
+ "source_verified": "2026-05-26",
18197
+ "verification_sources": [
18198
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-41947",
18199
+ "https://github.com/advisories/GHSA-48v9-p8g8-55vg"
18200
+ ],
18201
+ "vendor_advisories": [
18202
+ {
18203
+ "vendor": "GitHub Security Advisory",
18204
+ "advisory_id": "CVE-2026-41947",
18205
+ "url": "https://github.com/advisories/GHSA-48v9-p8g8-55vg",
18206
+ "severity": "critical",
18207
+ "published_date": "2026-05-18"
18208
+ },
18209
+ {
18210
+ "vendor": "NVD",
18211
+ "advisory_id": "CVE-2026-41947",
18212
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41947",
18213
+ "severity": "critical",
18214
+ "published_date": "2026-05-18"
18215
+ }
18216
+ ],
18217
+ "last_updated": "2026-05-26",
18218
+ "discovery_attribution_note": "Manually curated from the GitHub Security Advisory (https://github.com/advisories/GHSA-48v9-p8g8-55vg, CWE-639) + VulnCheck (CNA) / NVD (CVSS v4.0 9.1, AC:H). Dify LLM-app-platform object-level authorization bypass; reuses the AI-app API object-authorization control NEW-CTRL-106 (shared with the Label Studio privilege-escalation chain).",
18219
+ "_auto_imported": false,
18220
+ "_intake_method": "manual-verified-curation",
18221
+ "_kev_short_description": "Dify's trace-config endpoints miss tenant-ownership checks, letting an editor user configure trace settings for any app and redirect victim data (CWE-639 authz bypass); fixed in 1.14.2."
18222
+ },
18223
+ "CVE-2026-41950": {
18224
+ "name": "Dify Chat-Messages Arbitrary File-UUID Cross-User File Read",
18225
+ "type": "Authorization Bypass",
18226
+ "cvss_score": 6.5,
18227
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
18228
+ "cvss_note": "VulnCheck (CNA) CVSS v3.1 base 6.5 (MEDIUM, confidentiality-only); VulnCheck also rates it CVSS v4.0 6.0. Dify does not verify ownership of file references in a chat-messages request, so an authenticated user supplies an arbitrary file UUID in the files array and reads the full contents of files uploaded by other users in the same tenant (CWE-639 authorization bypass through user-controlled key / IDOR).",
18229
+ "cisa_kev": false,
18230
+ "poc_available": true,
18231
+ "poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-r2m5-9rwx-269r): an authenticated user reads another user's file by supplying its UUID in a chat-messages request.",
18232
+ "ai_discovered": false,
18233
+ "ai_discovery_source": "human_researcher",
18234
+ "ai_discovery_notes": "Disclosed via the GitHub Security Advisory / VulnCheck (https://github.com/advisories/GHSA-r2m5-9rwx-269r). The abused surface is Dify, a widely used low-code LLM application-development platform.",
18235
+ "ai_assisted_weaponization": false,
18236
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is missing object-level authorization in an LLM app platform's API.",
18237
+ "active_exploitation": "none",
18238
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
18239
+ "affected": "Dify before 1.14.0.",
18240
+ "affected_versions": [
18241
+ "Dify < 1.14.0"
18242
+ ],
18243
+ "vector": "Dify accepts a file UUID in the files array of a chat-messages request without verifying that the requesting user owns that file, so an authenticated user supplies an arbitrary UUID and reads the full contents of files uploaded by other users within the same tenant - an insecure-direct-object-reference authorization bypass (CWE-639).",
18244
+ "complexity": "low",
18245
+ "complexity_notes": "VulnCheck AV:N / AC:L / PR:L - an authenticated user in the tenant supplies an arbitrary file UUID.",
18246
+ "patch_available": true,
18247
+ "patch_required_reboot": false,
18248
+ "live_patch_available": false,
18249
+ "live_patch_tools": [],
18250
+ "live_patch_notes": "Remediation is upgrading to 1.14.0 or later; redeploy, no host reboot.",
18251
+ "vendor_update_paths": [
18252
+ "Upgrade Dify to 1.14.0 or later. Enforce object-level authorization on every API that references an object by caller-supplied id: verify the requesting user owns each file UUID before returning its contents."
18253
+ ],
18254
+ "framework_control_gaps": {
18255
+ "NIST-800-53-AC-3": "Access enforcement does not verify ownership of the file referenced by a caller-supplied UUID (CWE-639).",
18256
+ "NIST-800-53-AC-6": "Least-privilege is not enforced - an ordinary authenticated user can read another user's file contents.",
18257
+ "NIST-800-53-SC-28": "Protection of information does not prevent cross-user access to data via a user-controlled key.",
18258
+ "ISO-27001-2022-A.5.15": "Access control does not enforce object-level authorization on the LLM app platform's API.",
18259
+ "NIS2-Art21-identity-management": "Article 21 access-control measures do not prevent object-level authorization bypass in AI apps.",
18260
+ "DORA-Art-9": "ICT protection measures do not model cross-user data disclosure in an AI app as an ICT-risk event.",
18261
+ "UK-CAF-B2": "Identity and Access Control objective has no objective for object-level authorization on AI app-platform APIs.",
18262
+ "AU-ISM-1546": "Patch-application control does not single out LLM app platforms.",
18263
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an LLM app platform's object-level authorization (ownership checks on user-controlled keys) as an integrity control."
18264
+ },
18265
+ "atlas_refs": [
18266
+ "AML.T0049"
18267
+ ],
18268
+ "attack_refs": [
18269
+ "T1190",
18270
+ "T1078",
18271
+ "T1213"
18272
+ ],
18273
+ "rwep_score": 21,
18274
+ "rwep_factors": {
18275
+ "cisa_kev": 0,
18276
+ "poc_available": 20,
18277
+ "ai_factor": 0,
18278
+ "active_exploitation": 0,
18279
+ "blast_radius": 16,
18280
+ "patch_available": -15,
18281
+ "live_patch_available": 0,
18282
+ "reboot_required": 0
18283
+ },
18284
+ "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, minus patch_available 15. Object-level authorization bypass (CWE-639) - cross-user file read.",
18285
+ "epss_score": null,
18286
+ "epss_date": "2026-05-26",
18287
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
18288
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-41950",
18289
+ "cwe_refs": [
18290
+ "CWE-639"
18291
+ ],
18292
+ "iocs": {
18293
+ "behavioral": [
18294
+ "Dify chat-messages requests whose files array references file UUIDs not uploaded by the requesting user.",
18295
+ "Dify returning file contents belonging to other users in the same tenant.",
18296
+ "Dify < 1.14.0 with multiple users sharing a tenant - the exposed precondition."
18297
+ ],
18298
+ "_ioc_source_note": "Behavioral signatures anchored to the GitHub Security Advisory / VulnCheck (https://github.com/advisories/GHSA-r2m5-9rwx-269r) and NVD CVE-2026-41950 (CWE-639)."
18299
+ },
18300
+ "source_verified": "2026-05-26",
18301
+ "verification_sources": [
18302
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-41950",
18303
+ "https://github.com/advisories/GHSA-r2m5-9rwx-269r"
18304
+ ],
18305
+ "vendor_advisories": [
18306
+ {
18307
+ "vendor": "GitHub Security Advisory",
18308
+ "advisory_id": "CVE-2026-41950",
18309
+ "url": "https://github.com/advisories/GHSA-r2m5-9rwx-269r",
18310
+ "severity": "medium",
18311
+ "published_date": "2026-05-05"
18312
+ },
18313
+ {
18314
+ "vendor": "NVD",
18315
+ "advisory_id": "CVE-2026-41950",
18316
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41950",
18317
+ "severity": "medium",
18318
+ "published_date": "2026-05-05"
18319
+ }
18320
+ ],
18321
+ "last_updated": "2026-05-26",
18322
+ "discovery_attribution_note": "Manually curated from the GitHub Security Advisory (https://github.com/advisories/GHSA-r2m5-9rwx-269r, CWE-639) + VulnCheck (CNA, CVSS v3.1 6.5; v4.0 6.0). Dify LLM-app-platform object-level authorization bypass; reuses the AI-app API object-authorization control NEW-CTRL-106 (shared with the Label Studio privilege-escalation chain).",
18323
+ "_auto_imported": false,
18324
+ "_intake_method": "manual-verified-curation",
18325
+ "_kev_short_description": "Dify reads files by user-supplied UUID in chat-messages without ownership checks, letting an authenticated user read other users' uploaded files in the tenant (CWE-639 IDOR); fixed in 1.14.0."
18326
+ },
17911
18327
  "CVE-2026-41091": {
17912
18328
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
17913
18329
  "type": "LPE",
@@ -717,6 +717,7 @@
717
717
  "CVE-2020-10148",
718
718
  "CVE-2021-32030",
719
719
  "CVE-2023-27351",
720
+ "CVE-2024-12776",
720
721
  "CVE-2024-1709",
721
722
  "CVE-2025-32975",
722
723
  "CVE-2025-3935",
@@ -1025,7 +1026,9 @@
1025
1026
  "CAPEC-485"
1026
1027
  ],
1027
1028
  "skills_referencing": [],
1028
- "evidence_cves": [],
1029
+ "evidence_cves": [
1030
+ "CVE-2025-1796"
1031
+ ],
1029
1032
  "framework_controls_partially_addressing": [
1030
1033
  "NIST-800-53-SC-13"
1031
1034
  ],
@@ -3494,7 +3497,10 @@
3494
3497
  "CWE-2000"
3495
3498
  ],
3496
3499
  "related_weaknesses": [],
3497
- "evidence_cves": [],
3500
+ "evidence_cves": [
3501
+ "CVE-2026-41947",
3502
+ "CVE-2026-41950"
3503
+ ],
3498
3504
  "last_verified": "2026-05-19",
3499
3505
  "notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
3500
3506
  "_auto_imported": true,
@@ -3513,7 +3519,10 @@
3513
3519
  "CWE-2000"
3514
3520
  ],
3515
3521
  "related_weaknesses": [],
3516
- "evidence_cves": [],
3522
+ "evidence_cves": [
3523
+ "CVE-2024-12776",
3524
+ "CVE-2025-1796"
3525
+ ],
3517
3526
  "last_verified": "2026-05-19",
3518
3527
  "notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
3519
3528
  "_auto_imported": true,