Vulnerability Description
Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty before version 4.1.59.Final there is a vulnerability on Unix-like systems involving an insecure temp file. When netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. On unix-like systems, the temporary directory is shared between all user. As such, writing to this directory using APIs that do not explicitly set the file/directory permissions can lead to information disclosure. Of note, this does not impact modern MacOS Operating Systems. The method "File.createTempFile" on unix-like systems creates a random file, but, by default will create this file with the permissions "-rw-r--r--". Thus, if sensitive information is written to this file, other local users can read this information. This is the case in netty's "AbstractDiskHttpData" is vulnerable. This has been fixed in version 4.1.59.Final. As a workaround, one may specify your own "java.io.tmpdir" when you start the JVM or use "DefaultHttpDataFactory.setBaseDir(...)" to set the directory to something that is only readable by the current user.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty | < 4.1.59 |
| Debian | Debian Linux | 9.0 |
| Quarkus | Quarkus | <= 1.13.7 |
| Oracle | Banking Corporate Lending Process Management | 14.2.0 |
| Oracle | Banking Credit Facilities Process Management | 14.2.0 |
| Oracle | Banking Trade Finance Process Management | 14.2.0 |
| Oracle | Communications Brm - Elastic Charging Engine | 12.0.0.3 |
| Oracle | Communications Design Studio | 7.4.2 |
| Oracle | Communications Messaging Server | 8.1 |
| Oracle | Nosql Database | < 20.3 |
| Netapp | Active Iq Unified Manager | - |
| Netapp | Cloud Secure Agent | - |
| Netapp | Snapcenter | - |
Related Weaknesses (CWE)
References
- https://github.com/netty/netty/commit/c735357bf29d07856ad171c6611a2e1a0e0000ecPatchThird Party Advisory
- https://github.com/netty/netty/security/advisories/GHSA-5mcr-gq6c-3hq2ExploitThird Party Advisory
- https://lists.apache.org/thread.html/r0053443ce19ff125981559f8c51cf66e3ab4350f47
- https://lists.apache.org/thread.html/r02e467123d45006a1dda20a38349e9c74c3a4b53e2
- https://lists.apache.org/thread.html/r0857b613604c696bf9743f0af047360baaded48b1c
- https://lists.apache.org/thread.html/r10308b625e49d4e9491d7e079606ca0df2f0a4d828
- https://lists.apache.org/thread.html/r1908a34b9cc7120e5c19968a116ddbcffea5e9deb7
- https://lists.apache.org/thread.html/r2748097ea4b774292539cf3de6e3b267fc7a88d6c8
- https://lists.apache.org/thread.html/r2936730ef0a06e724b96539bc7eacfcd3628987c16
- https://lists.apache.org/thread.html/r2fda4dab73097051977f2ab818f75e04fbcb15bb10
- https://lists.apache.org/thread.html/r326ec431f06eab7cb7113a7a338e59731b8d556d05
- https://lists.apache.org/thread.html/r4efed2c501681cb2e8d629da16e48d9eac429624fd
- https://lists.apache.org/thread.html/r584cf871f188c406d8bd447ff4e2fd9817fca86243
- https://lists.apache.org/thread.html/r59bac5c09f7a4179b9e2460e8f41c278aaf3b9a21c
- https://lists.apache.org/thread.html/r5bf303d7c04da78f276765da08559fdc62420f1df5
FAQ
What is CVE-2021-21290?
CVE-2021-21290 is a vulnerability with a CVSS score of 6.2 (MEDIUM). Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty before version 4.1.59.Final...
How severe is CVE-2021-21290?
CVE-2021-21290 has been rated MEDIUM with a CVSS base score of 6.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-21290?
Check the references section above for vendor advisories and patch information. Affected products include: Netty Netty, Debian Debian Linux, Quarkus Quarkus, Oracle Banking Corporate Lending Process Management, Oracle Banking Credit Facilities Process Management.