LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2268: Plane v0.7.1 - Unauthorized access to files

Plane version 0.7.1 allows an unauthenticated attacker to view all stored server files of all users.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Plane 0.7.1 has an authorization flaw that can let attackers view stored server files belonging to users. The business risk is exposure of confidential project, account, or operational files. The source bundle does not identify a fixed version or confirmed exploitation, so urgency depends on whether Plane 0.7.1 is deployed and internet-reachable.

Executive priority

Treat this as high priority if Plane 0.7.1 is present, especially on internet-facing systems. The core concern is confidential file exposure, not service disruption alone.

Technical view

CVE-2023-2268 is reported as CWE-862 in Plane 0.7.1, allowing unauthorized access to stored server files. The description says unauthenticated access, while the CVSS vector includes low privileges and user interaction, so exact exploit preconditions are unclear from the provided sources.

Likely exposure

Exposure is limited to organizations running Plane version 0.7.1. Risk is higher for public or broadly reachable Plane deployments storing user files, attachments, or project artifacts.

Exploitation context

The source bundle marks KEV as false and provides no cited evidence of active exploitation. Public advisory details exist, but the provided material is insufficient to confirm weaponization or exploitation in the wild.

Researcher notes

Key uncertainty: the public description says unauthenticated access, but the CVSS vector lists PR:L and UI:R. Validate assumptions against the vendor advisory before rating internal exploitability or writing detection logic.

Mitigation direction

  • Inventory all Plane deployments and identify any running version 0.7.1.
  • Check Plane and Fluid Attacks guidance for fixed versions or official remediation.
  • Restrict network access to Plane until remediation is confirmed.
  • Review stored files for sensitive content that may require response actions.
  • Rotate secrets if stored files may have exposed credentials or tokens.

Validation and detection

  • Confirm the exact Plane version deployed in every environment.
  • Verify whether file access requires proper authentication and authorization.
  • Review application and reverse proxy logs for unusual file access patterns.
  • Check whether user-uploaded files contain secrets or regulated data.
  • Document exposure scope before closing remediation.
Prepared
Confidence
medium
Sources
4

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-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-2268 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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
0Timeline events
0ADP providers
3Source links

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.

ScoreVersionSeverityVectorExploitImpactSource
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H1.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2023-2268Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
PlanePlane0.7.1unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.