[GHSA-rwm7-x88c-3g2p] Netty epoll transport denial of service via RST on half-closed TCP connection#7623
Conversation
|
Hi there @chrisvest! A community member has suggested an improvement to your security advisory. If approved, this change will affect the global advisory listed at github.com/advisories. It will not affect the version listed in your project repository. This change will be reviewed by our Security Curation Team. If you have thoughts or feedback, please share them in a comment here! If this PR has already been closed, you can start a new community contribution for this advisory |
|
Hi, i've proposed 4.2.10.Final because i dont see any other lower 4.2.x version released in maven central , maybe it should be the real first 4.2.x version |
There was a problem hiding this comment.
Pull request overview
This PR updates the affected version range for the Netty io.netty:netty-transport-native-epoll advisory (GHSA-rwm7-x88c-3g2p) to avoid incorrectly marking all versions as affected.
Changes:
- Narrowed the affected range by changing the
introducedevent from0to4.2.10.Final.
Comments suppressed due to low confidence (1)
advisories/github-reviewed/2026/05/GHSA-rwm7-x88c-3g2p/GHSA-rwm7-x88c-3g2p.json:32
- The advisory details say "All versions of 4.2.x ... up to and including 4.2.12.Final", but the affected range now starts at 4.2.10.Final. This would mark 4.2.0–4.2.9 as unaffected, which contradicts the text. Either change the introduced version to the earliest affected 4.2.x release (e.g. 4.2.0.Final if applicable), or update the "Affected versions" section in
detailsto match the narrowed range.
{
"introduced": "4.2.10.Final"
},
{
"fixed": "4.2.13.Final"
}
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updates
Comments
The description says "All versions of 4.2.x
netty-transport-native-epollup to and including 4.2.12.Final" but version constraints are covering all versions lower than 4.2.13.Final