@blamejs/exceptd-skills 0.13.86 → 0.13.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +912 -0
- package/data/atlas-ttps.json +4 -0
- package/data/attack-techniques.json +6 -0
- package/data/cve-catalog.json +213 -0
- package/data/cwe-catalog.json +3 -0
- package/data/framework-control-gaps.json +16 -0
- package/data/zeroday-lessons.json +100 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +25 -25
package/data/atlas-ttps.json
CHANGED
|
@@ -669,6 +669,8 @@
|
|
|
669
669
|
"maturity": "moderate",
|
|
670
670
|
"last_verified": "2026-05-19",
|
|
671
671
|
"cve_refs": [
|
|
672
|
+
"CVE-2023-51449",
|
|
673
|
+
"CVE-2024-1561",
|
|
672
674
|
"CVE-2026-42208",
|
|
673
675
|
"MAL-2026-3083"
|
|
674
676
|
],
|
|
@@ -1705,6 +1707,8 @@
|
|
|
1705
1707
|
"cve_refs": [
|
|
1706
1708
|
"CVE-2023-43654",
|
|
1707
1709
|
"CVE-2023-48022",
|
|
1710
|
+
"CVE-2023-51449",
|
|
1711
|
+
"CVE-2024-1561",
|
|
1708
1712
|
"CVE-2024-37032",
|
|
1709
1713
|
"CVE-2024-39722",
|
|
1710
1714
|
"CVE-2024-42478",
|
|
@@ -838,8 +838,10 @@
|
|
|
838
838
|
"CVE-2023-39780",
|
|
839
839
|
"CVE-2023-43654",
|
|
840
840
|
"CVE-2023-48022",
|
|
841
|
+
"CVE-2023-51449",
|
|
841
842
|
"CVE-2023-52163",
|
|
842
843
|
"CVE-2024-12987",
|
|
844
|
+
"CVE-2024-1561",
|
|
843
845
|
"CVE-2024-1709",
|
|
844
846
|
"CVE-2024-21762",
|
|
845
847
|
"CVE-2024-37032",
|
|
@@ -2429,6 +2431,8 @@
|
|
|
2429
2431
|
"version": "v19",
|
|
2430
2432
|
"cve_refs": [
|
|
2431
2433
|
"CVE-2023-36424",
|
|
2434
|
+
"CVE-2023-51449",
|
|
2435
|
+
"CVE-2024-1561",
|
|
2432
2436
|
"CVE-2025-14847",
|
|
2433
2437
|
"CVE-2025-22226",
|
|
2434
2438
|
"CVE-2025-47813",
|
|
@@ -3512,6 +3516,8 @@
|
|
|
3512
3516
|
"stix_id": "attack-pattern--7bc57495-ea59-4380-be31-a64af124ef18",
|
|
3513
3517
|
"is_subtechnique": false,
|
|
3514
3518
|
"cve_refs": [
|
|
3519
|
+
"CVE-2023-51449",
|
|
3520
|
+
"CVE-2024-1561",
|
|
3515
3521
|
"CVE-2024-39722",
|
|
3516
3522
|
"CVE-2026-34926"
|
|
3517
3523
|
]
|
package/data/cve-catalog.json
CHANGED
|
@@ -12766,6 +12766,219 @@
|
|
|
12766
12766
|
"_intake_method": "manual-verified-curation",
|
|
12767
12767
|
"_kev_short_description": "Ollama's api/push route path traversal (CWE-22) lets an unauthenticated attacker disclose file existence on the host; fixed in 0.1.46."
|
|
12768
12768
|
},
|
|
12769
|
+
"CVE-2024-1561": {
|
|
12770
|
+
"name": "Gradio /component_server Local File Read (Hugging Face Spaces Secret Theft)",
|
|
12771
|
+
"type": "INFO-DISCLOSURE",
|
|
12772
|
+
"cvss_score": 7.5,
|
|
12773
|
+
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
|
|
12774
|
+
"cvss_note": "NVD CVSS v3.0 base 7.5 (HIGH). NVD assigns CWE-29 (a path-traversal variant); the parent class is CWE-22. The /component_server endpoint invokes any Component method with attacker-controlled arguments, abused via move_resource_to_block_cache() to read host files.",
|
|
12775
|
+
"cisa_kev": false,
|
|
12776
|
+
"poc_available": true,
|
|
12777
|
+
"poc_description": "Public exploitation research exists (Horizon3.ai 'Exploiting File Read Vulnerabilities in Gradio to Steal Secrets from Hugging Face Spaces'): an unauthenticated request to a public Gradio app reads arbitrary host files, including HF Spaces secrets.",
|
|
12778
|
+
"ai_discovered": false,
|
|
12779
|
+
"ai_discovery_source": "human_researcher",
|
|
12780
|
+
"ai_discovery_notes": "Disclosed by Horizon3.ai. The abused surface is Gradio, the ML demo/UI framework behind Hugging Face Spaces and countless public ML demos.",
|
|
12781
|
+
"ai_assisted_weaponization": false,
|
|
12782
|
+
"ai_assisted_notes": "No AI-assisted weaponization; file-read / SSRF in the ML web framework.",
|
|
12783
|
+
"active_exploitation": "none",
|
|
12784
|
+
"active_exploitation_notes": "Research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
12785
|
+
"affected": "Gradio 4.12.0 up to but excluding 4.13.0 (fixed in 4.13.0).",
|
|
12786
|
+
"affected_versions": [
|
|
12787
|
+
"Gradio >= 4.12.0, < 4.13.0"
|
|
12788
|
+
],
|
|
12789
|
+
"vector": "Gradio's /component_server endpoint permits invoking arbitrary methods on a Component class with attacker-controlled arguments. An unauthenticated request invokes move_resource_to_block_cache() to copy an arbitrary host file into the served cache and read it (path traversal, CWE-22). On Hugging Face Spaces this reads secrets/tokens from the host. Disclosed by Horizon3.ai.",
|
|
12790
|
+
"complexity": "low",
|
|
12791
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N — unauthenticated, against a publicly reachable Gradio app.",
|
|
12792
|
+
"patch_available": true,
|
|
12793
|
+
"patch_required_reboot": false,
|
|
12794
|
+
"live_patch_available": false,
|
|
12795
|
+
"live_patch_tools": [],
|
|
12796
|
+
"live_patch_notes": "Remediation is upgrading Gradio to 4.13.0 or later; redeploy, no host reboot.",
|
|
12797
|
+
"vendor_update_paths": [
|
|
12798
|
+
"Upgrade Gradio to 4.13.0 or later. Do not expose Gradio apps with sensitive host secrets to untrusted networks, run them least-privilege, and avoid storing secrets readable by the app process (relevant for Hugging Face Spaces)."
|
|
12799
|
+
],
|
|
12800
|
+
"framework_control_gaps": {
|
|
12801
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track the ML demo/UI framework (Gradio) as managed, network-exposed software.",
|
|
12802
|
+
"NIST-800-53-SC-7": "Boundary-protection control does not flag publicly reachable Gradio apps as a file-read / SSRF surface to host secrets.",
|
|
12803
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the ML demo framework's file-serving routes as an access-control surface.",
|
|
12804
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the ML demo framework as a privileged, internet-exposed surface.",
|
|
12805
|
+
"DORA-Art-9": "ICT protection measures do not model file-read / SSRF in an ML demo framework leaking host secrets as an ICT-risk event.",
|
|
12806
|
+
"UK-CAF-B4": "System Security objective has no objective for directory containment on the ML framework's file routes.",
|
|
12807
|
+
"AU-ISM-1546": "Patch-application control does not single out ML demo/UI frameworks.",
|
|
12808
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the ML demo framework's file-serving / component routes as an untrusted-input access-control surface; a public Gradio app leaks host secrets (HF Spaces tokens)."
|
|
12809
|
+
},
|
|
12810
|
+
"atlas_refs": [
|
|
12811
|
+
"AML.T0049",
|
|
12812
|
+
"AML.T0055"
|
|
12813
|
+
],
|
|
12814
|
+
"attack_refs": [
|
|
12815
|
+
"T1190",
|
|
12816
|
+
"T1083",
|
|
12817
|
+
"T1005"
|
|
12818
|
+
],
|
|
12819
|
+
"rwep_score": 31,
|
|
12820
|
+
"rwep_factors": {
|
|
12821
|
+
"cisa_kev": 0,
|
|
12822
|
+
"poc_available": 20,
|
|
12823
|
+
"ai_factor": 0,
|
|
12824
|
+
"active_exploitation": 0,
|
|
12825
|
+
"blast_radius": 26,
|
|
12826
|
+
"patch_available": -15,
|
|
12827
|
+
"live_patch_available": 0,
|
|
12828
|
+
"reboot_required": 0
|
|
12829
|
+
},
|
|
12830
|
+
"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/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=26 (Gradio underpins Hugging Face Spaces and countless public ML demos) minus patch 15. Note: secret theft from internet-exposed apps raises operational urgency beyond the RWEP number.",
|
|
12831
|
+
"epss_score": null,
|
|
12832
|
+
"epss_date": "2026-05-25",
|
|
12833
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
12834
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-1561",
|
|
12835
|
+
"cwe_refs": [
|
|
12836
|
+
"CWE-22"
|
|
12837
|
+
],
|
|
12838
|
+
"iocs": {
|
|
12839
|
+
"behavioral": [
|
|
12840
|
+
"Requests to a public Gradio app's /component_server endpoint invoking move_resource_to_block_cache with attacker-controlled paths.",
|
|
12841
|
+
"Gradio serving files from outside its temp/cache directory (e.g. /proc, app secrets, .env, HF Spaces secret mounts).",
|
|
12842
|
+
"Anomalous reads of credential/secret files by the Gradio app process following inbound requests.",
|
|
12843
|
+
"Gradio at an affected version (Gradio >= 4.12.0, < 4.13.0) reachable from untrusted networks — the exposed precondition."
|
|
12844
|
+
],
|
|
12845
|
+
"_ioc_source_note": "Behavioral signatures derived from Horizon3.ai's research (https://horizon3.ai/attack-research/disclosures/exploiting-file-read-vulnerabilities-in-gradio-to-steal-secrets-from-hugging-face-spaces/), the Gradio GitHub security advisory (https://github.com/advisories/GHSA-g9cj-cfpp-4g2x), and NVD CVE-2024-1561 (CWE-22)."
|
|
12846
|
+
},
|
|
12847
|
+
"source_verified": "2026-05-25",
|
|
12848
|
+
"verification_sources": [
|
|
12849
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2024-1561",
|
|
12850
|
+
"https://github.com/advisories/GHSA-g9cj-cfpp-4g2x",
|
|
12851
|
+
"https://horizon3.ai/attack-research/disclosures/exploiting-file-read-vulnerabilities-in-gradio-to-steal-secrets-from-hugging-face-spaces/"
|
|
12852
|
+
],
|
|
12853
|
+
"vendor_advisories": [
|
|
12854
|
+
{
|
|
12855
|
+
"vendor": "GitHub Security Advisory",
|
|
12856
|
+
"advisory_id": "CVE-2024-1561",
|
|
12857
|
+
"url": "https://github.com/advisories/GHSA-g9cj-cfpp-4g2x",
|
|
12858
|
+
"severity": "high",
|
|
12859
|
+
"published_date": "2024-04-15"
|
|
12860
|
+
},
|
|
12861
|
+
{
|
|
12862
|
+
"vendor": "NVD",
|
|
12863
|
+
"advisory_id": "CVE-2024-1561",
|
|
12864
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1561",
|
|
12865
|
+
"severity": "high",
|
|
12866
|
+
"published_date": "2024-04-15"
|
|
12867
|
+
}
|
|
12868
|
+
],
|
|
12869
|
+
"last_updated": "2026-05-25",
|
|
12870
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-22; NIST CVSS 7.5) + Horizon3.ai research + the gradio-app GitHub advisory. Member of the Gradio file-access family (Hugging Face Spaces secret theft).",
|
|
12871
|
+
"_auto_imported": false,
|
|
12872
|
+
"_intake_method": "manual-verified-curation",
|
|
12873
|
+
"_kev_short_description": "Gradio's /component_server lets an unauthenticated caller invoke move_resource_to_block_cache() to read arbitrary host files (CWE-22), stealing Hugging Face Spaces secrets; fixed in 4.13.0."
|
|
12874
|
+
},
|
|
12875
|
+
"CVE-2023-51449": {
|
|
12876
|
+
"name": "Gradio /file Route Path Traversal and SSRF Arbitrary File Read",
|
|
12877
|
+
"type": "INFO-DISCLOSURE",
|
|
12878
|
+
"cvss_score": 7.5,
|
|
12879
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
|
|
12880
|
+
"cvss_note": "NVD CVSS v3.1 base 7.5 (HIGH). A flawed containment check on the /file route allows path traversal outside the Gradio temp directory, and the route was also abusable for server-side request forgery (CWE-22 + SSRF).",
|
|
12881
|
+
"cisa_kev": false,
|
|
12882
|
+
"poc_available": true,
|
|
12883
|
+
"poc_description": "Public exploitation research exists (Horizon3.ai 'Exploiting File Read Vulnerabilities in Gradio to Steal Secrets from Hugging Face Spaces'): an unauthenticated request to a public Gradio app reads arbitrary host files, including HF Spaces secrets.",
|
|
12884
|
+
"ai_discovered": false,
|
|
12885
|
+
"ai_discovery_source": "human_researcher",
|
|
12886
|
+
"ai_discovery_notes": "Disclosed by Horizon3.ai. The abused surface is Gradio, the ML demo/UI framework behind Hugging Face Spaces and countless public ML demos.",
|
|
12887
|
+
"ai_assisted_weaponization": false,
|
|
12888
|
+
"ai_assisted_notes": "No AI-assisted weaponization; file-read / SSRF in the ML web framework.",
|
|
12889
|
+
"active_exploitation": "none",
|
|
12890
|
+
"active_exploitation_notes": "Research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
12891
|
+
"affected": "Gradio before 4.11.0 (the /file route containment check; SSRF via download_temp_copy_if_needed affects 3.47–3.50.2). Fixed in 4.11.0.",
|
|
12892
|
+
"affected_versions": [
|
|
12893
|
+
"Gradio < 4.11.0"
|
|
12894
|
+
],
|
|
12895
|
+
"vector": "Gradio's /file route was meant to serve only files under the temp directory, but the containment check was flawed, allowing path traversal to read arbitrary files on a publicly reachable Gradio app (CWE-22). The same route could be abused for full-read SSRF. Disclosed by Horizon3.ai.",
|
|
12896
|
+
"complexity": "low",
|
|
12897
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N — unauthenticated, against a publicly reachable Gradio app.",
|
|
12898
|
+
"patch_available": true,
|
|
12899
|
+
"patch_required_reboot": false,
|
|
12900
|
+
"live_patch_available": false,
|
|
12901
|
+
"live_patch_tools": [],
|
|
12902
|
+
"live_patch_notes": "Remediation is upgrading Gradio to 4.11.0 or later; redeploy, no host reboot.",
|
|
12903
|
+
"vendor_update_paths": [
|
|
12904
|
+
"Upgrade Gradio to 4.11.0 or later. Do not expose Gradio apps with sensitive host secrets to untrusted networks, run them least-privilege, and avoid storing secrets readable by the app process (relevant for Hugging Face Spaces)."
|
|
12905
|
+
],
|
|
12906
|
+
"framework_control_gaps": {
|
|
12907
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track the ML demo/UI framework (Gradio) as managed, network-exposed software.",
|
|
12908
|
+
"NIST-800-53-SC-7": "Boundary-protection control does not flag publicly reachable Gradio apps as a file-read / SSRF surface to host secrets.",
|
|
12909
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the ML demo framework's file-serving routes as an access-control surface.",
|
|
12910
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the ML demo framework as a privileged, internet-exposed surface.",
|
|
12911
|
+
"DORA-Art-9": "ICT protection measures do not model file-read / SSRF in an ML demo framework leaking host secrets as an ICT-risk event.",
|
|
12912
|
+
"UK-CAF-B4": "System Security objective has no objective for directory containment on the ML framework's file routes.",
|
|
12913
|
+
"AU-ISM-1546": "Patch-application control does not single out ML demo/UI frameworks.",
|
|
12914
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the ML demo framework's file-serving / component routes as an untrusted-input access-control surface; a public Gradio app leaks host secrets (HF Spaces tokens)."
|
|
12915
|
+
},
|
|
12916
|
+
"atlas_refs": [
|
|
12917
|
+
"AML.T0049",
|
|
12918
|
+
"AML.T0055"
|
|
12919
|
+
],
|
|
12920
|
+
"attack_refs": [
|
|
12921
|
+
"T1190",
|
|
12922
|
+
"T1083",
|
|
12923
|
+
"T1005"
|
|
12924
|
+
],
|
|
12925
|
+
"rwep_score": 31,
|
|
12926
|
+
"rwep_factors": {
|
|
12927
|
+
"cisa_kev": 0,
|
|
12928
|
+
"poc_available": 20,
|
|
12929
|
+
"ai_factor": 0,
|
|
12930
|
+
"active_exploitation": 0,
|
|
12931
|
+
"blast_radius": 26,
|
|
12932
|
+
"patch_available": -15,
|
|
12933
|
+
"live_patch_available": 0,
|
|
12934
|
+
"reboot_required": 0
|
|
12935
|
+
},
|
|
12936
|
+
"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/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=26 (Gradio underpins Hugging Face Spaces and countless public ML demos) minus patch 15. Note: secret theft from internet-exposed apps raises operational urgency beyond the RWEP number.",
|
|
12937
|
+
"epss_score": null,
|
|
12938
|
+
"epss_date": "2026-05-25",
|
|
12939
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
12940
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-51449",
|
|
12941
|
+
"cwe_refs": [
|
|
12942
|
+
"CWE-22",
|
|
12943
|
+
"CWE-918"
|
|
12944
|
+
],
|
|
12945
|
+
"iocs": {
|
|
12946
|
+
"behavioral": [
|
|
12947
|
+
"Requests to a public Gradio app's /file route containing path-traversal sequences or external URLs (SSRF).",
|
|
12948
|
+
"Gradio serving files from outside its temp/cache directory (e.g. /proc, app secrets, .env, HF Spaces secret mounts).",
|
|
12949
|
+
"Anomalous reads of credential/secret files by the Gradio app process following inbound requests.",
|
|
12950
|
+
"Gradio at an affected version (Gradio < 4.11.0) reachable from untrusted networks — the exposed precondition."
|
|
12951
|
+
],
|
|
12952
|
+
"_ioc_source_note": "Behavioral signatures derived from Horizon3.ai's research (https://horizon3.ai/attack-research/disclosures/exploiting-file-read-vulnerabilities-in-gradio-to-steal-secrets-from-hugging-face-spaces/), the Gradio GitHub security advisory (https://github.com/advisories/GHSA-6qm2-wpxq-7qh2), and NVD CVE-2023-51449 (CWE-22/CWE-918)."
|
|
12953
|
+
},
|
|
12954
|
+
"source_verified": "2026-05-25",
|
|
12955
|
+
"verification_sources": [
|
|
12956
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2023-51449",
|
|
12957
|
+
"https://github.com/advisories/GHSA-6qm2-wpxq-7qh2",
|
|
12958
|
+
"https://horizon3.ai/attack-research/disclosures/exploiting-file-read-vulnerabilities-in-gradio-to-steal-secrets-from-hugging-face-spaces/"
|
|
12959
|
+
],
|
|
12960
|
+
"vendor_advisories": [
|
|
12961
|
+
{
|
|
12962
|
+
"vendor": "GitHub Security Advisory",
|
|
12963
|
+
"advisory_id": "CVE-2023-51449",
|
|
12964
|
+
"url": "https://github.com/advisories/GHSA-6qm2-wpxq-7qh2",
|
|
12965
|
+
"severity": "high",
|
|
12966
|
+
"published_date": "2023-12-22"
|
|
12967
|
+
},
|
|
12968
|
+
{
|
|
12969
|
+
"vendor": "NVD",
|
|
12970
|
+
"advisory_id": "CVE-2023-51449",
|
|
12971
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-51449",
|
|
12972
|
+
"severity": "high",
|
|
12973
|
+
"published_date": "2023-12-22"
|
|
12974
|
+
}
|
|
12975
|
+
],
|
|
12976
|
+
"last_updated": "2026-05-25",
|
|
12977
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-22/CWE-918; NIST CVSS 7.5) + Horizon3.ai research + the gradio-app GitHub advisory. Member of the Gradio file-access family (Hugging Face Spaces secret theft).",
|
|
12978
|
+
"_auto_imported": false,
|
|
12979
|
+
"_intake_method": "manual-verified-curation",
|
|
12980
|
+
"_kev_short_description": "Gradio's /file route containment check was flawed, allowing path traversal arbitrary file read (and SSRF) on a public Gradio app (CWE-22); fixed in 4.11.0."
|
|
12981
|
+
},
|
|
12769
12982
|
"CVE-2026-41091": {
|
|
12770
12983
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
12771
12984
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -94,7 +94,9 @@
|
|
|
94
94
|
"CVE-2021-43798",
|
|
95
95
|
"CVE-2023-38950",
|
|
96
96
|
"CVE-2023-43472",
|
|
97
|
+
"CVE-2023-51449",
|
|
97
98
|
"CVE-2024-0769",
|
|
99
|
+
"CVE-2024-1561",
|
|
98
100
|
"CVE-2024-1708",
|
|
99
101
|
"CVE-2024-37032",
|
|
100
102
|
"CVE-2024-39722",
|
|
@@ -1834,6 +1836,7 @@
|
|
|
1834
1836
|
"CVE-2021-39935",
|
|
1835
1837
|
"CVE-2023-43654",
|
|
1836
1838
|
"CVE-2023-48022",
|
|
1839
|
+
"CVE-2023-51449",
|
|
1837
1840
|
"CVE-2025-61884"
|
|
1838
1841
|
],
|
|
1839
1842
|
"framework_controls_partially_addressing": [
|
|
@@ -37,7 +37,9 @@
|
|
|
37
37
|
"CVE-2022-1471",
|
|
38
38
|
"CVE-2023-43654",
|
|
39
39
|
"CVE-2023-48022",
|
|
40
|
+
"CVE-2023-51449",
|
|
40
41
|
"CVE-2024-0132",
|
|
42
|
+
"CVE-2024-1561",
|
|
41
43
|
"CVE-2024-37032",
|
|
42
44
|
"CVE-2024-39722",
|
|
43
45
|
"CVE-2024-42478",
|
|
@@ -1367,10 +1369,12 @@
|
|
|
1367
1369
|
"CVE-2023-43000",
|
|
1368
1370
|
"CVE-2023-43654",
|
|
1369
1371
|
"CVE-2023-50224",
|
|
1372
|
+
"CVE-2023-51449",
|
|
1370
1373
|
"CVE-2023-52163",
|
|
1371
1374
|
"CVE-2024-0769",
|
|
1372
1375
|
"CVE-2024-11182",
|
|
1373
1376
|
"CVE-2024-12987",
|
|
1377
|
+
"CVE-2024-1561",
|
|
1374
1378
|
"CVE-2024-1708",
|
|
1375
1379
|
"CVE-2024-21762",
|
|
1376
1380
|
"CVE-2024-27199",
|
|
@@ -1778,7 +1782,9 @@
|
|
|
1778
1782
|
"CVE-2022-1471",
|
|
1779
1783
|
"CVE-2023-43654",
|
|
1780
1784
|
"CVE-2023-48022",
|
|
1785
|
+
"CVE-2023-51449",
|
|
1781
1786
|
"CVE-2024-0132",
|
|
1787
|
+
"CVE-2024-1561",
|
|
1782
1788
|
"CVE-2024-37032",
|
|
1783
1789
|
"CVE-2024-39722",
|
|
1784
1790
|
"CVE-2024-42478",
|
|
@@ -2145,7 +2151,9 @@
|
|
|
2145
2151
|
"opened_date": "2026-05-01",
|
|
2146
2152
|
"evidence_cves": [
|
|
2147
2153
|
"CVE-2023-48022",
|
|
2154
|
+
"CVE-2023-51449",
|
|
2148
2155
|
"CVE-2024-0132",
|
|
2156
|
+
"CVE-2024-1561",
|
|
2149
2157
|
"CVE-2024-40635",
|
|
2150
2158
|
"CVE-2024-42478",
|
|
2151
2159
|
"CVE-2024-42479",
|
|
@@ -2368,11 +2376,13 @@
|
|
|
2368
2376
|
"CVE-2023-43000",
|
|
2369
2377
|
"CVE-2023-43654",
|
|
2370
2378
|
"CVE-2023-50224",
|
|
2379
|
+
"CVE-2023-51449",
|
|
2371
2380
|
"CVE-2023-52163",
|
|
2372
2381
|
"CVE-2024-0132",
|
|
2373
2382
|
"CVE-2024-0769",
|
|
2374
2383
|
"CVE-2024-11182",
|
|
2375
2384
|
"CVE-2024-12987",
|
|
2385
|
+
"CVE-2024-1561",
|
|
2376
2386
|
"CVE-2024-1708",
|
|
2377
2387
|
"CVE-2024-21762",
|
|
2378
2388
|
"CVE-2024-27199",
|
|
@@ -4856,7 +4866,9 @@
|
|
|
4856
4866
|
"CVE-2022-1471",
|
|
4857
4867
|
"CVE-2023-43654",
|
|
4858
4868
|
"CVE-2023-48022",
|
|
4869
|
+
"CVE-2023-51449",
|
|
4859
4870
|
"CVE-2024-0132",
|
|
4871
|
+
"CVE-2024-1561",
|
|
4860
4872
|
"CVE-2024-21762",
|
|
4861
4873
|
"CVE-2024-37032",
|
|
4862
4874
|
"CVE-2024-39722",
|
|
@@ -5381,7 +5393,9 @@
|
|
|
5381
5393
|
"status": "open",
|
|
5382
5394
|
"opened_date": "2026-05-17",
|
|
5383
5395
|
"evidence_cves": [
|
|
5396
|
+
"CVE-2023-51449",
|
|
5384
5397
|
"CVE-2024-0132",
|
|
5398
|
+
"CVE-2024-1561",
|
|
5385
5399
|
"CVE-2024-21762",
|
|
5386
5400
|
"CVE-2024-37032",
|
|
5387
5401
|
"CVE-2024-39722",
|
|
@@ -5449,7 +5463,9 @@
|
|
|
5449
5463
|
"CVE-2022-1471",
|
|
5450
5464
|
"CVE-2023-43654",
|
|
5451
5465
|
"CVE-2023-48022",
|
|
5466
|
+
"CVE-2023-51449",
|
|
5452
5467
|
"CVE-2024-0132",
|
|
5468
|
+
"CVE-2024-1561",
|
|
5453
5469
|
"CVE-2024-21762",
|
|
5454
5470
|
"CVE-2024-37032",
|
|
5455
5471
|
"CVE-2024-39722",
|
|
@@ -7433,6 +7433,106 @@
|
|
|
7433
7433
|
"_auto_imported": false,
|
|
7434
7434
|
"_intake_method": "manual-verified-curation"
|
|
7435
7435
|
},
|
|
7436
|
+
"CVE-2024-1561": {
|
|
7437
|
+
"name": "Gradio /component_server Local File Read (Hugging Face Spaces Secret Theft)",
|
|
7438
|
+
"lesson_date": "2026-05-25",
|
|
7439
|
+
"attack_vector": {
|
|
7440
|
+
"description": "Gradio CWE-22 file read via the /component_server method-invocation endpoint: an unauthenticated request to a publicly reachable Gradio app reads arbitrary host files, including the secrets/tokens mounted into Hugging Face Spaces.",
|
|
7441
|
+
"privileges_required": "none (NVD PR:N) — unauthenticated against a public Gradio app",
|
|
7442
|
+
"complexity": "low (NVD AC:L)",
|
|
7443
|
+
"ai_factor": "The abused surface is the ML demo/UI framework behind Hugging Face Spaces and countless public ML demos. The lesson: an ML app framework's file-serving and component routes are access-control surfaces — they must enforce directory containment and not expose arbitrary method invocation, and apps holding secrets must not be reachable by untrusted clients. Horizon3.ai demonstrated mass secret theft from HF Spaces."
|
|
7444
|
+
},
|
|
7445
|
+
"framework_coverage": {
|
|
7446
|
+
"NIST-800-53-SI-2": {
|
|
7447
|
+
"covered": true,
|
|
7448
|
+
"adequate": false,
|
|
7449
|
+
"gap": "Does not track the ML demo/UI framework (Gradio) as managed, network-exposed software."
|
|
7450
|
+
},
|
|
7451
|
+
"NIST-800-53-SC-7": {
|
|
7452
|
+
"covered": true,
|
|
7453
|
+
"adequate": false,
|
|
7454
|
+
"gap": "Does not flag publicly reachable Gradio apps as a file-read / SSRF surface to host secrets."
|
|
7455
|
+
},
|
|
7456
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
7457
|
+
"covered": false,
|
|
7458
|
+
"adequate": false,
|
|
7459
|
+
"gap": "No framework treats the ML demo framework's file/component routes as an untrusted-input access-control surface."
|
|
7460
|
+
}
|
|
7461
|
+
},
|
|
7462
|
+
"compliance_exposure_score": {
|
|
7463
|
+
"percent_audit_passing_orgs_still_exposed": 72,
|
|
7464
|
+
"basis": "Public ML demos (HF Spaces) are deployed with secrets readable by the app process and the framework treated as trusted; file-serving routes are not audited for containment.",
|
|
7465
|
+
"theater_pattern": "ai_demo_framework_trust"
|
|
7466
|
+
},
|
|
7467
|
+
"ai_discovered_zeroday": false,
|
|
7468
|
+
"ai_discovery_source": "human_researcher",
|
|
7469
|
+
"ai_assist_factor": "none",
|
|
7470
|
+
"new_control_requirements": [
|
|
7471
|
+
{
|
|
7472
|
+
"id": "NEW-CTRL-095",
|
|
7473
|
+
"name": "AI-WEBUI-FILE-ROUTE-CONTAINMENT",
|
|
7474
|
+
"description": "An ML demo/UI framework's file-serving routes must enforce strict directory containment (canonicalize and verify the resolved path stays under the allowed temp directory), must not expose arbitrary component-method invocation, and must not perform server-side fetches of attacker-supplied URLs (SSRF). Upgrade Gradio to 4.13.0 or later, keep secrets out of the app process's readable filesystem, and do not expose secret-bearing Gradio apps to untrusted networks (HF Spaces). The distinguishing test: from an unauthenticated client, request a path-traversal file and an external URL against a staging app and confirm both are refused.",
|
|
7475
|
+
"evidence": "https://github.com/advisories/GHSA-g9cj-cfpp-4g2x",
|
|
7476
|
+
"gap_closes": [
|
|
7477
|
+
"NIST-800-53-SI-2",
|
|
7478
|
+
"NIST-800-53-SC-7",
|
|
7479
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
7480
|
+
]
|
|
7481
|
+
}
|
|
7482
|
+
],
|
|
7483
|
+
"_auto_imported": false,
|
|
7484
|
+
"_intake_method": "manual-verified-curation"
|
|
7485
|
+
},
|
|
7486
|
+
"CVE-2023-51449": {
|
|
7487
|
+
"name": "Gradio /file Route Path Traversal and SSRF Arbitrary File Read",
|
|
7488
|
+
"lesson_date": "2026-05-25",
|
|
7489
|
+
"attack_vector": {
|
|
7490
|
+
"description": "Gradio CWE-22 path traversal + SSRF on the /file route: an unauthenticated request to a publicly reachable Gradio app reads arbitrary host files, including the secrets/tokens mounted into Hugging Face Spaces.",
|
|
7491
|
+
"privileges_required": "none (NVD PR:N) — unauthenticated against a public Gradio app",
|
|
7492
|
+
"complexity": "low (NVD AC:L)",
|
|
7493
|
+
"ai_factor": "The abused surface is the ML demo/UI framework behind Hugging Face Spaces and countless public ML demos. The lesson: an ML app framework's file-serving and component routes are access-control surfaces — they must enforce directory containment and not expose arbitrary method invocation, and apps holding secrets must not be reachable by untrusted clients. Horizon3.ai demonstrated mass secret theft from HF Spaces."
|
|
7494
|
+
},
|
|
7495
|
+
"framework_coverage": {
|
|
7496
|
+
"NIST-800-53-SI-2": {
|
|
7497
|
+
"covered": true,
|
|
7498
|
+
"adequate": false,
|
|
7499
|
+
"gap": "Does not track the ML demo/UI framework (Gradio) as managed, network-exposed software."
|
|
7500
|
+
},
|
|
7501
|
+
"NIST-800-53-SC-7": {
|
|
7502
|
+
"covered": true,
|
|
7503
|
+
"adequate": false,
|
|
7504
|
+
"gap": "Does not flag publicly reachable Gradio apps as a file-read / SSRF surface to host secrets."
|
|
7505
|
+
},
|
|
7506
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
7507
|
+
"covered": false,
|
|
7508
|
+
"adequate": false,
|
|
7509
|
+
"gap": "No framework treats the ML demo framework's file/component routes as an untrusted-input access-control surface."
|
|
7510
|
+
}
|
|
7511
|
+
},
|
|
7512
|
+
"compliance_exposure_score": {
|
|
7513
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7514
|
+
"basis": "Public ML demos (HF Spaces) are deployed with secrets readable by the app process and the framework treated as trusted; file-serving routes are not audited for containment.",
|
|
7515
|
+
"theater_pattern": "ai_demo_framework_trust"
|
|
7516
|
+
},
|
|
7517
|
+
"ai_discovered_zeroday": false,
|
|
7518
|
+
"ai_discovery_source": "human_researcher",
|
|
7519
|
+
"ai_assist_factor": "none",
|
|
7520
|
+
"new_control_requirements": [
|
|
7521
|
+
{
|
|
7522
|
+
"id": "NEW-CTRL-095",
|
|
7523
|
+
"name": "AI-WEBUI-FILE-ROUTE-CONTAINMENT",
|
|
7524
|
+
"description": "An ML demo/UI framework's file-serving routes must enforce strict directory containment (canonicalize and verify the resolved path stays under the allowed temp directory), must not expose arbitrary component-method invocation, and must not perform server-side fetches of attacker-supplied URLs (SSRF). Upgrade Gradio to 4.11.0 or later, keep secrets out of the app process's readable filesystem, and do not expose secret-bearing Gradio apps to untrusted networks (HF Spaces). The distinguishing test: from an unauthenticated client, request a path-traversal file and an external URL against a staging app and confirm both are refused.",
|
|
7525
|
+
"evidence": "https://github.com/advisories/GHSA-6qm2-wpxq-7qh2",
|
|
7526
|
+
"gap_closes": [
|
|
7527
|
+
"NIST-800-53-SI-2",
|
|
7528
|
+
"NIST-800-53-SC-7",
|
|
7529
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
7530
|
+
]
|
|
7531
|
+
}
|
|
7532
|
+
],
|
|
7533
|
+
"_auto_imported": false,
|
|
7534
|
+
"_intake_method": "manual-verified-curation"
|
|
7535
|
+
},
|
|
7436
7536
|
"CVE-2024-39722": {
|
|
7437
7537
|
"name": "Ollama api/push Path Traversal File-Existence Disclosure",
|
|
7438
7538
|
"lesson_date": "2026-05-25",
|