CVE-2025-36298: Security Vulnerability in Ebics server affects IBM Sterling B2B Integrator and IBM Sterling File Gateway
IBM Sterling B2B Integrator 6.1.2.0 through 6.1.2.7_2, 6.2.0.0 through 6.2.0.5_2, 6.2.1.0 through 6.2.1.1_2, and 6.2.2.0 through 6.2.2.0_1 and IBM Sterling File Gateway 6.1.2.0 through 6.1.2.7_2, 6.2.0.0 through 6.2.0.5_2, 6.2.1.0 through 6.2.1.1_2, and 6.2.2.0 through 6.2.2.0_1 Ebics server component is vulnerable to cross-site scripting. This vulnerability allows an authenticated user to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session.
Security readout for executives and security teams
Plain-English summary
An authenticated user can place JavaScript in the EBICS server Web UI. If another user interacts with the affected interface, the code could run inside that trusted session, potentially exposing credentials or changing displayed behavior. The issue affects specified releases of IBM Sterling B2B Integrator and Sterling File Gateway.
Executive priority
Treat this as a prompt, planned remediation rather than an emergency. Prioritize systems handling sensitive transfers, credentials, or privileged operator sessions. Authentication and victim interaction limit likelihood, but compromise within a trusted administrative interface could expose credentials and undermine transaction confidence.
Technical view
CVE-2025-36298 is a CWE-79 cross-site scripting vulnerability in the EBICS server component. It is remotely reachable with low complexity but requires low privileges and victim interaction. CVSS 3.1 is 5.4; potential impact is low confidentiality and integrity loss across a security boundary, with no stated availability impact.
Likely exposure
Exposure requires an affected IBM release, use of the EBICS server component, and an authenticated attacker able to embed JavaScript in its Web UI. Risk is greater where untrusted or broadly provisioned users can access EBICS functions and privileged staff use the same interface.
Exploitation context
The supplied sources do not report active exploitation, and this CVE is not identified as KEV. Exploitation requires authentication and user interaction, reducing immediate likelihood. However, successful execution occurs in a trusted session and may disclose credentials or alter interface behavior.
Researcher notes
The bundle does not identify the affected parameter, encoding failure, persistence behavior, public proof of concept, or fixed release numbers. Avoid assuming stored versus reflected XSS. Validation should remain non-destructive and focus on version, component exposure, access paths, remediation state, and available application evidence.
Mitigation direction
Identify affected Sterling deployments and confirm whether the EBICS server component is enabled.
Consult IBM advisory 7280668 for the exact remediation applicable to each installed release.
Apply IBM-provided remediation according to the advisory and organizational change controls.
Until remediated, restrict EBICS Web UI access to necessary trusted users and networks.
Review authenticated EBICS accounts and remove unnecessary or excessive access.
Validation and detection
Record the exact Sterling product and maintenance level for every deployment.
Compare each version against all affected ranges stated in the IBM advisory.
Confirm the IBM-prescribed remediation is installed on every affected instance.
Verify EBICS Web UI access is restricted to authorized users after remediation.
Review relevant application records for unexpected Web UI content or suspicious authenticated activity.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.