@blamejs/exceptd-skills 0.13.84 → 0.13.85
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 +770 -0
- package/data/atlas-ttps.json +3 -0
- package/data/attack-techniques.json +4 -0
- package/data/cve-catalog.json +210 -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
|
@@ -143,6 +143,7 @@
|
|
|
143
143
|
"maturity": "high",
|
|
144
144
|
"last_verified": "2026-05-19",
|
|
145
145
|
"cve_refs": [
|
|
146
|
+
"CVE-2023-43654",
|
|
146
147
|
"CVE-2025-1550",
|
|
147
148
|
"CVE-2025-8747",
|
|
148
149
|
"CVE-2026-22778",
|
|
@@ -1701,6 +1702,7 @@
|
|
|
1701
1702
|
"stix_id": "attack-pattern--ebeed0c7-c5de-5049-8f27-efcae5f88b00",
|
|
1702
1703
|
"is_subtechnique": false,
|
|
1703
1704
|
"cve_refs": [
|
|
1705
|
+
"CVE-2023-43654",
|
|
1704
1706
|
"CVE-2023-48022",
|
|
1705
1707
|
"CVE-2024-42478",
|
|
1706
1708
|
"CVE-2024-42479",
|
|
@@ -2793,6 +2795,7 @@
|
|
|
2793
2795
|
"stix_id": "attack-pattern--a5cc5062-f672-510a-8a4f-a8d1aa7f5024",
|
|
2794
2796
|
"is_subtechnique": true,
|
|
2795
2797
|
"cve_refs": [
|
|
2798
|
+
"CVE-2022-1471",
|
|
2796
2799
|
"CVE-2025-1550",
|
|
2797
2800
|
"CVE-2025-8747"
|
|
2798
2801
|
]
|
|
@@ -269,6 +269,8 @@
|
|
|
269
269
|
"DS0017"
|
|
270
270
|
],
|
|
271
271
|
"cve_refs": [
|
|
272
|
+
"CVE-2022-1471",
|
|
273
|
+
"CVE-2023-43654",
|
|
272
274
|
"CVE-2023-48022",
|
|
273
275
|
"CVE-2024-42479",
|
|
274
276
|
"CVE-2024-50050",
|
|
@@ -823,6 +825,7 @@
|
|
|
823
825
|
"CVE-2020-25079",
|
|
824
826
|
"CVE-2021-22681",
|
|
825
827
|
"CVE-2021-26828",
|
|
828
|
+
"CVE-2022-1471",
|
|
826
829
|
"CVE-2022-37055",
|
|
827
830
|
"CVE-2022-40799",
|
|
828
831
|
"CVE-2022-48503",
|
|
@@ -832,6 +835,7 @@
|
|
|
832
835
|
"CVE-2023-33538",
|
|
833
836
|
"CVE-2023-3519",
|
|
834
837
|
"CVE-2023-39780",
|
|
838
|
+
"CVE-2023-43654",
|
|
835
839
|
"CVE-2023-48022",
|
|
836
840
|
"CVE-2023-52163",
|
|
837
841
|
"CVE-2024-12987",
|
package/data/cve-catalog.json
CHANGED
|
@@ -12347,6 +12347,216 @@
|
|
|
12347
12347
|
"_intake_method": "manual-verified-curation",
|
|
12348
12348
|
"_kev_short_description": "llama.cpp's RPC backend deserialize_tensor() still skips bounds checks via GRAPH_COMPUTE (buffer=0) — the GRAPH_COMPUTE path the b3561 fix missed — giving unauthenticated RCE; fixed in b8492."
|
|
12349
12349
|
},
|
|
12350
|
+
"CVE-2023-43654": {
|
|
12351
|
+
"name": "PyTorch TorchServe Management API SSRF to Remote Code Execution (ShellTorch)",
|
|
12352
|
+
"type": "RCE",
|
|
12353
|
+
"cvss_score": 9.8,
|
|
12354
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
12355
|
+
"cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL). The TorchServe management interface accepts model-configuration uploads from any domain (SSRF, CWE-918), and with the default all-interfaces bind and no authentication this becomes unauthenticated remote code execution.",
|
|
12356
|
+
"cisa_kev": false,
|
|
12357
|
+
"poc_available": true,
|
|
12358
|
+
"poc_description": "Documented by Oligo Security's ShellTorch research (and the vendor advisory): an unauthenticated request to the TorchServe management API registers a malicious model from a remote URL, leading to code execution.",
|
|
12359
|
+
"ai_discovered": false,
|
|
12360
|
+
"ai_discovery_source": "human_researcher",
|
|
12361
|
+
"ai_discovery_notes": "Disclosed by Oligo Security (ShellTorch) against PyTorch's TorchServe model server (maintained by Amazon and Meta).",
|
|
12362
|
+
"ai_assisted_weaponization": false,
|
|
12363
|
+
"ai_assisted_notes": "No AI-assisted weaponization; SSRF-to-RCE on an AI model server.",
|
|
12364
|
+
"active_exploitation": "none",
|
|
12365
|
+
"active_exploitation_notes": "Oligo found thousands of exposed TorchServe instances (including at major organizations); research disclosure with a coordinated fix, no confirmed adversary in-the-wild exploitation reported as of curation.",
|
|
12366
|
+
"affected": "PyTorch TorchServe 0.1.0 through 0.8.1 (fixed 0.8.2). The management API binds to all interfaces by default and has no built-in authentication.",
|
|
12367
|
+
"affected_versions": [
|
|
12368
|
+
"PyTorch TorchServe >= 0.1.0, <= 0.8.1"
|
|
12369
|
+
],
|
|
12370
|
+
"vector": "TorchServe's management API allows registering a model from a remote URL the server then fetches and writes to disk (SSRF, CWE-918). Because the management console binds to all interfaces by default and TorchServe has no authentication, an unauthenticated remote attacker uploads a malicious model configuration and achieves remote code execution — the core of the ShellTorch chain (Oligo).",
|
|
12371
|
+
"complexity": "low",
|
|
12372
|
+
"complexity_notes": "NVD AV:N / AC:L. PR:N — the default-configured management API is unauthenticated and network-exposed.",
|
|
12373
|
+
"patch_available": true,
|
|
12374
|
+
"patch_required_reboot": false,
|
|
12375
|
+
"live_patch_available": false,
|
|
12376
|
+
"live_patch_tools": [],
|
|
12377
|
+
"live_patch_notes": "Remediation is an upgrade to TorchServe 0.8.2 or later; redeploy, no host reboot.",
|
|
12378
|
+
"vendor_update_paths": [
|
|
12379
|
+
"Upgrade TorchServe to 0.8.2 or later, bind the management API to loopback only, enable authentication / a token, and restrict allowed_urls so model configs cannot be fetched from arbitrary domains."
|
|
12380
|
+
],
|
|
12381
|
+
"framework_control_gaps": {
|
|
12382
|
+
"NIST-800-53-IA-2": "Authentication is not enforced on the AI model server's management API; the default deployment is open and network-exposed.",
|
|
12383
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI model servers and their config/deserialization paths as managed, RCE-bearing software.",
|
|
12384
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the model server's management API / YAML config parsing as a code-execution surface.",
|
|
12385
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the AI model server's management plane as a privileged, unauthenticated control plane.",
|
|
12386
|
+
"DORA-Art-9": "ICT protection measures do not model an unauthenticated model-server takeover as an ICT-risk event.",
|
|
12387
|
+
"UK-CAF-B2": "Identity and Access Control objective has no requirement to authenticate the AI model server's management API.",
|
|
12388
|
+
"AU-ISM-1546": "Patch-application control does not single out AI model servers and their bundled deserialization libraries.",
|
|
12389
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the model server's management API + config deserialization as an untrusted, RCE-bearing surface; default-open management plus unsafe YAML turns config upload into full takeover."
|
|
12390
|
+
},
|
|
12391
|
+
"atlas_refs": [
|
|
12392
|
+
"AML.T0049",
|
|
12393
|
+
"AML.T0010"
|
|
12394
|
+
],
|
|
12395
|
+
"attack_refs": [
|
|
12396
|
+
"T1190",
|
|
12397
|
+
"T1059"
|
|
12398
|
+
],
|
|
12399
|
+
"rwep_score": 31,
|
|
12400
|
+
"rwep_factors": {
|
|
12401
|
+
"cisa_kev": 0,
|
|
12402
|
+
"poc_available": 20,
|
|
12403
|
+
"ai_factor": 0,
|
|
12404
|
+
"active_exploitation": 0,
|
|
12405
|
+
"blast_radius": 26,
|
|
12406
|
+
"patch_available": -15,
|
|
12407
|
+
"live_patch_available": 0,
|
|
12408
|
+
"reboot_required": 0
|
|
12409
|
+
},
|
|
12410
|
+
"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 minus patch 15. Note: thousands of TorchServe instances were found exposed, raising operational urgency beyond the RWEP number.",
|
|
12411
|
+
"epss_score": null,
|
|
12412
|
+
"epss_date": "2026-05-25",
|
|
12413
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
12414
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-43654",
|
|
12415
|
+
"cwe_refs": [
|
|
12416
|
+
"CWE-918"
|
|
12417
|
+
],
|
|
12418
|
+
"iocs": {
|
|
12419
|
+
"behavioral": [
|
|
12420
|
+
"TorchServe management API (default port 8081) reachable from untrusted networks without authentication.",
|
|
12421
|
+
"Model-register requests to TorchServe referencing a remote URL (model archive / config) controlled by an external party.",
|
|
12422
|
+
"TorchServe fetching and writing files from attacker-supplied URLs, or spawning processes after a model registration.",
|
|
12423
|
+
"TorchServe 0.1.0–0.8.1 with the management API bound to all interfaces — the exposed precondition."
|
|
12424
|
+
],
|
|
12425
|
+
"_ioc_source_note": "Behavioral signatures derived from Oligo Security's ShellTorch research (https://www.oligo.security/blog/shelltorch-explained-multiple-vulnerabilities-in-pytorch-model-server), the vendor advisory (https://github.com/pytorch/serve/security/advisories/GHSA-8fxr-qfr9-p34w), and NVD CVE-2023-43654 (CWE-918)."
|
|
12426
|
+
},
|
|
12427
|
+
"source_verified": "2026-05-25",
|
|
12428
|
+
"verification_sources": [
|
|
12429
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2023-43654",
|
|
12430
|
+
"https://www.oligo.security/blog/shelltorch-explained-multiple-vulnerabilities-in-pytorch-model-server",
|
|
12431
|
+
"https://github.com/pytorch/serve/security/advisories/GHSA-8fxr-qfr9-p34w"
|
|
12432
|
+
],
|
|
12433
|
+
"vendor_advisories": [
|
|
12434
|
+
{
|
|
12435
|
+
"vendor": "GitHub Security Advisory (pytorch/serve)",
|
|
12436
|
+
"advisory_id": "CVE-2023-43654",
|
|
12437
|
+
"url": "https://github.com/pytorch/serve/security/advisories/GHSA-8fxr-qfr9-p34w",
|
|
12438
|
+
"severity": "critical",
|
|
12439
|
+
"published_date": "2023-09-28"
|
|
12440
|
+
},
|
|
12441
|
+
{
|
|
12442
|
+
"vendor": "NVD",
|
|
12443
|
+
"advisory_id": "CVE-2023-43654",
|
|
12444
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43654",
|
|
12445
|
+
"severity": "critical",
|
|
12446
|
+
"published_date": "2023-09-28"
|
|
12447
|
+
}
|
|
12448
|
+
],
|
|
12449
|
+
"last_updated": "2026-05-25",
|
|
12450
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-918; NIST CVSS 9.8) + Oligo Security's ShellTorch research + the pytorch/serve advisory. Part of the ShellTorch TorchServe takeover chain.",
|
|
12451
|
+
"_auto_imported": false,
|
|
12452
|
+
"_intake_method": "manual-verified-curation",
|
|
12453
|
+
"_kev_short_description": "PyTorch TorchServe's unauthenticated, all-interfaces management API fetches and writes remote model configs (SSRF, CWE-918), giving unauthenticated RCE; the core of ShellTorch; fixed in 0.8.2."
|
|
12454
|
+
},
|
|
12455
|
+
"CVE-2022-1471": {
|
|
12456
|
+
"name": "SnakeYAML Constructor Unsafe Deserialization RCE (ShellTorch chain)",
|
|
12457
|
+
"type": "RCE",
|
|
12458
|
+
"cvss_score": 9.8,
|
|
12459
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
12460
|
+
"cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL); the CNA (Google) scored 8.3 (HIGH, PR:L). SnakeYAML's Constructor does not restrict instantiable types, so parsing attacker-controlled YAML yields arbitrary object instantiation and code execution (CWE-502 / CWE-20). In ShellTorch this is the deserialization leg reached via the TorchServe model config.",
|
|
12461
|
+
"cisa_kev": false,
|
|
12462
|
+
"poc_available": true,
|
|
12463
|
+
"poc_description": "Documented by Oligo Security's ShellTorch research (and the vendor advisory): parsing attacker-controlled YAML with the default SnakeYAML Constructor instantiates arbitrary types and executes code.",
|
|
12464
|
+
"ai_discovered": false,
|
|
12465
|
+
"ai_discovery_source": "human_researcher",
|
|
12466
|
+
"ai_discovery_notes": "Disclosed by Oligo Security (ShellTorch) as the deserialization leg of the TorchServe chain; SnakeYAML itself is a widely used Java YAML library.",
|
|
12467
|
+
"ai_assisted_weaponization": false,
|
|
12468
|
+
"ai_assisted_notes": "No AI-assisted weaponization; classic unsafe deserialization.",
|
|
12469
|
+
"active_exploitation": "none",
|
|
12470
|
+
"active_exploitation_notes": "Oligo found thousands of exposed TorchServe instances (including at major organizations); research disclosure with a coordinated fix, no confirmed adversary in-the-wild exploitation reported as of curation.",
|
|
12471
|
+
"affected": "SnakeYAML before 2.0 (fixed in 2.0, which defaults to SafeConstructor). Reached in ShellTorch through TorchServe's YAML model-config parsing.",
|
|
12472
|
+
"affected_versions": [
|
|
12473
|
+
"SnakeYAML < 2.0"
|
|
12474
|
+
],
|
|
12475
|
+
"vector": "SnakeYAML's default Constructor instantiates arbitrary Java types named in the YAML, so deserializing attacker-controlled YAML executes code (CWE-502). Any service that parses untrusted YAML with the unsafe Constructor is exposed; in the ShellTorch chain TorchServe parses an attacker-supplied model configuration, turning the SSRF into full RCE.",
|
|
12476
|
+
"complexity": "low",
|
|
12477
|
+
"complexity_notes": "NVD AV:N / AC:L. NVD assesses PR:N (CNA Google assessed PR:L).",
|
|
12478
|
+
"patch_available": true,
|
|
12479
|
+
"patch_required_reboot": false,
|
|
12480
|
+
"live_patch_available": false,
|
|
12481
|
+
"live_patch_tools": [],
|
|
12482
|
+
"live_patch_notes": "Remediation is an upgrade to SnakeYAML 2.0 or later (SafeConstructor default); redeploy, no host reboot.",
|
|
12483
|
+
"vendor_update_paths": [
|
|
12484
|
+
"Upgrade SnakeYAML to 2.0 or later, or construct YAML parsers with SafeConstructor. For TorchServe, also apply CVE-2023-43654 mitigations so untrusted model configs never reach the parser."
|
|
12485
|
+
],
|
|
12486
|
+
"framework_control_gaps": {
|
|
12487
|
+
"NIST-800-53-IA-2": "Authentication is not enforced on the AI model server's management API; the default deployment is open and network-exposed.",
|
|
12488
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI model servers and their config/deserialization paths as managed, RCE-bearing software.",
|
|
12489
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the model server's management API / YAML config parsing as a code-execution surface.",
|
|
12490
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the AI model server's management plane as a privileged, unauthenticated control plane.",
|
|
12491
|
+
"DORA-Art-9": "ICT protection measures do not model an unauthenticated model-server takeover as an ICT-risk event.",
|
|
12492
|
+
"UK-CAF-B2": "Identity and Access Control objective has no requirement to authenticate the AI model server's management API.",
|
|
12493
|
+
"AU-ISM-1546": "Patch-application control does not single out AI model servers and their bundled deserialization libraries.",
|
|
12494
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the model server's management API + config deserialization as an untrusted, RCE-bearing surface; default-open management plus unsafe YAML turns config upload into full takeover."
|
|
12495
|
+
},
|
|
12496
|
+
"atlas_refs": [
|
|
12497
|
+
"AML.T0011.000"
|
|
12498
|
+
],
|
|
12499
|
+
"attack_refs": [
|
|
12500
|
+
"T1190",
|
|
12501
|
+
"T1059"
|
|
12502
|
+
],
|
|
12503
|
+
"rwep_score": 29,
|
|
12504
|
+
"rwep_factors": {
|
|
12505
|
+
"cisa_kev": 0,
|
|
12506
|
+
"poc_available": 20,
|
|
12507
|
+
"ai_factor": 0,
|
|
12508
|
+
"active_exploitation": 0,
|
|
12509
|
+
"blast_radius": 24,
|
|
12510
|
+
"patch_available": -15,
|
|
12511
|
+
"live_patch_available": 0,
|
|
12512
|
+
"reboot_required": 0
|
|
12513
|
+
},
|
|
12514
|
+
"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 minus patch 15. Note: thousands of TorchServe instances were found exposed, raising operational urgency beyond the RWEP number.",
|
|
12515
|
+
"epss_score": null,
|
|
12516
|
+
"epss_date": "2026-05-25",
|
|
12517
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
12518
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2022-1471",
|
|
12519
|
+
"cwe_refs": [
|
|
12520
|
+
"CWE-502",
|
|
12521
|
+
"CWE-20"
|
|
12522
|
+
],
|
|
12523
|
+
"iocs": {
|
|
12524
|
+
"behavioral": [
|
|
12525
|
+
"A service parsing untrusted YAML with SnakeYAML's default Constructor instantiating unexpected Java types (e.g. ScriptEngine, URLClassLoader) during load.",
|
|
12526
|
+
"YAML payloads containing !!javax / !!java type tags or remote class-loading constructs reaching a YAML parser.",
|
|
12527
|
+
"Process or class-loading activity triggered by YAML deserialization of externally supplied content.",
|
|
12528
|
+
"SnakeYAML < 2.0 on the classpath of a service that parses untrusted YAML — the exposed precondition."
|
|
12529
|
+
],
|
|
12530
|
+
"_ioc_source_note": "Behavioral signatures derived from Oligo Security's ShellTorch research (https://www.oligo.security/blog/shelltorch-explained-multiple-vulnerabilities-in-pytorch-model-server), the vendor advisory (https://github.com/advisories/GHSA-mjmj-j48q-9wg2), and NVD CVE-2022-1471 (CWE-502/CWE-20)."
|
|
12531
|
+
},
|
|
12532
|
+
"source_verified": "2026-05-25",
|
|
12533
|
+
"verification_sources": [
|
|
12534
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2022-1471",
|
|
12535
|
+
"https://www.oligo.security/blog/shelltorch-explained-multiple-vulnerabilities-in-pytorch-model-server",
|
|
12536
|
+
"https://github.com/advisories/GHSA-mjmj-j48q-9wg2"
|
|
12537
|
+
],
|
|
12538
|
+
"vendor_advisories": [
|
|
12539
|
+
{
|
|
12540
|
+
"vendor": "SnakeYAML / NVD",
|
|
12541
|
+
"advisory_id": "CVE-2022-1471",
|
|
12542
|
+
"url": "https://github.com/advisories/GHSA-mjmj-j48q-9wg2",
|
|
12543
|
+
"severity": "critical",
|
|
12544
|
+
"published_date": "2022-12-01"
|
|
12545
|
+
},
|
|
12546
|
+
{
|
|
12547
|
+
"vendor": "NVD",
|
|
12548
|
+
"advisory_id": "CVE-2022-1471",
|
|
12549
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1471",
|
|
12550
|
+
"severity": "critical",
|
|
12551
|
+
"published_date": "2022-12-01"
|
|
12552
|
+
}
|
|
12553
|
+
],
|
|
12554
|
+
"last_updated": "2026-05-25",
|
|
12555
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-502/CWE-20; NIST CVSS 9.8) + Oligo Security's ShellTorch research + the SnakeYAML advisory. Part of the ShellTorch TorchServe takeover chain.",
|
|
12556
|
+
"_auto_imported": false,
|
|
12557
|
+
"_intake_method": "manual-verified-curation",
|
|
12558
|
+
"_kev_short_description": "SnakeYAML's default Constructor deserializes arbitrary types from untrusted YAML (CWE-502), enabling RCE; fixed in 2.0 (SafeConstructor default). The deserialization leg of the ShellTorch TorchServe chain."
|
|
12559
|
+
},
|
|
12350
12560
|
"CVE-2026-41091": {
|
|
12351
12561
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
12352
12562
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"fuzz-testing-strategy"
|
|
49
49
|
],
|
|
50
50
|
"evidence_cves": [
|
|
51
|
+
"CVE-2022-1471",
|
|
51
52
|
"CVE-2024-3154",
|
|
52
53
|
"CVE-2025-20393",
|
|
53
54
|
"CVE-2025-54236",
|
|
@@ -1303,6 +1304,7 @@
|
|
|
1303
1304
|
"webapp-security"
|
|
1304
1305
|
],
|
|
1305
1306
|
"evidence_cves": [
|
|
1307
|
+
"CVE-2022-1471",
|
|
1306
1308
|
"CVE-2023-21529",
|
|
1307
1309
|
"CVE-2024-50050",
|
|
1308
1310
|
"CVE-2024-8069",
|
|
@@ -1828,6 +1830,7 @@
|
|
|
1828
1830
|
"CVE-2021-22054",
|
|
1829
1831
|
"CVE-2021-22175",
|
|
1830
1832
|
"CVE-2021-39935",
|
|
1833
|
+
"CVE-2023-43654",
|
|
1831
1834
|
"CVE-2023-48022",
|
|
1832
1835
|
"CVE-2025-61884"
|
|
1833
1836
|
],
|
|
@@ -34,6 +34,8 @@
|
|
|
34
34
|
"status": "open",
|
|
35
35
|
"opened_date": "2026-01-01",
|
|
36
36
|
"evidence_cves": [
|
|
37
|
+
"CVE-2022-1471",
|
|
38
|
+
"CVE-2023-43654",
|
|
37
39
|
"CVE-2023-48022",
|
|
38
40
|
"CVE-2024-0132",
|
|
39
41
|
"CVE-2024-42478",
|
|
@@ -1346,6 +1348,7 @@
|
|
|
1346
1348
|
"CVE-2021-39935",
|
|
1347
1349
|
"CVE-2021-43226",
|
|
1348
1350
|
"CVE-2021-43798",
|
|
1351
|
+
"CVE-2022-1471",
|
|
1349
1352
|
"CVE-2022-20775",
|
|
1350
1353
|
"CVE-2022-37055",
|
|
1351
1354
|
"CVE-2022-40799",
|
|
@@ -1360,6 +1363,7 @@
|
|
|
1360
1363
|
"CVE-2023-39780",
|
|
1361
1364
|
"CVE-2023-41974",
|
|
1362
1365
|
"CVE-2023-43000",
|
|
1366
|
+
"CVE-2023-43654",
|
|
1363
1367
|
"CVE-2023-50224",
|
|
1364
1368
|
"CVE-2023-52163",
|
|
1365
1369
|
"CVE-2024-0769",
|
|
@@ -1767,6 +1771,8 @@
|
|
|
1767
1771
|
"status": "open",
|
|
1768
1772
|
"opened_date": "2026-03-15",
|
|
1769
1773
|
"evidence_cves": [
|
|
1774
|
+
"CVE-2022-1471",
|
|
1775
|
+
"CVE-2023-43654",
|
|
1770
1776
|
"CVE-2023-48022",
|
|
1771
1777
|
"CVE-2024-0132",
|
|
1772
1778
|
"CVE-2024-42478",
|
|
@@ -2336,6 +2342,7 @@
|
|
|
2336
2342
|
"CVE-2021-39935",
|
|
2337
2343
|
"CVE-2021-43226",
|
|
2338
2344
|
"CVE-2021-43798",
|
|
2345
|
+
"CVE-2022-1471",
|
|
2339
2346
|
"CVE-2022-20775",
|
|
2340
2347
|
"CVE-2022-37055",
|
|
2341
2348
|
"CVE-2022-40799",
|
|
@@ -2351,6 +2358,7 @@
|
|
|
2351
2358
|
"CVE-2023-39780",
|
|
2352
2359
|
"CVE-2023-41974",
|
|
2353
2360
|
"CVE-2023-43000",
|
|
2361
|
+
"CVE-2023-43654",
|
|
2354
2362
|
"CVE-2023-50224",
|
|
2355
2363
|
"CVE-2023-52163",
|
|
2356
2364
|
"CVE-2024-0132",
|
|
@@ -3623,6 +3631,8 @@
|
|
|
3623
3631
|
"status": "open",
|
|
3624
3632
|
"opened_date": "2026-05-13",
|
|
3625
3633
|
"evidence_cves": [
|
|
3634
|
+
"CVE-2022-1471",
|
|
3635
|
+
"CVE-2023-43654",
|
|
3626
3636
|
"CVE-2023-48022",
|
|
3627
3637
|
"CVE-2026-24206",
|
|
3628
3638
|
"CVE-2026-24207"
|
|
@@ -4833,6 +4843,8 @@
|
|
|
4833
4843
|
"status": "open",
|
|
4834
4844
|
"opened_date": "2026-05-15",
|
|
4835
4845
|
"evidence_cves": [
|
|
4846
|
+
"CVE-2022-1471",
|
|
4847
|
+
"CVE-2023-43654",
|
|
4836
4848
|
"CVE-2023-48022",
|
|
4837
4849
|
"CVE-2024-0132",
|
|
4838
4850
|
"CVE-2024-21762",
|
|
@@ -5420,6 +5432,8 @@
|
|
|
5420
5432
|
"status": "open",
|
|
5421
5433
|
"opened_date": "2026-05-17",
|
|
5422
5434
|
"evidence_cves": [
|
|
5435
|
+
"CVE-2022-1471",
|
|
5436
|
+
"CVE-2023-43654",
|
|
5423
5437
|
"CVE-2023-48022",
|
|
5424
5438
|
"CVE-2024-0132",
|
|
5425
5439
|
"CVE-2024-21762",
|
|
@@ -5725,6 +5739,8 @@
|
|
|
5725
5739
|
"opened_date": "2026-05-18",
|
|
5726
5740
|
"evidence_cves": [
|
|
5727
5741
|
"CVE-2020-10148",
|
|
5742
|
+
"CVE-2022-1471",
|
|
5743
|
+
"CVE-2023-43654",
|
|
5728
5744
|
"CVE-2023-48022",
|
|
5729
5745
|
"CVE-2024-1709",
|
|
5730
5746
|
"CVE-2026-20182",
|
|
@@ -7333,6 +7333,106 @@
|
|
|
7333
7333
|
"_auto_imported": false,
|
|
7334
7334
|
"_intake_method": "manual-verified-curation"
|
|
7335
7335
|
},
|
|
7336
|
+
"CVE-2023-43654": {
|
|
7337
|
+
"name": "PyTorch TorchServe Management API SSRF to Remote Code Execution (ShellTorch)",
|
|
7338
|
+
"lesson_date": "2026-05-25",
|
|
7339
|
+
"attack_vector": {
|
|
7340
|
+
"description": "PyTorch TorchServe Management API SSRF to Remote Code Execution (ShellTorch): CWE-918 SSRF in the management API. In the ShellTorch chain, an unauthenticated, network-exposed TorchServe management API accepts a remote model configuration and parses it with an unsafe YAML deserializer, yielding full remote code execution on the model server.",
|
|
7341
|
+
"privileges_required": "none (NVD PR:N) — default-configured TorchServe is open and unauthenticated",
|
|
7342
|
+
"complexity": "low (NVD AC:L)",
|
|
7343
|
+
"ai_factor": "The abused surface is an AI model server (TorchServe, maintained by Amazon and Meta) and the libraries it bundles. The lesson: a model server's management API is a privileged control plane that must authenticate, bind to loopback, and never deserialize untrusted config unsafely — Oligo found thousands of exposed instances at major organizations, so the default-open posture is the real-world exposure."
|
|
7344
|
+
},
|
|
7345
|
+
"framework_coverage": {
|
|
7346
|
+
"NIST-800-53-IA-2": {
|
|
7347
|
+
"covered": true,
|
|
7348
|
+
"adequate": false,
|
|
7349
|
+
"gap": "Authentication is not enforced on the model server's management API; the default deployment is open and network-exposed."
|
|
7350
|
+
},
|
|
7351
|
+
"NIST-800-53-SI-2": {
|
|
7352
|
+
"covered": true,
|
|
7353
|
+
"adequate": false,
|
|
7354
|
+
"gap": "Does not track AI model servers and their bundled deserialization libraries as managed, RCE-bearing software."
|
|
7355
|
+
},
|
|
7356
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
7357
|
+
"covered": false,
|
|
7358
|
+
"adequate": false,
|
|
7359
|
+
"gap": "No framework treats the model server's management API + config deserialization as an untrusted, RCE-bearing surface."
|
|
7360
|
+
}
|
|
7361
|
+
},
|
|
7362
|
+
"compliance_exposure_score": {
|
|
7363
|
+
"percent_audit_passing_orgs_still_exposed": 74,
|
|
7364
|
+
"basis": "Model servers are deployed with default-open management planes on trusted-network assumptions; bundled YAML/deserialization libraries are not tracked.",
|
|
7365
|
+
"theater_pattern": "default_open_management_plane"
|
|
7366
|
+
},
|
|
7367
|
+
"ai_discovered_zeroday": false,
|
|
7368
|
+
"ai_discovery_source": "human_researcher",
|
|
7369
|
+
"ai_assist_factor": "none",
|
|
7370
|
+
"new_control_requirements": [
|
|
7371
|
+
{
|
|
7372
|
+
"id": "NEW-CTRL-093",
|
|
7373
|
+
"name": "AI-MODEL-SERVER-MANAGEMENT-API-HARDENING",
|
|
7374
|
+
"description": "An AI model server's management API must authenticate every caller, bind to loopback (not all interfaces) by default, restrict model sources to an allow-list (no fetching configs/archives from arbitrary URLs), and parse configuration with safe deserializers (SafeConstructor / no arbitrary type instantiation). Upgrade TorchServe 0.8.2+ and bind the management API to loopback with authentication. The distinguishing test: from an unauthenticated remote client, attempt to register a model from an attacker URL against a staging model server and confirm it is refused and no remote content is fetched or deserialized.",
|
|
7375
|
+
"evidence": "https://github.com/pytorch/serve/security/advisories/GHSA-8fxr-qfr9-p34w",
|
|
7376
|
+
"gap_closes": [
|
|
7377
|
+
"NIST-800-53-IA-2",
|
|
7378
|
+
"NIST-800-53-SI-2",
|
|
7379
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
7380
|
+
]
|
|
7381
|
+
}
|
|
7382
|
+
],
|
|
7383
|
+
"_auto_imported": false,
|
|
7384
|
+
"_intake_method": "manual-verified-curation"
|
|
7385
|
+
},
|
|
7386
|
+
"CVE-2022-1471": {
|
|
7387
|
+
"name": "SnakeYAML Constructor Unsafe Deserialization RCE (ShellTorch chain)",
|
|
7388
|
+
"lesson_date": "2026-05-25",
|
|
7389
|
+
"attack_vector": {
|
|
7390
|
+
"description": "SnakeYAML Constructor Unsafe Deserialization RCE (ShellTorch chain): CWE-502 unsafe YAML deserialization. In the ShellTorch chain, an unauthenticated, network-exposed TorchServe management API accepts a remote model configuration and parses it with an unsafe YAML deserializer, yielding full remote code execution on the model server.",
|
|
7391
|
+
"privileges_required": "none for services parsing untrusted YAML (NVD PR:N; CNA Google PR:L)",
|
|
7392
|
+
"complexity": "low (NVD AC:L)",
|
|
7393
|
+
"ai_factor": "The abused surface is an AI model server (TorchServe, maintained by Amazon and Meta) and the libraries it bundles. The lesson: a model server's management API is a privileged control plane that must authenticate, bind to loopback, and never deserialize untrusted config unsafely — Oligo found thousands of exposed instances at major organizations, so the default-open posture is the real-world exposure."
|
|
7394
|
+
},
|
|
7395
|
+
"framework_coverage": {
|
|
7396
|
+
"NIST-800-53-IA-2": {
|
|
7397
|
+
"covered": true,
|
|
7398
|
+
"adequate": false,
|
|
7399
|
+
"gap": "Authentication is not enforced on the model server's management API; the default deployment is open and network-exposed."
|
|
7400
|
+
},
|
|
7401
|
+
"NIST-800-53-SI-2": {
|
|
7402
|
+
"covered": true,
|
|
7403
|
+
"adequate": false,
|
|
7404
|
+
"gap": "Does not track AI model servers and their bundled deserialization libraries as managed, RCE-bearing software."
|
|
7405
|
+
},
|
|
7406
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
7407
|
+
"covered": false,
|
|
7408
|
+
"adequate": false,
|
|
7409
|
+
"gap": "No framework treats the model server's management API + config deserialization as an untrusted, RCE-bearing surface."
|
|
7410
|
+
}
|
|
7411
|
+
},
|
|
7412
|
+
"compliance_exposure_score": {
|
|
7413
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7414
|
+
"basis": "Model servers are deployed with default-open management planes on trusted-network assumptions; bundled YAML/deserialization libraries are not tracked.",
|
|
7415
|
+
"theater_pattern": "default_open_management_plane"
|
|
7416
|
+
},
|
|
7417
|
+
"ai_discovered_zeroday": false,
|
|
7418
|
+
"ai_discovery_source": "human_researcher",
|
|
7419
|
+
"ai_assist_factor": "none",
|
|
7420
|
+
"new_control_requirements": [
|
|
7421
|
+
{
|
|
7422
|
+
"id": "NEW-CTRL-093",
|
|
7423
|
+
"name": "AI-MODEL-SERVER-MANAGEMENT-API-HARDENING",
|
|
7424
|
+
"description": "An AI model server's management API must authenticate every caller, bind to loopback (not all interfaces) by default, restrict model sources to an allow-list (no fetching configs/archives from arbitrary URLs), and parse configuration with safe deserializers (SafeConstructor / no arbitrary type instantiation). Upgrade SnakeYAML 2.0+ (SafeConstructor default) or construct parsers with SafeConstructor. The distinguishing test: from an unauthenticated remote client, attempt to register a model from an attacker URL against a staging model server and confirm it is refused and no remote content is fetched or deserialized.",
|
|
7425
|
+
"evidence": "https://nvd.nist.gov/vuln/detail/CVE-2022-1471",
|
|
7426
|
+
"gap_closes": [
|
|
7427
|
+
"NIST-800-53-IA-2",
|
|
7428
|
+
"NIST-800-53-SI-2",
|
|
7429
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
7430
|
+
]
|
|
7431
|
+
}
|
|
7432
|
+
],
|
|
7433
|
+
"_auto_imported": false,
|
|
7434
|
+
"_intake_method": "manual-verified-curation"
|
|
7435
|
+
},
|
|
7336
7436
|
"CVE-2025-34291": {
|
|
7337
7437
|
"name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
|
|
7338
7438
|
"lesson_date": "2026-05-24",
|