Cyber Resilience

CVE-2024-1248

Wso2 Api Manager 3.0.0 – 3.0.0.153

Published
04 July 2026
Modified
09 July 2026
Patch / advisory
CVSS Score v3.1 4.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L
EPSS Score 0.0018 8th percentile
Risk Priority 38 floored blend · peak EPSS

Summary

CVE-2024-1248 is a medium-severity Improper Validation of Certificate Expiration (CWE-298) vulnerability in Wso2 Api Manager. Its CVSS base score is 4.8 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Subvert Trust Controls (T1553); 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 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

The silent Just-In-Time (JIT) provisioning feature in federated authentication implementations fails to properly segregate user roles during account creation when a federated user shares a username with a local user. This allows the provisioning process to overwrite existing roles of…

more

local users with roles assigned to the federated user. Exploitation requires a federated identity provider (IDP) with silent JIT provisioning enabled and an attacker's knowledge of a local user's username. When these conditions are met, a malicious individual can leverage the JIT provisioning process to modify the roles of local users. The overwritten roles are limited to those defined within the federated IDP, typically granting minimal access rights unless explicitly configured otherwise by the federated IDP administrator.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1553 Subvert Trust Controls Defense Impairment
Adversaries may undermine security controls that will either warn users of untrusted activity or prevent execution of untrusted programs.
T1553.002 Code Signing Defense Impairment
Adversaries may create, acquire, or steal code signing materials to sign their malware or tools.
T1649 Steal or Forge Authentication Certificates Credential Access
Adversaries may steal or forge certificates used for authentication to access remote systems or resources.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-2374Same product: Wso2 Api Manager
CVE-2024-8008Same product: Wso2 Api Manager
CVE-2024-3511Same product: Wso2 Api Manager
CVE-2024-6914Same product: Wso2 Api Manager
CVE-2024-7096Same product: Wso2 Api Manager
CVE-2024-7097Same product: Wso2 Api Manager
CVE-2025-8591Same product: Wso2 Api Manager
CVE-2022-29464Same product: Wso2 Api Manager
CVE-2025-1396Same product: Wso2 Identity Server
CVE-2023-6838Same product: Wso2 Api Manager

Affected Assets

wso2
api manager
3.0.0 — 3.0.0.153 · 3.1.0 — 3.1.0.267 · 3.2.0 — 3.2.0.351
wso2
identity server
5.8.0 — 5.8.0.101 · 5.9.0 — 5.9.0.138 · 5.10.0 — 5.10.0.284
wso2
identity server as key manager
5.9.0 — 5.9.0.148 · 5.10.0 — 5.10.0.280
wso2
open banking am
2.0.0 — 2.0.0.313
wso2
open banking iam
2.0.0 — 2.0.0.333

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 4 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Authenticator management requires proper issuance, distribution, and lifecycle handling of certificates used for authentication, directly stopping expiration validation omissions.

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-03 partial match
prevents

Proper authentication of services/hardware requires certificate validation including expiration checks.

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 can detect missing certificate expiration checks but does not constitute the control's full intent.

prevents

Cryptography policy requires proper certificate lifecycle management including expiration validation.

prevents

Secure coding practices can include certificate validation checks but do not address the control's broader scope.

prevents

Secure authentication mandates validation of certificate attributes such as expiration dates.

References