VYPR

apk package

wolfi/katib-earlystopping

pkg:apk/wolfi/katib-earlystopping

Vulnerabilities (232)

  • CVE-2023-45803MedOct 17, 2023
    affected < 0.18.0-r0fixed 0.18.0-r0

    urllib3 is a user-friendly HTTP client library for Python. urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303 after the request had its method changed from one that could accept a request body (like `POST`) to `GE

  • CVE-2023-39325HigOct 11, 2023
    affected < 0.15.0-r7fixed 0.15.0-r7

    A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attack

  • CVE-2023-44487HigKEVOct 10, 2023
    affected < 0.16.0-r0fixed 0.16.0-r0

    The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.

  • CVE-2023-39323HigOct 5, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    Line directives ("//line") can be used to bypass the restrictions on "//go:cgo_" directives, allowing blocked linker and compiler flags to be passed during compilation. This can result in unexpected execution of arbitrary code when running "go build". The line directive requires

  • CVE-2023-39318MedSep 8, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    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-3978MedAug 2, 2023
    affected < 0.15.0-r7fixed 0.15.0-r7

    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-29409MedAug 2, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    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-29406MedJul 11, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    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-26136MedJul 1, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    Versions of the package tough-cookie before 4.1.3 are vulnerable to Prototype Pollution due to improper handling of Cookies when using CookieJar in rejectPublicSuffixes=false mode. This issue arises from the manner in which the objects are initialized.

  • CVE-2023-29405CriJun 8, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" directive. F

  • CVE-2023-29403HigJun 8, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    On Unix platforms, the Go runtime does not behave differently when a binary is run with the setuid/setgid bits. This can be dangerous in certain cases, such as when dumping memory state, or assuming the status of standard i/o file descriptors. If a setuid/setgid binary is execute

  • CVE-2023-29402CriJun 8, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules wh

  • CVE-2023-29400HigMay 11, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    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-24540CriMay 11, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    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-24539HigMay 11, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    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-24538CriApr 6, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    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-24537HigApr 6, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    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-24536HigApr 6, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can under

  • CVE-2023-24534HigApr 6, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    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

  • CVE-2023-28155MedMar 16, 2023
    affected < 0.19.0-r31fixed 0.19.0-r31

    The Request package through 2.88.1 for Node.js allows a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP). NOTE: This vulnerability only affects products that are no longer supported by the maintaine

Page 11 of 12