VYPR

apk package

wolfi/kubeflow-pipelines-cache_server

pkg:apk/wolfi/kubeflow-pipelines-cache_server

Vulnerabilities (144)

  • CVE-2024-21534CriOct 11, 2024
    affected < 2.14.3-r3fixed 2.14.3-r3

    All versions of the package jsonpath-plus are vulnerable to Remote Code Execution (RCE) due to improper input sanitization. An attacker can execute aribitrary code on the system by exploiting the unsafe default usage of vm in Node. **Note:** There were several attempts to fix i

  • CVE-2024-47764MedOct 4, 2024
    affected < 2.4.0-r9fixed 2.4.0-r9

    cookie is a basic HTTP cookie parser and serializer for HTTP servers. The cookie name could be used to set other fields of the cookie, resulting in an unexpected cookie value. A similar escape can be used for path and domain, which could be abused to alter other fields of the coo

  • CVE-2024-45590HigSep 10, 2024
    affected < 2.2.0-r12fixed 2.2.0-r12

    body-parser is Node.js body parsing middleware. body-parser <1.20.3 is vulnerable to denial of service when url encoding is enabled. A malicious actor using a specially crafted payload could flood the server with a large number of requests, resulting in denial of service. This is

  • CVE-2024-43800MedSep 10, 2024
    affected < 2.2.0-r12fixed 2.2.0-r12

    serve-static serves static files. serve-static passes untrusted user input - even after sanitizing it - to redirect() may execute untrusted code. This issue is patched in serve-static 1.16.0.

  • CVE-2024-43799MedSep 10, 2024
    affected < 2.2.0-r12fixed 2.2.0-r12

    Send is a library for streaming files from the file system as a http response. Send passes untrusted user input to SendStream.redirect() which executes untrusted code. This issue is patched in send 0.19.0.

  • CVE-2024-43796MedSep 10, 2024
    affected < 2.2.0-r12fixed 2.2.0-r12

    Express.js minimalist web framework for node. In express < 4.20.0, passing untrusted user input - even after sanitizing it - to response.redirect() may execute untrusted code. This issue is patched in express 4.20.0.

  • CVE-2024-45296HigSep 9, 2024
    affected < 2.2.0-r12fixed 2.2.0-r12

    path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single threaded and regex matching runs on the main thread, poor performance will

  • CVE-2024-34158HigSep 6, 2024
    affected < 2.2.0-r12fixed 2.2.0-r12

    Calling Parse on a "// +build" build tag line with deeply nested expressions can cause a panic due to stack exhaustion.

  • CVE-2024-34156HigSep 6, 2024
    affected < 2.2.0-r12fixed 2.2.0-r12

    Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.

  • CVE-2024-34155MedSep 6, 2024
    affected < 2.2.0-r12fixed 2.2.0-r12

    Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.

  • CVE-2024-39338HigAug 12, 2024
    affected < 2.2.0-r10fixed 2.2.0-r10

    axios 1.7.2 allows SSRF via unexpected behavior where requests for path relative URLs get processed as protocol relative URLs.

  • CVE-2024-41818HigJul 29, 2024
    affected < 2.2.0-r9fixed 2.2.0-r9

    fast-xml-parser is an open source, pure javascript xml parser. a ReDOS exists on currency.js. This vulnerability is fixed in 4.4.1.

  • CVE-2024-5321MedJul 18, 2024
    affected < 2.2.0-r8fixed 2.2.0-r8

    A security issue was discovered in Kubernetes clusters with Windows nodes where BUILTIN\Users may be able to read container logs and NT AUTHORITY\Authenticated Users may be able to modify container logs.

  • CVE-2024-5569MedJul 9, 2024
    affected < 2.2.0-r7fixed 2.2.0-r7

    A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as

  • CVE-2024-3651HigJul 7, 2024
    affected < 2.1.0-r0fixed 2.1.0-r0

    A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function's handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service co

  • CVE-2024-39689HigJul 5, 2024
    affected < 2.2.0-r6fixed 2.2.0-r6

    Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi starting in 2021.5.30 and prior to 2024.7.4 recognized root certificates from `GLOBALTRUST`. Certifi 2024.7.04 removes ro

  • CVE-2024-24791HigJul 2, 2024
    affected < 2.2.0-r5fixed 2.2.0-r5

    The net/http HTTP/1.1 client mishandled the case where a server responds to a request with an "Expect: 100-continue" header with a non-informational (200 or higher) status. This mishandling could leave a client connection in an invalid state, where the next request sent on the co

  • CVE-2024-37891MedJun 17, 2024
    affected < 2.2.0-r4fixed 2.2.0-r4

    urllib3 is a user-friendly HTTP client library for Python. When using urllib3's proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3's proxy support, it'

  • CVE-2024-37890HigJun 17, 2024
    affected < 2.2.0-r4fixed 2.2.0-r4

    ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] (e55e510) and backported to [email protected] (22c2876), [email protected] (e

  • CVE-2024-35195MedMay 20, 2024
    affected < 2.2.0-r2fixed 2.2.0-r2

    Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests `Session`, if the first request is made with `verify=False` to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes

Page 5 of 8