VYPR

npm package

@payloadcms/next

pkg:npm/%40payloadcms/next

Vulnerabilities (3)

  • CVE-2026-34748HigApr 1, 2026
    affected < 3.78.0fixed 3.78.0

    Payload is a free and open source headless content management system. Prior to version 3.78.0 in @payloadcms/next, a stored Cross-Site Scripting (XSS) vulnerability existed in the admin panel. An authenticated user with write access to a collection could save content that, when v

  • CVE-2025-4644MedAug 29, 2025
    affected < 3.44.0fixed 3.44.0

    A Session Fixation vulnerability existed in Payload's SQLite adapter due to identifier reuse during account creation. A malicious attacker could create a new account, save its JSON Web Token (JWT), and then delete the account, which did not invalidate the JWT. As a result, the ne

  • CVE-2025-4643MedAug 29, 2025
    affected < 3.44.0fixed 3.44.0

    Payload uses JSON Web Tokens (JWT) for authentication. After log out JWT is not invalidated, which allows an attacker who has stolen or intercepted token to freely reuse it until expiration date (which is by default set to 2 hours, but can be changed). This issue has been fixed