The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-44737

CVE-2026-44737: Grav Admin Plugin XSS Vulnerability

CVE-2026-44737 is a reflected XSS vulnerability in Grav Admin Plugin that allows attackers to inject malicious scripts via the title parameter. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-44737 Overview

CVE-2026-44737 is a reflected Cross-Site Scripting (XSS) vulnerability [CWE-79] in the Grav Admin plugin (grav-plugin-admin), the HTML user interface used to configure Grav CMS and manage page content. The flaw exists in versions prior to 1.10.49.5, where the application fails to validate and sanitize the data[header][title] parameter. An attacker can craft a malicious URL containing a JavaScript payload that is reflected back in the HTTP response and executed inside the victim's authenticated browser session. The vulnerability was addressed in Grav Admin plugin 1.10.49.5 via GitHub Security Advisory GHSA-fmg2-f5r9-24qc.

Critical Impact

Successful exploitation enables script execution in the context of an authenticated Grav administrator, potentially leading to session hijacking, configuration tampering, and content modification on the CMS.

Affected Products

  • Grav CMS Admin Plugin (grav-plugin-admin) prior to 1.10.49.5
  • Grav installations using the bundled administrative interface
  • Sites configured to allow authenticated users access to the page move dialog

Discovery Timeline

  • 2026-05-11 - CVE-2026-44737 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-44737

Vulnerability Analysis

The vulnerability resides in the client-side rendering logic of the Grav Admin plugin page move dialog. The administrative interface constructs DOM elements using string interpolation that embeds untrusted page metadata directly into HTML markup. When an attacker supplies a payload through the data[header][title] parameter, the value is reflected into the rendered response and parsed as HTML rather than text.

Because administrators must be authenticated to reach the affected dialog, the exploitation requires user interaction such as clicking a crafted link or visiting an attacker-controlled page that triggers the request. Once executed, the injected script runs with the privileges of the administrative session and can issue requests against the Grav backend on behalf of the victim.

Root Cause

The root cause is unsafe HTML construction in two JavaScript modules: themes/grav/app/forms/fields/parents.js and themes/grav/app/utils/finderjs.js. Both files inserted page label values into template strings without escaping, allowing attribute and tag-context injection through fields the user controls.

Attack Vector

An attacker crafts a URL or page entry containing JavaScript in the title field, then lures an authenticated Grav administrator to interact with the page move dialog or breadcrumb component. The browser parses the reflected payload, executes the script, and the attacker can act as the administrator.

javascript
// Patch excerpt: themes/grav/app/forms/fields/parents.js
static createItemContent(config, item) {
    const frag = document.createDocumentFragment();

-   const label = $(`<span title="${item[config.labelKey]}" />`);
+   const label = $('<span />').attr('title', item[config.labelKey]);
    const infoContainer = $('<span class="info-container" />');
    const iconPrepend = $('<i />');
    const iconAppend = $('<i />');
}
// Source: https://github.com/getgrav/grav-plugin-admin/commit/f67cc18e81d8767bb43d29ee6422c55ed0427803

The vulnerable code interpolates item[config.labelKey] into an HTML attribute via a template literal, allowing an attacker to break out of the title attribute. The fix uses jQuery's .attr(), which safely sets the attribute value without parsing it as HTML.

javascript
// Patch excerpt: themes/grav/app/utils/finderjs.js
-this.pathBar.append(`
-    <span class="breadcrumb-node breadcrumb-node-${item.type}" ${item.type === 'dir' ? `data-breadcrumb-node="${itemKeys}"` : ''}>
-        <i class="fa fa-fw ${this.getIcon(item.type)}"></i>
-        <span class="breadcrumb-node-name">${$('<div />').html(item[this.config.labelKey]).html()}</span>
-        ${!isLast ? '<i class="fa fa-fw fa-chevron-right"></i>' : ''}
-    </span>
-`);
+const node = $('<span class="breadcrumb-node" />')
+    .addClass(`breadcrumb-node-${item.type}`)
+    .append($('<i class="fa fa-fw" />').addClass(this.getIcon(item.type)))
+    .append($('<span class="breadcrumb-node-name" />').text(item[this.config.labelKey]));
+
+if (item.type === 'dir') {
+    node.attr('data-breadcrumb-node', itemKeys);
+}
+if (!isLast) {
+    node.append($('<i class="fa fa-fw fa-chevron-right" />'));
+}
+this.pathBar.append(node);
// Source: https://github.com/getgrav/grav-plugin-admin/commit/f67cc18e81d8767bb43d29ee6422c55ed0427803

The fix replaces template-string HTML construction with safe DOM APIs, using .text() and .attr() so user-supplied values are treated as data rather than markup.

Detection Methods for CVE-2026-44737

Indicators of Compromise

  • HTTP requests to Grav admin endpoints containing data[header][title] values with script tags, event handlers (onerror=, onload=), or quote-breaking sequences.
  • Unexpected outbound requests from administrator browsers to unfamiliar domains shortly after accessing the page move or breadcrumb interface.
  • Modifications to Grav pages, user accounts, or plugin configuration that do not correspond to legitimate administrative activity.

Detection Strategies

  • Inspect web server and reverse proxy logs for query strings or POST bodies containing <script, javascript:, or HTML attribute-breaking characters in title-related parameters.
  • Review Grav page front matter (title fields) for content that includes HTML or JavaScript constructs.
  • Compare deployed grav-plugin-admin version against 1.10.49.5 using package manifests or the admin panel version string.

Monitoring Recommendations

  • Enable HTTP request logging on the Grav admin path and alert on parameter values that match XSS payload signatures.
  • Monitor browser security telemetry from administrative workstations for Content Security Policy (CSP) violations originating on Grav admin pages.
  • Track changes to Grav content files and user records, correlating modifications with the active administrator session.

How to Mitigate CVE-2026-44737

Immediate Actions Required

  • Upgrade grav-plugin-admin to version 1.10.49.5 or later on every affected Grav installation.
  • Audit existing page front matter for title values that contain HTML or script content and remove any unauthorized entries.
  • Force re-authentication and rotate administrative session cookies after patching to invalidate any sessions that may have been compromised.

Patch Information

The vulnerability is fixed in grav-plugin-admin1.10.49.5. Details are published in the GitHub Security Advisory GHSA-fmg2-f5r9-24qc, and the code changes are available in the GitHub Commit f67cc18.

Workarounds

  • Restrict access to the Grav admin interface using network controls such as IP allowlisting or VPN-only access until patching is complete.
  • Deploy a Content Security Policy (CSP) on the admin path that disallows inline script execution to reduce the impact of reflected payloads.
  • Limit administrative accounts to trusted users and require administrators to avoid clicking untrusted links while authenticated to the Grav backend.
bash
# Update the Grav admin plugin to the fixed release
cd /path/to/grav
bin/gpm update admin

# Verify the installed version is 1.10.49.5 or later
bin/gpm info admin | grep -i version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechGrav

  • SeverityMEDIUM

  • CVSS Score6.2

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:A/VC:L/VI:L/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-42842: Grav CMS Form Plugin XSS Vulnerability

  • CVE-2026-42841: Getgrav Grav XSS Vulnerability

  • CVE-2025-66309: Grav-plugin-admin XSS Vulnerability

  • CVE-2025-66310: Grav Admin Plugin Stored XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English