Skip to content

fix(deps): update dependency io.netty:netty-transport-native-epoll to v4.1.135.final [security]#369

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/maven-io.netty-netty-transport-native-epoll-vulnerability
Open

fix(deps): update dependency io.netty:netty-transport-native-epoll to v4.1.135.final [security]#369
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/maven-io.netty-netty-transport-native-epoll-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.netty:netty-transport-native-epoll (source) 4.1.119.Final4.1.135.Final age confidence

Netty: Unix-socket fd receive leaks descriptors when peer sends two at once

CVE-2026-45536 / GHSA-w573-9ffj-6ff9

More information

Details

netty_unix_socket_recvFd sets msg_control to char control[CMSG_SPACE(sizeof(int))] (line 940) — 24 bytes on 64-bit Linux. A peer-sent SCM_RIGHTS cmsg carrying two ints has cmsg_len = CMSG_LEN(8) = 24, which fits exactly with no MSG_CTRUNC, so the kernel installs both fds in the receiving process. The subsequent check cmsg->cmsg_len == CMSG_LEN(sizeof(int)) (line 972, expected 20) fails, the branch that would read the fd is skipped, and neither installed fd is closed. The for(;;) loop calls recvmsg again (non-blocking → EAGAIN → Java maps to 0 → read loop exits normally), leaving two leaked fds per message. There is no MSG_CTRUNC handling. Reachable via Epoll/KQueue DomainSocketChannel when the application opts into DomainSocketReadMode.FILE_DESCRIPTORS (non-default).

Severity

  • CVSS Score: 4.0 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team July 24, 2026 13:09
@renovate renovate Bot added dependencies Dependency updates java Java / Gradle dependencies labels Jul 24, 2026
@renovate
renovate Bot requested review from gibson9583, kayyagari and ssrowe July 24, 2026 13:09
@renovate renovate Bot added the dependencies Dependency updates label Jul 24, 2026
@renovate
renovate Bot requested review from jonbartels and kpalang July 24, 2026 13:09
@renovate renovate Bot added the java Java / Gradle dependencies label Jul 24, 2026
@renovate
renovate Bot requested review from pacmano1 and tonygermano July 24, 2026 13:09
@github-actions

github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown

Test Results

654 tests  ±0   654 ✅ ±0   3m 28s ⏱️ +46s
108 suites ±0     0 💤 ±0 
108 files   ±0     0 ❌ ±0 

Results for commit ad2a0f3. ± Comparison against base commit ac47cc8.

♻️ This comment has been updated with latest results.

jonbartels
jonbartels previously approved these changes Jul 24, 2026
mgaffigan
mgaffigan previously approved these changes Jul 24, 2026
NicoPiel
NicoPiel previously approved these changes Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/maven-io.netty-netty-transport-native-epoll-vulnerability branch from 7d7ab21 to 34cf92a Compare July 24, 2026 23:05
@renovate
renovate Bot dismissed stale reviews from jonbartels, mgaffigan, and NicoPiel via ad2a0f3 July 24, 2026 23:18
@renovate
renovate Bot force-pushed the renovate/maven-io.netty-netty-transport-native-epoll-vulnerability branch from 34cf92a to ad2a0f3 Compare July 24, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates java Java / Gradle dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants