CVE-2025-26159:
Laravel Starter Cross Site Scripting (XSS)
6.1
Basic Information
Technical Details
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
nasirkhan/laravel-starter | composer | < 11.11.0 | 11.11.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided commit information for version 11.11.0 (commit 959161aacdd5ea0036c6117de9a72d742f40caed) does not contain any changes related to the 'tags' feature or sanitization of the 'name' field, which is where the XSS vulnerability is described to exist. The changes in the commit are primarily dependency updates and modifications to asset files, with a minor change in UserController.php
related to password updates, which is not relevant to the described XSS in the tags feature. Without a clear patch in the commit addressing the XSS in the tags' name field, or access to the codebase of versions prior to 11.11.0, it's not possible to confidently identify the specific vulnerable functions based on the provided information. The vulnerability would likely reside in the controller methods responsible for storing, updating, and displaying tags, but these cannot be confirmed from the given data.