Skip to content

Commit e9612b4

Browse files
libjpeg is not used (#2588) (#2589)
(cherry picked from commit b608de5) Co-authored-by: Matthew Leibowitz <[email protected]>
1 parent 74b161e commit e9612b4

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

scripts/guardian/cve-triage.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
33
"specVersion": "1.4",
44
"version": 1,
55
"vulnerabilities": [
6+
{
7+
"id": "CVE-2020-14152",
8+
"source": {
9+
"name": "NVD",
10+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-14152"
11+
},
12+
"ratings": [
13+
{
14+
"source": {
15+
"name": "NVD",
16+
"url": "https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?name=CVE-2020-14152&vector=AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H&version=3.1"
17+
},
18+
"score": 7.1,
19+
"severity": "high",
20+
"method": "CVSSv31",
21+
"vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H"
22+
}
23+
],
24+
"description": "In IJG JPEG (aka libjpeg) before 9d, jpeg_mem_available() in jmemnobs.c in djpeg does not honor the max_memory_to_use setting, possibly causing excessive memory consumption.",
25+
"recommendation": "",
26+
"advisories": [],
27+
"created": "NOT_KNOWN",
28+
"published": "NOT_KNOWN",
29+
"updated": "",
30+
"analysis": {
31+
"state": "not_affected",
32+
"justification": "code_not_present",
33+
"response": [
34+
"will_not_fix"
35+
],
36+
"detail": "libjpeg is not used and the real dependency is libjpeg-turbo which never had this issue: https://github.com/libjpeg-turbo/libjpeg-turbo/issues/500#issuecomment-772625597."
37+
},
38+
"affects": [
39+
{
40+
"ref": "urn:cbt:1/icu-project#international_components_for_unicode-1.8.1"
41+
}
42+
]
43+
},
644
{
745
"id": "CVE-2007-4770",
846
"source": {

0 commit comments

Comments
 (0)