Skip to content

[GHSA-v9v8-jp27-55gf] marimo before 0.23.15 contains a configuration injection... - #9189

Open
PercevalFox wants to merge 1 commit into
PercevalFox/advisory-improvement-9189from
PercevalFox-GHSA-v9v8-jp27-55gf
Open

[GHSA-v9v8-jp27-55gf] marimo before 0.23.15 contains a configuration injection...#9189
PercevalFox wants to merge 1 commit into
PercevalFox/advisory-improvement-9189from
PercevalFox-GHSA-v9v8-jp27-55gf

Conversation

@PercevalFox

Copy link
Copy Markdown

Updates

  • Affected products
  • CVSS v3
  • CVSS v4
  • Summary

Comments
This advisory is unreviewed and has no package mapping, so it does not surface to users of the affected package.

The repository marimo-team/marimo publishes the PyPI package marimo.

The advisory names the sanitize_pyproject_dict function and the base_url injection vector. The fix commit (1a21bd71, PR #10281, "additional pep 723 sanitization") modifies exactly that function in marimo/_config/reader.py to exclude ai/base_url, secrets and server keys from notebook-supplied config, with a regression test asserting a notebook's ai.open_ai.base_url must not override operator settings. This matches the advisory text.

I verified the boundary against the published PyPI wheels:

  • 0.23.14 ships marimo/_config/reader.py where sanitize_pyproject_dict does not exclude the ai/base_url keys
  • 0.23.15 ships the same function with those keys excluded

This matches the "before 0.23.15" wording in the description and the release tag already listed in the references (https://github.com/marimo-team/marimo/releases/tag/0.23.15).

Proposed range: introduced 0, fixed 0.23.15.

The CVSS v4 vector was rewritten to omit the trailing Not Defined (X) metrics, which the form's validator rejects. This is semantically identical per the CVSS v4.0 specification and does not change the severity assessment. CVSS v3 left untouched.

The advisory also had no title. The proposed one follows the database's naming convention and reflects the existing CWE-345 classification.

@github-actions
github-actions Bot changed the base branch from main to PercevalFox/advisory-improvement-9189 August 23, 2026 01:51
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