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
nes-vuetify-cve-2025-1461 | Kitploit
Tools/GitHubGitHub/neverendingsupport/nes-vuetify-cve-2025-1461
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityLearning & Education
GitHubneverendingsupport/nes-vuetify-cve-2025-1461

nes-vuetify-cve-2025-1461

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
8 months agoNot yet reviewed

Vuetify VCalendar XSS Vulnerability POC (CVE-2025-1461)

This repository contains a proof of concept demonstrating the XSS vulnerability in Vuetify's VCalendar component, specifically in the eventMoreText prop.

Vulnerability Details

  • CVE ID: CVE-2025-1461
  • Affected Versions: >=2.0.0 <3.0.0
  • Severity: Medium (4.6)
  • Category: Cross-Site Scripting (XSS)

Prerequisites

  • Node.js (v14-16)
  • npm

Installation

  1. Clone this repository:
root@kitploit:~
git clone https://github.com/neverendingsupport/nes-vuetify-cve-2025-1461
cd nes-vuetify-pocs
  1. Install dependencies:
root@kitploit:~
npm install

Running the POC

  1. Start the development server:
root@kitploit:~
npm run dev
  1. Open your browser and navigate to http://localhost:3000

Understanding the Vulnerability

The POC demonstrates how malicious HTML/JavaScript can be injected through the eventMoreText prop of the VCalendar component. When there are more events than can be displayed, the calendar shows a "more events" link that can execute arbitrary JavaScript code.

Related Links

  • Vuetify Documentation
  • Vuetify Calendar API
  • Vuetify NES
  • CVE-2025-1461 Details
Download Tool