Cyber Resilience

CVE-2025-36360

Ibm Urbancode Deploy 7.1.0.0 – 7.1.2.28

Published
15 December 2025
Modified
18 December 2025
Patch / advisory
CVSS Score v3.1 5.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0016 6th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-36360 is a medium-severity Insufficient Session Expiration (CWE-613) vulnerability in Ibm Urbancode Deploy. Its CVSS base score is 5.0 (Medium).

Operationally, ranked at the 6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-12 (Session Termination) and SC-23 (Session Authenticity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM UCD - IBM UrbanCode Deploy 7.1 through 7.1.2.27, 7.2 through 7.2.3.20, and 7.3 through 7.3.2.15 and IBM UCD - IBM DevOps Deploy 8.0 through 8.0.1.10, and 8.1 through 8.1.2.3 is susceptible to a race condition in http-session client-IP binding…

more

enforcement which may allow a session to be briefly reused from a new IP address before it is invalidated, potentially enabling unauthorized access under certain network conditions.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-22358Same product: Ibm Devops Deploy
CVE-2024-28781Same product: Ibm Devops Deploy
CVE-2024-54176Same product: Ibm Devops Deploy
CVE-2025-1998Same product: Ibm Devops Deploy
CVE-2026-12085Same product: Ibm Devops Deploy
CVE-2024-51472Same product: Ibm Devops Deploy
CVE-2024-22331Same product: Ibm Devops Deploy
CVE-2024-22334Same product: Ibm Devops Deploy
CVE-2026-12086Same product: Ibm Devops Deploy
CVE-2025-1997Same product: Ibm Devops Deploy

Affected Assets

ibm
devops deploy
8.0.0.0 — 8.0.1.11 · 8.1.0.0 — 8.1.2.4
ibm
urbancode deploy
7.1.0.0 — 7.1.2.28 · 7.2.0.0 — 7.2.3.21 · 7.3.0.0 — 7.3.2.16

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-23 Session Authenticity
  • AC-12 Session Termination
  • AC-3 Access Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires protection of session identifiers against unauthorized reuse or hijacking, which is the exact flaw in the UCD client-IP binding race condition.

prevent

Mandates prompt session termination and invalidation, directly mitigating the brief reuse window before the flawed IP-binding logic invalidates the session.

prevent

Enforces access-control decisions such as client-IP binding on sessions; a race-condition implementation error in that enforcement allows the unauthorized access described in CVE-2025-36360.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-01 mostly match
prevents

Credential lifecycle management directly includes enforcing session expiration to prevent reuse.

PR.AA-05 mostly match
prevents

Authorization policy enforcement and review covers terminating stale sessions to limit access scope.

PR.AA-03 partial match
prevents

Authentication mechanisms can incorporate session timeout checks but do not inherently address expiration policy.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

none

Automatic termination of inactive sessions and limits on connection duration shrink the window during which a hijacked or unattended authenticated session can be exploited.

References