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-2023-35890

CVE-2023-35890: IBM WebSphere Information Disclosure Flaw

CVE-2023-35890 is an information disclosure vulnerability in IBM WebSphere Application Server 8.5 and 9.0 caused by improper encoding in local configuration files. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-35890 Overview

IBM WebSphere Application Server versions 8.5 and 9.0 are affected by a cryptographic vulnerability that provides weaker than expected security due to improper encoding in a local configuration file. This weakness (CWE-327: Use of a Broken or Risky Cryptographic Algorithm) allows a local authenticated attacker with access to the configuration file to potentially extract sensitive information that should have been protected by proper encoding or encryption mechanisms.

Critical Impact

Local attackers with low-privilege access can read sensitive configuration data due to improper encoding, potentially leading to unauthorized information disclosure and further compromise of the application server environment.

Affected Products

  • IBM WebSphere Application Server 8.5.5.23
  • IBM WebSphere Application Server 9.0.5.15
  • IBM WebSphere Application Server 9.0.5.16

Discovery Timeline

  • 2023-07-07 - CVE-2023-35890 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-35890

Vulnerability Analysis

This vulnerability stems from the use of improper encoding mechanisms in IBM WebSphere Application Server's local configuration files. Configuration files in enterprise application servers often contain sensitive information such as database credentials, API keys, and other secrets that should be protected through strong encryption or encoding.

The improper encoding implementation in affected versions of WebSphere Application Server means that sensitive data stored within configuration files may not be adequately protected. An attacker with local access and low-level privileges could potentially decode or read this information, leading to high-impact confidentiality breaches while not directly affecting integrity or availability.

The vulnerability requires local access to the system, meaning remote exploitation is not possible. However, in multi-tenant environments or systems with multiple local users, this presents a significant security concern as any authenticated local user could potentially access sensitive configuration data.

Root Cause

The root cause of CVE-2023-35890 is the use of a broken or risky cryptographic algorithm (CWE-327) for encoding sensitive data in local configuration files. IBM WebSphere Application Server implemented weaker than expected encoding mechanisms, failing to adequately protect configuration file contents from local access by authenticated users.

This type of vulnerability often occurs when legacy encoding methods are used instead of modern cryptographic standards, or when developers implement custom encoding schemes that do not provide adequate security. The configuration file handling code fails to apply appropriate cryptographic protections to sensitive values.

Attack Vector

The attack vector for this vulnerability is local access with low privilege requirements. An attacker would need authenticated access to the system where IBM WebSphere Application Server is installed. The exploitation process involves:

  1. The attacker gains local access to the system running WebSphere Application Server
  2. The attacker locates the vulnerable configuration files within the WebSphere installation directory
  3. Due to improper encoding, the attacker can read or decode sensitive information from these configuration files
  4. The exposed information may include credentials, connection strings, or other sensitive data that could enable further attacks

Since no proof-of-concept exploits have been publicly released and the vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog, exploitation in the wild has not been confirmed. However, organizations should treat this as a priority remediation item due to the potential for sensitive data exposure.

Detection Methods for CVE-2023-35890

Indicators of Compromise

  • Unexpected file access attempts on WebSphere configuration directories by non-administrative users
  • Anomalous read operations on configuration files such as security.xml, server.xml, or files within the config directory
  • Local user accounts accessing WebSphere installation directories without legitimate business justification
  • Evidence of configuration file contents being copied or exfiltrated from the system

Detection Strategies

  • Implement file integrity monitoring (FIM) on WebSphere Application Server configuration directories to detect unauthorized access or modifications
  • Configure audit logging for file system access to WebSphere configuration files, monitoring for non-administrative users accessing sensitive paths
  • Deploy endpoint detection solutions to monitor for suspicious local file access patterns within WebSphere installation directories
  • Use SentinelOne's behavioral AI to detect anomalous access patterns to application server configuration files

Monitoring Recommendations

  • Enable detailed file access auditing on the WebSphere Application Server installation directory, particularly /opt/IBM/WebSphere/AppServer/profiles/*/config/
  • Configure SIEM alerts for multiple configuration file access attempts from the same user account within a short time window
  • Monitor for processes attempting to decode or parse WebSphere configuration files outside of normal server operations
  • Establish baseline access patterns for configuration files and alert on deviations

How to Mitigate CVE-2023-35890

Immediate Actions Required

  • Apply the security patches provided by IBM for WebSphere Application Server 8.5 and 9.0 immediately
  • Review and restrict file system permissions on WebSphere configuration directories to limit access to only required administrative accounts
  • Audit current user access to systems running vulnerable WebSphere Application Server instances
  • Rotate any credentials or sensitive values stored in WebSphere configuration files after patching

Patch Information

IBM has released security updates to address this vulnerability. Organizations should refer to the IBM Support Page (Node 7007857) for detailed patch information and download links. The advisory, tracked as IBM X-Force ID: 258637, provides specific fix pack versions and installation instructions.

For WebSphere Application Server 8.5, upgrade to a version newer than 8.5.5.23 that includes the security fix. For WebSphere Application Server 9.0, upgrade to a version newer than 9.0.5.16 that addresses the improper encoding issue.

Workarounds

  • Restrict local access to systems running WebSphere Application Server to only essential personnel
  • Implement strict file system permissions on configuration directories, ensuring only the WebSphere service account and administrators have read access
  • Consider using external credential stores or vault solutions for sensitive configuration values rather than storing them directly in configuration files
  • Deploy additional access controls such as SELinux or AppArmor policies to restrict access to WebSphere configuration files
bash
# Configuration example - Restrict configuration file permissions
# Navigate to WebSphere configuration directory
cd /opt/IBM/WebSphere/AppServer/profiles/*/config/

# Set restrictive permissions on configuration files
chmod 600 *.xml
chown wasadmin:wasgroup *.xml

# Verify the permissions
ls -la *.xml

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 Websphere Application Server

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-327
  • Technical References
  • IBM Support Page
  • Vendor Resources
  • IBM Support Page
  • Related CVEs
  • CVE-2025-14923: IBM WebSphere Information Disclosure Flaw

  • CVE-2021-29842: IBM WebSphere Information Disclosure Flaw

  • CVE-2023-50314: IBM WebSphere Information Disclosure Flaw

  • CVE-2025-14917: IBM WebSphere Liberty Auth Bypass 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