Cyber Resilience

CVE-2024-52890

Ibm Engineering Lifecycle Optimization 7.0.2 … 7.0.3

Published
05 August 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 6.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0018 8th percentile
Risk Priority 44 floored blend · peak EPSS

Summary

CVE-2024-52890 is a medium-severity Improper Neutralization of Encoded URI Schemes in a Web Page (CWE-84) vulnerability in Ibm Engineering Lifecycle Optimization. Its CVSS base score is 6.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 8th 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 SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

IBM Engineering Lifecycle Optimization - Publishing 7.0.2 and 7.03 could be susceptible to cross-site scripting due to no validation of URIs.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
T1189 Drive-by Compromise Initial Access
Adversaries may gain access to a system through a user visiting a website over the normal course of browsing.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-45190Same product: Ibm Engineering Lifecycle Optimization
CVE-2023-45187Same product: Ibm Engineering Lifecycle Optimization
CVE-2023-45191Same product: Ibm Engineering Lifecycle Optimization
CVE-2023-26289Same vendor: Ibm
CVE-2023-26279Same vendor: Ibm
CVE-2024-39736Same vendor: Ibm
CVE-2023-47143Same vendor: Ibm
CVE-2025-25029Same vendor: Ibm
CVE-2023-35894Same vendor: Ibm
CVE-2025-33128Same vendor: Ibm

Affected Assets

ibm
engineering lifecycle optimization
7.0.2, 7.0.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly requires checking and neutralizing user-supplied encoded URI schemes before they can be rendered or executed.

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 require proper input neutralization and output encoding to prevent URI-based injection flaws.

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.

finds

Security testing in development and acceptance will detect URI-scheme injection flaws before release.

prevents

Secure development life cycle incorporates the above controls, providing indirect but systematic coverage.

prevents

Application security requirements explicitly call for input validation and output encoding that directly prevent URI-scheme injection.

prevents

Secure coding standards mandate proper neutralization of encoded URI schemes, eliminating the root cause of CWE-84.

References