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
    • 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-2025-33108

CVE-2025-33108: IBM i BRMS Privilege Escalation Flaw

CVE-2025-33108 is a privilege escalation vulnerability in IBM Backup, Recovery and Media Services for i (BRMS) that lets attackers gain elevated privileges through unqualified library calls. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-33108 Overview

IBM Backup, Recovery and Media Services (BRMS) for i versions 7.4 and 7.5 contains a privilege escalation vulnerability stemming from an unqualified library call within a BRMS program. This flaw allows a user with the capability to compile or restore a program to gain elevated privileges, potentially enabling malicious actors to execute user-controlled code with component access to the host operating system.

Critical Impact

Authenticated attackers can leverage unqualified library calls in BRMS to escalate privileges and execute arbitrary code with elevated access to the IBM i operating system.

Affected Products

  • IBM i version 7.4
  • IBM i version 7.5
  • IBM Backup, Recovery and Media Services for i

Discovery Timeline

  • June 14, 2025 - CVE-2025-33108 published to NVD
  • August 20, 2025 - Last updated in NVD database

Technical Details for CVE-2025-33108

Vulnerability Analysis

This vulnerability is classified under CWE-250 (Execution with Unnecessary Privileges). The core issue resides in a BRMS program that makes library calls without fully qualifying the library path. In IBM i environments, unqualified calls allow the system to search through a library list to resolve the referenced object. An attacker who can compile or restore a program can exploit this behavior by placing a malicious library earlier in the search path, causing the BRMS program to load and execute attacker-controlled code instead of the legitimate library.

The network-accessible nature of this vulnerability combined with low attack complexity makes it particularly concerning for organizations running BRMS in their IBM i environments. Successful exploitation grants attackers the same privileges as the BRMS component, which typically operates with elevated access to perform backup and recovery operations across the system.

Root Cause

The root cause is an unqualified library call within a BRMS program. When a program does not explicitly specify the library containing the object it needs to call, the IBM i system searches the job's library list in order. This design allows an attacker who can manipulate the library list or place objects in libraries that are searched earlier to intercept legitimate calls and substitute malicious code. The BRMS program's failure to fully qualify library references creates this privilege escalation pathway.

Attack Vector

The attack requires an authenticated user with the ability to compile or restore programs on the IBM i system. The attacker can exploit this vulnerability by:

  1. Creating a malicious program or service program with the same name as the object being called by BRMS
  2. Placing this malicious object in a library that appears earlier in the library list than the legitimate BRMS library
  3. Triggering the vulnerable BRMS function that makes the unqualified call
  4. The system resolves the call to the attacker's malicious code, which then executes with the privileges of the BRMS program

This allows the attacker to run arbitrary code with elevated component access to the host operating system, potentially compromising system integrity, confidentiality, and availability.

Detection Methods for CVE-2025-33108

Indicators of Compromise

  • Unexpected programs or service programs appearing in user libraries with names matching BRMS components
  • Unusual modifications to job library lists, particularly additions of non-standard libraries
  • Suspicious compile or restore operations performed by users without legitimate business need
  • Anomalous BRMS job activity or unexpected processes spawned during backup operations

Detection Strategies

  • Monitor for program compilation and restore activities, particularly those targeting library objects with names similar to BRMS components
  • Audit changes to library lists for jobs that run BRMS operations
  • Review system logs for unauthorized privilege escalation attempts or unexpected program activations during BRMS execution
  • Implement object auditing on critical BRMS libraries to detect tampering or unauthorized object placement

Monitoring Recommendations

  • Enable journal auditing for security-relevant events including program creation, restoration, and library list modifications
  • Configure alerts for any compile or restore operations by users who don't typically perform development activities
  • Regularly review authority assignments for BRMS programs and related libraries
  • Monitor for unexpected network connections or child processes spawned by BRMS jobs

How to Mitigate CVE-2025-33108

Immediate Actions Required

  • Apply the security patches provided by IBM immediately for BRMS on IBM i versions 7.4 and 7.5
  • Review and restrict user authorities for compile and restore operations to only those who require it
  • Audit library lists used by BRMS jobs to ensure only authorized libraries are included
  • Verify the integrity of existing objects in libraries that could potentially intercept BRMS calls

Patch Information

IBM has released a security update to address this vulnerability. Organizations should apply the patch as documented in the IBM Support Advisory. The patch modifies the BRMS program to use fully qualified library calls, eliminating the attack vector.

Workarounds

  • Restrict the *USE authority on BRMS libraries to prevent unauthorized users from placing objects in the library search path
  • Configure job descriptions used by BRMS to have a restricted library list that only includes necessary system and BRMS libraries
  • Remove compile (*SERVICE or *CHANGE) authority from users who do not have a legitimate need
  • Implement security exit programs to monitor and log program activation during BRMS operations

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechIbm

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-250

  • NVD-CWE-noinfo
  • Vendor Resources
  • IBM Support Advisory
  • Related CVEs
  • CVE-2025-12985: IBM Licensing Operator Escalation Flaw

  • CVE-2023-38010: IBM Cloud Pak Information Disclosure Flaw

  • CVE-2025-27550: IBM Jazz Reporting Service Disclosure Flaw

  • CVE-2025-1823: IBM Jazz Reporting Service DoS 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