pipecat-ai@0.0.89

An open source framework for voice (and multimodal) assistants

  • latest version

    1.7.0

  • latest non vulnerable version

  • first published

    2 years ago

  • latest version published

    9 days ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the pipecat-ai package. This does not include vulnerabilities belonging to this package’s dependencies.

    Fix vulnerabilities automatically

    Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

    Fix for free
    VulnerabilityVulnerable Version
    • H
    Missing Authorization

    pipecat-ai is an An open source framework for voice (and multimodal) assistants

    Affected versions of this package are vulnerable to Missing Authorization via the telephony WebSocket (/ws) and plain WebSocket (/ws-client) endpoints, which accepts attacker-controlled handshake messages containing a callSid field. An attacker can forcibly terminate active calls or abuse telephony provider credentials by injecting a valid call identifier and triggering pipeline termination, causing the server to issue authenticated REST API requests on behalf of the attacker. This is only exploitable if the development runner is exposed to untrusted networks while configured with valid Twilio, Telnyx, or Plivo credentials.

    How to fix Missing Authorization?

    Upgrade pipecat-ai to version 1.4.0 or higher.

    [0.0.77,1.4.0)
    • C
    Deserialization of Untrusted Data

    pipecat-ai is an An open source framework for voice (and multimodal) assistants

    Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the deserialize function of the LivekitFrameSerializer class, which uses pickle.loads on untrusted data received from WebSocket clients. An attacker can execute arbitrary code on the server by sending a specially crafted pickle payload over the network. This is only exploitable if the application is explicitly configured to use the LivekitFrameSerializer and the WebSocket server is accessible to untrusted clients.

    How to fix Deserialization of Untrusted Data?

    Upgrade pipecat-ai to version 0.0.94 or higher.

    [,0.0.94)