Cyber Resilience

CVE-2026-0508

Open Redirect in Sap Businessobjects Business Intelligence Platform 2025 … 430

Published
10 February 2026
Modified
17 February 2026
Patch / advisory
CVSS Score v3.1 7.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:N
EPSS Score 0.0028 20th percentile
Risk Priority 48 floored blend · peak EPSS

Summary

CVE-2026-0508 is a high-severity Open Redirect (CWE-601) vulnerability in Sap Businessobjects Business Intelligence Platform. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Phishing (T1566); ranked at the 20th 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-10 (Information Input Validation) and AC-4 (Information Flow Enforcement) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-0508 is an open redirect vulnerability (CWE-601) in the SAP BusinessObjects Business Intelligence Platform. It enables an authenticated attacker with high privileges to insert a malicious URL within the application. When exploited, clicking the URL leads to an unvalidated redirect to an attacker-controlled domain, potentially resulting in the download of malicious content. The vulnerability carries a CVSS v3.1 base score of 7.3 (AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:N), indicating high impacts on confidentiality and integrity with no availability effects. It was published on 2026-02-10.

An authenticated attacker possessing high privileges can exploit this vulnerability over the network by embedding a malicious URL in the application. Exploitation requires high attack complexity and user interaction, as a victim must click the URL, after which the scope changes to allow redirection to the attacker's domain. Successful exploitation enables the download of malicious content, compromising the confidentiality and integrity of affected systems.

SAP advisories provide mitigation details, including a patch referenced in SAP Note 3674246, available at https://me.sap.com/notes/3674246. Additional guidance is part of the SAP Security Patch Day at https://url.sap/sapsecuritypatchday.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The SAP BusinessObjects Business Intelligence Platform allows an authenticated attacker with high privileges to insert malicious URL within the application. Upon successful exploitation, the victim may click on this malicious URL, resulting in an unvalidated redirect to the attacker-controlled domain…

more

and subsequently download the malicious content. This vulnerability has a high impact on the confidentiality and integrity of the application, with no effect on the availability of the application.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1566 Phishing Initial Access
Adversaries may send phishing messages to gain access to victim systems.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-0020Same product: Sap Businessobjects Business Intelligence Platform
CVE-2024-45281Same product: Sap Businessobjects Business Intelligence Platform
CVE-2023-23860Same vendor: Sap
CVE-2023-24530Same product: Sap Businessobjects Business Intelligence Platform
CVE-2023-0022Same product: Sap Businessobjects Business Intelligence Platform
CVE-2026-24323Same vendor: Sap
CVE-2023-0018Same product: Sap Businessobjects Business Intelligence Platform
CVE-2024-21734Same vendor: Sap
CVE-2025-25245Same product: Sap Businessobjects Business Intelligence Platform
CVE-2025-0060Same product: Sap Businessobjects Business Intelligence Platform

Affected Assets

sap
businessobjects business intelligence platform
2025, 2027, 430

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.7.2

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly checks and rejects untrusted redirect targets before they are used in a response.

Information flow enforcement can restrict redirects to only approved/trusted destinations, stopping untrusted user-supplied URLs from being followed.

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 input validation and untrusted-redirect controls that prevent CWE-601.

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

Preventing access to attacker-controlled or malicious sites stops users from being redirected to untrusted locations via open-redirect or phishing links.

References