CVE-2025-64112: Statamic Vue Ssti Missing V Pre

Found a user-controlled title rendered in a Blade template without the `v-pre` directive. When this output is evaluated by Vue.js on the client side, it can lead to Client-Side Template Injection (Stored XSS) because Vue processes template expressions (like `{{ }}`) that standard Blade HTML escaping does not neutralize. Add the `v-pre` attribute to the immed

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0Generic
greprules fetch cve-2025-64112-statamic-vue-ssti-missing-v-pre --engine opengrep

Description

Found a user-controlled title rendered in a Blade template without the `v-pre` directive. When this output is evaluated by Vue.js on the client side, it can lead to Client-Side Template Injection (Stored XSS) because Vue processes template expressions (like `{{ }}`) that standard Blade HTML escaping does not neutralize. Add the `v-pre` attribute to the immed