Cyber Resilience

CVE-2026-39399

Critical

Published: 14 April 2026

Published
14 April 2026
Modified
17 April 2026
KEV Added
Patch
CVSS Score v3.1 9.6 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H
EPSS Score 0.0053 40.5th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-39399 is a critical-severity Improper Input Validation (CWE-20) vulnerability. Its CVSS base score is 9.6 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 40.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-39399 affects the NuGetGallery backend job's handling of .nuspec files within NuGet packages hosted on nuget.org, the package repository powered by NuGet Gallery. The vulnerability stems from insufficient input validation (CWE-20) and path traversal (CWE-22), allowing an attacker to supply a crafted .nuspec file containing malicious metadata. This leads to cross-package metadata injection, where unsanitized package identifiers enable URI fragment injection to manipulate blob path resolution.

Attackers with low privileges (PR:L), such as authenticated users able to upload packages, can exploit this over the network (AV:N) with low complexity (AC:L) and no user interaction (UI:N). Successful exploitation grants control over resolved blob paths, enabling arbitrary writes to blobs in the storage container—not limited to .nupkg files—potentially resulting in remote code execution (RCE), tampering of existing content, high integrity impact (I:H), and high availability impact (A:H) with changed scope (S:C). The CVSS v3.1 base score is 9.6.

The issue has been patched in NuGetGallery commit 0e80f87628349207cdcaf55358491f8a6f1ca276. Additional mitigation details are provided in the GitHub security advisory at GHSA-9r3h-v4hx-rhfr and the patch commit.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

NuGet Gallery is a package repository that powers nuget.org. A security vulnerability exists in the NuGetGallery backend job’s handling of .nuspec files within NuGet packages. An attacker can supply a crafted nuspec file with malicious metadata, leading to cross package…

more

metadata injection that may result in remote code execution (RCE) and/or arbitrary blob writes due to insufficient input validation. The issue is exploitable via URI fragment injection using unsanitized package identifiers, allowing an attacker to control the resolved blob path. This enables writes to arbitrary blobs within the storage container, not limited to .nupkg files, resulting in potential tampering of existing content. This issue has been patched in commit 0e80f87628349207cdcaf55358491f8a6f1ca276.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1195.002 Compromise Software Supply Chain Initial Access
Adversaries may manipulate application software prior to receipt by a final consumer for the purpose of data or system compromise.
Why these techniques?

The vulnerability enables exploitation of a public-facing application (nuget.org NuGet Gallery) via crafted .nuspec files in package uploads (T1190), allowing path traversal for arbitrary blob writes and tampering of package content, facilitating software supply chain compromise (T1195.002).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-44522Shared CWE-20, CWE-22
CVE-2025-29847Shared CWE-20, CWE-22
CVE-2025-68398Shared CWE-20, CWE-22
CVE-2025-2505Shared CWE-22
CVE-2026-35605Shared CWE-22
CVE-2025-53632Shared CWE-22
CVE-2026-4755Shared CWE-20
CVE-2026-25055Shared CWE-22
CVE-2026-4619Shared CWE-22
CVE-2026-39408Shared CWE-22

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses insufficient input validation of .nuspec metadata and unsanitized package identifiers to prevent crafted inputs enabling URI fragment injection, path traversal, and arbitrary blob writes.

prevent

Restricts types, amounts, and characteristics of inputs like package identifiers to block path traversal payloads and malicious metadata in uploaded NuGet packages.

prevent

Requires timely flaw remediation through patching vulnerabilities like this input validation issue, as implemented in the referenced commit to prevent exploitation.

References