VYPR

npm package

jose-node-cjs-runtime

pkg:npm/jose-node-cjs-runtime

Vulnerabilities (3)

  • CVE-2024-28176Mar 9, 2024
    affected < 4.15.5fixed 4.15.5

    jose is JavaScript module for JSON Object Signing and Encryption, providing support for JSON Web Tokens (JWT), JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), JSON Web Key Set (JWKS), and more. A vulnerability has been identified in the JSON Web Encrypt

  • CVE-2022-36083Sep 7, 2022
    affected >= 3.0.0, < 3.20.4fixed 3.20.4

    JOSE is "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno. The PBKDF2-based JWE key management algorithms expect a JOSE Header Parameter named `p2c` PBES2 Cou

  • CVE-2021-29446Apr 16, 2021
    affected < 3.11.4fixed 3.11.4

    jose-node-cjs-runtime is an npm package which provides a number of cryptographic functions. In versions prior to 3.11.4 the AES_CBC_HMAC_SHA2 Algorithm (A128CBC-HS256, A192CBC-HS384, A256CBC-HS512) decryption would always execute both HMAC tag verification and CBC decryption, if