Description
Penpot is an open-source design tool for design and code collaboration. Prior to 2.14.5, Penpot exposed teams_invitations.clj invitation tokens from create-team-invitations, embedded an existing profile id in auth.clj prepare-register-profile, and had auth.clj register-profile issue a session based on the invitation email match without password verification, allowing a registered user to take over any non-blocked profile. This issue is fixed in version 2.14.5.
Published: 2026-07-15
Score: 9.9 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Penpot, an open‑source design tool for design and code collaboration, allowed any user with a valid team‑invitation token to create a session for another account without a password. The flaw originates from the service exposing invitation tokens for team creation, embedding existing profile identifiers into the registration flow, and granting a session when the invitation email matches a registered account. This constitutes an Authentication Bypass (CWE-287) and an Authorization Bypass (CWE-639), letting a non‑blocked target account be taken over by an attacker lacking legitimate credentials.

Affected Systems

All Penpot installations running a version earlier than 2.14.5 are affected. The vulnerability applies to the penpot:penpot product. No specific sub‑version scope was listed, so any release prior to 2.14.5 could be vulnerable.

Risk and Exploitability

The CVSS score of 9.9 indicates a critical severity, and the EPSS score of < 1 % shows a very low but non‑zero probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is a remote request to the invitation token endpoint, where an attacker supplies a valid token and matching email to obtain an unauthorized session. Successful exploitation requires only possession of a team‑invitation token, which can be obtained by any user who can trigger or observe an invitation workflow. No local privilege escalation or code execution is necessary; the risk is solely about taking control of existing user accounts.

Generated by OpenCVE AI on July 31, 2026 at 03:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch by upgrading to Penpot version 2.14.5 to address the Authentication Bypass (CWE-287) and Authorization Bypass (CWE-639) flaw.
  • If an upgrade is delayed, immediately disable the team‑invitation feature or block the creation of new invitations to mitigate the Authorization Bypass (CWE-639) until the patch is applied.
  • Revoke any existing invitations that may still be active and monitor account activity for suspicious sign‑ins, reducing the risk of an Authentication Bypass (CWE-287) exploitation.
  • Implement log monitoring for unexpected registration attempts to detect potential exploitation of the Authentication (CWE-287) and Authorization (CWE-639) weaknesses.

Generated by OpenCVE AI on July 31, 2026 at 03:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Jul 2026 19:00:00 +0000

Type Values Removed Values Added
First Time appeared Penpot
Penpot penpot
Vendors & Products Penpot
Penpot penpot

Wed, 15 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 15 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description Penpot is an open-source design tool for design and code collaboration. Prior to 2.14.5, Penpot exposed teams_invitations.clj invitation tokens from create-team-invitations, embedded an existing profile id in auth.clj prepare-register-profile, and had auth.clj register-profile issue a session based on the invitation email match without password verification, allowing a registered user to take over any non-blocked profile. This issue is fixed in version 2.14.5.
Title Penpot: Pre-authenticated account takeover via team-invitation token + prepare-register-profile
Weaknesses CWE-287
CWE-639
References
Metrics cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-15T15:40:07.943Z

Reserved: 2026-05-08T16:23:33.265Z

Link: CVE-2026-44986

cve-icon Vulnrichment

Updated: 2026-07-15T15:38:39.529Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T03:30:18Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-639

    Authorization Bypass Through User-Controlled Key