CVE-2023-33987
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAn unauthenticated attacker in SAP Web Dispatcher - versions WEBDISP 7.49, WEBDISP 7.53, WEBDISP 7.54, WEBDISP 7.77, WEBDISP 7.81, WEBDISP 7.85, WEBDISP 7.88, WEBDISP 7.89, WEBDISP 7.90, KERNEL 7.49, KERNEL 7.53, KERNEL 7.54 KERNEL 7.77, KERNEL 7.81, KERNEL 7.85, KERNEL 7.88, KERNEL 7.89, KERNEL 7.90, KRNL64NUC 7.49, KRNL64UC 7.49, KRNL64UC 7.53, HDB 2.00, XS_ADVANCED_RUNTIME 1.00, SAP_EXTENDED_APP_SERVICES 1, can submit a malicious crafted request over a network to a front-end server which may, over several attempts, result in a back-end server confusing the boundaries of malicious and legitimate messages. This can result in the back-end server executing a malicious payload which can be used to read or modify information on the server or make it temporarily unavailable.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceAn unauthenticated attacker can submit malicious crafted requests to SAP Web Dispatcher (versions 7.49-7.90 and related Kernel versions), causing boundary confusion between malicious and legitimate messages on the back-end server. This can lead to arbitrary payload execution for information disclosure, modification, or temporary unavailability.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 7.49= 7.53= 7.54= 7.77= 7.81= 7.85= 7.88= 7.89= 7.90= hdb_2.00= kernel_7.49= kernel_7.53CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if SAP Web Dispatcher is runningCheck for SAP Web Dispatcher processes (e.g., wd.psp, webdisp) or listening ports (typically 80, 443, 5xx00-5xx10 range). On Linux: ps -ef | grep -i webdisp; On Windows: tasklist | findstr -i webdispAffected if SAP Web Dispatcher process is found running on the system
-
Determine the installed Web Dispatcher versionCheck the SAP Web Dispatcher version via: (1) Examine the sapwebdisp.pdb or version file in the installation directory, (2) Run: sapwebdisp -v or icmversion, (3) Query the ICMADMIN page if accessible: https://hostname:port/sap/admin/infoAffected if Installed version matches any of these: 7.49, 7.53, 7.54, 7.77, 7.81, 7.85, 7.88, 7.89, 7.90, hdb_2.00, kernel_7.49, or kernel_7.53
-
Verify if Web Dispatcher is exposed to unauthenticated network accessReview SAP Web Dispatcher profile parameters (icm/host_name, icm/HTTP_ports, sec/lib sapcrypto config) and firewall rules to determine if the admin ports (5xx00-5xx10 range) or reverse proxy ports are accessible from untrusted networksAffected if Web Dispatcher ports are accessible from untrusted/unauthenticated network segments without proper access controls
-
Check if the back-end server connection is configuredReview the Web Dispatcher configuration files (default.pfl, profile) for defined back-end servers (ws/Server, wdisp/System_X) and determine if the message validation between dispatcher and back-end is properly enforcedAffected if Web Dispatcher is configured as a reverse proxy to back-end SAP systems without proper message boundary validation enabled
You are affected if SAP Web Dispatcher is running AND its version matches 7.49 through 7.90 (or hdb_2.00, kernel_7.49, kernel_7.53) AND the dispatcher is network-accessible to unauthenticated attackers.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedApply SAP security patches for affected Web Dispatcher and Kernel versions immediately; consider WAF rules and network segmentation as compensating controls until patching is feasible.
SAP Web Dispatcher version > 7.90 (latest supported patch level as specified in SAP Security Note for CVE-2023-33987)
- Check the SAP Security Note for CVE-2023-33987 on the SAP Support Portal (launchpad.sap.com) to obtain the specific patch or kernel revision required
- Upgrade SAP Web Dispatcher to a version newer than 7.90 (or the latest available patched version as specified in the SAP Security Note)
- If using SAP Kernel, also upgrade the Kernel to a patched version as specified in the security note
- After upgrading, verify that the Web Dispatcher is processing HTTP requests correctly and monitor for any smuggling attempts
- Review and test any configuration changes related to HTTP parsing that may have been included in the patch
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation12.0 h
- Testing10.0 h
- Review / QA5.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $9,216.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-33987 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2023-33987 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data