@blamejs/exceptd-skills 0.13.89 → 0.13.91

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.
@@ -1715,10 +1715,13 @@
1715
1715
  "CVE-2023-48022",
1716
1716
  "CVE-2023-51449",
1717
1717
  "CVE-2024-1561",
1718
+ "CVE-2024-27132",
1718
1719
  "CVE-2024-37032",
1719
1720
  "CVE-2024-39722",
1720
1721
  "CVE-2024-42478",
1721
1722
  "CVE-2024-42479",
1723
+ "CVE-2025-30202",
1724
+ "CVE-2025-32444",
1722
1725
  "CVE-2025-64496",
1723
1726
  "CVE-2026-0766",
1724
1727
  "CVE-2026-24213",
@@ -197,6 +197,9 @@
197
197
  "tactic": [
198
198
  "Credential Access",
199
199
  "Discovery"
200
+ ],
201
+ "cve_refs": [
202
+ "CVE-2025-30202"
200
203
  ]
201
204
  },
202
205
  "T1041": {
@@ -283,6 +286,7 @@
283
286
  "CVE-2025-1550",
284
287
  "CVE-2025-23254",
285
288
  "CVE-2025-30165",
289
+ "CVE-2025-32444",
286
290
  "CVE-2025-34291",
287
291
  "CVE-2025-49596",
288
292
  "CVE-2025-53773",
@@ -380,6 +384,7 @@
380
384
  "cve_refs": [
381
385
  "CVE-2021-26829",
382
386
  "CVE-2024-11182",
387
+ "CVE-2024-27132",
383
388
  "CVE-2024-27443",
384
389
  "CVE-2024-42009",
385
390
  "CVE-2025-0133",
@@ -887,10 +892,12 @@
887
892
  "CVE-2025-2776",
888
893
  "CVE-2025-29635",
889
894
  "CVE-2025-30165",
895
+ "CVE-2025-30202",
890
896
  "CVE-2025-30397",
891
897
  "CVE-2025-31125",
892
898
  "CVE-2025-32432",
893
899
  "CVE-2025-32433",
900
+ "CVE-2025-32444",
894
901
  "CVE-2025-32463",
895
902
  "CVE-2025-32706",
896
903
  "CVE-2025-32756",
@@ -2475,6 +2482,7 @@
2475
2482
  "name": "Drive-by Compromise",
2476
2483
  "version": "v19",
2477
2484
  "cve_refs": [
2485
+ "CVE-2024-27132",
2478
2486
  "CVE-2025-10585",
2479
2487
  "CVE-2025-14174",
2480
2488
  "CVE-2025-24201",
@@ -2745,6 +2753,7 @@
2745
2753
  "last_verified": "2026-05-19",
2746
2754
  "notes": "Added v0.13.17 to support DoS-class KEV bulk imports.",
2747
2755
  "cve_refs": [
2756
+ "CVE-2025-30202",
2748
2757
  "CVE-2025-6543",
2749
2758
  "CVE-2026-24215",
2750
2759
  "CVE-2026-45498"
@@ -13610,6 +13610,317 @@
13610
13610
  "_intake_method": "manual-verified-curation",
13611
13611
  "_kev_short_description": "NVIDIA Triton's DALI backend can be driven to uncontrolled resource consumption (CWE-400) for denial of service; fixed in r26.03."
13612
13612
  },
13613
+ "CVE-2025-32444": {
13614
+ "name": "vLLM Mooncake Integration ZeroMQ Deserialization RCE",
13615
+ "type": "RCE",
13616
+ "cvss_score": 9.8,
13617
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
13618
+ "cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL). pickle-based serialization over unsecured ZeroMQ sockets in the Mooncake KV-transfer integration (CWE-502); network-reachable unauthenticated RCE.",
13619
+ "cisa_kev": false,
13620
+ "poc_available": true,
13621
+ "poc_description": "Documented in the vLLM GitHub security advisory (GHSA-hj4w-hm2g-p6w5): a crafted serialized payload sent to the Mooncake ZeroMQ sockets executes code.",
13622
+ "ai_discovered": false,
13623
+ "ai_discovery_source": "human_researcher",
13624
+ "ai_discovery_notes": "Disclosed via the vLLM project's GitHub security advisories. The abused surface is the distributed-serving IPC layer of the most widely used LLM inference/serving engine.",
13625
+ "ai_assisted_weaponization": false,
13626
+ "ai_assisted_notes": "No AI-assisted weaponization; insecure deserialization in the inference-serving transport.",
13627
+ "active_exploitation": "none",
13628
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
13629
+ "affected": "vLLM 0.6.5 through 0.8.4 with the Mooncake integration enabled (fixed 0.8.5).",
13630
+ "affected_versions": [
13631
+ "vLLM >= 0.6.5, <= 0.8.4 (Mooncake enabled)"
13632
+ ],
13633
+ "vector": "vLLM's Mooncake KV-transfer integration exchanges pickle-serialized data over unsecured ZeroMQ sockets (CWE-502). An unauthenticated network attacker who can reach those sockets sends a crafted serialized payload that executes code on the vLLM host. Unlike the off-by-default V0-engine flaw (CVE-2025-30165), the Mooncake sockets are network-reachable when the integration is enabled.",
13634
+ "complexity": "low",
13635
+ "complexity_notes": "NVD AV:N / AC:L / PR:N — network-reachable, unauthenticated.",
13636
+ "patch_available": true,
13637
+ "patch_required_reboot": false,
13638
+ "live_patch_available": false,
13639
+ "live_patch_tools": [],
13640
+ "live_patch_notes": "Remediation is upgrading vLLM to 0.8.5 or later; redeploy, no host reboot.",
13641
+ "vendor_update_paths": [
13642
+ "Upgrade vLLM to 0.8.5 or later. Never expose vLLM's distributed-serving ZeroMQ sockets (Mooncake KV transfer, XPUB) to untrusted networks; bind them to a trusted segment and authenticate peers."
13643
+ ],
13644
+ "framework_control_gaps": {
13645
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the LLM serving engine's distributed-serving transport as managed, RCE/exposure-bearing software.",
13646
+ "NIST-800-53-SC-7": "Boundary-protection control does not flag vLLM's ZeroMQ sockets (Mooncake / XPUB) as network-exposed surfaces.",
13647
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the inference engine's IPC sockets as an injection / exposure surface.",
13648
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the inference engine's distributed transport as a privileged control plane.",
13649
+ "DORA-Art-9": "ICT protection measures do not model insecure deserialization / socket exposure in an LLM serving engine as an ICT-risk event.",
13650
+ "UK-CAF-B4": "System Security objective has no objective for securing the inference engine's IPC sockets.",
13651
+ "AU-ISM-1546": "Patch-application control does not single out LLM serving engines' distributed transports.",
13652
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the inference engine's IPC sockets as untrusted surfaces requiring a safe serializer, peer authentication, and network isolation."
13653
+ },
13654
+ "atlas_refs": [
13655
+ "AML.T0049"
13656
+ ],
13657
+ "attack_refs": [
13658
+ "T1190",
13659
+ "T1059"
13660
+ ],
13661
+ "rwep_score": 31,
13662
+ "rwep_factors": {
13663
+ "cisa_kev": 0,
13664
+ "poc_available": 20,
13665
+ "ai_factor": 0,
13666
+ "active_exploitation": 0,
13667
+ "blast_radius": 26,
13668
+ "patch_available": -15,
13669
+ "live_patch_available": 0,
13670
+ "reboot_required": 0
13671
+ },
13672
+ "rwep_notes": "Standard (RWEP 31, \"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=26 (vLLM is the most widely used LLM serving engine) minus patch 15.",
13673
+ "epss_score": null,
13674
+ "epss_date": "2026-05-25",
13675
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
13676
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-32444",
13677
+ "cwe_refs": [
13678
+ "CWE-502"
13679
+ ],
13680
+ "iocs": {
13681
+ "behavioral": [
13682
+ "vLLM Mooncake ZeroMQ sockets receiving serialized payloads from peers outside the trusted node set.",
13683
+ "Process or interpreter activity spawned during Mooncake KV-transfer deserialization.",
13684
+ "Mooncake ZeroMQ sockets reachable from untrusted networks.",
13685
+ "vLLM 0.6.5-0.8.4 with the Mooncake integration enabled - the exposed precondition."
13686
+ ],
13687
+ "_ioc_source_note": "Behavioral signatures derived from the vLLM GitHub security advisory (https://github.com/vllm-project/vllm/security/advisories/GHSA-hj4w-hm2g-p6w5) and NVD CVE-2025-32444 (CWE-502)."
13688
+ },
13689
+ "source_verified": "2026-05-25",
13690
+ "verification_sources": [
13691
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-32444",
13692
+ "https://github.com/vllm-project/vllm/security/advisories/GHSA-hj4w-hm2g-p6w5"
13693
+ ],
13694
+ "vendor_advisories": [
13695
+ {
13696
+ "vendor": "GitHub Security Advisory (vllm-project)",
13697
+ "advisory_id": "CVE-2025-32444",
13698
+ "url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-hj4w-hm2g-p6w5",
13699
+ "severity": "critical",
13700
+ "published_date": "2025-04-29"
13701
+ },
13702
+ {
13703
+ "vendor": "NVD",
13704
+ "advisory_id": "CVE-2025-32444",
13705
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32444",
13706
+ "severity": "critical",
13707
+ "published_date": "2025-04-29"
13708
+ }
13709
+ ],
13710
+ "last_updated": "2026-05-25",
13711
+ "discovery_attribution_note": "Manually curated from NVD (CWE-502; NIST CVSS 9.8) + the vLLM GitHub security advisory. vLLM distributed-serving ZeroMQ flaw (fixed 0.8.5); same inference-IPC class as the ShadowMQ family.",
13712
+ "_auto_imported": false,
13713
+ "_intake_method": "manual-verified-curation",
13714
+ "_kev_short_description": "vLLM's Mooncake integration deserializes serialized data over unsecured ZeroMQ sockets (CWE-502), giving unauthenticated network RCE; fixed in 0.8.5."
13715
+ },
13716
+ "CVE-2025-30202": {
13717
+ "name": "vLLM Distributed XPUB ZeroMQ Socket All-Interface Exposure",
13718
+ "type": "INFO-DISCLOSURE",
13719
+ "cvss_score": 7.5,
13720
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
13721
+ "cvss_note": "NVD CVSS v3.1 base 7.5 (HIGH, availability/exposure). In multi-node deployments the primary host binds an XPUB ZeroMQ socket to all interfaces (CWE-770), exposing broadcast data and enabling denial of service.",
13722
+ "cisa_kev": false,
13723
+ "poc_available": true,
13724
+ "poc_description": "Documented in the vLLM GitHub security advisory (GHSA-9f8f-2vmf-885j): an unauthorized client reaches the all-interface XPUB socket to read broadcast data and cause DoS.",
13725
+ "ai_discovered": false,
13726
+ "ai_discovery_source": "human_researcher",
13727
+ "ai_discovery_notes": "Disclosed via the vLLM project's GitHub security advisories. The abused surface is the distributed-serving IPC layer of the most widely used LLM inference/serving engine.",
13728
+ "ai_assisted_weaponization": false,
13729
+ "ai_assisted_notes": "No AI-assisted weaponization; unauthenticated socket exposure in the inference-serving transport.",
13730
+ "active_exploitation": "none",
13731
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
13732
+ "affected": "vLLM 0.5.2 through 0.8.4 in multi-node deployments (fixed 0.8.5).",
13733
+ "affected_versions": [
13734
+ "vLLM >= 0.5.2, <= 0.8.4 (multi-node)"
13735
+ ],
13736
+ "vector": "vLLM's multi-node deployment binds the primary host's XPUB ZeroMQ socket to all interfaces without access control (CWE-770). An unauthorized network client can read the broadcast data stream and flood the socket to cause denial of service.",
13737
+ "complexity": "low",
13738
+ "complexity_notes": "NVD AV:N / AC:L / PR:N — network-reachable, unauthenticated.",
13739
+ "patch_available": true,
13740
+ "patch_required_reboot": false,
13741
+ "live_patch_available": false,
13742
+ "live_patch_tools": [],
13743
+ "live_patch_notes": "Remediation is upgrading vLLM to 0.8.5 or later; redeploy, no host reboot.",
13744
+ "vendor_update_paths": [
13745
+ "Upgrade vLLM to 0.8.5 or later. Never expose vLLM's distributed-serving ZeroMQ sockets (Mooncake KV transfer, XPUB) to untrusted networks; bind them to a trusted segment and authenticate peers."
13746
+ ],
13747
+ "framework_control_gaps": {
13748
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the LLM serving engine's distributed-serving transport as managed, RCE/exposure-bearing software.",
13749
+ "NIST-800-53-SC-7": "Boundary-protection control does not flag vLLM's ZeroMQ sockets (Mooncake / XPUB) as network-exposed surfaces.",
13750
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the inference engine's IPC sockets as an injection / exposure surface.",
13751
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the inference engine's distributed transport as a privileged control plane.",
13752
+ "DORA-Art-9": "ICT protection measures do not model insecure deserialization / socket exposure in an LLM serving engine as an ICT-risk event.",
13753
+ "UK-CAF-B4": "System Security objective has no objective for securing the inference engine's IPC sockets.",
13754
+ "AU-ISM-1546": "Patch-application control does not single out LLM serving engines' distributed transports.",
13755
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the inference engine's IPC sockets as untrusted surfaces requiring a safe serializer, peer authentication, and network isolation."
13756
+ },
13757
+ "atlas_refs": [
13758
+ "AML.T0049"
13759
+ ],
13760
+ "attack_refs": [
13761
+ "T1190",
13762
+ "T1499",
13763
+ "T1040"
13764
+ ],
13765
+ "rwep_score": 27,
13766
+ "rwep_factors": {
13767
+ "cisa_kev": 0,
13768
+ "poc_available": 20,
13769
+ "ai_factor": 0,
13770
+ "active_exploitation": 0,
13771
+ "blast_radius": 22,
13772
+ "patch_available": -15,
13773
+ "live_patch_available": 0,
13774
+ "reboot_required": 0
13775
+ },
13776
+ "rwep_notes": "Standard (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 (vLLM is the most widely used LLM serving engine) minus patch 15.",
13777
+ "epss_score": null,
13778
+ "epss_date": "2026-05-25",
13779
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
13780
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-30202",
13781
+ "cwe_refs": [
13782
+ "CWE-770"
13783
+ ],
13784
+ "iocs": {
13785
+ "behavioral": [
13786
+ "vLLM primary host's XPUB ZeroMQ socket bound to 0.0.0.0 / all interfaces and reachable from untrusted networks.",
13787
+ "Unauthorized clients subscribing to or flooding the vLLM XPUB broadcast socket.",
13788
+ "Resource exhaustion on the vLLM primary node correlated with XPUB socket traffic.",
13789
+ "vLLM 0.5.2-0.8.4 multi-node deployment - the exposed precondition."
13790
+ ],
13791
+ "_ioc_source_note": "Behavioral signatures derived from the vLLM GitHub security advisory (https://github.com/vllm-project/vllm/security/advisories/GHSA-9f8f-2vmf-885j) and NVD CVE-2025-30202 (CWE-770)."
13792
+ },
13793
+ "source_verified": "2026-05-25",
13794
+ "verification_sources": [
13795
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-30202",
13796
+ "https://github.com/vllm-project/vllm/security/advisories/GHSA-9f8f-2vmf-885j"
13797
+ ],
13798
+ "vendor_advisories": [
13799
+ {
13800
+ "vendor": "GitHub Security Advisory (vllm-project)",
13801
+ "advisory_id": "CVE-2025-30202",
13802
+ "url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-9f8f-2vmf-885j",
13803
+ "severity": "high",
13804
+ "published_date": "2025-04-29"
13805
+ },
13806
+ {
13807
+ "vendor": "NVD",
13808
+ "advisory_id": "CVE-2025-30202",
13809
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30202",
13810
+ "severity": "high",
13811
+ "published_date": "2025-04-29"
13812
+ }
13813
+ ],
13814
+ "last_updated": "2026-05-25",
13815
+ "discovery_attribution_note": "Manually curated from NVD (CWE-770; NIST CVSS 7.5) + the vLLM GitHub security advisory. vLLM distributed-serving ZeroMQ flaw (fixed 0.8.5); same inference-IPC class as the ShadowMQ family.",
13816
+ "_auto_imported": false,
13817
+ "_intake_method": "manual-verified-curation",
13818
+ "_kev_short_description": "vLLM binds its multi-node XPUB ZeroMQ socket to all interfaces (CWE-770), exposing broadcast data and enabling DoS; fixed in 0.8.5."
13819
+ },
13820
+ "CVE-2024-27132": {
13821
+ "name": "MLflow Recipe Template Injection XSS to Client-Side RCE",
13822
+ "type": "RCE",
13823
+ "cvss_score": 9.6,
13824
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
13825
+ "cvss_note": "NVD CVSS v3.1 base 9.6 (CRITICAL, Scope:Changed). Insufficient sanitization of template variables when running an untrusted MLflow recipe leads to stored XSS and client-side code execution in the victim's browser/session.",
13826
+ "cisa_kev": false,
13827
+ "poc_available": true,
13828
+ "poc_description": "Documented in the HiddenLayer security advisory and the MLflow GitHub advisory: running an untrusted MLflow recipe renders attacker-controlled template variables without sanitization, executing JavaScript in the victim's MLflow session (XSS, CWE-79) and enabling client-side remote code execution.",
13829
+ "ai_discovered": false,
13830
+ "ai_discovery_source": "human_researcher",
13831
+ "ai_discovery_notes": "Disclosed via HiddenLayer / the MLflow project. The abused surface is the recipe-rendering UI of MLflow, a widely used MLOps experiment-tracking platform.",
13832
+ "ai_assisted_weaponization": false,
13833
+ "ai_assisted_notes": "No AI-assisted weaponization; template injection / XSS in the MLOps platform UI.",
13834
+ "active_exploitation": "none",
13835
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
13836
+ "affected": "MLflow up to and including 2.9.2 (fixed in 2.10.0).",
13837
+ "affected_versions": [
13838
+ "MLflow <= 2.9.2"
13839
+ ],
13840
+ "vector": "MLflow does not sufficiently sanitize template variables when rendering a recipe, so an untrusted recipe injects script that executes in the victim's MLflow session (CWE-79 stored XSS, rooted in template injection / CWE-94). Because the MLflow UI is a privileged control surface, the resulting client-side code execution can pivot to tracking-server actions.",
13841
+ "complexity": "low",
13842
+ "complexity_notes": "NVD AV:N / AC:L / PR:N / UI:R — requires a victim to run/view an untrusted recipe.",
13843
+ "patch_available": true,
13844
+ "patch_required_reboot": false,
13845
+ "live_patch_available": false,
13846
+ "live_patch_tools": [],
13847
+ "live_patch_notes": "Remediation is upgrading MLflow to 2.10.0 or later; redeploy, no host reboot.",
13848
+ "vendor_update_paths": [
13849
+ "Upgrade MLflow to 2.10.0 or later. Do not run or render untrusted recipes, and do not expose the MLflow UI / tracking server to untrusted users."
13850
+ ],
13851
+ "framework_control_gaps": {
13852
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the MLOps experiment-tracking platform as managed, user-facing software.",
13853
+ "NIST-800-53-SI-10": "Output-encoding / input-sanitization control is not applied to recipe template variables rendered in the MLflow UI.",
13854
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the MLOps platform's recipe-rendering UI as an injection surface.",
13855
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the MLOps platform UI as a privileged control surface.",
13856
+ "DORA-Art-9": "ICT protection measures do not model XSS-to-RCE in an MLOps platform as an ICT-risk event.",
13857
+ "UK-CAF-B4": "System Security objective has no objective for output-encoding untrusted content in the MLOps UI.",
13858
+ "AU-ISM-1546": "Patch-application control does not single out MLOps experiment-tracking platforms.",
13859
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an untrusted MLflow recipe's template content as untrusted input requiring sanitization before rendering; the MLOps UI is a privileged surface."
13860
+ },
13861
+ "atlas_refs": [
13862
+ "AML.T0049"
13863
+ ],
13864
+ "attack_refs": [
13865
+ "T1189",
13866
+ "T1059.007"
13867
+ ],
13868
+ "rwep_score": 29,
13869
+ "rwep_factors": {
13870
+ "cisa_kev": 0,
13871
+ "poc_available": 20,
13872
+ "ai_factor": 0,
13873
+ "active_exploitation": 0,
13874
+ "blast_radius": 24,
13875
+ "patch_available": -15,
13876
+ "live_patch_available": 0,
13877
+ "reboot_required": 0
13878
+ },
13879
+ "rwep_notes": "Standard (RWEP 29, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=24 (MLflow is a widely used MLOps platform) minus patch 15. Note: NVD rates 9.6 CRITICAL; the client-side-RCE-via-XSS chain requires a victim to run an untrusted recipe (UI:R).",
13880
+ "epss_score": null,
13881
+ "epss_date": "2026-05-25",
13882
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
13883
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-27132",
13884
+ "cwe_refs": [
13885
+ "CWE-79",
13886
+ "CWE-94"
13887
+ ],
13888
+ "iocs": {
13889
+ "behavioral": [
13890
+ "An MLflow recipe containing script / HTML in template-variable fields rendered by the MLflow UI.",
13891
+ "JavaScript executing in an MLflow user's session after viewing/running a recipe from an untrusted source.",
13892
+ "Tracking-server actions (model registration, deletion) originating from a user's session shortly after rendering an untrusted recipe.",
13893
+ "MLflow <= 2.9.2 with the recipe UI reachable by untrusted users — the exposed precondition."
13894
+ ],
13895
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2024-27132 (CWE-79) and the HiddenLayer / MLflow GitHub security advisory. The unsanitized recipe template variable rendered in the UI is the indicator anchor."
13896
+ },
13897
+ "source_verified": "2026-05-25",
13898
+ "verification_sources": [
13899
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-27132",
13900
+ "https://github.com/mlflow/mlflow/security/advisories"
13901
+ ],
13902
+ "vendor_advisories": [
13903
+ {
13904
+ "vendor": "HiddenLayer / MLflow advisory",
13905
+ "advisory_id": "CVE-2024-27132",
13906
+ "url": "https://github.com/mlflow/mlflow/security/advisories",
13907
+ "severity": "critical",
13908
+ "published_date": "2024-02-23"
13909
+ },
13910
+ {
13911
+ "vendor": "NVD",
13912
+ "advisory_id": "CVE-2024-27132",
13913
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27132",
13914
+ "severity": "critical",
13915
+ "published_date": "2024-02-23"
13916
+ }
13917
+ ],
13918
+ "last_updated": "2026-05-25",
13919
+ "discovery_attribution_note": "Manually curated from NVD (CWE-79; NIST CVSS 9.6) + the HiddenLayer / MLflow security advisory. MLflow recipe template-injection XSS to client-side RCE; complements the existing MLflow path-traversal entry (CVE-2023-43472).",
13920
+ "_auto_imported": false,
13921
+ "_intake_method": "manual-verified-curation",
13922
+ "_kev_short_description": "MLflow renders untrusted recipe template variables without sanitization (CWE-79), executing script in the victim's session for client-side RCE; fixed in 2.10.0."
13923
+ },
13613
13924
  "CVE-2026-41091": {
13614
13925
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
13615
13926
  "type": "LPE",
@@ -252,6 +252,7 @@
252
252
  "evidence_cves": [
253
253
  "CVE-2021-26829",
254
254
  "CVE-2024-11182",
255
+ "CVE-2024-27132",
255
256
  "CVE-2024-27443",
256
257
  "CVE-2024-42009",
257
258
  "CVE-2025-27915",
@@ -372,6 +373,7 @@
372
373
  "CVE-2017-1000353",
373
374
  "CVE-2020-25078",
374
375
  "CVE-2022-48503",
376
+ "CVE-2024-27132",
375
377
  "CVE-2024-56145",
376
378
  "CVE-2025-11837",
377
379
  "CVE-2025-1550",
@@ -1321,6 +1323,7 @@
1321
1323
  "CVE-2025-24016",
1322
1324
  "CVE-2025-26399",
1323
1325
  "CVE-2025-30165",
1326
+ "CVE-2025-32444",
1324
1327
  "CVE-2025-40551",
1325
1328
  "CVE-2025-42999",
1326
1329
  "CVE-2025-49113",
@@ -3640,7 +3643,9 @@
3640
3643
  "CWE-2000"
3641
3644
  ],
3642
3645
  "related_weaknesses": [],
3643
- "evidence_cves": [],
3646
+ "evidence_cves": [
3647
+ "CVE-2025-30202"
3648
+ ],
3644
3649
  "last_verified": "2026-05-19",
3645
3650
  "notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
3646
3651
  "_auto_imported": true,
@@ -43,6 +43,7 @@
43
43
  "CVE-2024-11393",
44
44
  "CVE-2024-11394",
45
45
  "CVE-2024-1561",
46
+ "CVE-2024-27132",
46
47
  "CVE-2024-37032",
47
48
  "CVE-2024-39722",
48
49
  "CVE-2024-42478",
@@ -52,6 +53,8 @@
52
53
  "CVE-2025-23254",
53
54
  "CVE-2025-23266",
54
55
  "CVE-2025-30165",
56
+ "CVE-2025-30202",
57
+ "CVE-2025-32444",
55
58
  "CVE-2025-34291",
56
59
  "CVE-2025-49596",
57
60
  "CVE-2025-54136",
@@ -1386,6 +1389,7 @@
1386
1389
  "CVE-2024-1561",
1387
1390
  "CVE-2024-1708",
1388
1391
  "CVE-2024-21762",
1392
+ "CVE-2024-27132",
1389
1393
  "CVE-2024-27199",
1390
1394
  "CVE-2024-27443",
1391
1395
  "CVE-2024-37032",
@@ -1442,11 +1446,13 @@
1442
1446
  "CVE-2025-27920",
1443
1447
  "CVE-2025-29635",
1444
1448
  "CVE-2025-30165",
1449
+ "CVE-2025-30202",
1445
1450
  "CVE-2025-30397",
1446
1451
  "CVE-2025-31125",
1447
1452
  "CVE-2025-31277",
1448
1453
  "CVE-2025-32432",
1449
1454
  "CVE-2025-32433",
1455
+ "CVE-2025-32444",
1450
1456
  "CVE-2025-32463",
1451
1457
  "CVE-2025-32701",
1452
1458
  "CVE-2025-32706",
@@ -1800,6 +1806,7 @@
1800
1806
  "CVE-2024-11393",
1801
1807
  "CVE-2024-11394",
1802
1808
  "CVE-2024-1561",
1809
+ "CVE-2024-27132",
1803
1810
  "CVE-2024-37032",
1804
1811
  "CVE-2024-39722",
1805
1812
  "CVE-2024-42478",
@@ -1812,6 +1819,8 @@
1812
1819
  "CVE-2025-23254",
1813
1820
  "CVE-2025-23266",
1814
1821
  "CVE-2025-30165",
1822
+ "CVE-2025-30202",
1823
+ "CVE-2025-32444",
1815
1824
  "CVE-2025-34291",
1816
1825
  "CVE-2025-38352",
1817
1826
  "CVE-2025-43300",
@@ -2176,6 +2185,8 @@
2176
2185
  "CVE-2024-42478",
2177
2186
  "CVE-2024-42479",
2178
2187
  "CVE-2025-23266",
2188
+ "CVE-2025-30202",
2189
+ "CVE-2025-32444",
2179
2190
  "CVE-2025-53767",
2180
2191
  "CVE-2026-34159",
2181
2192
  "CVE-2026-42897"
@@ -2248,6 +2259,7 @@
2248
2259
  "CVE-2024-11392",
2249
2260
  "CVE-2024-11393",
2250
2261
  "CVE-2024-11394",
2262
+ "CVE-2024-27132",
2251
2263
  "CVE-2024-37032",
2252
2264
  "CVE-2024-39722",
2253
2265
  "CVE-2024-50050",
@@ -2412,6 +2424,7 @@
2412
2424
  "CVE-2024-1561",
2413
2425
  "CVE-2024-1708",
2414
2426
  "CVE-2024-21762",
2427
+ "CVE-2024-27132",
2415
2428
  "CVE-2024-27199",
2416
2429
  "CVE-2024-27443",
2417
2430
  "CVE-2024-37032",
@@ -2470,11 +2483,13 @@
2470
2483
  "CVE-2025-27920",
2471
2484
  "CVE-2025-29635",
2472
2485
  "CVE-2025-30165",
2486
+ "CVE-2025-30202",
2473
2487
  "CVE-2025-30397",
2474
2488
  "CVE-2025-31125",
2475
2489
  "CVE-2025-31277",
2476
2490
  "CVE-2025-32432",
2477
2491
  "CVE-2025-32433",
2492
+ "CVE-2025-32444",
2478
2493
  "CVE-2025-32463",
2479
2494
  "CVE-2025-32701",
2480
2495
  "CVE-2025-32706",
@@ -4903,6 +4918,7 @@
4903
4918
  "CVE-2024-11394",
4904
4919
  "CVE-2024-1561",
4905
4920
  "CVE-2024-21762",
4921
+ "CVE-2024-27132",
4906
4922
  "CVE-2024-37032",
4907
4923
  "CVE-2024-39722",
4908
4924
  "CVE-2024-42478",
@@ -4912,6 +4928,8 @@
4912
4928
  "CVE-2025-23254",
4913
4929
  "CVE-2025-23266",
4914
4930
  "CVE-2025-30165",
4931
+ "CVE-2025-30202",
4932
+ "CVE-2025-32444",
4915
4933
  "CVE-2025-34291",
4916
4934
  "CVE-2025-49596",
4917
4935
  "CVE-2025-54136",
@@ -5436,6 +5454,7 @@
5436
5454
  "CVE-2024-11394",
5437
5455
  "CVE-2024-1561",
5438
5456
  "CVE-2024-21762",
5457
+ "CVE-2024-27132",
5439
5458
  "CVE-2024-37032",
5440
5459
  "CVE-2024-39722",
5441
5460
  "CVE-2024-42478",
@@ -5445,6 +5464,8 @@
5445
5464
  "CVE-2025-23254",
5446
5465
  "CVE-2025-23266",
5447
5466
  "CVE-2025-30165",
5467
+ "CVE-2025-30202",
5468
+ "CVE-2025-32444",
5448
5469
  "CVE-2025-34291",
5449
5470
  "CVE-2025-49596",
5450
5471
  "CVE-2025-54136",
@@ -5512,6 +5533,7 @@
5512
5533
  "CVE-2024-11394",
5513
5534
  "CVE-2024-1561",
5514
5535
  "CVE-2024-21762",
5536
+ "CVE-2024-27132",
5515
5537
  "CVE-2024-37032",
5516
5538
  "CVE-2024-39722",
5517
5539
  "CVE-2024-42478",
@@ -5521,6 +5543,8 @@
5521
5543
  "CVE-2025-23254",
5522
5544
  "CVE-2025-23266",
5523
5545
  "CVE-2025-30165",
5546
+ "CVE-2025-30202",
5547
+ "CVE-2025-32444",
5524
5548
  "CVE-2025-34291",
5525
5549
  "CVE-2025-49596",
5526
5550
  "CVE-2025-54136",