Skip to content

Commit 116f8c1

Browse files
Merge pull request #6411 from github/jmini-GHSA-3cqm-mf7h-prrj
2 parents cc7209e + 156f4d7 commit 116f8c1

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

advisories/unreviewed/2022/05/GHSA-3cqm-mf7h-prrj/GHSA-3cqm-mf7h-prrj.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,44 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-3cqm-mf7h-prrj",
4-
"modified": "2022-05-24T17:41:45Z",
4+
"modified": "2023-01-29T05:05:19Z",
55
"published": "2022-05-24T17:41:45Z",
66
"aliases": [
77
"CVE-2021-0341"
88
],
9+
"summary": "verifyHostName of OkHostnameVerifier.java accept wrong certificate",
910
"details": "In verifyHostName of OkHostnameVerifier.java, there is a possible way to accept a certificate for the wrong domain due to improperly used crypto. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-8.1 Android-9 Android-10 Android-11Android ID: A-171980069",
1011
"severity": [],
11-
"affected": [],
12+
"affected": [
13+
{
14+
"package": {
15+
"ecosystem": "Maven",
16+
"name": "com.squareup.okhttp3:okhttp"
17+
},
18+
"ranges": [
19+
{
20+
"type": "ECOSYSTEM",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"fixed": "4.9.2"
27+
}
28+
]
29+
}
30+
]
31+
}
32+
],
1233
"references": [
1334
{
1435
"type": "ADVISORY",
1536
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-0341"
1637
},
38+
{
39+
"type": "WEB",
40+
"url": "https://github.com/square/okhttp/issues/6724"
41+
},
1742
{
1843
"type": "WEB",
1944
"url": "https://source.android.com/security/bulletin/2021-02-01"

0 commit comments

Comments
 (0)