VYPR

Fedora

by Fedoraproject

CVEs (5,359)

  • CVE-2022-31116HigJul 5, 2022
    risk 0.42cvss 7.5epss 0.02

    UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded…

  • CVE-2022-2309HigJul 5, 2022
    risk 0.42cvss 7.5epss 0.02

    NULL Pointer Dereference allows attackers to cause a denial of service (or application crash). This only applies when lxml is used together with libxml2 2.9.10 through 2.9.14. libxml2 2.9.9 and earlier are not affected. It allows triggering crashes through forged input data,…

  • CVE-2022-34903MedJul 1, 2022
    risk 0.42cvss 6.5epss 0.03

    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.

  • CVE-2022-32325MedJul 1, 2022
    risk 0.42cvss 6.5epss 0.01

    JPEGOPTIM v1.4.7 was discovered to contain a segmentation violation which is caused by a READ memory access at jpegoptim.c.

  • CVE-2022-26362MedJun 9, 2022
    risk 0.42cvss 6.4epss 0.00

    x86 pv: Race condition in typeref acquisition Xen maintains a type reference count for pages, in addition to a regular reference count. This scheme is used to maintain invariants required for Xen's safety, e.g. PV guests may not have direct writeable access to pagetables;…

  • CVE-2022-1708HigJun 7, 2022
    risk 0.42cvss 7.5epss 0.03

    A vulnerability was found in CRI-O that causes memory or disk space exhaustion on the node for anyone with access to the Kube API. The ExecSync request runs commands in a container and logs the output of the command. This output is then read by CRI-O after command execution, and…

  • CVE-2022-22662MedMay 26, 2022
    risk 0.42cvss 6.5epss 0.01

    A cookie management issue was addressed with improved state management. This issue is fixed in Security Update 2022-003 Catalina, macOS Big Sur 11.6.5. Processing maliciously crafted web content may disclose sensitive user information.

  • CVE-2022-1348MedMay 25, 2022
    risk 0.42cvss 6.5epss 0.02

    A vulnerability was found in logrotate in how the state file is created. The state file is used to prevent parallel executions of multiple instances of logrotate by acquiring and releasing a file lock. When the state file does not exist, it is created with world-readable…

  • CVE-2022-23267HigMay 10, 2022
    risk 0.42cvss 7.5epss 0.05

    .NET and Visual Studio Denial of Service Vulnerability

  • CVE-2022-27337MedMay 5, 2022
    risk 0.42cvss 6.5epss 0.02

    A logic error in the Hints::Hints function of Poppler v22.03.0 allows attackers to cause a Denial of Service (DoS) via a crafted PDF file.

  • CVE-2022-20796MedMay 4, 2022
    risk 0.42cvss 6.5epss 0.00

    On May 4, 2022, the following vulnerability in the ClamAV scanning library versions 0.103.5 and earlier and 0.104.2 and earlier was disclosed: A vulnerability in Clam AntiVirus (ClamAV) versions 0.103.4, 0.103.5, 0.104.1, and 0.104.2 could allow an authenticated, local attacker…

  • CVE-2022-27406HigApr 22, 2022
    risk 0.42cvss 7.5epss 0.03

    FreeType commit 22a0cccb4d9d002f33c1ba7a4b36812c7d4f46b5 was discovered to contain a segmentation violation via the function FT_Request_Size.

  • CVE-2022-27405HigApr 22, 2022
    risk 0.42cvss 7.5epss 0.03

    FreeType commit 53dfdcd8198d2b3201a23c4bad9190519ba918db was discovered to contain a segmentation violation via the function FNT_Size_Request.

  • CVE-2022-29536HigApr 20, 2022
    risk 0.42cvss 7.5epss 0.02

    In GNOME Epiphany before 41.4 and 42.x before 42.2, an HTML document can trigger a client buffer overflow (in ephy_string_shorten in the UI process) via a long page title. The issue occurs because the number of bytes for a UTF-8 ellipsis character is not properly considered.

  • CVE-2022-24836HigApr 11, 2022
    risk 0.42cvss 7.5epss 0.04

    Nokogiri is an open source XML and HTML library for Ruby. Nokogiri `< v1.13.4` contains an inefficient regular expression that is susceptible to excessive backtracking when attempting to detect encoding in HTML documents. Users are advised to upgrade to Nokogiri `>= 1.13.4`.…

  • CVE-2022-27649HigApr 4, 2022
    risk 0.42cvss 7.5epss 0.01

    A flaw was found in Podman, where containers were started incorrectly with non-empty default permissions. A vulnerability was found in Moby (Docker Engine), where containers were started incorrectly with non-empty inheritable Linux process capabilities. This flaw allows an…

  • CVE-2022-24785HigApr 4, 2022
    risk 0.42cvss 7.5epss 0.06

    Moment.js is a JavaScript date library for parsing, validating, manipulating, and formatting dates. A path traversal vulnerability impacts npm (server) users of Moment.js between versions 1.0.1 and 2.29.1, especially if a user-provided locale string is directly used to switch…

  • CVE-2022-26280MedMar 28, 2022
    risk 0.42cvss 6.5epss 0.02

    Libarchive v3.6.0 was discovered to contain an out-of-bounds read via the component zipx_lzma_alone_init.

  • CVE-2021-4147MedMar 25, 2022
    risk 0.42cvss 6.5epss 0.00

    A flaw was found in the libvirt libxl driver. A malicious guest could continuously reboot itself and cause libvirtd on the host to deadlock or crash, resulting in a denial of service condition.

  • CVE-2021-3941MedMar 25, 2022
    risk 0.42cvss 6.5epss 0.00

    In ImfChromaticities.cpp routine RGBtoXYZ(), there are some division operations such as `float Z = (1 - chroma.white.x - chroma.white.y) * Y / chroma.white.y;` and `chroma.green.y * (X + Z))) / d;` but the divisor is not checked for a 0 value. A specially crafted file could…

Page 118 of 268