Executive Summary



This Alert is flagged as TOP 25 Common Weakness Enumeration from CWE/SANS. For more information, you can read this.
Informations
Name CVE-2021-21290 First vendor Publication 2021-02-08
Vendor Cve Last vendor Modification 2023-11-07

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Overall CVSS Score 5.5
Base Score 5.5 Environmental Score 5.5
impact SubScore 3.6 Temporal Score 5.5
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact High
Integrity Impact None Availability Impact None
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector : (AV:L/AC:M/Au:N/C:P/I:N/A:N)
Cvss Base Score 1.9 Attack Range Local
Cvss Impact Score 2.9 Attack Complexity Medium
Cvss Expoit Score 3.4 Authentication None Required
Calculate full CVSS 2.0 Vectors scores

Detail

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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21290

CWE : Common Weakness Enumeration

% Id Name
50 % CWE-379 Creation of Temporary File in Directory with Incorrect Permissions (CWE/SANS Top 25)
50 % CWE-378 Creation of Temporary File With Insecure Permissions (CWE/SANS Top 25)

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 2
Application 1
Application 1
Application 51
Application 3
Application 3
Application 3
Application 1
Application 1
Application 1
Application 2
Application 2
Os 2

Sources (Detail)

https://lists.apache.org/thread.html/r0053443ce19ff125981559f8c51cf66e3ab4350...
https://lists.apache.org/thread.html/r02e467123d45006a1dda20a38349e9c74c3a4b5...
https://lists.apache.org/thread.html/r0857b613604c696bf9743f0af047360baaded48...
https://lists.apache.org/thread.html/r10308b625e49d4e9491d7e079606ca0df2f0a4d...
https://lists.apache.org/thread.html/r1908a34b9cc7120e5c19968a116ddbcffea5e9d...
https://lists.apache.org/thread.html/r2748097ea4b774292539cf3de6e3b267fc7a88d...
https://lists.apache.org/thread.html/r2936730ef0a06e724b96539bc7eacfcd3628987...
https://lists.apache.org/thread.html/r2fda4dab73097051977f2ab818f75e04fbcb15b...
https://lists.apache.org/thread.html/r326ec431f06eab7cb7113a7a338e59731b8d556...
https://lists.apache.org/thread.html/r4efed2c501681cb2e8d629da16e48d9eac42962...
https://lists.apache.org/thread.html/r584cf871f188c406d8bd447ff4e2fd9817fca86...
https://lists.apache.org/thread.html/r59bac5c09f7a4179b9e2460e8f41c278aaf3b9a...
https://lists.apache.org/thread.html/r5bf303d7c04da78f276765da08559fdc62420f1...
https://lists.apache.org/thread.html/r5c701840aa2845191721e39821445e1e8c59711...
https://lists.apache.org/thread.html/r5e4a540089760c8ecc2c411309d74264f1dad63...
https://lists.apache.org/thread.html/r5e66e286afb5506cdfe9bbf68a323e8d09614f6...
https://lists.apache.org/thread.html/r71dbb66747ff537640bb91eb0b2b24edef21ac0...
https://lists.apache.org/thread.html/r743149dcc8db1de473e6bff0b3ddf10140a7357...
https://lists.apache.org/thread.html/r790c2926efcd062067eb18fde2486527596d727...
https://lists.apache.org/thread.html/r7bb3cdc192e9a6f863d3ea05422f09fa1ae2b88...
https://lists.apache.org/thread.html/r9924ef9357537722b28d04c98a189750b80694a...
https://lists.apache.org/thread.html/ra0fc2b4553dd7aaf75febb61052b7f1243ac3a1...
https://lists.apache.org/thread.html/ra503756ced78fdc2136bd33e87cb7553028645b...
https://lists.apache.org/thread.html/rb06c1e766aa45ee422e8261a8249b5617841864...
https://lists.apache.org/thread.html/rb51d6202ff1a773f96eaa694b7da4ad3f44922c...
https://lists.apache.org/thread.html/rb592033a2462548d061a83ac9449c5ff6609875...
https://lists.apache.org/thread.html/rc0087125cb15b4b78e44000f841cd37fefedfda...
https://lists.apache.org/thread.html/rc488f80094872ad925f0c73d283d4c00d32def8...
https://lists.apache.org/thread.html/rcd163e421273e8dca1c71ea298dce3dd11b41d5...
https://lists.apache.org/thread.html/rdba4f78ac55f803893a1a2265181595e79e3aa0...
Source Url
CONFIRM https://github.com/netty/netty/security/advisories/GHSA-5mcr-gq6c-3hq2
https://security.netapp.com/advisory/ntap-20220210-0011/
DEBIAN https://www.debian.org/security/2021/dsa-4885
MISC https://github.com/netty/netty/commit/c735357bf29d07856ad171c6611a2e1a0e0000ec
https://www.oracle.com/security-alerts/cpuApr2021.html
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
MLIST https://lists.debian.org/debian-lts-announce/2021/02/msg00016.html
N/A https://www.oracle.com//security-alerts/cpujul2021.html

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Date Informations
2024-02-02 02:21:58
  • Multiple Updates
2024-02-01 12:22:48
  • Multiple Updates
2023-11-07 21:35:47
  • Multiple Updates
2023-09-05 13:16:17
  • Multiple Updates
2023-09-05 01:22:23
  • Multiple Updates
2023-09-02 13:14:59
  • Multiple Updates
2023-09-02 01:22:42
  • Multiple Updates
2023-08-12 13:20:53
  • Multiple Updates
2023-08-12 01:21:54
  • Multiple Updates
2023-08-11 13:13:26
  • Multiple Updates
2023-08-11 01:22:36
  • Multiple Updates
2023-08-06 13:11:31
  • Multiple Updates
2023-08-06 01:21:39
  • Multiple Updates
2023-08-04 13:11:53
  • Multiple Updates
2023-08-04 01:22:00
  • Multiple Updates
2023-07-14 13:11:54
  • Multiple Updates
2023-07-14 01:21:50
  • Multiple Updates
2023-03-29 02:14:15
  • Multiple Updates
2023-03-28 12:22:04
  • Multiple Updates
2022-10-11 13:04:16
  • Multiple Updates
2022-10-11 01:21:37
  • Multiple Updates
2022-05-12 21:23:15
  • Multiple Updates
2022-04-20 09:23:22
  • Multiple Updates
2022-04-13 00:23:28
  • Multiple Updates
2022-02-10 13:23:21
  • Multiple Updates
2021-12-10 21:23:25
  • Multiple Updates
2021-10-20 21:23:14
  • Multiple Updates
2021-10-20 17:23:16
  • Multiple Updates
2021-09-14 21:23:40
  • Multiple Updates
2021-08-05 01:41:56
  • Multiple Updates
2021-07-21 05:23:01
  • Multiple Updates
2021-07-15 21:23:23
  • Multiple Updates
2021-06-16 17:23:01
  • Multiple Updates
2021-06-15 00:23:05
  • Multiple Updates
2021-06-11 17:23:07
  • Multiple Updates
2021-05-04 14:09:00
  • Multiple Updates
2021-04-22 03:13:50
  • Multiple Updates
2021-04-06 17:23:20
  • Multiple Updates
2021-04-02 21:23:21
  • Multiple Updates
2021-03-31 01:36:54
  • Multiple Updates
2021-03-31 01:36:25
  • Multiple Updates
2021-03-30 21:23:21
  • Multiple Updates
2021-03-30 17:23:01
  • Multiple Updates
2021-03-30 09:22:58
  • Multiple Updates
2021-03-29 21:23:17
  • Multiple Updates
2021-03-27 00:22:59
  • Multiple Updates
2021-03-26 12:37:59
  • Multiple Updates
2021-02-17 21:23:29
  • Multiple Updates
2021-02-11 21:23:41
  • Multiple Updates
2021-02-09 00:22:57
  • First insertion