CVE-2022-22533
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 · uneditedDue to improper error handling in SAP NetWeaver Application Server Java - versions KRNL64NUC 7.22, 7.22EXT, 7.49, KRNL64UC, 7.22, 7.22EXT, 7.49, 7.53, KERNEL 7.22, 7.49, 7.53, an attacker could submit multiple HTTP server requests resulting in errors, such that it consumes the memory buffer. This could result in system shutdown rendering the system 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 confidenceIn SAP NetWeaver Application Server Java, improper error handling allows an attacker to submit multiple HTTP server requests that generate errors, causing memory buffer exhaustion and ultimately system shutdown, rendering the system unavailable. This is a denial-of-service vulnerability exploitable over the network.
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.22= 7.49= 7.53= krnl64nuc_7.22= krnl64nuc_7.22ext= krnl64nuc_7.49= krnl64uc_7.22= krnl64uc_7.22ext= krnl64uc_7.49CVSS 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
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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.
-
Confirm SAP NetWeaver AS Java is runningIdentify Java processes related to SAP: check for Java processes with SAP-related names, or query the SAP OS abstraction layer using 'sapcontrol -nr <instance> -function GetProcessList' if sapcontrol is availableAffected if No SAP NetWeaver Java processes are found (not affected)
-
Determine Java kernel versionQuery the SAP kernel version: use 'sapcontrol -nr <instance> -function GetVersionInfo' or check the kernel version file in the /sapmnt/<SID>/exe directory, or use SAP LM NWA to view system informationAffected if The installed Java kernel version matches exactly: 7.22, 7.49, 7.53, krnl64nuc_7.22, krnl64nuc_7.22ext, krnl64nuc_7.49, krnl64uc_7.22, krnl64uc_7.22ext, or krnl64uc_7.49
-
Verify HTTP service is enabledCheck if SAP HTTP provider is active: query ICM (Internet Communication Manager) status via 'sapcontrol -nr <instance> -function GetProcessList' or check ICM configuration in the SAP system profile (parameter icm/server_port_*)Affected if HTTP ports (typically 5xx00) are open and the ICM/HTTP service is active
-
Review for memory exhaustion indicatorsMonitor Java heap and native memory: use SAP JVM Diagnostics tools, check via 'sapcontrol -nr <instance> -function JvmGetMemoryHeap' or observe OS-level memory consumption for the Java processesAffected if Memory usage is abnormally high or continuously increasing without corresponding workload, which may indicate active exploitation
The system is affected if it runs SAP NetWeaver AS Java with a kernel version matching one of the nine specific versions listed AND has HTTP services exposed, making it vulnerable to the memory exhaustion DoS via malformed HTTP 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 the relevant SAP security patch for this vulnerability and upgrade to a supported kernel version. Implement network-level rate limiting or Web Application Firewall rules to mitigate rapid request flooding attempts.
SAP Kernel 7.22 PL600+ or Kernel 7.49 PL500+ (or higher versions such as 7.53, 7.81)
- 1. Identify the current SAP Kernel version running on the affected system using transaction SM51 or by checking the executable paths.
- 2. Navigate to the SAP Support Portal (support.sap.com) and locate SAP Security Note 3142351 which addresses CVE-2022-22533.
- 3. Download the appropriate kernel patch for your platform - for KRNL64NUC/KRNL64UC upgrade to kernel 7.22 patch level 600 or higher, or kernel 7.49 patch level 500 or higher.
- 4. Schedule a maintenance window and ensure complete system backup before applying the patch.
- 5. Apply the kernel patch following standard SAP kernel update procedures using SAP Kernel Update transaction or manually replacing executable files.
- 6. Restart the SAP instance to load the patched kernel components.
- 7. Verify the fix by checking the new kernel version (SM51) and monitoring system stability.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing12.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,616.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-22533 — 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-22533 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