CVE-2024-37304

NuGet Gallery is a package repository that powers nuget.org. The NuGetGallery has a security vulnerability related to its handling of autolinks in Markdown content. While the platform properly filters out JavaScript from standard links, it does not adequately sanitize autolinks. This oversight allows attackers to exploit autolinks as a vector for Cross-Site Scripting (XSS) attacks. When a user inputs a Markdown autolink such as `<javascript:alert(1)>`, the link is rendered without proper sanitization. This means that the JavaScript code within the autolink can be executed by the browser, leading to an XSS attack. Version 2024.05.28 contains a patch for this issue.
Configurations

Configuration 1 (hide)

cpe:2.3:a:microsoft:nugetgallery:*:*:*:*:*:*:*:*

History

04 Sep 2025, 19:12

Type Values Removed Values Added
References () https://github.com/NuGet/NuGetGallery/commit/c52b023659f4ad7b626874c1063f2b5e878a4fe0 - () https://github.com/NuGet/NuGetGallery/commit/c52b023659f4ad7b626874c1063f2b5e878a4fe0 - Patch
References () https://github.com/NuGet/NuGetGallery/pull/9836 - () https://github.com/NuGet/NuGetGallery/pull/9836 - Issue Tracking
References () https://github.com/NuGet/NuGetGallery/security/advisories/GHSA-gwjh-c548-f787 - () https://github.com/NuGet/NuGetGallery/security/advisories/GHSA-gwjh-c548-f787 - Vendor Advisory
First Time Microsoft nugetgallery
Microsoft
CPE cpe:2.3:a:microsoft:nugetgallery:*:*:*:*:*:*:*:*

Information

Published : 2024-06-12 15:15

Updated : 2025-09-04 19:12


NVD link : CVE-2024-37304

Mitre link : CVE-2024-37304

CVE.ORG link : CVE-2024-37304


JSON object : View

Products Affected

microsoft

  • nugetgallery
CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')