Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-55898

CVE-2024-55898: IBM i Privilege Escalation Vulnerability

CVE-2024-55898 is a privilege escalation vulnerability in IBM i that allows attackers to gain administrator privileges through unqualified library calls. This article covers technical details, affected versions, and mitigation steps.

Published: January 28, 2026

CVE-2024-55898 Overview

CVE-2024-55898 is a privilege escalation vulnerability affecting IBM i versions 7.2, 7.3, 7.4, and 7.5. The vulnerability exists due to an unqualified library call that could allow a user with the capability to compile or restore a program to gain elevated privileges. A malicious actor could exploit this flaw to cause user-controlled code to execute with administrator privilege, potentially leading to complete system compromise.

Critical Impact

Users with compile or restore program capabilities can exploit unqualified library calls to execute arbitrary code with administrator privileges, potentially compromising the entire IBM i system.

Affected Products

  • IBM i 7.2
  • IBM i 7.3
  • IBM i 7.4
  • IBM i 7.5

Discovery Timeline

  • 2025-02-24 - CVE-2024-55898 published to NVD
  • 2025-07-03 - Last updated in NVD database

Technical Details for CVE-2024-55898

Vulnerability Analysis

This vulnerability falls under CWE-427 (Uncontrolled Search Path Element), a class of security flaws where an application searches for libraries or executables in an untrusted location that an attacker can control. In the context of IBM i, the unqualified library call mechanism does not properly specify the library path, allowing a malicious actor to inject a trojanized library that gets loaded with elevated privileges.

The attack requires the user to have compile or restore program capabilities on the IBM i system. While this limits the initial attack surface to authenticated users with specific permissions, the ability to escalate to administrator privileges represents a significant security boundary violation.

Root Cause

The root cause of CVE-2024-55898 is an unqualified library call within the IBM i operating system. When a program makes a library call without fully qualifying the library path, the system searches for the library in a sequence of locations defined by the library list. An attacker can place a malicious library in a location that gets searched before the legitimate library, causing the malicious code to be executed instead.

In IBM i environments, the library list search order can be manipulated by users with appropriate permissions, enabling them to hijack legitimate system calls and execute code with the privileges of the calling program—in this case, administrator privileges.

Attack Vector

The attack vector for this vulnerability is network-based, though it requires authenticated access with specific capabilities. The exploitation path involves:

  1. An attacker gains authenticated access to an IBM i system with compile or restore program capabilities
  2. The attacker creates a malicious library designed to execute attacker-controlled code
  3. The attacker places this library in a location that precedes the legitimate library in the search path
  4. When a privileged program makes an unqualified library call, the malicious library is loaded
  5. The attacker's code executes with administrator privileges

The attack complexity is high as it requires understanding of IBM i library list mechanics and the ability to position malicious code appropriately. However, successful exploitation results in complete privilege escalation to administrator level.

Detection Methods for CVE-2024-55898

Indicators of Compromise

  • Unexpected libraries appearing in user-controlled library lists or directories
  • Unusual program compilation or restoration activity from non-administrative accounts
  • Changes to library list configurations without authorized change management
  • Execution of programs with elevated privileges from unexpected library paths

Detection Strategies

  • Monitor audit logs for program compilation and restoration activities, particularly from accounts with limited administrative needs
  • Implement library list integrity monitoring to detect unauthorized additions or modifications
  • Review authority assignments for *SAVSYS and *ALLOBJ special authorities that enable compile/restore capabilities
  • Deploy file integrity monitoring on critical system libraries to detect potential library hijacking attempts

Monitoring Recommendations

  • Enable and review IBM i Security Audit Journal (QAUDJRN) entries for job-related security events
  • Configure alerts for changes to system library lists and user library lists in production environments
  • Monitor for unusual patterns of program restoration from backup media or save files
  • Implement real-time alerting on privilege escalation indicators within IBM i security logs

How to Mitigate CVE-2024-55898

Immediate Actions Required

  • Apply the security patches provided by IBM as documented in the vendor advisory
  • Review and restrict user accounts that have compile or restore program capabilities
  • Audit library lists to ensure system libraries are properly qualified and protected
  • Implement least privilege principles for accounts requiring compile or restore access

Patch Information

IBM has released security updates to address this vulnerability. Administrators should consult the IBM Support Document for detailed patching instructions and PTF (Program Temporary Fix) information specific to their IBM i version. All affected versions (7.2, 7.3, 7.4, and 7.5) should be updated to the latest available maintenance level.

Workarounds

  • Restrict compile and restore program authorities to only essential personnel until patches can be applied
  • Implement strict library list controls using QSYSLIBL and QUSRLIBL system values
  • Configure exit programs to monitor and log library list modifications
  • Use product libraries with *LIBL qualification carefully and prefer fully qualified library references where possible
bash
# Review users with compile/restore capabilities
DSPSYSVAL SYSVAL(QSECURITY)
DSPUSRPRF USRPRF(*ALL) TYPE(*BASIC) OUTPUT(*PRINT)

# Check library list configuration
DSPSYSVAL SYSVAL(QSYSLIBL)
DSPSYSVAL SYSVAL(QUSRLIBL)

# Review authority on critical libraries
DSPOBJAUT OBJ(QSYS) OBJTYPE(*LIB)

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 I

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Vendor Resources
  • IBM Support Document
  • Related CVEs
  • CVE-2025-33109: IBM i Privilege Escalation Vulnerability

  • CVE-2025-2947: IBM i Privilege Escalation Vulnerability

  • CVE-2025-36004: IBM i Privilege Escalation Vulnerability

  • CVE-2025-33103: IBM i Privilege Escalation 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