Cyber Resilience

CVE-2026-4820

Ibm Maximo Application Suite 8.10 – 8.10.33

Published
01 April 2026
Modified
07 April 2026
Patch / advisory
CVSS Score v3.1 4.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
EPSS Score 0.0012 2th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-4820 is a medium-severity Sensitive Cookie in HTTPS Session Without 'Secure' Attribute (CWE-614) vulnerability in Ibm Maximo Application Suite. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Steal Web Session Cookie (T1539); ranked at the 2th 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 SC-8 (Transmission Confidentiality and Integrity) and IA-5 (Authenticator Management) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM Maximo Application Suite 9.1, 9.0, 8.11, and 8.10 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…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
Why these techniques?

Missing Secure flag on session cookies/tokens directly enables theft via HTTP interception or network snooping after luring victim to insecure link.

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

CVEs Like This One

CVE-2023-27861Same product: Ibm Maximo Application Suite
CVE-2025-2898Same product: Ibm Maximo Application Suite
CVE-2024-35146Same product: Ibm Maximo Application Suite
CVE-2024-35148Same product: Ibm Maximo Application Suite
CVE-2023-43037Same product: Ibm Maximo Application Suite
CVE-2024-37068Same product: Ibm Maximo Application Suite
CVE-2025-14684Same product: Ibm Maximo Application Suite
CVE-2023-38723Same product: Ibm Maximo Application Suite
CVE-2024-38314Same product: Ibm Maximo Application Suite
CVE-2024-35145Same product: Ibm Maximo Application Suite

Affected Assets

ibm
maximo application suite
8.10 — 8.10.33 · 8.11 — 8.11.30 · 9.0 — 9.0.19

Mitigating Controls

Control response

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

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.3.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires cryptographic protection of session cookies and tokens in transit, preventing their exposure over HTTP as described in the CVE.

prevent

Boundary protection mechanisms can enforce HTTPS-only traffic and block HTTP cookie transmission paths exploited by the vulnerability.

prevent

Authenticator management requirements cover secure handling and transmission of session tokens/cookies to avoid cleartext disclosure.

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.DS-02 full match
prevents

Encryption of data-in-transit directly prevents cleartext transmission while the control also addresses integrity and availability.

PR.PS-01 mostly match
prevents

Enforcing hardened configuration baselines includes requiring the Secure flag on sensitive cookies.

PR.PS-06 mostly match
prevents

Secure SDLC practices explicitly require correct use of security attributes such as the cookie Secure flag.

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.

prevents

Specifying encryption and other security technology for network services prevents transmission of sensitive information in cleartext over potentially untrusted channels.

prevents

Mandating cryptographic protection and stronger authentication on public networks stops the transmission of plaintext sensitive information.

mitigates

Specifying communications-security requirements and secure remote-access methods (including encryption expectations) prevents the transmission of sensitive data in cleartext over home or public networks.

mitigates

Armoured conduits, electromagnetic shielding and locked enclosures make passive eavesdropping on unencrypted traffic traversing the cables more difficult, mitigating exposure of sensitive data in transit.

mitigates

Use of cryptography control mandates encryption in transit, which HTTPS provides, but does not specifically require the Secure cookie attribute.

prevents

Application security requirements can include cookie security settings, but the control is broader and does not explicitly mandate the Secure attribute.

References