microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
66.85k stars 3.66k forks source link

[BUG] multiple CVEs in docker image #20589

Closed xblurx closed 1 year ago

xblurx commented 1 year ago

Context:

Describe the bug scanning a docker image mcr.microsoft.com/playwright:v1.30.0-focal with aqua security scanner found several vulnerabilities amongst them 8 critical and 20 high I can't attach a report file here, neither can I download the image cause it is not passing scanner's threshold, any instructions/plans to fix those CVEs? I could post the report behind the spoiler if it's needed, just let me know

mxschmitt commented 1 year ago

Could you provide us a list of the vulnerabilities/CVEs? Most likely they are all not relevant. I’ll definitely go over them tho. Keep also in mind that our Docker image is for development, not for production. Since running a browser itself is always ending up in running untrusted code.

xblurx commented 1 year ago
sure, here it is ``` { "image": "mcr.microsoft.com/playwright:v1.30.0-focal", "scan_started": { "seconds": 1675335832, "nanos": 748898941 }, "scan_duration": 196, "image_size": 1803750042, "digest": "sha256:274d62c0dcda87f74fe120de7015c72e7d7359d04937d5b54e25fc503884c0f8", "os": "ubuntu", "version": "20.04", "resources": [ { "resource": { "type": 2, "path": "/usr/bin/bash", "name": "bash", "version": "5.0", "cpe": "cpe:/a:gnu:bash:5.0", "layer": "/bin/sh -c #(nop) ADD file:9d282119af0c42bc823c95b4192a3350cf2cad670622017356dd2e637762e425 in / ", "layer_digest": "sha256:0002c93bdb3704dd9e36ce5153ef637f84de253015f3ee330468dccdeacad60b", "inode": 656150 }, "scanned": true, "vulnerabilities": [ { "name": "CVE-2019-18276", "description": "An issue was discovered in disable_priv_mode in shell.c in GNU Bash through 5.0 patch 11. By default, if Bash is run with its effective UID not equal to its real UID, it will drop privileges by setting its effective UID to its real UID. However, it does so incorrectly. On Linux and other systems that support \"saved UID\" functionality, the saved UID is not dropped. An attacker with command execution in the shell can use \"enable -f\" for runtime loading of a new builtin, which can be a shared object that calls setuid() and therefore regains privileges. However, binaries running with an effective UID of 0 are unaffected.", "nvd_score": 7.2, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:L/AC:L/Au:N/C:C/I:C/A:C", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-18276", "publish_date": "2019-11-28", "modification_date": "2022-06-07", "nvd_score_v3": 7.8, "nvd_vectors_v3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "high", "aqua_score": 7.8, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.8", "aqua_score_classification": "NVD CVSS V3 Score: 7.8" }, { "name": "CVE-2022-3715", "description": "A flaw was found in the bash package, where a heap-buffer overflow can occur in valid parameter_transform. This issue may lead to memory problems.", "nvd_score_version": "CVSS v2", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3715", "publish_date": "2023-01-05", "modification_date": "2023-01-13", "fix_version": "5.1.8", "solution": "Upgrade package bash to version 5.1.8 or above.", "nvd_score_v3": 7.8, "nvd_vectors_v3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "high", "aqua_score": 7.8, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.8", "aqua_score_classification": "NVD CVSS V3 Score: 7.8" } ] }, { "resource": { "type": 2, "path": "/usr/bin/getconf", "name": "glibc", "version": "2.31", "cpe": "cpe:/a:gnu:glibc:2.31", "layer": "/bin/sh -c #(nop) ADD file:9d282119af0c42bc823c95b4192a3350cf2cad670622017356dd2e637762e425 in / ", "layer_digest": "sha256:0002c93bdb3704dd9e36ce5153ef637f84de253015f3ee330468dccdeacad60b", "inode": 656225 }, "scanned": true, "vulnerabilities": [ { "name": "CVE-2021-35942", "description": "The wordexp function in the GNU C Library (aka glibc) through 2.33 may crash or read arbitrary memory in parse_param (in posix/wordexp.c) when called with an untrusted, crafted pattern, potentially resulting in a denial of service or disclosure of information. This occurs because atoi was used but strtoul should have been used to ensure correct calculations.", "nvd_score": 6.4, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:P/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-35942", "publish_date": "2021-07-22", "modification_date": "2022-11-08", "fix_version": "2.32", "solution": "Upgrade package glibc to version 2.32 or above.", "nvd_score_v3": 9.1, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "nvd_severity_v3": "critical", "aqua_score": 9.1, "aqua_severity": "critical", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 9.1", "aqua_score_classification": "NVD CVSS V3 Score: 9.1" }, { "name": "CVE-2022-23218", "description": "The deprecated compatibility function svcunix_create in the sunrpc module of the GNU C Library (aka glibc) through 2.34 copies its path argument on the stack without validating its length, which may result in a buffer overflow, potentially resulting in a denial of service or (if an application is not built with a stack protector enabled) arbitrary code execution.", "nvd_score": 7.5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-23218", "publish_date": "2022-01-14", "modification_date": "2022-11-08", "nvd_score_v3": 9.8, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "critical", "aqua_score": 9.8, "aqua_severity": "critical", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 9.8", "aqua_score_classification": "NVD CVSS V3 Score: 9.8" }, { "name": "CVE-2022-23219", "description": "The deprecated compatibility function clnt_create in the sunrpc module of the GNU C Library (aka glibc) through 2.34 copies its hostname argument on the stack without validating its length, which may result in a buffer overflow, potentially resulting in a denial of service or (if an application is not built with a stack protector enabled) arbitrary code execution.", "nvd_score": 7.5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-23219", "publish_date": "2022-01-14", "modification_date": "2022-11-08", "nvd_score_v3": 9.8, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "critical", "aqua_score": 9.8, "aqua_severity": "critical", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 9.8", "aqua_score_classification": "NVD CVSS V3 Score: 9.8" }, { "name": "CVE-2021-3326", "description": "The iconv function in the GNU C Library (aka glibc or libc6) 2.32 and earlier, when processing invalid input sequences in the ISO-2022-JP-3 encoding, fails an assertion in the code path and aborts the program, potentially resulting in a denial of service.", "nvd_score": 5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3326", "publish_date": "2021-01-27", "modification_date": "2022-11-04", "nvd_score_v3": 7.5, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "high", "aqua_score": 7.5, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.5", "aqua_score_classification": "NVD CVSS V3 Score: 7.5" }, { "name": "CVE-2021-38604", "description": "In librt in the GNU C Library (aka glibc) through 2.34, sysdeps/unix/sysv/linux/mq_notify.c mishandles certain NOTIFY_REMOVED data, leading to a NULL pointer dereference. NOTE: this vulnerability was introduced as a side effect of the CVE-2021-33574 fix.", "nvd_score": 5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-38604", "publish_date": "2021-08-12", "modification_date": "2022-09-28", "nvd_score_v3": 7.5, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "high", "aqua_score": 7.5, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.5", "aqua_score_classification": "NVD CVSS V3 Score: 7.5" }, { "name": "CVE-2020-1752", "description": "A use-after-free vulnerability introduced in glibc upstream version 2.14 was found in the way the tilde expansion was carried out. Directory paths containing an initial tilde followed by a valid username were affected by this issue. A local attacker could exploit this flaw by creating a specially crafted path that, when processed by the glob function, would potentially lead to arbitrary code execution. This was fixed in version 2.32.", "nvd_score": 3.7, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:L/AC:H/Au:N/C:P/I:P/A:P", "nvd_severity": "low", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-1752", "publish_date": "2020-04-30", "modification_date": "2022-10-28", "fix_version": "2.32.0", "solution": "Upgrade package glibc to version 2.32.0 or above.", "nvd_score_v3": 7, "nvd_vectors_v3": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "nvd_severity_v3": "high", "aqua_score": 7, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.0", "aqua_score_classification": "NVD CVSS V3 Score: 7.0" }, { "name": "CVE-2020-6096", "description": "An exploitable signed comparison vulnerability exists in the ARMv7 memcpy() implementation of GNU glibc 2.30.9000. Calling memcpy() (on ARMv7 targets that utilize the GNU glibc implementation) with a negative value for the 'num' parameter results in a signed comparison vulnerability. If an attacker underflows the 'num' parameter to memcpy(), this vulnerability could lead to undefined behavior such as writing to out-of-bounds memory and potentially remote code execution. Furthermore, this memcpy() implementation allows for program execution to continue in scenarios where a segmentation fault or crash should have occurred. The dangers occur in that subsequent execution and iterations of this code will be executed with this corrupted data.", "nvd_score": 6.8, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-6096", "publish_date": "2020-04-01", "modification_date": "2022-11-21", "nvd_score_v3": 8.1, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "high", "aqua_score": 8.1, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 8.1", "aqua_score_classification": "NVD CVSS V3 Score: 8.1" }, { "name": "CVE-2019-25013", "description": "The iconv feature in the GNU C Library (aka glibc or libc6) through 2.32, when processing invalid multi-byte input sequences in the EUC-KR encoding, may have a buffer over-read.", "nvd_score": 7.1, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:N/I:N/A:C", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-25013", "publish_date": "2021-01-04", "modification_date": "2022-11-03", "nvd_score_v3": 5.9, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "medium", "aqua_score": 5.9, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 5.9", "aqua_score_classification": "NVD CVSS V3 Score: 5.9" }, { "name": "CVE-2020-10029", "description": "The GNU C Library (aka glibc or libc6) before 2.32 could overflow an on-stack buffer during range reduction if an input to an 80-bit long double function contains a non-canonical bit pattern, a seen when passing a 0x5d414141414141410000 value to sinl on x86 targets. This is related to sysdeps/ieee754/ldbl-96/e_rem_pio2l.c.", "nvd_score": 2.1, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:L/AC:L/Au:N/C:N/I:N/A:P", "nvd_severity": "low", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-10029", "publish_date": "2020-03-04", "modification_date": "2022-11-10", "fix_version": "2.32.0", "solution": "Upgrade package glibc to version 2.32.0 or above.", "nvd_score_v3": 5.5, "nvd_vectors_v3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "medium", "aqua_score": 5.5, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 5.5", "aqua_score_classification": "NVD CVSS V3 Score: 5.5" }, { "name": "CVE-2020-27618", "description": "The iconv function in the GNU C Library (aka glibc or libc6) 2.32 and earlier, when processing invalid multi-byte input sequences in IBM1364, IBM1371, IBM1388, IBM1390, and IBM1399 encodings, fails to advance the input state, which could lead to an infinite loop in applications, resulting in a denial of service, a different vulnerability from CVE-2016-10228.", "nvd_score": 2.1, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:L/AC:L/Au:N/C:N/I:N/A:P", "nvd_severity": "low", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-27618", "publish_date": "2021-02-26", "modification_date": "2022-10-28", "nvd_score_v3": 5.5, "nvd_vectors_v3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "medium", "aqua_score": 5.5, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 5.5", "aqua_score_classification": "NVD CVSS V3 Score: 5.5" }, { "name": "CVE-2020-29562", "description": "The iconv function in the GNU C Library (aka glibc or libc6) 2.30 to 2.32, when converting UCS4 text containing an irreversible character, fails an assertion in the code path and aborts the program, potentially resulting in a denial of service.", "nvd_score": 2.1, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:H/Au:S/C:N/I:N/A:P", "nvd_severity": "low", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-29562", "publish_date": "2020-12-04", "modification_date": "2021-03-19", "nvd_score_v3": 4.8, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H", "nvd_severity_v3": "medium", "aqua_score": 4.8, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 4.8", "aqua_score_classification": "NVD CVSS V3 Score: 4.8" }, { "name": "CVE-2021-27645", "description": "The nameserver caching daemon (nscd) in the GNU C Library (aka glibc or libc6) 2.29 through 2.33, when processing a request for netgroup lookup, may crash due to a double-free, potentially resulting in degraded service or Denial of Service on the local system. This is related to netgroupcache.c.", "nvd_score": 1.9, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:L/AC:M/Au:N/C:N/I:N/A:P", "nvd_severity": "low", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-27645", "publish_date": "2021-02-24", "modification_date": "2022-11-04", "nvd_score_v3": 2.5, "nvd_vectors_v3": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L", "nvd_severity_v3": "low", "aqua_score": 2.5, "aqua_severity": "low", "aqua_vectors": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 2.5", "aqua_score_classification": "NVD CVSS V3 Score: 2.5" } ] }, { "resource": { "type": 2, "path": "/usr/bin/gpgconf", "name": "gnupg", "version": "2.2.19", "cpe": "cpe:/a:gnupg:gnupg:2.2.19", "layer": "|3 DEBIAN_FRONTEND=noninteractive DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-focal TZ=America/Los_Angeles /bin/sh -c apt-get update && apt-get install -y curl wget gpg && curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs && apt-get install -y --no-install-recommends git openssh-client && npm install -g yarn && rm -rf /var/lib/apt/lists/* && adduser pwuser", "layer_digest": "sha256:81fe54182b014e3b88abe117e96a4c2082c736da0c1d8f26ac3782dff29b3189", "inode": 126 }, "scanned": true, "vulnerabilities": [ { "name": "CVE-2022-3515", "description": "A vulnerability was found in the Libksba library due to an integer overflow within the CRL parser. The vulnerability can be exploited remotely for code execution on the target system by passing specially crafted data to the application, for example, a malicious S/MIME attachment.", "nvd_score_version": "CVSS v2", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3515", "publish_date": "2023-01-12", "modification_date": "2023-01-20", "fix_version": "2.2.41", "solution": "Upgrade package gnupg to version 2.2.41 or above.", "nvd_score_v3": 9.8, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "critical", "aqua_score": 9.8, "aqua_severity": "critical", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 9.8", "aqua_score_classification": "NVD CVSS V3 Score: 9.8" }, { "name": "CVE-2022-34903", "description": "GnuPG through 2.3.6, in unusual situations where an attacker possesses any secret-key information from a victim's keyring and other constraints (e.g., use of GPGME) are met, allows signature forgery via injection into the status line.", "nvd_score": 5.8, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:P/I:P/A:N", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-34903", "publish_date": "2022-07-01", "modification_date": "2022-09-09", "nvd_score_v3": 6.5, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N", "nvd_severity_v3": "medium", "aqua_score": 6.5, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 6.5", "aqua_score_classification": "NVD CVSS V3 Score: 6.5" } ] }, { "resource": { "type": 2, "path": "/usr/bin/gzexe", "name": "gzip", "version": "1.10", "cpe": "cpe:/a:gnu:gzip:1.10", "layer": "/bin/sh -c #(nop) ADD file:9d282119af0c42bc823c95b4192a3350cf2cad670622017356dd2e637762e425 in / ", "layer_digest": "sha256:0002c93bdb3704dd9e36ce5153ef637f84de253015f3ee330468dccdeacad60b", "inode": 656233 }, "scanned": true, "vulnerabilities": [ { "name": "CVE-2022-1271", "description": "This bug was introduced in gzip-1.3.10 and is relatively hard to exploit", "nvd_score": 7.1, "nvd_score_version": "CVSS v2", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-1271", "publish_date": "2022-04-07", "modification_date": "2022-04-07", "fix_version": "1.12", "solution": "Upgrade package gzip to version 1.12 or above.", "nvd_score_v3": 7.1, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "medium", "aqua_score": 7.1, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.1", "aqua_score_classification": "NVD CVSS V3 Score: 7.1" } ] }, { "resource": { "type": 2, "path": "/usr/bin/openssl", "name": "openssl", "version": "1.1.1f", "cpe": "cpe:/a:openssl:openssl:1.1.1f", "layer": "|3 DEBIAN_FRONTEND=noninteractive DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-focal TZ=America/Los_Angeles /bin/sh -c apt-get update && apt-get install -y curl wget gpg && curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs && apt-get install -y --no-install-recommends git openssh-client && npm install -g yarn && rm -rf /var/lib/apt/lists/* && adduser pwuser", "layer_digest": "sha256:81fe54182b014e3b88abe117e96a4c2082c736da0c1d8f26ac3782dff29b3189", "inode": 142 }, "scanned": true, "vulnerabilities": [ { "name": "CVE-2022-1292", "description": "The c_rehash script does not properly sanitise shell metacharacters to prevent command injection. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.3 (Affected 3.0.0,3.0.1,3.0.2). Fixed in OpenSSL 1.1.1o (Affected 1.1.1-1.1.1n). Fixed in OpenSSL 1.0.2ze (Affected 1.0.2-1.0.2zd).", "nvd_score": 10, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:C/I:C/A:C", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-1292", "publish_date": "2022-05-03", "modification_date": "2022-10-21", "fix_version": "1.1.1o", "solution": "Upgrade package openssl to version 1.1.1o or above.", "nvd_score_v3": 9.8, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "critical", "aqua_score": 9.8, "aqua_severity": "critical", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 9.8", "aqua_score_classification": "NVD CVSS V3 Score: 9.8" }, { "name": "CVE-2022-2068", "description": "In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze).", "nvd_score": 10, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:C/I:C/A:C", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-2068", "publish_date": "2022-06-21", "modification_date": "2023-01-10", "fix_version": "1.1.1p", "solution": "Upgrade package openssl to version 1.1.1p or above.", "nvd_score_v3": 9.8, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "critical", "aqua_score": 9.8, "aqua_severity": "critical", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 9.8", "aqua_score_classification": "NVD CVSS V3 Score: 9.8" }, { "name": "CVE-2021-3711", "description": "In order to decrypt SM2 encrypted data an application is expected to call the API function EVP_PKEY_decrypt(). Typically an application will call this function twice. The first time, on entry, the \"out\" parameter can be NULL and, on exit, the \"outlen\" parameter is populated with the buffer size required to hold the decrypted plaintext. The application can then allocate a sufficiently sized buffer and call EVP_PKEY_decrypt() again, but this time passing a non-NULL value for the \"out\" parameter. A bug in the implementation of the SM2 decryption code means that the calculation of the buffer size required to hold the plaintext returned by the first call to EVP_PKEY_decrypt() can be smaller than the actual size required by the second call. This can lead to a buffer overflow when EVP_PKEY_decrypt() is called by the application a second time with a buffer that is too small. A malicious attacker who is able present SM2 content for decryption to an application could cause attacker chosen data to overflow the buffer by up to a maximum of 62 bytes altering the contents of other data held after the buffer, possibly changing application behaviour or causing the application to crash. The location of the buffer is application dependent but is typically heap allocated. Fixed in OpenSSL 1.1.1l (Affected 1.1.1-1.1.1k).", "nvd_score": 7.5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3711", "publish_date": "2021-08-24", "modification_date": "2022-12-06", "fix_version": "1.1.1l", "solution": "Upgrade package openssl to version 1.1.1l or above.", "nvd_score_v3": 9.8, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "critical", "aqua_score": 9.8, "aqua_severity": "critical", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 9.8", "aqua_score_classification": "NVD CVSS V3 Score: 9.8" }, { "name": "CVE-2020-1967", "description": "Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the \"signature_algorithms_cert\" TLS extension. The crash occurs if an invalid or unrecognised signature algorithm is received from the peer. This could be exploited by a malicious peer in a Denial of Service attack. OpenSSL version 1.1.1d, 1.1.1e, and 1.1.1f are affected by this issue. This issue did not affect OpenSSL versions prior to 1.1.1d. Fixed in OpenSSL 1.1.1g (Affected 1.1.1d-1.1.1f).", "nvd_score": 5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-1967", "publish_date": "2020-04-21", "modification_date": "2021-12-10", "nvd_score_v3": 7.5, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "high", "aqua_score": 7.5, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.5", "aqua_score_classification": "NVD CVSS V3 Score: 7.5" }, { "name": "CVE-2021-23840", "description": "Calls to EVP_CipherUpdate, EVP_EncryptUpdate and EVP_DecryptUpdate may overflow the output length argument in some cases where the input length is close to the maximum permissable length for an integer on the platform. In such cases the return value from the function call will be 1 (indicating success), but the output length value will be negative. This could cause applications to behave incorrectly or crash. OpenSSL versions 1.1.1i and below are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1j. OpenSSL versions 1.0.2x and below are affected by this issue. However OpenSSL 1.0.2 is out of support and no longer receiving public updates. Premium support customers of OpenSSL 1.0.2 should upgrade to 1.0.2y. Other users should upgrade to 1.1.1j. Fixed in OpenSSL 1.1.1j (Affected 1.1.1-1.1.1i). Fixed in OpenSSL 1.0.2y (Affected 1.0.2-1.0.2x).", "nvd_score": 5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-23840", "publish_date": "2021-02-16", "modification_date": "2022-08-29", "fix_version": "1.1.1j", "solution": "Upgrade package openssl to version 1.1.1j or above.", "nvd_score_v3": 7.5, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "high", "aqua_score": 7.5, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.5", "aqua_score_classification": "NVD CVSS V3 Score: 7.5" }, { "name": "CVE-2021-3712", "description": "ASN.1 strings are represented internally within OpenSSL as an ASN1_STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL (0) byte. Although not a strict requirement, ASN.1 strings that are parsed using OpenSSL's own \"d2i\" functions (and other similar parsing functions) as well as any string whose value has been set with the ASN1_STRING_set() function will additionally NUL terminate the byte array in the ASN1_STRING structure. However, it is possible for applications to directly construct valid ASN1_STRING structures which do not NUL terminate the byte array by directly setting the \"data\" and \"length\" fields in the ASN1_STRING array. This can also happen by using the ASN1_STRING_set0() function. Numerous OpenSSL functions that print ASN.1 data have been found to assume that the ASN1_STRING byte array will be NUL terminated, even though this is not guaranteed for strings that have been directly constructed. Where an application requests an ASN.1 structure to be printed, and where that ASN.1 structure contains ASN1_STRINGs that have been directly constructed by the application without NUL terminating the \"data\" field, then a read buffer overrun can occur. The same thing can also occur during name constraints processing of certificates (for example if a certificate has been directly constructed by the application instead of loading it via the OpenSSL parsing functions, and the certificate contains non NUL terminated ASN1_STRING structures). It can also occur in the X509_get1_email(), X509_REQ_get1_email() and X509_get1_ocsp() functions. If a malicious actor can cause an application to directly construct an ASN1_STRING and then process it through one of the affected OpenSSL functions then this issue could be hit. This might result in a crash (causing a Denial of Service attack). It could also result in the disclosure of private memory contents (such as private keys, or sensitive plaintext). Fixed in OpenSSL 1.1.1l (Affected 1.1.1-1.1.1k). Fixed in OpenSSL 1.0.2za (Affected 1.0.2-1.0.2y).", "nvd_score": 5.8, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:P/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3712", "publish_date": "2021-08-24", "modification_date": "2022-12-06", "fix_version": "1.1.1l", "solution": "Upgrade package openssl to version 1.1.1l or above.", "nvd_score_v3": 7.4, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", "nvd_severity_v3": "high", "aqua_score": 7.4, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.4", "aqua_score_classification": "NVD CVSS V3 Score: 7.4" }, { "name": "CVE-2022-0778", "description": "The BN_mod_sqrt() function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. Internally this function is used when parsing certificates that contain elliptic curve public keys in compressed form or explicit elliptic curve parameters with a base point encoded in compressed form. It is possible to trigger the infinite loop by crafting a certificate that has invalid explicit curve parameters. Since certificate parsing happens prior to verification of the certificate signature, any process that parses an externally supplied certificate may thus be subject to a denial of service attack. The infinite loop can also be reached when parsing crafted private keys as they can contain explicit elliptic curve parameters. Thus vulnerable situations include: - TLS clients consuming server certificates - TLS servers consuming client certificates - Hosting providers taking certificates or private keys from customers - Certificate authorities parsing certification requests from subscribers - Anything else which parses ASN.1 elliptic curve parameters Also any other applications that use the BN_mod_sqrt() where the attacker can control the parameter values are vulnerable to this DoS issue. In the OpenSSL 1.0.2 version the public key is not parsed during initial parsing of the certificate which makes it slightly harder to trigger the infinite loop. However any operation which requires the public key from the certificate will trigger the infinite loop. In particular the attacker can use a self-signed certificate to trigger the loop during verification of the certificate signature. This issue affects OpenSSL versions 1.0.2, 1.1.1 and 3.0. It was addressed in the releases of 1.1.1n and 3.0.2 on the 15th March 2022. Fixed in OpenSSL 3.0.2 (Affected 3.0.0,3.0.1). Fixed in OpenSSL 1.1.1n (Affected 1.1.1-1.1.1m). Fixed in OpenSSL 1.0.2zd (Affected 1.0.2-1.0.2zc).", "nvd_score": 5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-0778", "publish_date": "2022-03-15", "modification_date": "2022-11-09", "fix_version": "1.1.1n", "solution": "Upgrade package openssl to version 1.1.1n or above.", "nvd_score_v3": 7.5, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "high", "aqua_score": 7.5, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.5", "aqua_score_classification": "NVD CVSS V3 Score: 7.5" }, { "name": "CVE-2020-1971", "description": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL's s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL's parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "nvd_score": 4.3, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-1971", "publish_date": "2020-12-08", "modification_date": "2022-08-29", "fix_version": "1.1.1i", "solution": "Upgrade package openssl to version 1.1.1i or above.", "nvd_score_v3": 5.9, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "medium", "aqua_score": 5.9, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 5.9", "aqua_score_classification": "NVD CVSS V3 Score: 5.9" }, { "name": "CVE-2021-4160", "description": "There is a carry propagation bug in the MIPS32 and MIPS64 squaring procedure. Many EC algorithms are affected, including some of the TLS 1.3 default curves. Impact was not analyzed in detail, because the pre-requisites for attack are considered unlikely and include reusing private keys. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH are considered just feasible (although very difficult) because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be significant. However, for an attack on TLS to be meaningful, the server would have to share the DH private key among multiple clients, which is no longer an option since CVE-2016-0701. This issue affects OpenSSL versions 1.0.2, 1.1.1 and 3.0.0. It was addressed in the releases of 1.1.1m and 3.0.1 on the 15th of December 2021. For the 1.0.2 release it is addressed in git commit 6fc1aaaf3 that is available to premium support customers only. It will be made available in 1.0.2zc when it is released. The issue only affects OpenSSL on MIPS platforms. Fixed in OpenSSL 3.0.1 (Affected 3.0.0). Fixed in OpenSSL 1.1.1m (Affected 1.1.1-1.1.1l). Fixed in OpenSSL 1.0.2zc-dev (Affected 1.0.2-1.0.2zb).", "nvd_score": 4.3, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4160", "publish_date": "2022-01-28", "modification_date": "2022-11-09", "fix_version": "1.1.1m", "solution": "Upgrade package openssl to version 1.1.1m or above.", "nvd_score_v3": 5.9, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "nvd_severity_v3": "medium", "aqua_score": 5.9, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 5.9", "aqua_score_classification": "NVD CVSS V3 Score: 5.9" }, { "name": "CVE-2021-23841", "description": "The OpenSSL public API function X509_issuer_and_serial_hash() attempts to create a unique hash value based on the issuer and serial number data contained within an X509 certificate. However it fails to correctly handle any errors that may occur while parsing the issuer field (which might occur if the issuer field is maliciously constructed). This may subsequently result in a NULL pointer deref and a crash leading to a potential denial of service attack. The function X509_issuer_and_serial_hash() is never directly called by OpenSSL itself so applications are only vulnerable if they use this function directly and they use it on certificates that may have been obtained from untrusted sources. OpenSSL versions 1.1.1i and below are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1j. OpenSSL versions 1.0.2x and below are affected by this issue. However OpenSSL 1.0.2 is out of support and no longer receiving public updates. Premium support customers of OpenSSL 1.0.2 should upgrade to 1.0.2y. Other users should upgrade to 1.1.1j. Fixed in OpenSSL 1.1.1j (Affected 1.1.1-1.1.1i). Fixed in OpenSSL 1.0.2y (Affected 1.0.2-1.0.2x).", "nvd_score": 4.3, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-23841", "publish_date": "2021-02-16", "modification_date": "2023-01-09", "fix_version": "1.1.1j", "solution": "Upgrade package openssl to version 1.1.1j or above.", "nvd_score_v3": 5.9, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "medium", "aqua_score": 5.9, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 5.9", "aqua_score_classification": "NVD CVSS V3 Score: 5.9" }, { "name": "CVE-2021-3449", "description": "An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).", "nvd_score": 4.3, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3449", "publish_date": "2021-03-25", "modification_date": "2022-08-29", "fix_version": "1.1.1k", "solution": "Upgrade package openssl to version 1.1.1k or above.", "nvd_score_v3": 5.9, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "medium", "aqua_score": 5.9, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 5.9", "aqua_score_classification": "NVD CVSS V3 Score: 5.9" }, { "name": "CVE-2022-2097", "description": "AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn't written. In the special case of \"in place\" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected. Fixed in OpenSSL 3.0.5 (Affected 3.0.0-3.0.4). Fixed in OpenSSL 1.1.1q (Affected 1.1.1-1.1.1p).", "nvd_score": 5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-2097", "publish_date": "2022-07-05", "modification_date": "2023-01-10", "fix_version": "1.1.1q", "solution": "Upgrade package openssl to version 1.1.1q or above.", "nvd_score_v3": 5.3, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "nvd_severity_v3": "medium", "aqua_score": 5.3, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 5.3", "aqua_score_classification": "NVD CVSS V3 Score: 5.3" } ] }, { "resource": { "type": 2, "path": "/usr/bin/perl", "name": "perl", "version": "5.30.0", "cpe": "cpe:/a:perl:perl:5.30.0", "layer": "/bin/sh -c #(nop) ADD file:9d282119af0c42bc823c95b4192a3350cf2cad670622017356dd2e637762e425 in / ", "layer_digest": "sha256:0002c93bdb3704dd9e36ce5153ef637f84de253015f3ee330468dccdeacad60b", "inode": 656295 }, "scanned": true, "vulnerabilities": [ { "name": "CVE-2020-10543", "description": "Perl before 5.30.3 on 32-bit platforms allows a heap-based buffer overflow because nested regular expression quantifiers have an integer overflow.", "nvd_score": 6.4, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:N/I:P/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-10543", "publish_date": "2020-06-05", "modification_date": "2022-05-12", "fix_version": "5.30.3", "solution": "Upgrade package perl to version 5.30.3 or above.", "nvd_score_v3": 8.2, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H", "nvd_severity_v3": "high", "aqua_score": 8.2, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 8.2", "aqua_score_classification": "NVD CVSS V3 Score: 8.2" }, { "name": "CVE-2020-10878", "description": "Perl before 5.30.3 has an integer overflow related to mishandling of a \"PL_regkind[OP(n)] == NOTHING\" situation. A crafted regular expression could lead to malformed bytecode with a possibility of instruction injection.", "nvd_score": 7.5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-10878", "publish_date": "2020-06-05", "modification_date": "2022-05-12", "fix_version": "5.30.3", "solution": "Upgrade package perl to version 5.30.3 or above.", "nvd_score_v3": 8.6, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "nvd_severity_v3": "high", "aqua_score": 8.6, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 8.6", "aqua_score_classification": "NVD CVSS V3 Score: 8.6" }, { "name": "CVE-2020-12723", "description": "regcomp.c in Perl before 5.30.3 allows a buffer overflow via a crafted regular expression because of recursive S_study_chunk calls.", "nvd_score": 5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-12723", "publish_date": "2020-06-05", "modification_date": "2022-05-12", "fix_version": "5.30.3", "solution": "Upgrade package perl to version 5.30.3 or above.", "nvd_score_v3": 7.5, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "high", "aqua_score": 7.5, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.5", "aqua_score_classification": "NVD CVSS V3 Score: 7.5" } ] }, { "resource": { "type": 2, "path": "/usr/bin/tar", "name": "tar", "version": "1.30", "cpe": "cpe:/a:gnu:tar:1.30", "layer": "/bin/sh -c #(nop) ADD file:9d282119af0c42bc823c95b4192a3350cf2cad670622017356dd2e637762e425 in / ", "layer_digest": "sha256:0002c93bdb3704dd9e36ce5153ef637f84de253015f3ee330468dccdeacad60b", "inode": 656354 }, "scanned": true, "vulnerabilities": [ { "name": "CVE-2019-9923", "description": "pax_decode_header in sparse.c in GNU Tar before 1.32 had a NULL pointer dereference when parsing certain archives that have malformed extended headers.", "nvd_score": 5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-9923", "publish_date": "2019-03-22", "modification_date": "2021-06-29", "fix_version": "1.32", "solution": "Upgrade package tar to version 1.32 or above.", "nvd_score_v3": 7.5, "nvd_vectors_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "high", "aqua_score": 7.5, "aqua_severity": "high", "aqua_vectors": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.5", "aqua_score_classification": "NVD CVSS V3 Score: 7.5" }, { "name": "CVE-2018-20482", "description": "GNU Tar through 1.30, when --sparse is used, mishandles file shrinkage during read access, which allows local users to cause a denial of service (infinite read loop in sparse_dump_region in sparse.c) by modifying a file that is supposed to be archived by a different user's process (e.g., a system backup running as root).", "nvd_score": 1.9, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:L/AC:M/Au:N/C:N/I:N/A:P", "nvd_severity": "low", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-20482", "publish_date": "2018-12-26", "modification_date": "2021-11-30", "nvd_score_v3": 4.7, "nvd_vectors_v3": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "nvd_severity_v3": "medium", "aqua_score": 4.7, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 4.7", "aqua_score_classification": "NVD CVSS V3 Score: 4.7" }, { "name": "CVE-2021-20193", "description": "A flaw was found in the src/list.c of tar 1.33 and earlier. This flaw allows an attacker who can submit a crafted input file to tar to cause uncontrolled consumption of memory. The highest threat from this vulnerability is to system availability.", "nvd_score": 4.3, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-20193", "publish_date": "2021-03-26", "modification_date": "2021-06-03", "nvd_score_v3": 5.5, "nvd_vectors_v3": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "nvd_severity_v3": "medium", "aqua_score": 5.5, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 5.5", "aqua_score_classification": "NVD CVSS V3 Score: 5.5" } ] }, { "resource": { "format": "npm", "path": "/usr/lib/node_modules/npm/node_modules/tar", "name": "tar", "version": "6.1.11", "cpe": "pkg:/npm:*:tar:6.1.11", "license": "ISC", "hash": "sha1:", "layer": "|3 DEBIAN_FRONTEND=noninteractive DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-focal TZ=America/Los_Angeles /bin/sh -c apt-get update && apt-get install -y curl wget gpg && curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs && apt-get install -y --no-install-recommends git openssh-client && npm install -g yarn && rm -rf /var/lib/apt/lists/* && adduser pwuser", "layer_digest": "sha256:81fe54182b014e3b88abe117e96a4c2082c736da0c1d8f26ac3782dff29b3189" }, "scanned": true, "vulnerabilities": [ { "name": "CVE-2020-8244", "description": "A buffer over-read vulnerability exists in bl <4.0.3, <3.0.1, <2.2.1, and <1.2.3 which could allow an attacker to supply user input (even typed) that if it ends up in consume() argument and can become negative, the BufferList state can be corrupted, tricking it into exposing uninitialized memory via regular .slice() calls.", "nvd_score": 6.4, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:P/I:N/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-8244", "vendor_score_version": "CVSS v2", "publish_date": "2020-08-30", "modification_date": "2022-05-24", "fix_version": "6.1.12", "solution": "Upgrade package tar to version 6.1.12 or above.", "nvd_score_v3": 6.5, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "nvd_severity_v3": "medium", "aqua_score": 6.5, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "aqua_scoring_system": "CVSS V3", "heuristic_ref_id": 2828895, "aqua_severity_classification": "NVD CVSS V3 Score: 6.5", "aqua_score_classification": "NVD CVSS V3 Score: 6.5" } ] }, { "resource": { "type": 2, "path": "/usr/bin/wget", "name": "wget", "version": "1.2.11", "cpe": "cpe:/a:gnu:wget:1.2.11", "layer": "|3 DEBIAN_FRONTEND=noninteractive DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-focal TZ=America/Los_Angeles /bin/sh -c apt-get update && apt-get install -y curl wget gpg && curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs && apt-get install -y --no-install-recommends git openssh-client && npm install -g yarn && rm -rf /var/lib/apt/lists/* && adduser pwuser", "layer_digest": "sha256:81fe54182b014e3b88abe117e96a4c2082c736da0c1d8f26ac3782dff29b3189", "inode": 179 }, "scanned": true, "vulnerabilities": [ { "name": "CVE-2016-4971", "description": "GNU wget before 1.18 allows remote servers to write to arbitrary files by redirecting a request from HTTP to a crafted FTP resource.", "nvd_score": 4.3, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-4971", "publish_date": "2016-06-30", "modification_date": "2021-05-05", "fix_version": "1.18", "solution": "Upgrade package wget to version 1.18 or above.", "nvd_score_v3": 8.8, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "nvd_severity_v3": "high", "aqua_score": 8.8, "aqua_severity": "high", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 8.8", "aqua_score_classification": "NVD CVSS V3 Score: 8.8", "exploitability": "http://www.exploit-db.com/exploits/40064,http://www.exploit-db.com/exploits/49815", "exploit_type": "remote" }, { "name": "CVE-2016-7098", "description": "Race condition in wget 1.17 and earlier, when used in recursive or mirroring mode to download a single file, might allow remote servers to bypass intended access list restrictions by keeping an HTTP connection open.", "nvd_score": 6.8, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-7098", "publish_date": "2016-09-26", "modification_date": "2017-09-03", "nvd_score_v3": 8.1, "nvd_vectors_v3": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "high", "aqua_score": 8.1, "aqua_severity": "high", "aqua_vectors": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 8.1", "aqua_score_classification": "NVD CVSS V3 Score: 8.1", "exploitability": "http://www.exploit-db.com/exploits/40824", "exploit_type": "remote" }, { "name": "CVE-2018-0494", "description": "GNU Wget before 1.19.5 is prone to a cookie injection vulnerability in the resp_new function in http.c via a \\r\\n sequence in a continuation line.", "nvd_score": 4.3, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-0494", "publish_date": "2018-05-06", "modification_date": "2019-03-15", "fix_version": "1.19.5", "solution": "Upgrade package wget to version 1.19.5 or above.", "nvd_score_v3": 6.5, "nvd_vectors_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "nvd_severity_v3": "medium", "aqua_score": 6.5, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 6.5", "aqua_score_classification": "NVD CVSS V3 Score: 6.5", "exploitability": "http://www.exploit-db.com/exploits/44601", "exploit_type": "local" }, { "name": "CVE-2014-4877", "description": "Absolute path traversal vulnerability in GNU Wget before 1.16, when recursion is enabled, allows remote FTP servers to write to arbitrary files, and consequently execute arbitrary code, via a LIST response that references the same filename within two entries, one of which indicates that the filename is for a symlink.", "nvd_score": 9.3, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:C/I:C/A:C", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-4877", "publish_date": "2014-10-29", "modification_date": "2017-02-17", "aqua_score": 9.3, "aqua_severity": "critical", "aqua_vectors": "AV:N/AC:M/Au:N/C:C/I:C/A:C", "aqua_scoring_system": "CVSS V2", "aqua_severity_classification": "NVD CVSS V2 Score: 9.3", "aqua_score_classification": "NVD CVSS V2 Score: 9.3" }, { "name": "CVE-2019-5953", "description": "Buffer overflow in GNU Wget 1.20.1 and earlier allows remote attackers to cause a denial-of-service (DoS) or may execute an arbitrary code via unspecified vectors.", "nvd_score": 7.5, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-5953", "publish_date": "2019-05-17", "modification_date": "2020-08-24", "nvd_score_v3": 9.8, "nvd_vectors_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "critical", "aqua_score": 9.8, "aqua_severity": "critical", "aqua_vectors": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 9.8", "aqua_score_classification": "NVD CVSS V3 Score: 9.8" }, { "name": "CVE-2017-13090", "description": "The retr.c:fd_read_body() function is called when processing OK responses. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol() to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.c:fd_read(). As fd_read() takes an int argument, the high 32 bits of the chunk length are discarded, leaving fd_read() with a completely attacker controlled length argument. The attacker can corrupt malloc metadata after the allocated buffer.", "nvd_score": 9.3, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:C/I:C/A:C", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-13090", "publish_date": "2017-10-27", "modification_date": "2017-12-30", "nvd_score_v3": 8.8, "nvd_vectors_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "nvd_severity_v3": "high", "aqua_score": 8.8, "aqua_severity": "high", "aqua_vectors": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 8.8", "aqua_score_classification": "NVD CVSS V3 Score: 8.8" }, { "name": "CVE-2017-13089", "description": "The http.c:skip_short_body() function is called in some circumstances, such as when processing redirects. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol() to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to skip the chunk in pieces of 512 bytes by using the MIN() macro, but ends up passing the negative chunk length to connect.c:fd_read(). As fd_read() takes an int argument, the high 32 bits of the chunk length are discarded, leaving fd_read() with a completely attacker controlled length argument.", "nvd_score": 9.3, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:C/I:C/A:C", "nvd_severity": "high", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-13089", "publish_date": "2017-10-27", "modification_date": "2017-12-30", "nvd_score_v3": 8.8, "nvd_vectors_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "nvd_severity_v3": "high", "aqua_score": 8.8, "aqua_severity": "high", "aqua_vectors": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 8.8", "aqua_score_classification": "NVD CVSS V3 Score: 8.8" }, { "name": "CVE-2018-20483", "description": "set_file_metadata in xattr.c in GNU Wget before 1.20.1 stores a file's origin URL in the user.xdg.origin.url metadata attribute of the extended attributes of the downloaded file, which allows local users to obtain sensitive information (e.g., credentials contained in the URL) by reading this attribute, as demonstrated by getfattr. This also applies to Referer information in the user.xdg.referrer.url metadata attribute. According to 2016-07-22 in the Wget ChangeLog, user.xdg.origin.url was partially based on the behavior of fwrite_xattr in tool_xattr.c in curl.", "nvd_score": 2.1, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:L/AC:L/Au:N/C:P/I:N/A:N", "nvd_severity": "low", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-20483", "publish_date": "2018-12-26", "modification_date": "2020-08-24", "fix_version": "1.20.1", "solution": "Upgrade package wget to version 1.20.1 or above.", "nvd_score_v3": 7.8, "nvd_vectors_v3": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "nvd_severity_v3": "high", "aqua_score": 7.8, "aqua_severity": "high", "aqua_vectors": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 7.8", "aqua_score_classification": "NVD CVSS V3 Score: 7.8" }, { "name": "CVE-2010-2252", "description": "GNU Wget 1.12 and earlier uses a server-provided filename instead of the original URL to determine the destination filename of a download, which allows remote servers to create or overwrite arbitrary files via a 3xx redirect to a URL with a .wgetrc filename followed by a 3xx redirect to a URL with a crafted filename, and possibly execute arbitrary code as a consequence of writing to a dotfile in a home directory.", "nvd_score": 6.8, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-2252", "publish_date": "2010-07-06", "modification_date": "2016-11-28", "aqua_score": 6.8, "aqua_severity": "medium", "aqua_vectors": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "aqua_scoring_system": "CVSS V2", "aqua_severity_classification": "NVD CVSS V2 Score: 6.8", "aqua_score_classification": "NVD CVSS V2 Score: 6.8" }, { "name": "CVE-2009-3490", "description": "GNU Wget before 1.12 does not properly handle a '\\0' character in a domain name in the Common Name field of an X.509 certificate, which allows man-in-the-middle remote attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.", "nvd_score": 6.8, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-3490", "publish_date": "2009-09-30", "modification_date": "2017-09-19", "aqua_score": 6.8, "aqua_severity": "medium", "aqua_vectors": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "aqua_scoring_system": "CVSS V2", "aqua_severity_classification": "NVD CVSS V2 Score: 6.8", "aqua_score_classification": "NVD CVSS V2 Score: 6.8" }, { "name": "CVE-2017-6508", "description": "CRLF injection vulnerability in the url_parse function in url.c in Wget through 1.19.1 allows remote attackers to inject arbitrary HTTP headers via CRLF sequences in the host subcomponent of a URL.", "nvd_score": 4.3, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-6508", "publish_date": "2017-03-07", "modification_date": "2017-07-01", "nvd_score_v3": 6.1, "nvd_vectors_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "nvd_severity_v3": "medium", "aqua_score": 6.1, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 6.1", "aqua_score_classification": "NVD CVSS V3 Score: 6.1" }, { "name": "CVE-2021-31879", "description": "GNU Wget through 1.21.1 does not omit the Authorization header upon a redirect to a different origin, a related issue to CVE-2018-1000007.", "nvd_score": 5.8, "nvd_score_version": "CVSS v2", "nvd_vectors": "AV:N/AC:M/Au:N/C:P/I:P/A:N", "nvd_severity": "medium", "nvd_url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-31879", "publish_date": "2021-04-29", "modification_date": "2022-05-13", "nvd_score_v3": 6.1, "nvd_vectors_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "nvd_severity_v3": "medium", "aqua_score": 6.1, "aqua_severity": "medium", "aqua_vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "aqua_scoring_system": "CVSS V3", "aqua_severity_classification": "NVD CVSS V3 Score: 6.1", "aqua_score_classification": "NVD CVSS V3 Score: 6.1" } ] } ], "image_assurance_results": { "disallowed": true, "audit_required": true, "policy_failures": [ { "policy_id": 8, "policy_name": "external_scanner_AP", "blocking": true, "controls": ["max_severity"] } ], "checks_performed": [ { "policy_id": 8, "policy_name": "external_scanner_AP", "control": "malware" }, { "policy_id": 8, "policy_name": "external_scanner_AP", "control": "sensitive_data" }, { "failed": true, "policy_id": 8, "policy_name": "external_scanner_AP", "control": "max_severity", "maximum_severity_allowed": "high", "maximum_severity_found": "critical" } ], "block_required": true }, "vulnerability_summary": { "total": 48, "critical": 9, "high": 20, "medium": 18, "low": 1, "score_average": 7.341667 }, "scan_options": { "scan_executables": true, "scan_sensitive_data": true, "scan_malware": true, "scan_files": true, "image_assurance_policies": ["external_scanner_AP"], "scan_timeout": 3600000000000, "manual_pull_fallback": true, "save_adhoc_scans": true, "use_cvss3": true, "dockerless": true, "system_image_platform": "amd64:::", "scan_elf": true, "memoryThrottling": true, "suggest_os_upgrade": true, "seim_enabled": true, "adhoc_scan_retention": 30 }, "initiating_user": "scanner2", "data_date": 1675235304, "pull_name": "mcr.microsoft.com/playwright:v1.30.0-focal", "scan_id": 987484, "required_image_platform": "amd64:::", "scanned_image_platform": "amd64::linux:", "security_feeds_used": { "executables": "3c54a0edea6b6d" }, "image_id": 1512010, "internal_digest_id": { "id": 885460 }, "local": true, "OriginFromHostImage": true, "CanSkipFileHashSave": true } ```
yury-s commented 1 year ago

Action item: update the documentation to explain that the docker image is supposed to be run in testing environment and expected to run only trusted content, not evil.com

mxschmitt commented 1 year ago

These CVEs are actually not Playwright nor us related, they are already contained inside a stock Ubuntu 22.04 focal image in this case and/or might be added when installing official Node.js. We'll update our docs with a note that its not intended that these Docker images will run in production.

polRk commented 1 year ago

Can you provide minimal docker image?