Cyber Resilience

CVE-2024-45675

Ibm Informix Dynamic Server ≤ 14.10

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

Summary

CVE-2024-45675 is a high-severity Use of Password System for Primary Authentication (CWE-309) vulnerability in Ibm Informix Dynamic Server. Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Password Guessing (T1110.001); ranked at the 1th 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) and AC-7 (Unsuccessful Logon Attempts) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM Informix Dynamic Server 14.10 could allow a local user on the system to log into the Informix server as administrator without a password.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1110.001 Password Guessing Credential Access
Adversaries with no prior knowledge of legitimate credentials within the system or environment may guess passwords to attempt access to accounts.
T1110.003 Password Spraying Credential Access
Adversaries may use a single or small list of commonly used passwords against many different accounts to attempt to acquire valid account credentials.
T1110.004 Credential Stuffing Credential Access
Adversaries may use credentials obtained from breach dumps of unrelated accounts to gain access to target accounts through credential overlap.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1078.001 Default Accounts Stealth
Adversaries may obtain and abuse credentials of a default account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-49342Same product: Ibm Informix Dynamic Server
CVE-2024-49343Same product: Ibm Informix Dynamic Server
CVE-2025-1991Same product: Ibm Informix Dynamic Server
CVE-2023-28527Same product: Ibm Informix Dynamic Server
CVE-2023-28523Same product: Ibm Informix Dynamic Server
CVE-2023-28526Same product: Ibm Informix Dynamic Server
CVE-2023-49883Same vendor: Ibm
CVE-2023-35907Same vendor: Ibm
CVE-2025-1993Same vendor: Ibm
CVE-2023-38369Same vendor: Ibm

Affected Assets

ibm
informix dynamic server
≤ 14.10

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 · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Defines management rules for password authenticators, addressing some shortcomings but still permitting password systems as primary.

Limits password guessing attempts, reducing exploitability of password-only primary auth without eliminating the weakness.

Requires identification and authentication but does not preclude sole reliance on passwords, only partially addressing the weakness.

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 mostly match
prevents

Explicitly requires MFA and password-strength policies, directly mitigating password-only primary authentication.

PR.AA-01 partial match
prevents

Credential management practices can reduce sole reliance on weak password systems.

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.

degrades

Authentication information control explicitly governs the lifecycle and strength of passwords and alternatives.

degrades

Secure authentication control directly requires and guides non-password or hardened password mechanisms.

degrades

Access control policy can mandate stronger primary authentication than passwords.

degrades

Identity management defines how identities are proven, directly influencing reliance on passwords.

none

Access rights assignment assumes authentication has already occurred; does not address password weaknesses.

none

Privileged access rights presuppose secure authentication but do not specify the mechanism.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (1 rule)
  • V-248690 OL 8 must require the maximum number of repeating characters of the same character class be limited to four when passwords are changed. prevents CWE-309

References