VYPR

rpm package

almalinux/podman-docker

pkg:rpm/almalinux/podman-docker

Vulnerabilities (106)

  • CVE-2024-24785MedMar 5, 2024
    affected < 4:4.9.4-28.module_el8.10.0+4120+03ad4b47fixed 4:4.9.4-28.module_el8.10.0+4120+03ad4b47

    If errors returned from MarshalJSON methods contain user controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing for subsequent actions to inject unexpected content into templates.

  • CVE-2024-24784HigMar 5, 2024
    affected < 4:4.9.4-12.module_el8.10.0+3876+e55593a8fixed 4:4.9.4-12.module_el8.10.0+3876+e55593a8

    The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions being made by programs using different parsers.

  • CVE-2024-24783MedMar 5, 2024
    affected < 4:4.9.4-12.module_el8.10.0+3876+e55593a8fixed 4:4.9.4-12.module_el8.10.0+3876+e55593a8

    Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The defaul

  • CVE-2023-45290MedMar 5, 2024
    affected < 4:4.9.4-4.el9_4fixed 4:4.9.4-4.el9_4

    When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line

  • CVE-2024-21626Jan 31, 2024
    affected < 2:4.0.2-26.module_el8.9.0+3722+7fd8ab2b.alma.1fixed 2:4.0.2-26.module_el8.9.0+3722+7fd8ab2b.alma.1

    runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. In runc 1.1.11 and earlier, due to an internal file descriptor leak, an attacker could cause a newly-spawned container process (from runc exec) to have a working directory in the h

  • CVE-2023-39326Dec 6, 2023
    affected < 2:4.0.2-26.module_el8.9.0+3722+7fd8ab2b.alma.1fixed 2:4.0.2-26.module_el8.9.0+3722+7fd8ab2b.alma.1

    A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of d

  • CVE-2023-45287Dec 5, 2023
    affected < 2:4.0.2-26.module_el8.9.0+3722+7fd8ab2b.alma.1fixed 2:4.0.2-26.module_el8.9.0+3722+7fd8ab2b.alma.1

    Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may l

  • CVE-2023-39322Sep 8, 2023
    affected < 2:4.6.1-7.el9_3fixed 2:4.6.1-7.el9_3

    QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With fix, connections now consistently reject messages larger than 65KiB in size.

  • CVE-2023-39321Sep 8, 2023
    affected < 2:4.6.1-7.el9_3fixed 2:4.6.1-7.el9_3

    Processing an incomplete post-handshake message for a QUIC connection can cause a panic.

  • CVE-2023-39319Sep 8, 2023
    affected < 2:4.6.1-7.el9_3fixed 2:4.6.1-7.el9_3

    The html/template package does not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in contexts. This may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be

  • CVE-2023-39318Sep 8, 2023
    affected < 2:4.6.1-7.el9_3fixed 2:4.6.1-7.el9_3

    The html/template package does not properly handle HTML-like "" comment tokens, nor hashbang "#!" comment tokens, in contexts. This may cause the template parser to improperly interpret the contents of contexts, causing actions to be improperly escaped. This may

  • CVE-2023-3978Aug 2, 2023
    affected < 2:4.6.1-5.el9fixed 2:4.6.1-5.el9

    Text nodes not in the HTML namespace are incorrectly literally rendered, causing text which should be escaped to not be. This could lead to an XSS attack.

  • CVE-2023-29409Aug 2, 2023
    affected < 2:4.6.1-7.el9_3fixed 2:4.6.1-7.el9_3

    Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to <= 8192 bits. Based on a survey of publicly trusted RSA keys, there are curr

  • CVE-2023-29406Jul 11, 2023
    affected < 2:4.6.1-5.el9fixed 2:4.6.1-5.el9

    The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host value.

  • CVE-2023-24539May 11, 2023
    affected < 2:4.6.1-5.el9fixed 2:4.6.1-5.el9

    Angle brackets (<>) are not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character can result in unexpectedly closing the CSS context and allowing for injection of unexpected HTML, if executed with untru

  • CVE-2023-24540May 11, 2023
    affected < 2:4.6.1-5.el9fixed 2:4.6.1-5.el9

    Not all valid JavaScript whitespace characters are considered to be whitespace. Templates containing whitespace characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.

  • CVE-2023-29400May 11, 2023
    affected < 2:4.6.1-5.el9fixed 2:4.6.1-5.el9

    Templates containing actions in unquoted HTML attributes (e.g. "attr={{.}}") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags.

  • CVE-2023-24537Apr 6, 2023
    affected < 2:4.6.1-5.el9fixed 2:4.6.1-5.el9

    Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow.

  • CVE-2023-24538Apr 6, 2023
    affected < 2:4.6.1-5.el9fixed 2:4.6.1-5.el9

    Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the act

  • CVE-2023-24534Apr 6, 2023
    affected < 2:4.6.1-5.el9fixed 2:4.6.1-5.el9

    HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more m

Page 3 of 6