Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 56 322

Количество 56 322

redhat логотип

CVE-2022-0175

больше 4 лет назад

A flaw was found in the VirGL virtual OpenGL renderer (virglrenderer). The virgl did not properly initialize memory when allocating a host-backed memory resource. A malicious guest could use this flaw to mmap from the guest kernel and read this uninitialized memory from the host, possibly leading to information disclosure.

CVSS3: 6.5
EPSS: Низкий
redhat логотип

CVE-2022-0171

больше 4 лет назад

A flaw was found in the Linux kernel. The existing KVM SEV API has a vulnerability that allows a non-root (host) user-level application to crash the host kernel by creating a confidential guest VM instance in AMD CPU that supports Secure Encrypted Virtualization (SEV).

CVSS3: 4.7
EPSS: Низкий
redhat логотип

CVE-2022-0168

больше 4 лет назад

A denial of service (DOS) issue was found in the Linux kernel’s smb2_ioctl_query_info function in the fs/cifs/smb2ops.c Common Internet File System (CIFS) due to an incorrect return from the memdup_user function. This flaw allows a local, privileged (CAP_SYS_ADMIN) attacker to crash the system.

CVSS3: 4.4
EPSS: Низкий
redhat логотип

CVE-2022-0158

больше 4 лет назад

vim is vulnerable to Heap-based Buffer Overflow

CVSS3: 3.3
EPSS: Низкий
redhat логотип

CVE-2022-0156

больше 4 лет назад

vim is vulnerable to Use After Free

CVSS3: 5.5
EPSS: Низкий
redhat логотип

CVE-2022-0155

больше 4 лет назад

follow-redirects is vulnerable to Exposure of Private Personal Information to an Unauthorized Actor

CVSS3: 6.5
EPSS: Низкий
redhat логотип

CVE-2022-0144

больше 4 лет назад

shelljs is vulnerable to Improper Privilege Management

CVSS3: 7.1
EPSS: Низкий
redhat логотип

CVE-2022-0135

больше 4 лет назад

An out-of-bounds write issue was found in the VirGL virtual OpenGL renderer (virglrenderer). This flaw allows a malicious guest to create a specially crafted virgil resource and then issue a VIRTGPU_EXECBUFFER ioctl, leading to a denial of service or possible code execution.

CVSS3: 7.5
EPSS: Низкий
redhat логотип

CVE-2022-0128

больше 4 лет назад

vim is vulnerable to Out-of-bounds Read

CVSS3: 6.1
EPSS: Низкий
redhat логотип

CVE-2022-0108

больше 4 лет назад

Inappropriate implementation in Navigation in Google Chrome prior to 97.0.4692.71 allowed a remote attacker to leak cross-origin data via a crafted HTML page.

CVSS3: 6.5
EPSS: Низкий
redhat логотип

CVE-2022-0084

больше 4 лет назад

A flaw was found in XNIO, specifically in the notifyReadClosed method. The issue revealed this method was logging a message to another expected end. This flaw allows an attacker to send flawed requests to a server, possibly causing log contention-related performance concerns or an unwanted disk fill-up.

CVSS3: 7.5
EPSS: Низкий
redhat логотип

CVE-2022-0005

больше 4 лет назад

Sensitive information accessible by physical probing of JTAG interface for some Intel(R) Processors with SGX may allow an unprivileged user to potentially enable information disclosure via physical access.

CVSS3: 4.9
EPSS: Низкий
redhat логотип

CVE-2022-0002

больше 4 лет назад

Non-transparent sharing of branch predictor within a context in some Intel(R) Processors may allow an authorized user to potentially enable information disclosure via local access.

CVSS3: 4.7
EPSS: Низкий
redhat логотип

CVE-2022-0001

больше 4 лет назад

Non-transparent sharing of branch predictor selectors between contexts in some Intel(R) Processors may allow an authorized user to potentially enable information disclosure via local access.

CVSS3: 4.7
EPSS: Низкий
redhat логотип

CVE-2021-47996

14 дней назад

Nokogiri before 1.11.4 (CRuby implementation only, when the packaged/vendored libxml2 is used) bundles libxml2 2.9.10, which is affected by multiple vulnerabilities addressed in libxml2 2.9.12, including a memory leak in xmlSchemaValidateStream (CVE-2019-20388), a global buffer over-read in xmlEncodeEntitiesInternal (CVE-2020-24977), a heap-based buffer overflow (CVE-2021-3517), and an out-of-bounds read (CVE-2021-3518). Processing crafted XML documents may lead to denial of service, information disclosure, or memory corruption.

CVSS3: 7.5
EPSS: Низкий
redhat логотип

CVE-2021-47952

4 месяца назад

python jsonpickle 2.0.0 contains a remote code execution vulnerability that allows attackers to execute arbitrary Python commands by deserializing malicious JSON payloads containing py/repr objects. Attackers can craft JSON strings with py/repr directives that invoke the eval function during deserialization to execute arbitrary code.

CVSS3: 9.8
EPSS: Низкий
redhat логотип

CVE-2021-47839

8 месяцев назад

Marky 0.0.1 contains a persistent cross-site scripting vulnerability that allows attackers to inject malicious scripts into markdown files. Attackers can upload crafted markdown files with embedded JavaScript payloads that execute when the file is opened, potentially enabling remote code execution.

EPSS: Низкий
redhat логотип

CVE-2021-47671

больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path In es58x_rx_err_msg(), if can->do_set_mode() fails, the function directly returns without calling netif_rx(skb). This means that the skb previously allocated by alloc_can_err_skb() is not freed. In other terms, this is a memory leak. This patch simply removes the return statement in the error branch and let the function continue. Issue was found with GCC -fanalyzer, please follow the link below for details.

CVSS3: 5.5
EPSS: Низкий
redhat логотип

CVE-2021-47670

больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: can: peak_usb: fix use after free bugs After calling peak_usb_netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is accessed after the peak_usb_netif_rx_ni(). Reordering the lines solves the issue.

CVSS3: 7
EPSS: Низкий
redhat логотип

CVE-2021-47669

больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: can: vxcan: vxcan_xmit: fix use after free bug After calling netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the canfd_frame cfd which aliases skb memory is accessed after the netif_rx_ni().

CVSS3: 5.5
EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
redhat логотип
CVE-2022-0175

A flaw was found in the VirGL virtual OpenGL renderer (virglrenderer). The virgl did not properly initialize memory when allocating a host-backed memory resource. A malicious guest could use this flaw to mmap from the guest kernel and read this uninitialized memory from the host, possibly leading to information disclosure.

CVSS3: 6.5
0%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0171

A flaw was found in the Linux kernel. The existing KVM SEV API has a vulnerability that allows a non-root (host) user-level application to crash the host kernel by creating a confidential guest VM instance in AMD CPU that supports Secure Encrypted Virtualization (SEV).

CVSS3: 4.7
0%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0168

A denial of service (DOS) issue was found in the Linux kernel’s smb2_ioctl_query_info function in the fs/cifs/smb2ops.c Common Internet File System (CIFS) due to an incorrect return from the memdup_user function. This flaw allows a local, privileged (CAP_SYS_ADMIN) attacker to crash the system.

CVSS3: 4.4
0%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0158

vim is vulnerable to Heap-based Buffer Overflow

CVSS3: 3.3
2%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0156

vim is vulnerable to Use After Free

CVSS3: 5.5
2%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0155

follow-redirects is vulnerable to Exposure of Private Personal Information to an Unauthorized Actor

CVSS3: 6.5
2%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0144

shelljs is vulnerable to Improper Privilege Management

CVSS3: 7.1
0%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0135

An out-of-bounds write issue was found in the VirGL virtual OpenGL renderer (virglrenderer). This flaw allows a malicious guest to create a specially crafted virgil resource and then issue a VIRTGPU_EXECBUFFER ioctl, leading to a denial of service or possible code execution.

CVSS3: 7.5
0%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0128

vim is vulnerable to Out-of-bounds Read

CVSS3: 6.1
2%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0108

Inappropriate implementation in Navigation in Google Chrome prior to 97.0.4692.71 allowed a remote attacker to leak cross-origin data via a crafted HTML page.

CVSS3: 6.5
1%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0084

A flaw was found in XNIO, specifically in the notifyReadClosed method. The issue revealed this method was logging a message to another expected end. This flaw allows an attacker to send flawed requests to a server, possibly causing log contention-related performance concerns or an unwanted disk fill-up.

CVSS3: 7.5
1%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0005

Sensitive information accessible by physical probing of JTAG interface for some Intel(R) Processors with SGX may allow an unprivileged user to potentially enable information disclosure via physical access.

CVSS3: 4.9
0%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0002

Non-transparent sharing of branch predictor within a context in some Intel(R) Processors may allow an authorized user to potentially enable information disclosure via local access.

CVSS3: 4.7
0%
Низкий
больше 4 лет назад
redhat логотип
CVE-2022-0001

Non-transparent sharing of branch predictor selectors between contexts in some Intel(R) Processors may allow an authorized user to potentially enable information disclosure via local access.

CVSS3: 4.7
1%
Низкий
больше 4 лет назад
redhat логотип
CVE-2021-47996

Nokogiri before 1.11.4 (CRuby implementation only, when the packaged/vendored libxml2 is used) bundles libxml2 2.9.10, which is affected by multiple vulnerabilities addressed in libxml2 2.9.12, including a memory leak in xmlSchemaValidateStream (CVE-2019-20388), a global buffer over-read in xmlEncodeEntitiesInternal (CVE-2020-24977), a heap-based buffer overflow (CVE-2021-3517), and an out-of-bounds read (CVE-2021-3518). Processing crafted XML documents may lead to denial of service, information disclosure, or memory corruption.

CVSS3: 7.5
1%
Низкий
14 дней назад
redhat логотип
CVE-2021-47952

python jsonpickle 2.0.0 contains a remote code execution vulnerability that allows attackers to execute arbitrary Python commands by deserializing malicious JSON payloads containing py/repr objects. Attackers can craft JSON strings with py/repr directives that invoke the eval function during deserialization to execute arbitrary code.

CVSS3: 9.8
1%
Низкий
4 месяца назад
redhat логотип
CVE-2021-47839

Marky 0.0.1 contains a persistent cross-site scripting vulnerability that allows attackers to inject malicious scripts into markdown files. Attackers can upload crafted markdown files with embedded JavaScript payloads that execute when the file is opened, potentially enabling remote code execution.

0%
Низкий
8 месяцев назад
redhat логотип
CVE-2021-47671

In the Linux kernel, the following vulnerability has been resolved: can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path In es58x_rx_err_msg(), if can->do_set_mode() fails, the function directly returns without calling netif_rx(skb). This means that the skb previously allocated by alloc_can_err_skb() is not freed. In other terms, this is a memory leak. This patch simply removes the return statement in the error branch and let the function continue. Issue was found with GCC -fanalyzer, please follow the link below for details.

CVSS3: 5.5
0%
Низкий
больше 1 года назад
redhat логотип
CVE-2021-47670

In the Linux kernel, the following vulnerability has been resolved: can: peak_usb: fix use after free bugs After calling peak_usb_netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is accessed after the peak_usb_netif_rx_ni(). Reordering the lines solves the issue.

CVSS3: 7
0%
Низкий
больше 1 года назад
redhat логотип
CVE-2021-47669

In the Linux kernel, the following vulnerability has been resolved: can: vxcan: vxcan_xmit: fix use after free bug After calling netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the canfd_frame cfd which aliases skb memory is accessed after the netif_rx_ni().

CVSS3: 5.5
0%
Низкий
больше 1 года назад

Уязвимостей на страницу