Cyber Posture

CVE-2026-30244

High

Published: 06 March 2026

Published
06 March 2026
Modified
10 March 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0003 9.0th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-30244 is a high-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Plane Plane. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 9.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-200 CWE-284

Automated marking applies security attributes to system outputs, making it harder for attackers to exploit unmarked sensitive information leading to unauthorized exposure.

addresses: CWE-284 CWE-200

Associating and retaining security attributes with data directly supports enforcement of access control decisions across storage, processing, and transmission.

addresses: CWE-284 CWE-200

Enforces rules governing access to the system and its data from external systems based on established trust relationships.

addresses: CWE-284 CWE-200

This control requires verifying that a sharing partner's access authorizations match the information's restrictions before sharing occurs.

addresses: CWE-200 CWE-284

Review and removal of nonpublic information from publicly accessible systems directly prevents exposure of sensitive data to unauthorized actors.

addresses: CWE-200 CWE-284

Data mining protection mechanisms detect and block unauthorized bulk extraction of sensitive data, directly mitigating exposure to unauthorized actors.

addresses: CWE-200 CWE-284

Literacy training teaches users to recognize and avoid actions that result in unauthorized exposure of sensitive information.

addresses: CWE-200 CWE-284

Retaining and monitoring training records confirms personnel have completed privacy and security awareness training on handling sensitive data, reducing the chance of unauthorized exposure due to lack of knowledge.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1087.003 Email Account Discovery
Adversaries may attempt to get a listing of email addresses and accounts.
Why these techniques?

Public-facing web app info disclosure vuln directly enables unauthenticated exploitation (T1190) and facilitates remote enumeration of email accounts/roles/IDs (T1087.003).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Plane is an an open-source project management tool. Prior to version 1.2.2, unauthenticated attackers can enumerate workspace members and extract sensitive information including email addresses, user roles, and internal identifiers. The vulnerability stems from Django REST Framework permission classes being…

more

incorrectly configured to allow anonymous access to protected endpoints. This issue has been patched in version 1.2.2.

Deeper analysisAI

CVE-2026-30244 is an information disclosure vulnerability affecting Plane, an open-source project management tool built on Django REST Framework. In versions prior to 1.2.2, permission classes were incorrectly configured on certain endpoints, granting unauthenticated anonymous access to data that should have been protected. This allows attackers to enumerate workspace members and extract sensitive details, including email addresses, user roles, and internal identifiers. The flaw carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and maps to CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) and CWE-284 (Improper Access Control).

Unauthenticated remote attackers can exploit this vulnerability with low complexity and no user interaction or privileges required. By sending requests to the exposed endpoints, they can systematically retrieve lists of workspace members along with their associated sensitive information, enabling broad reconnaissance on organizational personnel without authentication.

The vulnerability has been patched in Plane version 1.2.2 by correcting the permission configurations. Administrators should upgrade to this version or later to mitigate the issue. Additional details are available in the release notes at https://github.com/makeplane/plane/releases/tag/v1.2.2 and the GitHub security advisory at https://github.com/makeplane/plane/security/advisories/GHSA-87x4-j8vh-p5qf.

Details

CWE(s)

Affected Products

plane
plane
≤ 1.2.2

CVEs Like This One

CVE-2026-39843Same product: Plane Plane
CVE-2026-30242Same product: Plane Plane
CVE-2026-27706Same product: Plane Plane
CVE-2026-39374Same product: Plane Plane
CVE-2026-2148Shared CWE-200, CWE-284
CVE-2026-2055Shared CWE-200, CWE-284
CVE-2025-0481Shared CWE-200, CWE-284
CVE-2026-2054Shared CWE-200, CWE-284
CVE-2026-2894Shared CWE-200, CWE-284
CVE-2025-31125Shared CWE-200, CWE-284

References