LiveActive security incident?Get immediate response
CVE Record

CVE-2025-36180: Inadequate Pod Communication Restrictions, affects watsonx.data

IBM watsonx.data 2.2 through 2.3 IBM Lakehouse does not properly restrict communication between pods which could allow an attacker to transfer data between pods without restrictions.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

IBM watsonx.data 2.2 and 2.3 (IBM Lakehouse) does not properly restrict communication between Kubernetes pods. An attacker with adjacent network access could move data between pods that should be isolated. Business risk is data integrity inside the analytics platform, not direct data theft or outage. Impact is moderate and contained to environments running affected versions.

Executive priority

Schedule a planned upgrade in the next maintenance window. This is not an emergency, but watsonx.data customers running 2.2 or 2.3 should track the IBM advisory and patch to preserve data integrity assurances inside analytics environments.

Technical view

CWE-923 (Improper Restriction of Communication Channel to Intended Endpoints) in watsonx.data Lakehouse pod networking. CVSS 3.1 base 5.3 (AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N) indicates adjacent-network attack with high complexity, no privileges or user interaction, and high integrity impact only. Missing east-west segmentation between pods could let an attacker on the cluster network alter or transfer data across pod boundaries.

Likely exposure

Limited to organizations running IBM watsonx.data versions 2.2.0 through 2.3.0 on Kubernetes-based Lakehouse deployments. Exploitation requires adjacent network position (same broadcast/cluster domain), which narrows exposure to attackers who already have a foothold in the cluster network or a co-tenant pod.

Exploitation context

No public reports of in-the-wild exploitation. Not listed in CISA KEV. CVSS attack complexity is high and access is adjacent, indicating exploitation is non-trivial and requires existing cluster network presence. No proof-of-concept is referenced in the IBM advisory or CVE record provided.

Researcher notes

Vector AV:A with AC:H limits practical reach; treat as a lateral-movement amplifier rather than an initial access bug. Confirm whether your environment relies on namespace-level isolation only versus enforced NetworkPolicies. The IBM advisory is the authoritative source for exact fixed versions and configuration guidance; the CVE record does not enumerate a specific patched build.

Mitigation direction

  • Apply the fix per IBM Security Bulletin at ibm.com/support/pages/node/7270593.
  • Upgrade watsonx.data Lakehouse to the IBM-recommended fixed release.
  • Enforce Kubernetes NetworkPolicies to restrict pod-to-pod traffic to required flows only.
  • Segment the cluster network and restrict adjacent access to watsonx.data namespaces.
  • Monitor east-west traffic between watsonx.data pods for anomalous data transfers.

Validation and detection

  • Inventory watsonx.data deployments and confirm version against the 2.2.0–2.3.0 affected range.
  • Verify the IBM-published patch or fix level is applied per the vendor bulletin.
  • Review NetworkPolicy resources in watsonx.data namespaces for default-deny baselines.
  • Test pod-to-pod reachability from a non-privileged namespace to confirm intended restrictions.
  • Check cluster audit and network flow logs for unexpected cross-pod connections.
Prepared
Confidence
medium
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 · low confidence lookup

CWE-923: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2025-36180 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:A/AC:H/PR:N/UI:N/S:U/C:N/I:H/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:A/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N1.63.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:H/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
IBMwatsonx.data2.2.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-923 · source CWE mapping

Improper Restriction of Communication Channel to Intended Endpoints

Improper Restriction of Communication Channel to Intended Endpoints represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.