Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. terriajs-server
  4. ›
  5. CVE-2026-27818

CVE-2026-27818: TerriaJS-Server has a domain validation bypass vulnerability in its proxy allowlist

February 26, 2026

A validation bug allows an attacker to proxy domains not explicitly allowed in the proxyableDomains configuration.

The validation only checks if a hostname ended with an allowed domain. This meant:

If example.com is allowed in proxyableDomains:

  • ✅ example.com is allowed (correct)
  • ✅ api.example.com is allowed (correct)
  • ⚠️ maliciousexample.com is allowed (incorrect)

An attacker could register maliciousexample.com and proxy content through terriajs-server, bypassing proxy restrictions.

References

  • github.com/TerriaJS/terriajs-server
  • github.com/TerriaJS/terriajs-server/commit/3aaa5d9717162b245ae4569232bbe7d8673c913f
  • github.com/TerriaJS/terriajs-server/releases/tag/4.0.3
  • github.com/TerriaJS/terriajs-server/security/advisories/GHSA-w789-49fc-v8hr
  • github.com/advisories/GHSA-w789-49fc-v8hr
  • nvd.nist.gov/vuln/detail/CVE-2026-27818

Code Behaviors & Features

Detect and mitigate CVE-2026-27818 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.0.3

Fixed versions

  • 4.0.3

Solution

Upgrade to version 4.0.3 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-20: Improper Input Validation
  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

npm/terriajs-server/CVE-2026-27818.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 27 Feb 2026 12:18:16 +0000.