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

CVE-2023-0833: Squareup Okhttp Information Disclosure Flaw

CVE-2023-0833 is an information disclosure vulnerability in Squareup Okhttp that allows authenticated attackers to access information beyond their permissions. This article covers technical details, affected versions, and mitigations.

Published: February 4, 2026

CVE-2023-0833 Overview

A flaw was found in Red Hat's AMQ-Streams, which ships a version of the OKHttp component with an information disclosure flaw via an exception triggered by a header containing an illegal value. This issue could allow an authenticated attacker to access information outside of their regular permissions.

Critical Impact

Authenticated attackers can exploit improper error handling in OKHttp to gain unauthorized access to sensitive information through exception messages triggered by malformed HTTP headers.

Affected Products

  • Squareup OKHttp
  • Red Hat A-MQ Streams

Discovery Timeline

  • 2023-09-27 - CVE CVE-2023-0833 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-0833

Vulnerability Analysis

This vulnerability (CWE-209: Generation of Error Message Containing Sensitive Information) occurs in the OKHttp HTTP client library bundled with Red Hat AMQ-Streams. When the library encounters an HTTP header containing an illegal value, it generates an exception that may inadvertently expose sensitive information in the error message. This information disclosure flaw requires local access and low-privilege authentication to exploit, but can result in high-impact exposure of confidential data.

The vulnerability affects the header parsing functionality within OKHttp. When processing HTTP responses or requests, if a header contains characters or values that violate HTTP specifications, the exception handler exposes more information than necessary, potentially revealing internal system details, configuration data, or other sensitive information that should remain protected.

Root Cause

The root cause of CVE-2023-0833 lies in improper error handling within the OKHttp library's header parsing mechanism. When the library encounters headers with illegal values, the exception messages are not properly sanitized before being logged or returned. This violates the principle of least information exposure, where error messages should contain only the minimum information necessary for debugging without revealing sensitive system internals.

Attack Vector

The attack vector for this vulnerability is local, requiring an authenticated attacker with low privileges to trigger the condition. The attacker must be able to craft or influence HTTP requests or responses containing headers with illegal values. When processed by the vulnerable OKHttp component, these malformed headers trigger exceptions that leak sensitive information in the error output.

The exploitation flow involves:

  1. An authenticated user with local access to the system
  2. Crafting HTTP headers with deliberately malformed or illegal values
  3. Sending requests through the OKHttp component in AMQ-Streams
  4. Capturing and analyzing the exception messages to extract sensitive information

This vulnerability does not require user interaction and affects confidentiality without impacting integrity or availability. For technical details on the vulnerability mechanism, refer to the GitHub Issue Discussion on OkHttp.

Detection Methods for CVE-2023-0833

Indicators of Compromise

  • Unusual exception logs containing HTTP header parsing errors with verbose error messages
  • Authentication logs showing repeated requests with malformed headers from specific user accounts
  • Application logs revealing internal system paths, configuration details, or stack traces in OKHttp exception output
  • Anomalous access patterns where authenticated users retrieve information outside their permission scope

Detection Strategies

  • Monitor application logs for OKHttp exceptions related to header parsing with unusually detailed error messages
  • Implement log analysis rules to detect patterns of malformed HTTP header attempts
  • Review audit logs for authenticated users accessing data beyond their authorized permissions
  • Deploy application-level monitoring to flag requests containing non-standard or illegal header values

Monitoring Recommendations

  • Configure centralized logging for all AMQ-Streams components to capture OKHttp exceptions
  • Establish baseline patterns for normal header parsing behavior and alert on deviations
  • Implement real-time alerting for exception messages that contain potential sensitive data patterns
  • Regularly audit authenticated user activity for access anomalies that may indicate exploitation attempts

How to Mitigate CVE-2023-0833

Immediate Actions Required

  • Apply Red Hat security patches referenced in RHSA-2023:1241 and RHSA-2023:3223
  • Update OKHttp library to a patched version in affected AMQ-Streams deployments
  • Review and audit authenticated user permissions to ensure least-privilege access
  • Enable enhanced logging to detect potential exploitation attempts prior to patching

Patch Information

Red Hat has released security advisories addressing this vulnerability. Organizations should apply the relevant patches based on their deployment:

  • Red Hat Security Advisory RHSA-2023:1241 - Initial security fix for AMQ-Streams
  • Red Hat Security Advisory RHSA-2023:3223 - Additional security updates

Additional details are available in Red Hat Bug Report #2169845 and the Red Hat CVE-2023-0833 Details page.

Workarounds

  • Implement input validation at the network perimeter to filter requests with malformed HTTP headers
  • Configure error handling to suppress detailed exception information in production environments
  • Restrict local access to AMQ-Streams components to minimize the attack surface
  • Apply network segmentation to limit authenticated user access to only necessary services
bash
# Configuration example - Suppress verbose error logging in production
# Add to application configuration to minimize information exposure
# Note: This is a temporary workaround - apply vendor patches when available
export OKHTTP_LOG_LEVEL=NONE
export AMQ_STREAMS_ERROR_VERBOSITY=minimal

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSquareup Okhttp

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.04%

  • 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-209
  • Technical References
  • Red Hat Security Advisory RHSA-2023:1241

  • Red Hat Security Advisory RHSA-2023:3223

  • Red Hat CVE-2023-0833 Details

  • Red Hat Bug Report #2169845

  • GitHub Issue Discussion on OkHttp
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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