LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2872: Unrestricted Upload of File with Dangerous Type in octoprint/octoprint

Unrestricted Upload of File with Dangerous Type in GitHub repository octoprint/octoprint prior to 1.8.3.

LowCVSS 3.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

OctoPrint versions before 1.8.3 allowed upload of a dangerous file type. The public record rates this low severity because exploitation needs an authenticated user, user interaction, and high attack complexity. Business impact is likely limited but relevant where OctoPrint controls 3D printing workflows or is exposed beyond a trusted admin group.

Executive priority

Handle through normal vulnerability management, with higher priority for externally reachable or shared-user OctoPrint systems. The available evidence supports remediation, not emergency response.

Technical view

CVE-2022-2872 is CWE-434 in octoprint/octoprint before 1.8.3. CVSS 3.0 is 3.7 with AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N, indicating possible limited confidentiality and integrity impact without availability impact. The source bundle does not detail a reliable exploitation path.

Likely exposure

Exposure is most likely in OctoPrint deployments running versions earlier than 1.8.3, especially where non-admin authenticated users can access upload features or the instance is reachable over a network.

Exploitation context

No CISA KEV listing or supplied source states active exploitation. The CVSS vector indicates exploitation requires network access, low privileges, user interaction, and high complexity. Do not treat this as internet-ransomware urgency based on the provided evidence.

Researcher notes

The public data is sparse: it identifies dangerous file upload before 1.8.3 and links a fixing commit, but does not provide exploit mechanics in the supplied bundle. Validate exposure through version and configuration review rather than attempting reproduction in production.

Mitigation direction

  • Upgrade OctoPrint to 1.8.3 or later where applicable.
  • Review OctoPrint vendor guidance for any version-specific remediation details.
  • Restrict OctoPrint access to trusted users and trusted networks.
  • Limit upload permissions to users who need them operationally.
  • Monitor OctoPrint logs for unusual upload activity.

Validation and detection

  • Inventory all OctoPrint instances and record their versions.
  • Flag any instance running earlier than OctoPrint 1.8.3.
  • Confirm upload-capable accounts are limited to trusted users.
  • Review whether OctoPrint is reachable from untrusted networks.
  • Check change records for deployment of the fixing release or commit.
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-434: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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-2022-2872 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
Low
CVSS
3.7 (3.0)
Known Exploited
No
Published

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

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
3.7CVSS 3.0LowCVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N1.22.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

3.7Low
CVSS 3.0 vector shape for CVE-2022-2872Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
octoprintoctoprint/octoprintunspecifiedListed
Weakness

CWE details

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

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.