AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-24480

UNKNOWN · CVSS N/A EPSS 0.41% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-01-27 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. It affects GitHub. Public exploit code or proof-of-concept references have been detected in its references. It may be remotely exploitable.

Public Exploit Signal

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

Detected Signals
remote code execution code execution

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

CVE
CVE-2026-24480
Severity
UNKNOWN
CVSS
N/A
EPSS
0.41%
GitHub

Original NVD Description

QGIS is a free, open source, cross platform geographical information system (GIS) The repository contains a GitHub Actions workflow called "pre-commit checks" that, before commit 76a693cd91650f9b4e83edac525e5e4f90d954e9, was vulnerable to remote code execution and repository compromise because it used the `pull_request_target` trigger and then checked out and executed untrusted pull request code in a privileged context. Workflows triggered by `pull_request_target` ran with the base repository's credentials and access to secrets. If these workflows then checked out and executed code from the head of an external pull request (which could have been attacker controlled), the attacker could have executed arbitrary commands with elevated privileges. This insecure pattern has been documented as a security risk by GitHub and security researchers. Commit 76a693cd91650f9b4e83edac525e5e4f90d954e9 removed the vulnerable code.