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

CVE-2026-29090: Rucio SQL Injection Vulnerability

CVE-2026-29090 is a SQL injection vulnerability in Rucio that allows authenticated users to execute arbitrary SQL against the PostgreSQL metadata database. This article covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-29090 Overview

CVE-2026-29090 is a SQL injection vulnerability in Rucio, a scientific data management framework used for distributed data orchestration. The flaw resides in FilterEngine.create_postgres_query() and affects Rucio versions 1.30.0 and later, before 35.8.5, 38.5.5, 39.4.2, and 40.1.1. Any authenticated Rucio user can execute arbitrary SQL against the PostgreSQL metadata database through the Data Identifier (DID) search endpoint when the postgres_meta metadata plugin is enabled. The vulnerability is classified under [CWE-89] (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Authenticated attackers can read, modify, or delete metadata, access server-side files, and potentially achieve code execution via PostgreSQL COPY ... FROM PROGRAM.

Affected Products

  • Rucio versions 1.30.0 through 35.8.4
  • Rucio versions 36.x through 38.5.4, 39.x through 39.4.1
  • Rucio versions 40.x before 40.1.1 (deployments using the postgres_meta metadata plugin)

Discovery Timeline

  • 2026-05-06 - CVE-2026-29090 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-29090

Vulnerability Analysis

Rucio exposes a DID search endpoint at GET /dids/<scope>/dids/search that accepts filter keys and values from authenticated callers. When the postgres_meta metadata plugin is configured, these caller-controlled inputs flow into FilterEngine.create_postgres_query(). The function builds raw SQL strings using Python's str.format() and then wraps the resulting string in psycopg3's sql.SQL(). Because sql.SQL() treats its argument as trusted SQL syntax, the unsanitized filter inputs become part of the query text rather than parameters.

The consequences scale with the database role granted to the Rucio service account. An attacker can enumerate and exfiltrate sensitive tables, alter or destroy metadata records, read files via pg_read_server_files, and reach command execution through COPY ... FROM PROGRAM when superuser privileges are present.

Root Cause

The root cause is improper neutralization of user-supplied input during SQL construction. Filter keys and values are concatenated into the query template through .format() rather than supplied as bound parameters. Wrapping the resulting string with sql.SQL() bypasses the parameter-binding safeguards that psycopg3 provides for untrusted data.

Attack Vector

The attack vector is network-based and requires only a low-privileged authenticated Rucio account. The attacker submits crafted filter keys or values to the DID search endpoint. The injected SQL fragments execute with the privileges of the Rucio database service account against the PostgreSQL metadata database. No user interaction is required.

No verified public exploit code is available. Refer to the GitHub Security Advisory GHSA-6j7p-qjhg-9947 for technical details.

Detection Methods for CVE-2026-29090

Indicators of Compromise

  • Requests to GET /dids/<scope>/dids/search containing SQL meta-characters such as single quotes, semicolons, UNION, --, or /* in filter keys or values.
  • PostgreSQL log entries showing unexpected statements originating from the Rucio service account, particularly COPY, pg_read_server_files, or DDL operations.
  • New or unusual child processes spawned by the PostgreSQL server, indicative of COPY ... FROM PROGRAM execution.

Detection Strategies

  • Enable PostgreSQL log_statement = 'all' on Rucio metadata databases and alert on syntax patterns inconsistent with the application's expected ORM-generated queries.
  • Inspect Rucio web server access logs for filter parameters containing SQL keywords, encoded payloads, or abnormal length on the DID search endpoint.
  • Correlate authenticated user identity with anomalous query patterns to identify abuse of low-privileged accounts.

Monitoring Recommendations

  • Monitor outbound network connections and process creation events on the PostgreSQL host to detect post-exploitation activity from COPY ... FROM PROGRAM.
  • Track schema changes, mass record deletions, or large result-set reads against Rucio metadata tables.
  • Alert on any use of PostgreSQL superuser functions by the Rucio service role.

How to Mitigate CVE-2026-29090

Immediate Actions Required

  • Upgrade Rucio to a fixed release: 35.8.5, 38.5.5, 39.4.2, or 40.1.1, depending on the deployed major version.
  • If immediate patching is not possible, disable the postgres_meta metadata plugin until the upgrade is applied.
  • Review and reduce the privileges of the PostgreSQL role used by Rucio so that it cannot execute COPY ... FROM PROGRAM or read server files.
  • Rotate any database credentials and audit metadata tables for unauthorized modifications.

Patch Information

The Rucio maintainers fixed the issue in versions 35.8.5, 38.5.5, 39.4.2, and 40.1.1. The fix replaces unsafe string interpolation in FilterEngine.create_postgres_query() with parameterized query construction. See the GitHub Security Advisory GHSA-6j7p-qjhg-9947 for the full advisory and patch references.

Workarounds

  • Disable the postgres_meta metadata plugin in the Rucio configuration to remove the vulnerable code path.
  • Restrict access to the DID search endpoint at the reverse-proxy or ingress layer to trusted clients only.
  • Run the Rucio service account as a non-superuser PostgreSQL role with the minimum privileges required for normal operation.
bash
# Configuration example: remove postgres_meta from the metadata plugins list in rucio.cfg
[metadata]
plugins = did_column  # remove 'postgres_meta' until patched versions are deployed

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechRucio

  • SeverityCRITICAL

  • CVSS Score9.0

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-29080: Rucio FilterEngine SQL Injection Flaw

  • CVE-2026-25138: Rucio Auth Bypass Vulnerability

  • CVE-2026-25736: Rucio WebUI Stored XSS Vulnerability

  • CVE-2026-25735: Rucio WebUI 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