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

@renovaterenovateBot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
io.netty:netty-transport-native-epoll (source)4.1.119.Final4.1.135.Finalageconfidence

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 becomes conflicted, 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
renovateBot requested a review from a teamJuly 24, 2026 13:09
@renovaterenovateBot added dependencies Dependency updates java Java / Gradle dependencies labels Jul 24, 2026
@renovaterenovateBot added the dependencies Dependency updates label Jul 24, 2026
@renovate
renovateBot requested review from jonbartels and kpalangJuly 24, 2026 13:09
@renovaterenovateBot added the java Java / Gradle dependencies label Jul 24, 2026
@renovate
renovateBot requested review from pacmano1 and tonygermanoJuly 24, 2026 13:09
@github-actions

github-actionsBot commented Jul 24, 2026

Copy link
Copy Markdown

Test Results

0 tests 0 ✅ 0s ⏱️
0 suites 0 💤
0 files 0 ❌

Results for commit d1279da.

♻️ 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
renovateBotforce-pushed the renovate/maven-io.netty-netty-transport-native-epoll-vulnerability branch from 7d7ab21 to 34cf92aCompareJuly 24, 2026 23:05
@renovate
renovateBot dismissed stale reviews from jonbartels, mgaffigan, and NicoPiel via ad2a0f3July 24, 2026 23:18
@renovate
renovateBotforce-pushed the renovate/maven-io.netty-netty-transport-native-epoll-vulnerability branch from 34cf92a to ad2a0f3CompareJuly 24, 2026 23:18
mgaffigan
mgaffigan previously approved these changes Jul 25, 2026
@renovate
renovateBotforce-pushed the renovate/maven-io.netty-netty-transport-native-epoll-vulnerability branch from ad2a0f3 to f4ba57eCompareJuly 27, 2026 13:24
@renovate
renovateBotforce-pushed the renovate/maven-io.netty-netty-transport-native-epoll-vulnerability branch 2 times, most recently from 47b2283 to 92dba26CompareJuly 28, 2026 20:29
@renovate
renovateBotforce-pushed the renovate/maven-io.netty-netty-transport-native-epoll-vulnerability branch from 92dba26 to d1279daCompareJuly 31, 2026 00:32
@renovate

renovateBot commented Jul 31, 2026

Copy link
Copy Markdown
ContributorAuthor

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: server/build.gradle
Command failed: ./gradlew -Dorg.gradle.jvmargs=-Xms512m -Xmx512m --console=plain --dependency-verification lenient -q --write-verification-metadata sha256 dependencies
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring root project 'open-integration-engine'.
> Could not resolve all artifacts for configuration 'classpath'.
> Could not resolve org.owasp:dependency-check-core:12.2.2.
Required by:
root project : > org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.2.2 > org.owasp:dependency-check-gradle:12.2.2
> Could not resolve org.owasp:dependency-check-core:12.2.2.
> Could not get resource 'https://plugins.gradle.org/m2/org/owasp/dependency-check-core/12.2.2/dependency-check-core-12.2.2.pom'.
> Could not GET 'https://repo.maven.apache.org/maven2/org/owasp/dependency-check-core/12.2.2/dependency-check-core-12.2.2.pom'. Received status code 429 from server: Too Many Requests
> Could not resolve org.owasp:dependency-check-utils:12.2.2.
Required by:
root project : > org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.2.2 > org.owasp:dependency-check-gradle:12.2.2
> Could not resolve org.owasp:dependency-check-utils:12.2.2.
> Could not get resource 'https://plugins.gradle.org/m2/org/owasp/dependency-check-utils/12.2.2/dependency-check-utils-12.2.2.pom'.
> Could not GET 'https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/12.2.2/dependency-check-utils-12.2.2.pom'. Received status code 429 from server: Too Many Requests
> Could not resolve net.gpedro.integrations.slack:slack-webhook:1.4.0.
Required by:
root project : > org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.2.2 > org.owasp:dependency-check-gradle:12.2.2
> Could not resolve net.gpedro.integrations.slack:slack-webhook:1.4.0.
> Could not get resource 'https://plugins.gradle.org/m2/net/gpedro/integrations/slack/slack-webhook/1.4.0/slack-webhook-1.4.0.pom'.
> Could not GET 'https://repo.maven.apache.org/maven2/net/gpedro/integrations/slack/slack-webhook/1.4.0/slack-webhook-1.4.0.pom'. Received status code 429 from server: Too Many Requests
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring root project 'open-integration-engine'.
> Could not resolve all artifacts for configuration 'classpath'.
> Could not resolve org.owasp:dependency-check-core:12.2.2.
Required by:
root project : > org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.2.2 > org.owasp:dependency-check-gradle:12.2.2
> Could not resolve org.owasp:dependency-check-core:12.2.2.
> Could not get resource 'https://plugins.gradle.org/m2/org/owasp/dependency-check-core/12.2.2/dependency-check-core-12.2.2.pom'.
> Could not GET 'https://repo.maven.apache.org/maven2/org/owasp/dependency-check-core/12.2.2/dependency-check-core-12.2.2.pom'. Received status code 429 from server: Too Many Requests
> Could not resolve org.owasp:dependency-check-utils:12.2.2.
Required by:
root project : > org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.2.2 > org.owasp:dependency-check-gradle:12.2.2
> Could not resolve org.owasp:dependency-check-utils:12.2.2.
> Could not get resource 'https://plugins.gradle.org/m2/org/owasp/dependency-check-utils/12.2.2/dependency-check-utils-12.2.2.pom'.
> Could not GET 'https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/12.2.2/dependency-check-utils-12.2.2.pom'. Received status code 429 from server: Too Many Requests
> Could not resolve net.gpedro.integrations.slack:slack-webhook:1.4.0.
Required by:
root project : > org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.2.2 > org.owasp:dependency-check-gradle:12.2.2
> Could not resolve net.gpedro.integrations.slack:slack-webhook:1.4.0.
> Could not get resource 'https://plugins.gradle.org/m2/net/gpedro/integrations/slack/slack-webhook/1.4.0/slack-webhook-1.4.0.pom'.
> Could not GET 'https://repo.maven.apache.org/maven2/net/gpedro/integrations/slack/slack-webhook/1.4.0/slack-webhook-1.4.0.pom'. Received status code 429 from server: Too Many Requests
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================
BUILD FAILED in 33s

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesDependency updatesjavaJava / Gradle dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jonbartels@mgaffigan@NicoPiel