CVE-2023-0833: Red hat a-mq streams: component version with information disclosure flaw
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.
Security readout for executives and security teams
Plain-English summary
This is an information disclosure issue tied to OKHttp 4.9.2 in the Red Hat AMQ Streams context. An authenticated attacker could trigger an exception with an illegal header value and see information outside normal permissions. Business urgency is moderate and depends on whether exposed services use the vulnerable component path.
Executive priority
Treat as a moderate confidentiality risk. Prioritize verification in AMQ Streams environments handling sensitive data, especially where broad authenticated user populations can reach affected services. Do not treat it as known actively exploited based on the provided sources.
Technical view
CVE-2023-0833 is CWE-209: information exposure through error messages. The CVSS 3.1 score is 4.7 with local attack vector, high complexity, low privileges required, no user interaction, and high confidentiality impact. The source bundle does not provide exploit details or fixed component versions.
Likely exposure
Exposure is most likely where OKHttp 4.9.2 is present in AMQ Streams-related deployments or dependent software. The bundle also lists Red Hat AMQ Streams 2.2.1 and 2.4.0 entries as defaultStatus unaffected, so confirm exact build status against Red Hat advisories.
Exploitation context
The source bundle does not indicate active exploitation, and KEV is false. Successful abuse requires authenticated access and a specific exception path triggered by an illegal header value. No public exploit status is established in the provided sources.
Researcher notes
The key uncertainty is product applicability: OKHttp 4.9.2 is identified, while listed AMQ Streams 2.2.1 and 2.4.0 entries show defaultStatus unaffected. Analysis should focus on build provenance, bundled dependency versions, and Red Hat advisory mapping rather than assumed exploitability.
Mitigation direction
Review Red Hat RHSA-2023:1241 and RHSA-2023:3223 for applicable updates.
Inventory AMQ Streams deployments and dependent libraries for OKHttp 4.9.2.
Check Red Hat CVE guidance for fixed builds before changing production systems.
Restrict authenticated access to affected services where feasible.
Monitor application logs for unusual exception patterns involving request headers.
Validation and detection
Confirm whether OKHttp 4.9.2 exists in deployed AMQ Streams artifacts.
Map exposed services that accept authenticated requests into affected components.
Verify installed package versions against Red Hat advisory guidance.
Check whether AMQ Streams 2.2.1 or 2.4.0 builds are marked unaffected in your environment.
Review logs for unexpected information-bearing exceptions.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-209: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-209 · source CWE mapping
Generation of Error Message Containing Sensitive Information
Generation of Error Message Containing Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.