CVE-2026-47619
The CVSS 8.1 assigned to CVE-2026-47619 in NVIDIA's Dynamo for Linux warrants scrutiny before accepting it at face value. The vulnerability is explicitly located in 'examples and recipes' — demonstration code that users are told not to deploy unchanged. This creates a tension: example code typically lacks the privilege boundaries, network exposure, and production integration that justify an 8.1 severity with code execution potential. If this flaw truly enables code execution, the likely explanation is that these examples import or depend on a shared core library component, meaning the attack surface is the framework itself and the 'examples' qualifier obscures the real exposure. The EPSS score of 0.00446 is conspicuously low for this severity. This disconnect is analytically meaningful — EPSS reflects actual attacker behavior, not theoretical exploitability. For a vulnerability in framework examples, low EPSS likely indicates the attack requires domain knowledge, specific training configurations, or local access that limits automation. Attackers rationally pursue lower-hanging fruit; this doesn't mean code execution is impossible, just that weaponization hasn't been worthwhile yet. A critical insight: example directories in ML frameworks are often written early in the lifecycle when security assumptions were looser, maintained at lower rigor than core libraries, and silently pinned to API versions the framework has since moved past. These examples can function as a time capsule — importing internal modules that now carry different privilege semantics without the examples updating their expectations. The privilege escalation may come not from examples running in a production pipeline, but from examples exposing the gap between the framework's current security model and its historical assumptions. For defenders: verify whether your Dynamo deployment imports or invokes any example code paths. Check for dependencies between example scripts and core framework modules. Treat example code with the same security review rigor as core components — the historical pattern shows that example vulnerabilities often mask framework-level flaws. Monitor for sibling CVEs; historical precedent from similar ML framework disclosures suggests the disclosure may evolve as researchers trace the import chains. The question isn't whether the CVSS is inflated, but whether the blast radius extends beyond the examples directory into everything your training jobs can reach from inside their privilege boundary.
Reviewed through automated stages and approved by a human before publication.