Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

GHSA-8v8j-3hxp-93wr / GHSA-wwpq-f5c3-7hvx: Dependabot incorrectly flags spring-boot 4.1.0 as vulnerable

オープン
#8,085 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
55/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
spring-boot
領域
security

調査の方向性

まず GHSA-8v8j-3hxp-93wr と GHSA-wwpq-f5c3-7hvx のレコードを見つけ、次にそれらの脆弱なバージョン範囲がどのように表現され、Spring Boot のバージョンと比較されるかを追跡します。4.1.0 がフラグ付けされる原因がアドバイザリーデータにあるのか、比較の動作にあるのかを特定します。4.1.0 に対してアラートが適用されなくなり、影響を受ける範囲が正確なままであれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Summary

Dependabot is generating alerts for org.springframework.boot:spring-boot:4.1.0 against both GHSA-8v8j-3hxp-93wr and GHSA-wwpq-f5c3-7hvx.

Problem

Both advisories explicitly define the vulnerable range as >= 4.0.0, < 4.0.6 for the 4.x branch.

4.1.0 > 4.0.6 — it is mathematically outside the vulnerable range. Spring Boot 4.1.0 was released after 4.0.6 and includes the fixes for both CVEs.

The advisory descriptions confirm this:

  • GHSA-8v8j-3hxp-93wr: "Spring Boot 4.0.0–4.0.5; upgrade to 4.0.6 or later"
  • GHSA-wwpq-f5c3-7hvx: "Spring Boot 4.0.0–4.0.5 (fix 4.0.6)"

Impact

Repositories using Spring Boot 4.1.0 (the latest release) receive incorrect CRITICAL and HIGH Dependabot alerts for vulnerabilities that do not affect them.

Expected behaviour

Dependabot should not flag spring-boot:4.1.0 since 4.1.0 >= 4.0.6.

Suggestion

If the advisory is correct as written and the scanner is the bug, please fix the version comparison logic.
If 4.1.x is also affected (which the advisory text contradicts), please add a separate vulnerable range >= 4.1.0, < 4.1.x with an explicit patched version.

主要言語
言語のデータがありません
スター
2.5k
フォーク
772
平均マージ
3日 15時間
マージ済み PR(30日)
46

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/advisory-database のほかの issue

github/advisory-database の issue をすべて見る

似ている issue

Security の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。