CVE-2025-62798
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| code16 | sharp | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Scripting (XSS) issue in the Sharp content management framework for Laravel, specifically in versions prior to 9.11.1. It occurs when the SharpShowTextField component renders content containing expressions wrapped in {{ & }}. These expressions were evaluated by Vue, allowing attackers to inject arbitrary JavaScript or HTML that executes in the browser when the field is displayed.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute arbitrary JavaScript or HTML in the browser of users viewing the affected content. This can lead to unauthorized actions such as stealing session cookies, redirecting users to malicious sites, or performing actions on behalf of the user, potentially compromising user data and application integrity.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the Sharp package to version 9.11.1 or later, as this version contains the fix for the Cross-Site Scripting (XSS) vulnerability in the SharpShowTextField component.