VYPR

Bolt CMS

by Boltcms

Source repositories

CVEs (5)

  • CVE-2022-36532HigSep 16, 2022
    risk 0.59cvss 8.8epss 0.23

    Bolt CMS contains a vulnerability in version 5.1.12 and below that allows an authenticated user with the ROLE_EDITOR privileges to upload and rename a malicious file to achieve remote code execution.

  • CVE-2021-40219HigApr 11, 2022
    risk 0.57cvss 8.8epss 0.03

    Bolt CMS <= 4.2 is vulnerable to Remote Code Execution. Unsafe theme rendering allows an authenticated attacker to edit theme to inject server-side template injection that leads to remote code execution.

  • CVE-2018-19933MedDec 17, 2018
    risk 0.43cvss 6.1epss 0.03

    Bolt CMS <3.6.2 allows XSS via text input click preview button as demonstrated by the Title field of a Configured and New Entry.

  • CVE-2026-39229MedMay 29, 2026
    risk 0.35cvss 6.5epss 0.00

    Bolt CMS through 3.7.0 allows SQL Injection in the 'order' parameter of the content listing pages. An authenticated attacker with low-level privileges can exploit this through the OrderDirective component. This allows for the extraction of sensitive information

  • CVE-2026-71291Aug 5, 2026
    risk 0.00cvss epss

    Bolt CMS renders content field values through Twig's full application-level Environment with no SandboxExtension registered anywhere in the codebase. In src/Entity/Field.php, getTwigValue() calls shouldBeRenderedAsTwig(), which gates rendering only on the field definition's…