LiveActive security incident?Get immediate response
CVE Record

CVE-2023-38281: Multiple Vulnerabilities in IBM Cloud Pak System

IBM Cloud Pak System does not set the secure attribute on authorization tokens or session cookies. Attackers may be able to get the cookie values by sending a http:// link to a user or by planting this link in a site the user goes to. The cookie will be sent to the insecure link and the attacker can then obtain the cookie value by snooping the traffic.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

IBM Cloud Pak System may send authorization tokens or session cookies over unencrypted HTTP because the Secure cookie attribute is not set. If an attacker can observe that traffic, they may capture cookie values and gain limited confidentiality exposure. This is a moderate business risk, mainly where users or administrators can be induced onto HTTP links or networks are not fully trusted.

Executive priority

Prioritize remediation during the next security maintenance window, sooner for internet-exposed or broadly reachable management environments. The issue can expose session cookies but sources show no active exploitation and no stated integrity or availability impact.

Technical view

CVE-2023-38281 affects listed IBM Cloud Pak System versions and IBM OS Image for Red Hat Linux Systems versions. The issue is missing Secure attributes on authorization tokens or session cookies, allowing cookies to be sent over HTTP. IBM rates it CVSS 3.1 score 5.3, network exploitable, low confidentiality impact, no integrity or availability impact.

Likely exposure

Exposure is limited to organizations running the affected IBM Cloud Pak System or listed IBM OS Image versions. Risk is higher where management sessions traverse untrusted networks, users can click HTTP links, or HTTP access is not strictly prevented.

Exploitation context

The provided sources do not indicate active exploitation, and the CVE is not listed as KEV in the bundle. Exploitation depends on cookie transmission over HTTP and an attacker’s ability to observe traffic. The description mentions user interaction, while the supplied CVSS vector lists UI:N; treat this as source inconsistency.

Researcher notes

The bundle identifies CWE-209, though the described weakness aligns with insecure cookie transport controls. Validate against IBM’s advisory before classification changes. Do not assume affected products beyond the listed IBM Cloud Pak System and OS Image versions.

Mitigation direction

  • Review IBM advisory 7254419 for the vendor-provided fix path.
  • Upgrade or patch affected IBM Cloud Pak System versions per IBM guidance.
  • Restrict HTTP access and prefer HTTPS-only administrative access.
  • Reduce exposure of management interfaces to trusted networks only.
  • Monitor for unexpected HTTP requests involving authenticated sessions.

Validation and detection

  • Inventory IBM Cloud Pak System and OS Image versions against affected lists.
  • Confirm whether vendor fixes from IBM advisory are applied.
  • Inspect session cookies for the Secure attribute in affected interfaces.
  • Verify authenticated cookies are not transmitted over HTTP.
  • Check network controls limiting management access to trusted paths.
Prepared
Confidence
high
Sources
3

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-38281 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
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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
0Timeline events
0ADP providers
2Source links

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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
IBMCloud Pak System2.3.4.0, 2.3.4.1, 2.3.4.1 Interim Fix 001, 2.3.5.0, 2.3.6.0Listed
IBMOS Image for Red Hat Linux Systems4.0.4.0, 4.0.5.0, 4.0.6.0, 4.0.7.0, 5.0.0.0, 5.0.1.0Listed
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.