CVE-2026-7317 — Grav CMS Insecure Deserialization
CVE-2026-7317 — A vulnerability was found in Grav CMS up to 1.7.49.5/2.0.0-beta.1. Affected by this vulnerability is the function FileCache::doGet of the file system/src/Grav/Framework/Cache/Adapter/FileCache.php of the component Cache Value Handler. The manipulation results in deserialization. The
What This Means For You
- If your environment is affected by CWE-20, CWE-502, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-7317 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
Grav CMS FileCache Deserialization - CVE-2026-7317
title: Grav CMS FileCache Deserialization - CVE-2026-7317
id: scw-2026-04-28-ai-1
status: experimental
level: high
description: |
Detects attempts to exploit CVE-2026-7317 in Grav CMS. This rule looks for specific URI paths and query parameters indicative of the insecure deserialization vulnerability in the FileCache::doGet function, which can be triggered via POST requests containing serialized data.
author: SCW Feed Engine (AI-generated)
date: 2026-04-28
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-7317/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/grav/vendor/twig/twig/src/Extension/Escaper.php'
cs-uri-query|contains:
- 'serialize('
cs-method|exact:
- 'POST'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-7317 | vulnerability | CVE-2026-7317 |
| CWE-20 | weakness | CWE-20 |
| CWE-502 | weakness | CWE-502 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | April 29, 2026 at 01:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.