CVE-2026-86174
Received Received - Intake

Authenticated Comment Injection in Plane

Vulnerability report for CVE-2026-86174, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-05

Last updated on: 2026-09-05

Assigner: VulnCheck

Description

Plane through 1.4.2 fails to validate that issues belong to the deploy board's project in the public comment endpoint. Authenticated attackers can post comments to arbitrary issues across workspaces by supplying an issue_id parameter to the public deploy-board comment endpoint.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-05
Last Modified
2026-09-05
Generated
2026-09-05
AI Q&A
2026-09-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
makeplane plane 1.4.2
makeplane plane to 1.4.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-86174 is an authorization bypass vulnerability in Plane through version 1.4.2. Authenticated attackers can post comments to arbitrary issues across workspaces by manipulating the issue_id parameter in the public deploy-board comment endpoint. The application fails to validate whether the targeted issue belongs to the deploy board's project, allowing unauthorized interactions with issues outside the intended scope.

Detection Guidance

Check Plane API logs for suspicious POST requests to /api/public/deploy-board/comments/ with arbitrary issue_id parameters. Look for comments posted on issues outside the expected project scope. Use tools like curl to test the endpoint: curl -X POST -H 'Authorization: Bearer <token>' -d 'issue_id=<arbitrary_id>' <plane_url>/api/public/deploy-board/comments/

Inspect database for comments with issue_id values not matching the project_id of the deploy board. Monitor for unauthorized comment creation events in admin dashboards.

Impact Analysis

This vulnerability allows attackers to inject comments on private issues in other workspaces, bypassing access controls. This could lead to data corruption, activity log pollution, notification spam, and unauthorized modifications of issue discussions. Attackers with low privileges could disrupt project workflows or leak sensitive information by commenting on restricted issues.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive issue discussions or metadata, potentially exposing personal or confidential data. For GDPR, this may violate principles of data protection and user consent. For HIPAA, it could risk unauthorized disclosure of protected health information if issues contain such data. Compliance may be affected if the vulnerability results in data breaches or unauthorized access to regulated information.

Mitigation Strategies

Upgrade Plane to the latest version beyond 1.4.2 where this issue is patched. If immediate upgrade isn't possible, disable public comment endpoints or restrict access to authenticated users only.

Review all comments posted via public endpoints for unauthorized content. Implement strict input validation for issue_id parameters in deploy-board endpoints.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-86174. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart