CVE-2025-53833
Description
LaRecipe is an application that allows users to create documentation with Markdown inside a Laravel app. Versions prior to 2.8.1 are vulnerable to Server-Side Template Injection (SSTI), which could potentially lead to Remote Code Execution (RCE) in vulnerable configurations. Attackers could execute arbitrary commands on the server, access sensitive environment variables, and/or escalate access depending on server configuration. Users are strongly advised to upgrade to version v2.8.1 or later to receive a patch.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
binarytorch/larecipePackagist | < 2.8.1 | 2.8.1 |
Patches
1c1d0d5688965fix replace links (#390)
1 file changed · +1 −1
src/Models/Documentation.php+1 −1 modified@@ -97,7 +97,7 @@ public static function replaceLinks($version, $content) $content = str_replace('{{route}}', trim(config('larecipe.docs.route'), '/'), $content); - $content = str_replace('"#', '"'.request()->getRequestUri().'#', $content); + $content = str_replace('"#', '"'.request()->getPathInfo().'#', $content); return $content; }
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
5- github.com/advisories/GHSA-jv7x-xhv2-p5v2ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-53833ghsaADVISORY
- github.com/saleem-hadad/larecipe/commit/c1d0d56889655ce5f2645db5acf0e78d5fc3b36bnvdWEB
- github.com/saleem-hadad/larecipe/pull/390nvdWEB
- github.com/saleem-hadad/larecipe/security/advisories/GHSA-jv7x-xhv2-p5v2nvdWEB
News mentions
0No linked articles in our index yet.