CVE-2026-55848 (GCVE-0-2026-55848)

Vulnerability from cvelistv5 – Published: 2026-08-28 22:31 – Updated: 2026-08-28 22:31
VLAI
Title
mapfish-print: XXE on MapFish Print allows reading arbitrary files of certain types
Summary
mapfish-print is a component of MapFish for printing templated cartographic maps. Prior to 3.28.30, 3.30.32, 3.31.24, 3.33.16, and 4.0.5, MapFish Print accepts an attacker-controlled GML layer url in requests to the /api/print3/print endpoint and fetches XML parsed by core/src/main/java/org/mapfish/print/map/geotools/GmlLayer.java without disabling external entities and external DTDs. A remote XML document and DTD can expand a local file entity, and the resulting content can be exposed through the GML parsing and error path. This allows unauthenticated attackers to read files such as operating-system account data, Kubernetes service-account tokens, and certificates. Replacing the file entity target with an internal HTTP endpoint also permits server-side request forgery. This issue is fixed in versions 3.28.30, 3.30.32, 3.31.24, 3.33.16, and 4.0.5.
CWE
  • CWE-611 - Improper Restriction of XML External Entity Reference
Impacted products
Vendor Product Version CPE status
mapfish mapfish-print Affected: >= 3.0.0, < 3.28.30
Affected: >= 3.29.0, < 3.30.32
Affected: >= 3.31.0, < 3.31.24
Affected: >= 3.32.0, < 3.33.16
Affected: >= 4.0.0, < 4.0.5
guessed Create a notification for this product.
mapfish org.mapfish.print.print-lib Affected: >= 3.0.0, < 3.28.30
Affected: >= 3.29.0, < 3.30.32
Affected: >= 3.31.0, < 3.31.24
Affected: >= 3.32.0, < 3.33.16
Affected: >= 4.0.0, < 4.0.5
guessed Create a notification for this product.
mapfish org.mapfish.print.print-servlet Affected: >= 3.0.0, < 3.28.30
Affected: >= 3.29.0, < 3.30.32
Affected: >= 3.31.0, < 3.31.24
Affected: >= 3.32.0, < 3.33.16
Affected: >= 4.0.0, < 4.0.5
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "product": "mapfish-print",
          "vendor": "mapfish",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 3.0.0, \u003c 3.28.30"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.29.0, \u003c 3.30.32"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.31.0, \u003c 3.31.24"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.32.0, \u003c 3.33.16"
            },
            {
              "status": "affected",
              "version": "\u003e= 4.0.0, \u003c 4.0.5"
            }
          ]
        },
        {
          "product": "org.mapfish.print.print-lib",
          "vendor": "mapfish",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 3.0.0, \u003c 3.28.30"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.29.0, \u003c 3.30.32"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.31.0, \u003c 3.31.24"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.32.0, \u003c 3.33.16"
            },
            {
              "status": "affected",
              "version": "\u003e= 4.0.0, \u003c 4.0.5"
            }
          ]
        },
        {
          "product": "org.mapfish.print.print-servlet",
          "vendor": "mapfish",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 3.0.0, \u003c 3.28.30"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.29.0, \u003c 3.30.32"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.31.0, \u003c 3.31.24"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.32.0, \u003c 3.33.16"
            },
            {
              "status": "affected",
              "version": "\u003e= 4.0.0, \u003c 4.0.5"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "mapfish-print is a component of MapFish for printing templated cartographic maps. Prior to 3.28.30, 3.30.32, 3.31.24, 3.33.16, and 4.0.5, MapFish Print accepts an attacker-controlled GML layer url in requests to the /api/print3/print endpoint and fetches XML parsed by core/src/main/java/org/mapfish/print/map/geotools/GmlLayer.java without disabling external entities and external DTDs. A remote XML document and DTD can expand a local file entity, and the resulting content can be exposed through the GML parsing and error path. This allows unauthenticated attackers to read files such as operating-system account data, Kubernetes service-account tokens, and certificates. Replacing the file entity target with an internal HTTP endpoint also permits server-side request forgery. This issue is fixed in versions 3.28.30, 3.30.32, 3.31.24, 3.33.16, and 4.0.5."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 8.6,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-611",
              "description": "CWE-611: Improper Restriction of XML External Entity Reference",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-28T22:31:26.705Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/mapfish/mapfish-print/security/advisories/GHSA-5v29-34h8-v68r",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/mapfish/mapfish-print/security/advisories/GHSA-5v29-34h8-v68r"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/pull/4212",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/pull/4212"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/pull/4215",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/pull/4215"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/pull/4216",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/pull/4216"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/pull/4217",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/pull/4217"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/pull/4219",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/pull/4219"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/pull/4221",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/pull/4221"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/commit/13beae7a7f970fc3526c1f7ca5db817d8d51fbec",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/commit/13beae7a7f970fc3526c1f7ca5db817d8d51fbec"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/commit/23a96e7baa15077bdb0e5fc5a72b18da23af9121",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/commit/23a96e7baa15077bdb0e5fc5a72b18da23af9121"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/commit/3525e8150fcb5f40095930ccf7aec0d8ce92bbcb",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/commit/3525e8150fcb5f40095930ccf7aec0d8ce92bbcb"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/commit/56c47d3bf70d8428916dea8ed7005518ad07dc7d",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/commit/56c47d3bf70d8428916dea8ed7005518ad07dc7d"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/commit/a55a24873db5f19b37abac7d59144dc86406c236",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/commit/a55a24873db5f19b37abac7d59144dc86406c236"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/commit/d13911ac6e0509444d64e74830f10b14e4dcfdf1",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/commit/d13911ac6e0509444d64e74830f10b14e4dcfdf1"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/releases/tag/3.28.30",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/releases/tag/3.28.30"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/releases/tag/3.30.32",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/releases/tag/3.30.32"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/releases/tag/3.31.24",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/releases/tag/3.31.24"
        },
        {
          "name": "https://github.com/mapfish/mapfish-print/releases/tag/4.0.5",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/mapfish/mapfish-print/releases/tag/4.0.5"
        }
      ],
      "source": {
        "advisory": "GHSA-5v29-34h8-v68r",
        "discovery": "UNKNOWN"
      },
      "title": "mapfish-print: XXE on MapFish Print allows reading arbitrary files of certain types"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-55848",
    "datePublished": "2026-08-28T22:31:26.705Z",
    "dateReserved": "2026-06-17T16:44:40.994Z",
    "dateUpdated": "2026-08-28T22:31:26.705Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-55848\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-08-28T23:17:08.013\",\"lastModified\":\"2026-08-28T23:17:08.013\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"mapfish-print is a component of MapFish for printing templated cartographic maps. Prior to 3.28.30, 3.30.32, 3.31.24, 3.33.16, and 4.0.5, MapFish Print accepts an attacker-controlled GML layer url in requests to the /api/print3/print endpoint and fetches XML parsed by core/src/main/java/org/mapfish/print/map/geotools/GmlLayer.java without disabling external entities and external DTDs. A remote XML document and DTD can expand a local file entity, and the resulting content can be exposed through the GML parsing and error path. This allows unauthenticated attackers to read files such as operating-system account data, Kubernetes service-account tokens, and certificates. Replacing the file entity target with an internal HTTP endpoint also permits server-side request forgery. This issue is fixed in versions 3.28.30, 3.30.32, 3.31.24, 3.33.16, and 4.0.5.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"mapfish\",\"product\":\"mapfish-print\",\"versions\":[{\"version\":\"\u003e= 3.0.0, \u003c 3.28.30\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.29.0, \u003c 3.30.32\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.31.0, \u003c 3.31.24\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.32.0, \u003c 3.33.16\",\"status\":\"affected\"},{\"version\":\"\u003e= 4.0.0, \u003c 4.0.5\",\"status\":\"affected\"}]},{\"vendor\":\"mapfish\",\"product\":\"org.mapfish.print.print-lib\",\"versions\":[{\"version\":\"\u003e= 3.0.0, \u003c 3.28.30\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.29.0, \u003c 3.30.32\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.31.0, \u003c 3.31.24\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.32.0, \u003c 3.33.16\",\"status\":\"affected\"},{\"version\":\"\u003e= 4.0.0, \u003c 4.0.5\",\"status\":\"affected\"}]},{\"vendor\":\"mapfish\",\"product\":\"org.mapfish.print.print-servlet\",\"versions\":[{\"version\":\"\u003e= 3.0.0, \u003c 3.28.30\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.29.0, \u003c 3.30.32\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.31.0, \u003c 3.31.24\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.32.0, \u003c 3.33.16\",\"status\":\"affected\"},{\"version\":\"\u003e= 4.0.0, \u003c 4.0.5\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\",\"baseScore\":8.6,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":4.0}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-611\"}]}],\"references\":[{\"url\":\"https://github.com/mapfish/mapfish-print/commit/13beae7a7f970fc3526c1f7ca5db817d8d51fbec\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/commit/23a96e7baa15077bdb0e5fc5a72b18da23af9121\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/commit/3525e8150fcb5f40095930ccf7aec0d8ce92bbcb\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/commit/56c47d3bf70d8428916dea8ed7005518ad07dc7d\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/commit/a55a24873db5f19b37abac7d59144dc86406c236\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/commit/d13911ac6e0509444d64e74830f10b14e4dcfdf1\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/pull/4212\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/pull/4215\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/pull/4216\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/pull/4217\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/pull/4219\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/pull/4221\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/releases/tag/3.28.30\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/releases/tag/3.30.32\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/releases/tag/3.31.24\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/releases/tag/4.0.5\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mapfish/mapfish-print/security/advisories/GHSA-5v29-34h8-v68r\",\"source\":\"security-advisories@github.com\"}]}}"
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…