Skip to content

Added two Rack vulnerabilities#1000

Open
jamgregory wants to merge 1 commit intorubysec:masterfrom
jamgregory:rack-vulns
Open

Added two Rack vulnerabilities#1000
jamgregory wants to merge 1 commit intorubysec:masterfrom
jamgregory:rack-vulns

Conversation

@jamgregory
Copy link
Contributor

I've added two new Rack vulnerabilities that GitHub security scanning has alerted me to.

Hopefully these files are OK (they've passed the required tests)

Copy link
Member

@postmodern postmodern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YAML formatting is a bit off.

url: https://github.com/rack/rack/security/advisories/GHSA-mxw3-3hh2-x2mh
title: Rack has a Directory Traversal via Rack:Directory
date: 2026-02-17
description: "## Summary\n\n`Rack::Directory`’s path check used a string prefix match
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

description: should be block text, not a quoted string. It appears that code blocks can confuse YAML's formatting.

patched_versions:
- "~> 2.2.22"
- "~> 3.1.20"
- ">= 3.2.5"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YAML Array elements should be indented by two spaces.

url:
- https://github.com/rack/rack/security/advisories/GHSA-mxw3-3hh2-x2mh
- https://github.com/rack/rack/commit/75c5745c286637a8f049a33790c71237762069e7
- https://github.com/advisories/GHSA-mxw3-3hh2-x2mh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YAML Array elements should be indented by two spaces.

patched_versions:
- "~> 2.2.22"
- "~> 3.1.20"
- ">= 3.2.5"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YAML Array elements should be indented by two spaces.

url:
- https://github.com/rack/rack/security/advisories/GHSA-whrj-4476-wvmp
- https://github.com/rack/rack/commit/f2f225f297b99fbee3d9f51255d41f601fc40aff
- https://github.com/advisories/GHSA-whrj-4476-wvmp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YAML Array elements should be indented by two spaces.

@jasnow
Copy link
Contributor

jasnow commented Feb 19, 2026

Known issue - hopefully the GHSA sync script could be changed to make this problem go away.

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.

3 participants

Comments