VYPR

rpm package

almalinux/osbuild-composer-dnf-json

pkg:rpm/almalinux/osbuild-composer-dnf-json

Vulnerabilities (5)

  • CVE-2022-41717Dec 8, 2022
    affected < 76-2.el9_2.almafixed 76-2.el9_2.alma

    An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the s

  • CVE-2022-41715Oct 14, 2022
    affected < 76-2.el9_2.almafixed 76-2.el9_2.alma

    Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively sm

  • CVE-2022-2880Oct 14, 2022
    affected < 76-2.el9_2.almafixed 76-2.el9_2.alma

    Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy s

  • CVE-2022-2879Oct 14, 2022
    affected < 76-2.el9_2.almafixed 76-2.el9_2.alma

    Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 Mi

  • CVE-2022-27664Sep 6, 2022
    affected < 76-2.el9_2.almafixed 76-2.el9_2.alma

    In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error.