CVE-2022-22536
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 · uneditedSAP NetWeaver Application Server ABAP, SAP NetWeaver Application Server Java, ABAP Platform, SAP Content Server 7.53 and SAP Web Dispatcher are vulnerable for request smuggling and request concatenation. An unauthenticated attacker can prepend a victim's request with arbitrary data. This way, the attacker can execute functions impersonating the victim or poison intermediary Web caches. A successful attack could result in complete compromise of Confidentiality, Integrity and Availability of the system.
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 confidenceThis is an HTTP request smuggling vulnerability in SAP NetWeaver Application Server (ABAP and Java), ABAP Platform, SAP Content Server 7.53, and SAP Web Dispatcher. An unauthenticated attacker can prepend arbitrary data to a victim's legitimate request, allowing the attacker to impersonate the victim or poison intermediary web caches. This leads to complete compromise of system confidentiality, integrity, and availability.
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.53= 7.22= 7.49= 7.53= 7.77= 7.81= 7.85= 7.86= 7.87= 8.04= krnl64nuc_7.22= krnl64nuc_7.22ext= krnl64nuc_7.49= 7.22ext= 7.49= 7.53= 7.77= 7.81= 7.85= 7.86= 7.87CVSS 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
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
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 SAP NetWeaver Application Server installationCheck system for SAP NetWeaver ABAP or Java installation. On SAP systems, use transaction SM51 to list installed application server instances, or check for SAP kernel processes running on the system.Affected if SAP NetWeaver ABAP or Java is installed and the version matches 7.22, 7.49, 7.53, 7.77, 7.81, 7.85, 7.86, 7.87, or 8.04 (or kernel versions krnl64nuc_7.22, krnl64nuc_7.22ext, krnl64nuc_7.49)
-
Identify SAP Web Dispatcher installationCheck for SAP Web Dispatcher processes or examine the SAP system profile parameter for icm/HTTP/... entries that indicate Web Dispatcher usage. Look for webdisp* processes or check SAPMMC for Web Dispatcher components.Affected if SAP Web Dispatcher is installed and the version matches 7.22ext, 7.49, 7.53, 7.77, 7.81, 7.85, 7.86, or 7.87
-
Identify SAP Content Server installationCheck for SAP Content Server components using SAP transaction code SLM1 or by examining the content server-related services and processes running on the system.Affected if SAP Content Server version 7.53 is installed
-
Verify HTTP services are exposedDetermine if the SAP system has HTTP services exposed externally or to untrusted networks. Check ICM (Internet Communication Manager) configuration using transaction SMICM or examine icm/HTTP/... profile parameters.Affected if HTTP services are accessible from network segments where untrusted attackers could send requests (the vulnerability requires HTTP request smuggling from an unauthenticated attacker)
-
Compare installed versions to affected rangesObtain exact version numbers from the installed SAP components using SAP transaction SM51, sapinfo command, or kernel version checks, then compare against the affected version list provided in the CVE.Affected if Any installed version exactly matches one of the listed affected versions, indicating the system falls within the vulnerable version range
A system is affected if it runs any SAP NetWeaver Application Server (ABAP/Java), SAP Web Dispatcher, or SAP Content Server version matching the listed affected versions AND has HTTP services exposed to where an unauthenticated attacker could send malicious requests.
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 Note #3122636 and any related patches to all affected SAP NetWeaver components. Review logs for signs of request smuggling attempts and validate that intermediary proxies and web caches are not being poisoned.
Apply SAP Security Note 3123396 - no version upgrade required, this is a patch-based fix for existing supported versions
- 1. Identify the exact SAP Support Package Stack (SPS) or Kernel version currently installed on affected systems
- 2. Access SAP One Support Launchpad (support.sap.com) and search for Security Note 3123396, which addresses CVE-2022-22536
- 3. Review the Security Note to confirm applicability to your specific SAP product version and kernel release
- 4. Download the required corrections and patches specified in the Security Note
- 5. Implement the corrections following the step-by-step instructions provided in the Security Note
- 6. After applying patches, restart affected SAP NetWeaver Application Server and Web Dispatcher components
- 7. Verify the fix by testing HTTP request handling and confirming the vulnerability is remediated
- 8. For SAP Content Server, ensure the corresponding update for version 7.53 is also applied
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,888.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-22536 — 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-2022-22536 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