Commit 7db0b87
authored
chore(deps): bump github.com/moby/spdystream to v0.5.1 (#135)
Patches CVE-2026-35469 (GHSA-pc3f-x583-g7j2): the SPDY/3 frame parser
in spdystream <= v0.5.0 allocates memory based on attacker-controlled
counts and lengths from SETTINGS and header frames, allowing a remote
peer to crash the process with a single crafted frame. v0.5.1 adds
bounds checks and configurable per-field/header limits.
Pulled in transitively via k8s.io/apimachinery's spdy httpstream
support.
Assisted-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>1 parent 04fbd6c commit 7db0b87
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
349 | | - | |
| 348 | + | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
0 commit comments