LiveActive security incident?Get immediate response
CVE Record

CVE-2023-23856: In SAP BusinessObjects Business Intelligence (Web Intelligence user interface) - version 430, some calls re...

In SAP BusinessObjects Business Intelligence (Web Intelligence user interface) - version 430, some calls return json with wrong content type in the header of the response. As a result, a custom application that calls directly the jsp of Web Intelligence DHTML may be vulnerable to XSS attacks. On successful exploitation an attacker can cause a low impact on integrity of the application.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

SAP BusinessObjects BI 4.3 has a Web Intelligence UI issue where some JSON responses use the wrong content type. A custom application that calls Web Intelligence DHTML JSPs directly could become exposed to cross-site scripting. The stated business impact is limited integrity impact, not data theft or outage.

Executive priority

Treat as a moderate-priority application security fix. It is not described as actively exploited and has limited impact, but BI systems often support sensitive workflows, so affected custom integrations should be found and corrected promptly.

Technical view

CVE-2023-23856 is a CWE-79 XSS issue in SAP BusinessObjects Business Intelligence Web Intelligence UI version 430. The source states some calls return JSON with an incorrect response content-type header. CVSS 3.1 is 4.3: network reachable, low complexity, low privileges required, no user interaction, unchanged scope, low integrity impact.

Likely exposure

Exposure appears limited to SAP BusinessObjects BI 4.3 environments, especially custom applications directly calling Web Intelligence DHTML JSPs. Default status is listed as unaffected outside the named affected version.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation. CVSS indicates an attacker needs low privileges but no user interaction. The described impact is low integrity impact through XSS in an affected integration path.

Researcher notes

The key condition is not merely having SAP BusinessObjects BI 4.3, but using custom direct calls to Web Intelligence DHTML JSPs. Public details in the bundle do not include patch mechanics or a complete affected build matrix beyond version 430.

Mitigation direction

  • Review SAP Note 3263863 and apply vendor guidance for affected systems.
  • Inventory SAP BusinessObjects BI 4.3 Web Intelligence deployments.
  • Identify custom applications directly calling Web Intelligence DHTML JSPs.
  • Avoid direct unsupported JSP calls where vendor-supported APIs are available.
  • Prioritize remediation for internet-accessible or broadly shared BI portals.

Validation and detection

  • Confirm whether SAP BusinessObjects BI version 430 is deployed.
  • Check whether custom applications call Web Intelligence DHTML JSPs directly.
  • Review response headers for affected JSON calls in a safe test environment.
  • Verify remediation status against SAP Note 3263863.
  • Confirm no related route is exposed beyond intended authenticated users.
Prepared
Confidence
medium
Sources
4

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-23856 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2023-23856Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SAP_SESAP BusinessObjects Business Intelligence (Web Intelligence UI)430unaffected
Weakness

CWE details

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.