Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Netbox-CVE-2023-37625 — Proof-of-concept for CVE-2023-37625, a stored XSS in Netbox Custom Links, demonstrating payload injection and execution. | Kitploit
Tools/GitHubGitHub/benjaminpsinclair/netbox-cve-2023-37625
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubbenjaminpsinclair/netbox-cve-2023-37625

Netbox-CVE-2023-37625

Proof-of-concept for CVE-2023-37625, a stored XSS in Netbox Custom Links, demonstrating payload injection and execution.

View Repository
13 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Netbox-CVE-2023-37625

Description

A stored cross-site scripting (XSS) vulnerability in Netbox < 3.4.7 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Custom Link templates.

Technical Details

A stored Cross-Site Scripting vulnerability was discovered in the custom link function of the web application. This vulnerability is a result of insufficient sanitisation of the Link URL field.

To reproduce this vulnerability, the following steps may be performed:

  1. Navigate to Custom Links under the Other tab.
  2. Create a custom link with the following Link URL value, and assign the link to a model. In this example 'manufacturer' has been selected.:
root@kitploit:~
{{'test1"</a><script>alert(1)</script>'}}
XSScustomlink
  1. Add a new model, in this example add a 'manufacturer' model.
addmanufacturer
  1. Open the newly created model as any authenticated user, and observer that the alert box has executed.
payload
Download Tool