LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
7

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-0833 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
5Timeline events
2ADP providers
6Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
4.7CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N13.6redhat

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2023-0833Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timelineredhat

    Reported to Red Hat.

  2. Source timelineredhat

    Made public.

  3. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Unknown vendorokhttpokhttp, 4.9.2Listed
Red HatRed Hat AMQ Streams 2.2.1okhttpunaffected
Red HatRed Hat AMQ Streams 2.4.0See advisoryunaffected
Weakness

CWE details

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.