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-2025-14811

CVE-2025-14811: IBM Sterling PEM Info Disclosure Flaw

CVE-2025-14811 is an information disclosure vulnerability in IBM Sterling Partner Engagement Manager that exposes sensitive data via HTTP GET query strings. This article covers the technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2025-14811 Overview

CVE-2025-14811 is an information disclosure vulnerability affecting IBM Sterling Partner Engagement Manager. The vulnerability allows an attacker to obtain sensitive information from the query string of an HTTP GET method used to process requests. This sensitive data could be intercepted using man-in-the-middle techniques, potentially exposing confidential business information transmitted through the application.

Critical Impact

Sensitive information transmitted via HTTP GET query strings may be exposed to attackers through man-in-the-middle attacks, potentially compromising confidential business data in enterprise partner management environments.

Affected Products

  • IBM Sterling Partner Engagement Manager 6.2.3.0 through 6.2.3.5
  • IBM Sterling Partner Engagement Manager 6.2.4.0 through 6.2.4.2

Discovery Timeline

  • 2026-03-13 - CVE-2025-14811 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2025-14811

Vulnerability Analysis

This vulnerability is classified under CWE-598 (Use of GET Request Method With Sensitive Query Strings). The core issue lies in how IBM Sterling Partner Engagement Manager handles sensitive data transmission. Rather than using secure methods such as POST requests with encrypted payloads, the application transmits sensitive information via HTTP GET request query strings.

Query string parameters in GET requests are inherently insecure as they can be logged in browser history, server logs, proxy logs, and are visible in the URL bar. When combined with inadequate transport layer security or network interception capabilities, this design flaw enables attackers positioned in the network path to capture sensitive information.

The vulnerability requires network access and some level of authentication, with the attack complexity being high due to the need for man-in-the-middle positioning. The impact is limited to confidentiality exposure of low-sensitivity information.

Root Cause

The root cause stems from improper use of the HTTP GET method for transmitting sensitive data. According to secure development best practices, sensitive information should never be included in URL query strings. The application fails to implement proper data handling mechanisms that would ensure confidential parameters are transmitted via secure methods like POST requests with appropriate encryption.

Attack Vector

The attack vector is network-based, requiring the attacker to establish a man-in-the-middle position between the victim and the IBM Sterling Partner Engagement Manager server. Once positioned, the attacker can intercept HTTP requests and extract sensitive information from the query string parameters.

An attacker would need to:

  1. Position themselves in the network path (through ARP spoofing, DNS hijacking, rogue WiFi access points, or compromised network infrastructure)
  2. Monitor HTTP traffic destined for the vulnerable IBM Sterling Partner Engagement Manager instance
  3. Parse intercepted GET requests to extract sensitive query string parameters
  4. Utilize the captured information for further attacks or unauthorized access

Detection Methods for CVE-2025-14811

Indicators of Compromise

  • Unusual network traffic patterns indicating man-in-the-middle activity such as ARP anomalies or unexpected SSL certificate changes
  • Unexpected access to sensitive resources from unusual IP addresses or geographic locations
  • Log entries showing GET requests with sensitive parameters being accessed from suspicious sources

Detection Strategies

  • Monitor network traffic for signs of ARP spoofing or DNS cache poisoning attacks
  • Implement SSL/TLS inspection to detect certificate manipulation attempts
  • Review application and web server logs for GET requests containing sensitive parameter names
  • Deploy network intrusion detection systems (IDS) with rules to detect MITM attack patterns

Monitoring Recommendations

  • Enable detailed logging of all HTTP requests to IBM Sterling Partner Engagement Manager
  • Implement network segmentation and monitor inter-segment traffic for anomalies
  • Use Security Information and Event Management (SIEM) tools to correlate suspicious network events with application access patterns
  • Regularly audit SSL/TLS certificate validity and configuration

How to Mitigate CVE-2025-14811

Immediate Actions Required

  • Apply the latest security patches from IBM for Sterling Partner Engagement Manager
  • Enforce HTTPS/TLS for all communications with the application
  • Implement network security controls to prevent man-in-the-middle attacks
  • Review and update firewall rules to restrict unnecessary network access

Patch Information

IBM has released a security update addressing this vulnerability. Refer to the IBM Support Document for detailed patch instructions and download links. Organizations running affected versions (6.2.3.0 through 6.2.3.5 and 6.2.4.0 through 6.2.4.2) should apply the update as soon as possible.

Workarounds

  • Deploy the application behind a properly configured reverse proxy that enforces HTTPS
  • Implement HTTP Strict Transport Security (HSTS) headers to prevent protocol downgrade attacks
  • Use network segmentation to isolate Sterling Partner Engagement Manager from untrusted network segments
  • Consider implementing mutual TLS (mTLS) for additional authentication between clients and servers
bash
# Example: Enable HSTS header in web server configuration (Apache)
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIbm Sterling Partner Engagement Manager

  • SeverityLOW

  • CVSS Score3.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-598
  • Technical References
  • IBM Support Document
  • Related CVEs
  • CVE-2025-13726: IBM Sterling PEM Information Disclosure

  • CVE-2025-13718: IBM Sterling PEM Information Disclosure

  • CVE-2025-13702: IBM Sterling Partner Engagement XSS Flaw
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