CVE-2025-62415: bagisto - Cross Site Scripting (XSS) in TinyMCE Image Upload (HTML)
Summary In Bagisto v2.3.7, the TinyMCE image upload functionality allows an attacker with sufficient privileges (e.g. admin) to upload a crafted HTML file containing embedded JavaScript. When viewed, the malicious code executes in the context of the admin/user’s browser.
Details The application blocks the uploading of HTML files; however, if the backend detected that the content of the .png file is HTML or JavaScript, the file extension will be automatically converted from .png to .html. When the HTML is viewed, it will execute the JavaScript code.
PoC Created a html file, renamed the extension to .png, and uploaded the file. It was converted to HTML file in the backend. When opened in another tab, the JavaScript code will execute. <img width="1605" height="702" alt="image" src="https://github.com/user-attachments/assets/bd9406aa-2380-464f-ac21-32d483639969" /> <img width="1358" height="314" alt="image" src="https://github.com/user-attachments/assets/e5a64a5a-39fb-4fdb-ada9-14c4b9554803" />
Impact A aalicious script is stored in HTML file and executed when the content is viewed. An attacker (with upload privilege) can target other admin users or editors who view the content, enabling session hijacking, unauthorized actions, or privilege escalation.
Other sources
Bagisto is an open source laravel eCommerce platform. In Bagisto v2.3.7, the TinyMCE image upload functionality allows an attacker with sufficient privileges (e.g. admin) to upload a crafted HTML file containing embedded JavaScript. When viewed, the malicious code executes in the context of the admin/user’s browser. This vulnerability is fixed in 2.3.8.
— MITRE
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-62415?
CVE-2025-62415 is a critical vulnerability that allows privilege escalation through malicious file uploads.
How do I fix CVE-2025-62415?
To fix CVE-2025-62415, upgrade your Bagisto installation to version 2.3.8 or later.
What privileges are required to exploit CVE-2025-62415?
Exploitation of CVE-2025-62415 requires sufficient privileges, such as admin access.
What type of attack is CVE-2025-62415 related to?
CVE-2025-62415 is related to a cross-site scripting (XSS) attack through the upload of crafted HTML files.
Which software versions are affected by CVE-2025-62415?
Versions of Bagisto up to and including 2.3.7 are affected by CVE-2025-62415.