Skip to content

Commit abbfba0

Browse files
sunupantierra
authored andcommitted
Skip GDAL VRT driver to mitigate security issue
Skip VRT driver to prevent arbitrary file reading vulnerability reported in GDAL issue OSGeo/gdal#12645 and developmentseed/titiler#1180. This configuration prevents exploitation of GDAL's VRT driver which can be used to read arbitrary files from the filesystem.
1 parent 2d79755 commit abbfba0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
- Refactors eoapi-support into core eoapi chart [#262](https://github.com/developmentseed/eoapi-k8s/pull/262)
2121
- Make integration tests fail properly
22+
- Temporarily skip VRT driver in GDALg to avoid https://github.com/OSGeo/gdal/issues/12645
2223

2324
## [0.7.13] - 2025-11-04
2425

charts/eoapi/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ raster:
295295
GDAL_HTTP_MERGE_CONSECUTIVE_RANGES: "YES"
296296
GDAL_HTTP_MULTIPLEX: "YES"
297297
GDAL_HTTP_VERSION: "2"
298+
GDAL_SKIP: "VRT" # skip VRT driver to avoid https://github.com/OSGeo/gdal/issues/12645
298299
PYTHONWARNINGS: "ignore"
299300
VSI_CACHE: "TRUE"
300301
VSI_CACHE_SIZE: "5000000" # 5 MB (per file-handle)

0 commit comments

Comments
 (0)