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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N1.22.5Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
3.7LowVector: CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://huntr.dev/bounties/b966c74d-6f3f-49fe-b40a-eaf25e362c56CVE reference · x_refsource_CONFIRM
- https://github.com/octoprint/octoprint/commit/3e3c11811e216fb371a33e28412df83f9701e5b0CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
