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-24480

CVE-2026-24480: QGIS GitHub Actions RCE Vulnerability

CVE-2026-24480 is a remote code execution vulnerability in QGIS GitHub Actions workflow caused by insecure pull_request_target trigger usage. Attackers could execute arbitrary commands with elevated privileges. This article covers technical details, affected versions, impact, and mitigation steps.

Published: January 30, 2026

CVE-2026-24480 Overview

CVE-2026-24480 is a remote code execution vulnerability affecting the QGIS open source geographical information system (GIS) repository. The vulnerability existed in a GitHub Actions workflow called "pre-commit checks" that utilized the insecure pull_request_target trigger pattern, allowing attackers to execute arbitrary code in a privileged context by submitting malicious pull requests.

This vulnerability represents a significant CI/CD supply chain security risk. Workflows using pull_request_target run with the base repository's credentials and have access to repository secrets. When combined with checking out and executing code from an external pull request, attackers could leverage this to compromise the repository, steal secrets, and execute arbitrary commands with elevated privileges.

Critical Impact

Attackers could execute arbitrary commands with elevated privileges, potentially compromising the entire QGIS repository, stealing repository secrets, and injecting malicious code into the codebase.

Affected Products

  • QGIS GitHub Repository (versions prior to commit 76a693cd91650f9b4e83edac525e5e4f90d954e9)
  • QGIS pre-commit checks GitHub Actions workflow

Discovery Timeline

  • 2026-01-27 - CVE CVE-2026-24480 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2026-24480

Vulnerability Analysis

This vulnerability stems from an insecure GitHub Actions workflow configuration pattern that has been widely documented as a security risk. The "pre-commit checks" workflow used the pull_request_target event trigger, which is designed to allow workflows to run in the context of the base repository rather than the forked repository that submitted the pull request.

The core issue arises from the combination of two factors: First, workflows triggered by pull_request_target execute with full access to the base repository's secrets and write permissions. Second, the vulnerable workflow checked out code from the pull request head (potentially attacker-controlled) and executed it. This creates a classic privilege escalation scenario where untrusted code runs with trusted credentials.

An attacker could exploit this by forking the QGIS repository, modifying the code that gets executed during the pre-commit checks (such as adding malicious commands to scripts or configuration files), and then submitting a pull request. The workflow would then execute the attacker's code with access to repository secrets, allowing them to exfiltrate sensitive credentials, modify the repository, or pivot to other connected systems.

Root Cause

The root cause is CWE-863: Incorrect Authorization. The workflow failed to properly isolate untrusted pull request code from privileged execution contexts. By using pull_request_target and subsequently checking out the pull request head, the workflow granted untrusted external code the same privileges as trusted internal code. This violates the principle of least privilege and creates an authorization bypass where external contributors could gain repository maintainer-level access.

Attack Vector

The attack vector is network-based and requires low privileges to exploit. An attacker needs only the ability to create a fork and submit a pull request to the QGIS repository—capabilities available to any GitHub user. The attack does not require user interaction beyond the victim repository having the vulnerable workflow enabled.

The exploitation flow involves:

  1. Attacker forks the QGIS repository
  2. Attacker modifies files that are executed during pre-commit checks to include malicious commands
  3. Attacker opens a pull request against the main QGIS repository
  4. The pull_request_target workflow triggers automatically
  5. The workflow checks out the attacker's malicious code
  6. Malicious code executes with access to repository secrets and write permissions
  7. Attacker exfiltrates secrets, modifies repository contents, or performs other malicious actions

The vulnerability mechanism centers on the GitHub Actions workflow configuration. When a workflow uses pull_request_target and then performs a checkout of the pull request code using actions like actions/checkout with ref: ${{ github.event.pull_request.head.sha }}, it executes untrusted code in a trusted context. For detailed technical information, see the GitHub Security Advisory GHSA-7h99-4f97-h6rw.

Detection Methods for CVE-2026-24480

Indicators of Compromise

  • Unexpected workflow runs from external forks with unusual commands or network connections in workflow logs
  • Unexplained modifications to repository secrets or access tokens
  • Suspicious commits or changes to the repository from automated systems
  • Anomalous API activity using repository credentials outside normal CI/CD patterns

Detection Strategies

  • Audit GitHub Actions workflow configurations for pull_request_target triggers combined with checkout of pull request code
  • Review workflow run history for suspicious executions from external contributors
  • Monitor for secret access patterns that deviate from normal CI/CD behavior
  • Implement GitHub Advanced Security features to detect potentially dangerous workflow patterns

Monitoring Recommendations

  • Enable GitHub audit logs and monitor for repository secret access
  • Set up alerts for workflow modifications and new workflow additions
  • Regularly review GitHub Actions permissions and GITHUB_TOKEN scopes
  • Monitor for unexpected outbound network connections from workflow runners

How to Mitigate CVE-2026-24480

Immediate Actions Required

  • Update to commit 76a693cd91650f9b4e83edac525e5e4f90d954e9 or later which removes the vulnerable code
  • Audit all GitHub Actions workflows for similar pull_request_target misconfigurations
  • Rotate any repository secrets that may have been exposed
  • Review workflow run history for signs of prior exploitation

Patch Information

The vulnerability was remediated in commit 76a693cd91650f9b4e83edac525e5e4f90d954e9. This commit removed the vulnerable workflow code that used the insecure pull_request_target pattern. Organizations using QGIS or maintaining forks should ensure they have this commit or later. The fix is available in the QGIS GitHub repository.

Workarounds

  • If immediate patching is not possible, disable or modify workflows using pull_request_target to avoid checking out or executing pull request code
  • Use the pull_request trigger instead of pull_request_target when execution of pull request code is required
  • If pull_request_target must be used, never checkout the pull request head; only process metadata or use labeled workflow patterns
  • Implement branch protection rules and require approval before workflows run on external pull requests

For repositories that must use pull_request_target, GitHub recommends splitting workflows to separate the privileged operations from code execution, ensuring that secrets and write access are never combined with untrusted code execution. See GitHub's documentation on keeping your GitHub Actions and workflows secure for detailed guidance.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechQgis

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.28%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Commit for QGIS

  • GitHub Security Advisory GHSA-7h99-4f97-h6rw
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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