CVE-2026-44986: Penpot: Pre-authenticated account takeover via team-invitation token + prepare-register-profile
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.
Security readout for executives and security teams
Plain-English summary
Penpot versions before 2.14.5 have a critical account-takeover flaw. A registered user could abuse team-invitation and registration-profile handling to gain a session for another non-blocked profile without that profile’s password. This can expose design assets, collaboration data, and administrative trust boundaries.
Executive priority
Treat this as an urgent remediation item. The vulnerability can undermine account ownership and confidentiality across Penpot workspaces, and the fix is identified as version 2.14.5. Absence from KEV lowers evidence of active exploitation, not business impact.
Technical view
The issue combines exposed team invitation tokens, prepare-register-profile embedding an existing profile id, and register-profile issuing a session when invitation email matching succeeds without password verification. The CVE maps to CWE-287 and CWE-639, with CVSS 9.9 and network, low-complexity, low-privilege characteristics.
Likely exposure
Organizations running Penpot versions earlier than 2.14.5 are affected. Exposure is most urgent for network-accessible Penpot deployments with active user registration or team-invitation workflows. The source bundle does not identify affected hosted services beyond the Penpot product versions listed.
Exploitation context
The source bundle does not state active exploitation, and KEV is false. The described impact is severe because an authenticated registered user could take over any non-blocked profile without user interaction, but no exploit code or observed attacks are cited in the provided sources.
Researcher notes
Focus validation on the invitation-token, prepare-register-profile, and register-profile flow described by the advisory. The provided evidence supports account takeover of non-blocked profiles by a registered user; it does not support unauthenticated remote exploitation or active exploitation claims.
Mitigation direction
Upgrade Penpot to version 2.14.5 or later.
Prioritize internet-accessible or multi-tenant Penpot deployments first.
Review the Penpot advisory, pull request, commit, and 2.14.5 release notes.
If upgrade is delayed, check vendor guidance before applying compensating controls.
Review accounts and sessions after remediation for suspicious takeover indicators.
Validation and detection
Inventory all Penpot deployments and record their running versions.
Confirm no deployment runs a Penpot version earlier than 2.14.5.
Verify the 2.14.5 fix is present from package, image, or release metadata.
Review authentication, invitation, and session logs for unusual profile access.
Confirm blocked profiles and sensitive accounts were not unexpectedly accessed.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-287: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-287 · source CWE mapping
Improper Authentication
Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.