GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

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

Vulnerability from cvelistv5 – Published: 2026-08-28 22:31 – Updated: 2026-08-31 14:10
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.
SSVC
Exploitation: poc Automatable: yes Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-31 14:07 UTC
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": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-55848",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-31T14:07:17.404690Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-31T14:10:14.891Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "references": [
          {
            "tags": [
              "exploit"
            ],
            "url": "https://github.com/mapfish/mapfish-print/security/advisories/GHSA-5v29-34h8-v68r"
          }
        ],
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "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-31T14:10:14.891Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-55848",
      "date": "2026-09-18",
      "epss": "0.00331",
      "percentile": "0.2653"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "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"
                  }
                ]
              }
            ],
            "source": "security-advisories@github.com"
          }
        ],
        "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."
          }
        ],
        "id": "CVE-2026-55848",
        "lastModified": "2026-09-09T21:09:13.080",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "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"
              },
              "exploitabilityScore": 3.9,
              "impactScore": 4.0,
              "source": "security-advisories@github.com",
              "type": "Secondary"
            }
          ],
          "ssvcV203": [
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2026-55848",
                "options": [
                  {
                    "exploitation": "poc"
                  },
                  {
                    "automatable": "yes"
                  },
                  {
                    "technicalImpact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-31T14:07:17.404690Z",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2026-08-28T23:17:08.013",
        "references": [
          {
            "source": "security-advisories@github.com",
            "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": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
            "url": "https://github.com/mapfish/mapfish-print/security/advisories/GHSA-5v29-34h8-v68r"
          }
        ],
        "sourceIdentifier": "security-advisories@github.com",
        "vulnStatus": "Deferred",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-611"
              }
            ],
            "source": "security-advisories@github.com",
            "type": "Secondary"
          }
        ]
      }
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-55848",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-31T14:07:17.404690Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-31T14:07:28.992Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/mapfish/mapfish-print/security/advisories/GHSA-5v29-34h8-v68r"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "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-31T14:10:14.891Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…