Answer in brief
CVE-2026-55848 records a High severity (CVSS 8.6) vulnerability in mapfish-print: XXE on MapFish Print allows reading arbitrary files of certain types. The current sources do not mark it as known exploited. The current feed maps mapfish/mapfish-print (generic), mapfish/org.mapfish.print.print-lib (generic), mapfish/org.mapfish.print.print-servlet (generic), org.mapfish.print:print-lib (maven) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 8.6. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps mapfish/mapfish-print (generic), mapfish/org.mapfish.print.print-lib (generic), mapfish/org.mapfish.print.print-servlet (generic), org.mapfish.print:print-lib (maven) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| mapfish/mapfish-printgeneric | >= 3.0.0, < 3.28.30 || >= 3.29.0, < 3.30.32 || >= 3.31.0, < 3.31.24 || >= 3.32.0, < 3.33.16 || >= 4.0.0, < 4.0.5 | Not reported |
| mapfish/org.mapfish.print.print-libgeneric | >= 3.0.0, < 3.28.30 || >= 3.29.0, < 3.30.32 || >= 3.31.0, < 3.31.24 || >= 3.32.0, < 3.33.16 || >= 4.0.0, < 4.0.5 | Not reported |
| mapfish/org.mapfish.print.print-servletgeneric | >= 3.0.0, < 3.28.30 || >= 3.29.0, < 3.30.32 || >= 3.31.0, < 3.31.24 || >= 3.32.0, < 3.33.16 || >= 4.0.0, < 4.0.5 | Not reported |
| org.mapfish.print:print-libmaven | >=3.0.0,<3.28.30 | 3.28.30 |
| org.mapfish.print:print-libmaven | >=3.29.0,<3.30.32 | 3.30.32 |
| org.mapfish.print:print-libmaven | >=3.32.0,<3.33.16 | 3.33.16 |
| org.mapfish.print:print-libmaven | >=3.34.0,<4.0.5 | 4.0.5 |
| org.mapfish.print:print-servletmaven | >=3.29.0,<3.30.32 | 3.30.32 |
| org.mapfish.print:print-servletmaven | >=3.31.0,<3.31.24 | 3.31.24 |
| org.mapfish.print:print-servletmaven | >=3.32.0,<3.33.16 | 3.33.16 |
| org.mapfish.print:print-servletmaven | >=3.34.0,<4.0.5 | 4.0.5 |
| org.mapfish:print.print-servletmaven | >=3.0.0,<3.28.30 | 3.28.30 |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
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.
Quoted source text, attributed separately from HOL analysis.