Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/projectcontour/contour
  4. ›
  5. CVE-2026-41246

CVE-2026-41246: Contour has Lua code injection via Cookie Path Rewrite Policy

April 24, 2026

Contour’s Cookie Rewriting feature is vulnerable to Lua code injection. An attacker with RBAC permissions to create or modify HTTPProxy resources can craft a malicious value in the following fields that results in arbitrary code execution in the Envoy proxy:

  • spec.routes[].cookieRewritePolicies[].pathRewrite.value
  • spec.routes[].services[].cookieRewritePolicies[].pathRewrite.value

The cookie rewriting feature is internally implemented using Envoy’s HTTP Lua filter. User-controlled values are interpolated into Lua source code using Go text/template without sufficient sanitization.

The injected code only executes when processing traffic on the attacker’s own route, which they already control. However, since Envoy runs as shared infrastructure, the injected code can also:

  • Read Envoy’s xDS client credentials from the filesystem, which could be used to read all Contour xDS configuration, including TLS certificates and private keys of other tenants.
  • Cause denial of service for other tenants sharing the Envoy instance.

Other use cases of Lua filter are not vulnerable.

References

  • github.com/advisories/GHSA-x4mj-7f9g-29h4
  • github.com/projectcontour/contour
  • github.com/projectcontour/contour/releases/tag/v1.31.6
  • github.com/projectcontour/contour/releases/tag/v1.32.5
  • github.com/projectcontour/contour/releases/tag/v1.33.4
  • github.com/projectcontour/contour/security/advisories/GHSA-x4mj-7f9g-29h4
  • nvd.nist.gov/vuln/detail/CVE-2026-41246
  • projectcontour.io/docs/1.33/config/cookie-rewriting
  • www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/lua_filter

Code Behaviors & Features

Detect and mitigate CVE-2026-41246 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 starting from 1.19.0 before 1.31.6, all versions starting from 1.32.0 before 1.32.5, all versions starting from 1.33.0 before 1.33.4

Fixed versions

  • 1.31.6
  • 1.32.5
  • 1.33.4

Solution

Upgrade to versions 1.31.6, 1.32.5, 1.33.4 or above.

Impact 8.1 HIGH

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

Learn more about CVSS

Weakness

  • CWE-94: Improper Control of Generation of Code ('Code Injection')

Source file

go/github.com/projectcontour/contour/CVE-2026-41246.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 09 May 2026 12:20:21 +0000.