Skip to content

[GHSA-hj8m-9fhf-v7jp] Add CWE-1336 for fief-server SSTI - #8833

Open
yhay81 wants to merge 1 commit into
github:yhay81/advisory-improvement-8833from
yhay81:codex/GHSA-hj8m-9fhf-v7jp-cwe-1336
Open

[GHSA-hj8m-9fhf-v7jp] Add CWE-1336 for fief-server SSTI#8833
yhay81 wants to merge 1 commit into
github:yhay81/advisory-improvement-8833from
yhay81:codex/GHSA-hj8m-9fhf-v7jp-cwe-1336

Conversation

@yhay81

@yhay81 yhay81 commented Jul 27, 2026

Copy link
Copy Markdown

Updates

  • CWEs

Comments

This advisory currently has no CWE assigned. CWE-1336 (Improper Neutralization of Special Elements Used in a Template Engine) is a direct root-cause mapping:

  • The maintainer advisory explicitly identifies the vulnerability as server-side template injection in Jinja templates.
  • The published fix replaces the regular jinja2.Environment with ImmutableSandboxedEnvironment and adds tests that reject unsafe template expressions.
  • CWE-1336 explicitly covers SSTI and recommends using a template engine's sandbox or restricted mode.

This is an already-public metadata correction only; it does not add new vulnerability details or proof-of-concept material.

References:

Validation:

  • JSON syntax checked with python3 -m json.tool
  • Record validated against the current OpenSSF OSV JSON Schema
  • One advisory file changed

@github-actions
github-actions Bot changed the base branch from main to yhay81/advisory-improvement-8833 July 27, 2026 23:12
@yhay81
yhay81 marked this pull request as ready for review July 28, 2026 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant