Description
I did a dependency scan and selenium server jar has been flagged for Netty Version having some vulnerabilities.
https://nvd.nist.gov/vuln/detail/CVE-2025-58056
https://nvd.nist.gov/vuln/detail/CVE-2025-58057
Vulnerability description states that we must upgrade to versions 4.1.125.Final OR 4.2.5.Final. '
Since we moved to 4.2.x train recently via #16194 , the desired version for us in 4.2.5.Final should be simple upgrade.
Reproducible Code