SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-74908

MEDIUM · CVSS 4.6 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Grav plugin-api prior to version 1.0.15 is vulnerable to a script injection flaw due to inadequate sanitization of uploaded files, allowing .svgz and .xhtml files to bypass checks. This could enable attackers with api.media.write permissions to upload malicious scripts that execute in the context of the site, potentially compromising the integrity of the site for both administrators and visitors. Website administrators and developers using this plugin should prioritize updating to the latest version to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-74908
Severity
MEDIUM
CVSS
4.6
EPSS
0.18%

Original NVD Description

Grav plugin-api before 1.0.15 contains a script injection vulnerability where the SVG sanitizer only checks for the exact extension 'svg', allowing .svgz and .xhtml files to bypass sanitization and be stored unsanitized. Attackers with api.media.write permission can upload files containing executable script payloads that execute in the site origin when accessed by administrators or visitors.