Raw vector
CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:NSummary
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
- 🇪🇺 ENISA EUVD: EUVD-2026-6388
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
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
—
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.
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.
Preventing access to attacker-controlled or malicious sites stops users from being redirected to untrusted locations via open-redirect or phishing links.