Cyber Resilience

CVE-2026-1248

Info Disclosure in Ibm Business Automation Workflow 24.0.0 … 25.0.1

Published
27 May 2026
Modified
17 June 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:L/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0022 13th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-1248 is a medium-severity Generation of Error Message Containing Sensitive Information (CWE-209) vulnerability in Ibm Business Automation Workflow. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Databases (T1213.006); ranked at the 13th 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-11 (Error Handling) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM Business Automation Workflow containers and traditional may leak information about its database structure in error messages.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

CWE-209 error message leak directly exposes database schema details, enabling T1213.006 data collection from databases.

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

CVEs Like This One

CVE-2024-43188Same product: Ibm Business Automation Workflow
CVE-2024-38321Same product: Ibm Business Automation Workflow
CVE-2025-13096Same product: Ibm Business Automation Workflow
CVE-2025-1495Same product: Ibm Business Automation Workflow
CVE-2023-24957Same product: Ibm Business Automation Workflow
CVE-2024-54179Same product: Ibm Business Automation Workflow
CVE-2025-36058Same product: Ibm Business Automation Workflow
CVE-2024-49818Same vendor: Ibm
CVE-2024-35119Same vendor: Ibm
CVE-2023-47728Same vendor: Ibm

Affected Assets

ibm
business automation workflow
24.0.0, 24.0.1, 25.0.0, 25.0.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-11 Error Handling
  • SI-15 Information Output Filtering
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V16.5.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires error messages to be constructed so they do not reveal sensitive information such as database structure details.

prevent

Filters outbound information to suppress sensitive data that would otherwise appear in error responses.

prevent

Mandates timely remediation of the software flaw that causes generation of overly verbose error messages.

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 sanitized error handling to prevent sensitive data disclosure.

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

Secure coding standards explicitly forbid exposing sensitive data in errors.

detects

Security testing can detect error messages that leak sensitive information.

A.8.15 Logging partial match
degrades

Logging policy can require suppression of sensitive data in error messages.

prevents

Secure SDLC mandates error-handling rules that avoid leaking sensitive information.

prevents

Application security requirements can specify safe error messaging.

prevents

Secure architecture principles include proper exception handling.

References