Cyber Resilience

CVE-2025-27904

CSRF in Ibm Db2 Recovery Expert 5.5.0

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

Summary

CVE-2025-27904 is a medium-severity CSRF (CWE-352) vulnerability in Ibm Db2 Recovery Expert. Its CVSS base score is 6.5 (Medium).

Operationally, 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 AC-3 (Access Enforcement) and SC-23 (Session Authenticity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM DB2 Recovery Expert for LUW 5.5 Interim Fix 002 IBM Db2 Recovery Expert for Linux, UNIX and Windows is vulnerable to cross-site request forgery which could allow an attacker to execute malicious and unauthorized actions transmitted from a user…

more

that the website trusts.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-47718Same vendor: Ibm
CVE-2024-49794Same vendor: Ibm
CVE-2023-23473Same vendor: Ibm
CVE-2023-38001Same vendor: Ibm
CVE-2023-38739Same vendor: Ibm
CVE-2023-28949Same vendor: Ibm
CVE-2024-49340Same vendor: Ibm
CVE-2024-49795Same vendor: Ibm
CVE-2024-31902Same vendor: Ibm
CVE-2024-43192Same vendor: Ibm

Affected Assets

ibm
db2 recovery expert
5.5.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SC-23 Session Authenticity
  • IA-11 Re-authentication
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.3.2
  • V3.5.1
  • V10.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces that every HTTP request must carry a valid, application-generated authorization token rather than relying solely on ambient session cookies, blocking forged CSRF requests.

prevent

Protects session authenticity by binding requests to cryptographically verifiable session identifiers or anti-CSRF tokens, preventing an attacker from replaying a trusted user’s session context.

prevent

Requires re-authentication or additional confirmation before executing sensitive recovery actions, breaking the automated, single-click nature of CSRF exploitation.

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 anti-CSRF controls such as tokens or SameSite attributes.

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.

mitigates

By denying access to phishing or malicious sites, the control lowers the likelihood that a user will be tricked into submitting a forged request that performs an unintended action on another site.

none

Contextual intelligence about emerging CSRF toolkits can be translated into updated anti-CSRF token or same-site policy configurations across applications.

References