home.social

#netty — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #netty, aggregated by home.social.

fetched live
  1. Netty: 70 CVEs tracked, 45% unpatched, max CVSS 8.7. 2026 trend +51. Top risk: resource exhaustion (CWE-400). Java networking framework—patch or get DoS'd. #Netty #infosec #cybersecurity

    valtersit.com/vendors/netty/

  2. We’ve released Netty 4.2.17.Final, which fixes bugs and security issues:
    netty.io/news/2026/08/04/4-2-1

    4.1.137.Final follows tomorrow or today, depending on your time zone.
    #netty #java

  3. Netty: 70 CVEs, max CVSS 8.7, 45% unpatched. No CISA KEV yet, but CVE trend +51 into 2026. Top issue: resource exhaustion (CWE-400). Patch your Java networking now. #Netty #infosec #cybersecurity

    valtersit.com/vendors/netty/

  4. We’ve released Netty 4.2.16.Final, which fixes a number of bugs and security issues: netty.io/news/2026/07/06/4-2-1
    #java #netty

  5. On Monday, July 6, we'll do a #netty release which will fix CVEs. We don't know how many yet.

  6. CVE-2026-50010 - High severity flaw in Netty's X509TrustManager wrapper. SSLEngine discarded in trust checks, potentially enabling MITM attacks. CVSS 7.5. No patch yet. Monitor & mitigate. #CVE #Netty #infosec

    valtersit.com/cve/CVE-2026-500

  7. Как я реализовал Connect RPC на Java с помощью AI-агентов

    В статье я делюсь практиками работы с Claude Code и Codex, которые помогли мне реализовать сложную техническую задачу в условиях ограниченного времени, бюджета и железа.

    habr.com/ru/articles/1045542/

    #java #netty #connectrpc

  8. We've now also released #Netty 4.1.135.Final, mostly with backported fixes for bugs and security issues:
    - netty.io/news/2026/06/02/4-1-1

  9. We've released Netty 4.2.15.Final, fixing 22 CVEs (http, http2, http3, compression, dns, haproxy, redis) and a number of bugs:
    - netty.io/news/2026/06/01/4-2-1

    The contents of the CVE advisories will be published later.

    #netty #java

  10. 📣 We're planning a #Netty release next Monday, June 1st, which will include 20+ CVE fixes.

  11. We've released #Netty 4.2.14 and 4.1.134, which are bug-fix releases:

    netty.io/news/2026/05/20/4-2-1
    netty.io/news/2026/05/20/4-1-1

    They fix an MQTT parsing regression introduced in the previous release, and a recently introduced CompositeByteBuf bug, among a few others.

  12. We've released #Netty 4.2.13.Final and 4.1.133.Final, fixing 13 CVEs (http, http2, http3, compression, dns, mqtt, proxy, redis) and a number of bugs:
    * netty.io/news/2026/05/04/4-2-1
    * netty.io/news/2026/05/04/4-1-1

  13. We will do a #Netty release sometime in a few days, late this week or early next week. It will fix many security issues; more than usual. Be prepared to update.

  14. WebFlux vs Virtual Threads: что происходит при 2000 RPS

    Всем привет! Меня зовут Александр, и сегодня я расскажу о результатах перевода учебного проекта со Spring WebFlux и Netty на Spring MVC и Tomcat с виртуальными потоками и проверки обоих вариантов под нагрузкой в 2000rps. В качестве подопытного будет выступать система микросервисов, разработанная в рамках курса CloudJava .

    habr.com/ru/articles/1024936/

    #Java #virtual_threads #webflux #springboot #netty #tomcat

  15. We've released Netty 4.2.12.Final. This fixes a regression introduced in 4.2.11.Final, in the CompositeByteBuf implementation.

    Release notes: netty.io/news/2026/03/24/4-2-1
    #netty #java

  16. We're released Netty 4.2.11 and 4.1.132. These contain many bug fixes, and fixes for two CVEs both rated *high*:

    - CVE-2026-33871: HTTP/2 CONTINUATION frame flood Denial of Service.
    - CVE-2026-33870: HTTP/1.1 Request Smuggling vulnerability in chunked encoding parsing.

    Release notes for 4.2.11: netty.io/news/2026/03/24/4-2-1
    Release notes for 4.1.132: netty.io/news/2026/03/24/4-1-1

    Also of note: We had 17 people contribute to Netty 4.2.11, of which 5 are new first time contributors 😲

    #netty #java

  17. Бойтесь буквы «M». Самый странный баг в моей жизни

    Вечером в пятницу коллега, назовем его Мститель, спросил, не сталкивался ли я с проблемой, что route возвращает 400... но «если сменить название на сильно другое», то всё ок. Я сперва не обратил внимание на слово «сильно». Может быть, где-то дублируется регистрация этого рута? Или мститель перепутал GET и POST. Или какой-то баг в общем на создание хэндлеров? Милости просим

    habr.com/ru/articles/1006164/

    #java #netty #bug #биты #long #побитовые_операторы #сдвиг #backend #verification #баги

  18. #Netty joined the GitHub Secure OSS Fund.
    Most immediate impact for us is that we reviewed our project security settings, e.g. we now enforce that all maintainers have 2FA.
    We also formalized our incident response plan and threat model.
    There's still more we want to do in this area, but the missing pieces are clearer and more concrete.

    github.blog/open-source/mainta

  19. RE: mastodon.social/@openjdk/11588

    If you use recent #Netty with BoringSSL, you already have this feature: having X25519MLKEM768 enabled by default for TLSv1.3.

  20. If you didn't know, #Netty 4.2.8 and newer enable the X25519MLKEM768 post-quantum key agreement protocol by default when using BoringSSL or AWS-LC. This prevents harvest-now-decrypt-later attacks, for TLS connections where the peer also supports this protocol. Thanks to protocol negotiation in TLS, this enablement is portable and backwards compatible.
    Reference: github.com/netty/netty/pull/15

  21. We've released Netty 4.2.9 and 4.1.130.

    They fix CVE-2025-67735 (github.com/netty/netty/securit), which is a line break injection vulnerability when encoding HTTP request objects.

    The fix introduced a regression we had to fix as well, so versions 4.2.8 and 4.1.129 are skipped.

    netty.io/news/2025/12/15/4-2-9
    netty.io/news/2025/12/15/4-2-8
    netty.io/news/2025/12/15/4-1-1
    netty.io/news/2025/12/15/4-1-1

    #netty #java

  22. The @linuxfoundation has added #Netty to LFX Insights, their index of "the world's most critical open source projects"
    insights.linuxfoundation.org/p

  23. We've released Netty 4.2.6 and 4.1.127, which fixes a regression introduced in the previous version.
    netty.io/news/2025/09/08/4-2-6
    netty.io/news/2025/09/08/4-1-1
    #netty #java

  24. In the past week we've done a handful of Netty releases:
    - Netty 4.1.124.Final (netty.io/news/2025/08/13/4-1-1) and 4.2.4.Final (netty.io/news/2025/08/13/4-2-4) were released, fixing the MadeYouReset HTTP/2 DDoS vulnerability CVE-2025-55163
    - Netty 4.2.4 also includes a slew of other bug fixes and enhancements
    - Netty/Incubator/Codec/OHTTP 0.0.19.Final fixes a couple of bugs: netty.io/news/2025/08/15/ohttp
    - Netty/Incubator/Codec/Quic 0.0.74.Final fixes CVE-2025-7054: netty.io/news/2025/08/18/quic-
    #netty #java