Cyber Resilience

CVE-2026-15322

Ibm Engineering Ai Hub 1.0.0 – 1.3.0

Published
17 July 2026
Modified
24 July 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0030 23th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-15322 is a high-severity Use of HTTP Request With Sensitive Query String (CWE-598) vulnerability in Ibm Engineering Ai Hub. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unsecured Credentials (T1552); ranked at the 23th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

This vulnerability is AI-related — categorised as Other AI Platforms.

The strongest mitigations our analysis identified map to IA-5 (Authenticator Management) and SC-8 (Transmission Confidentiality and Integrity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM Engineering AI Hub 1.0.0, 1.1.0, and 1.2.0 could allow a remote attacker to obtain sensitive information due to the exposure of session tokens in URLs.

CWE(s)

AI Security AnalysisAI

AI Category
Other AI Platforms
Risk Domain
N/A
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: ai

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

Exposure of session tokens in URLs directly matches unsecured credentials disclosure (T1552).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-15093Same product: Ibm Engineering Ai Hub
CVE-2026-15069Same product: Ibm Engineering Ai Hub
CVE-2026-15091Same product: Ibm Engineering Ai Hub
CVE-2025-13219Same vendor: Ibm
CVE-2023-32335Same vendor: Ibm
CVE-2025-14480Same vendor: Ibm
CVE-2026-12085Same vendor: Ibm
CVE-2025-14811Same vendor: Ibm
CVE-2024-41738Same vendor: Ibm
CVE-2023-43029Same vendor: Ibm

Affected Assets

ibm
engineering ai hub
1.0.0 — 1.3.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • IA-5 Authenticator Management
  • SC-8 Transmission Confidentiality and Integrity
  • SC-23 Session Authenticity
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.4.5
  • V14.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires secure generation, storage, and transmission of authenticators so session tokens are never placed in URLs or other locations subject to disclosure.

prevent

Mandates cryptographic protection of sensitive data (including session tokens) during transmission, precluding exposure via GET query strings.

prevent

Protects session authenticity by ensuring session tokens are not carried in URLs where they can be logged, cached, or leaked via referer headers.

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.PS-06 mostly match
prevents

Secure SDLC practices directly prevent embedding sensitive data in query strings as part of input-handling and data-flow design.

PR.DS-02 partial match
prevents

HTTPS encryption protects query strings in transit but does not address the root design flaw of placing sensitive data in URLs.

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.

detects

Security testing can detect sensitive data leakage via query strings.

mitigates

DLP solutions can detect and block sensitive data in URLs.

degrades

Network security controls can enforce HTTPS and block sensitive data in URLs.

prevents

Application security requirements should mandate avoiding sensitive data in query strings.

prevents

Secure architecture principles discourage exposing sensitive data in URLs.

prevents

Secure coding standards directly prohibit placing secrets in query parameters.

References