Skip to content

[GHSA-cpmr-mw4j-99r7] Add CWE-22 for Label Studio path traversal - #8834

Open
yhay81 wants to merge 1 commit into
github:yhay81/advisory-improvement-8834from
yhay81:codex/GHSA-cpmr-mw4j-99r7-cwe-22
Open

[GHSA-cpmr-mw4j-99r7] Add CWE-22 for Label Studio path traversal#8834
yhay81 wants to merge 1 commit into
github:yhay81/advisory-improvement-8834from
yhay81:codex/GHSA-cpmr-mw4j-99r7-cwe-22

Conversation

@yhay81

@yhay81 yhay81 commented Jul 28, 2026

Copy link
Copy Markdown

Summary

Add CWE-22 to the existing reviewed advisory for Label Studio's Nginx alias path traversal.

Rationale

  • The public maintainer advisory explicitly lists CWE-22.
  • The advisory describes a pathname escaping the intended aliased directory through a missing trailing slash.
  • The public fix commit adds the missing trailing slashes to the affected Nginx location and alias directives.
  • CWE-22 covers path traversal outside an intended restricted directory.

The earlier advisory improvement in #2921 added the fixed version. This PR only fills the still-empty database_specific.cwe_ids field and does not change the package, version range, severity, or advisory text.

Validation

  • Updated one advisory file only.
  • Parsed the result with python3 -m json.tool.
  • Validated the result against the current OSV JSON schema with check-jsonschema.

@github-actions
github-actions Bot changed the base branch from main to yhay81/advisory-improvement-8834 July 28, 2026 00:13
@yhay81
yhay81 marked this pull request as ready for review July 28, 2026 00:33
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