{ "schema_version": "1.4.0", "id": "GHSA-g8r4-p96j-xfxc", "modified": "2022-08-11T00:01:25Z", "published": "2021-04-16T19:53:12Z", "aliases": [ "CVE-2021-29440" ], "summary": "Grav's Twig processing allowing dangerous PHP functions by default", "details": "### Impact\n\nTwig processing of static pages can be enabled in the front matter by any administrative user allowed to create or edit pages. \nAs the Twig processor runs unsandboxed, this behavior can be used to gain arbitrary code execution and elevate privileges on the instance.\n\n### Patches\n\nThe issue was addressed by preventing dangerous functions from being called in Twig templates. A configuration option has been added to manually allow arbitrary PHP functions (`system.twig.safe_functions`) and filters (`system.twig.safe_filters`). \n\nFutures major versions of Grav may disable this functionality by default. \n\n### Workarounds\n\nBlocking access to the `/admin` path from untrusted sources will reduce the probability of exploitation. \n\n### References\n\n- https://portswigger.net/research/server-side-template-injection\n- https://blog.sonarsource.com/grav-cms-code-execution-vulnerabilities\n\n### For more information\n\nIf you have any questions or comments about this advisory, you can contact:\n - The original reporters, by sending an email to vulnerability.research [at] sonarsource.com;\n - The maintainers, by opening an issue on this repository.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H" } ], "affected": [ { "package": { "ecosystem": "Packagist", "name": "getgrav/grav" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "1.7.11" } ] } ], "database_specific": { "last_known_affected_version_range": "<= 1.7.10" } } ], "references": [ { "type": "WEB", "url": "https://github.com/getgrav/grav/security/advisories/GHSA-g8r4-p96j-xfxc" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29440" }, { "type": "WEB", "url": "https://blog.sonarsource.com/grav-cms-code-execution-vulnerabilities" }, { "type": "WEB", "url": "https://packagist.org/packages/getgrav/grav" }, { "type": "WEB", "url": "http://packetstormsecurity.com/files/162987/Grav-CMS-1.7.10-Server-Side-Template-Injection.html" } ], "database_specific": { "cwe_ids": [ "CWE-94" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-04-13T19:55:46Z", "nvd_published_at": "2021-04-13T20:15:00Z" } }