dongjoon-hyun opened a new pull request, #57126:
URL: https://github.com/apache/spark/pull/57126

   ### What changes were proposed in this pull request?
   
   This PR aims to upgrade `Netty` to 4.2.16.Final.
   
   ### Why are the changes needed?
   
   To bring the latest bug fixes:
   
   - https://netty.io/news/2026/07/06/4-2-16-Final.html
     - 
[CVE-2026-55831](https://github.com/netty/netty/security/advisories/GHSA-6jqx-86gh-f27w):
 resource exhaustion/DoS in io.netty:netty-codec-http.
     - 
[CVE-2026-55833](https://github.com/netty/netty/security/advisories/GHSA-mvh2-crg5-v77c):
 zip bomb in io.netty:netty-codec-http.
     - 
[CVE-2026-55851](https://github.com/netty/netty/security/advisories/GHSA-q6cq-mhr2-jmr5):
 memory exhaustion in io.netty:netty-codec-haproxy.
     - 
[CVE-2026-56745](https://github.com/netty/netty/security/advisories/GHSA-jppx-w49h-x2qq):
 memory exhaustion in io.netty:netty-codec-http.
     - 
[CVE-2026-56746](https://github.com/netty/netty/security/advisories/GHSA-6cqp-g7gg-8hr5):
 improper access control in io.netty:netty-codec-http (CORS).
     - 
[CVE-2026-56816](https://github.com/netty/netty/security/advisories/GHSA-hpcc-26xq-25fv):
 memory exhaustion in io.netty:netty-codec-http3.
     - 
[CVE-2026-56817](https://github.com/netty/netty/security/advisories/GHSA-4qhr-g3c6-fcfx):
 insecure defaults in XML parsing in io.netty:netty-codec-xml.
     - 
[CVE-2026-56818](https://github.com/netty/netty/security/advisories/GHSA-p9jm-q85p-7mcp):
 memory leak in io.netty:netty-codec-redis.
     - 
[CVE-2026-56819](https://github.com/netty/netty/security/advisories/GHSA-93wv-jw9v-4972):
 memory leak in io.netty:netty-codec-http2.
     - 
[CVE-2026-56820](https://github.com/netty/netty/security/advisories/GHSA-272m-gcwp-mpwg):
 improper certificate validation in io.netty:netty-handler-ssl-ocsp.
     - 
[CVE-2026-56821](https://github.com/netty/netty/security/advisories/GHSA-g7hg-vrcf-mvmr):
 improper certificate revocation check in io.netty:netty-handler-ssl-ocsp.
     - 
[CVE-2026-56822](https://github.com/netty/netty/security/advisories/GHSA-wc96-39fc-566f):
 time-of-check/time-of-use in io.netty:netty-handler-ssl-ocsp.
     - 
[GHSA-vhch-2wf3-m8rp](https://github.com/netty/netty/security/advisories/GHSA-vhch-2wf3-m8rp):
 memory exhaustion in io.netty:netty-codec-stomp.
     - 
[GHSA-gcjf-9mgh-3p7g](https://github.com/netty/netty/security/advisories/GHSA-gcjf-9mgh-3p7g):
 improper CR/LF neutralization in io.netty:netty-codec-http (multipart).
     - 
[GHSA-wh89-7897-x99h](https://github.com/netty/netty/security/advisories/GHSA-wh89-7897-x99h):
 improper CR/LF neutralization in io.netty:netty-codec-haproxy.
     - 
[GHSA-3g8r-4pfx-jmfh](https://github.com/netty/netty/security/advisories/GHSA-3g8r-4pfx-jmfh):
 improper CR/LF neutralization in io.netty:netty-codec-stomp.
     - 
[GHSA-q4f6-jm68-57ww](https://github.com/netty/netty/security/advisories/GHSA-q4f6-jm68-57ww):
 memory exhaustion in io.netty:netty-codec-http.
     - 
[GHSA-mfg7-5gfp-c4w3](https://github.com/netty/netty/security/advisories/GHSA-mfg7-5gfp-c4w3):
 memory leak in io.netty:netty-codec-dns.
     - 
[GHSA-558v-64gr-wgg4](https://github.com/netty/netty/security/advisories/GHSA-558v-64gr-wgg4):
 infinite loop in io.netty:netty-codec-compression (bzip2).
     - 
[GHSA-c69g-56f8-xwqj](https://github.com/netty/netty/security/advisories/GHSA-c69g-56f8-xwqj):
 improper header neutralization in io.netty:netty-codec-http2.
     - 
[GHSA-4mp9-239f-g9hg](https://github.com/netty/netty/security/advisories/GHSA-4mp9-239f-g9hg):
 protocol version confusion in io.netty:netty-codec-http (websocket).
     - 
[GHSA-v74w-7mr3-4qg3](https://github.com/netty/netty/security/advisories/GHSA-v74w-7mr3-4qg3):
 uncontrolled resource consumption in io.netty:netty-codec-xml.
     - https://github.com/netty/netty/pull/16947
     - https://github.com/netty/netty/pull/16951
     - https://github.com/netty/netty/pull/16959
     - https://github.com/netty/netty/pull/16979
     - https://github.com/netty/netty/pull/16982
     - https://github.com/netty/netty/pull/17000
     - https://github.com/netty/netty/pull/17037
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to