LiveActive security incident?Get immediate response
CVE Record

CVE-2023-47211: A directory traversal vulnerability exists in the uploadMib functionality of ManageEngine OpManager 12.7.258.

A directory traversal vulnerability exists in the uploadMib functionality of ManageEngine OpManager 12.7.258. A specially crafted HTTP request can lead to arbitrary file creation. An attacker can send a malicious MiB file to trigger this vulnerability.

CriticalCVSS 9.1Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

ManageEngine OpManager 12.7.258 has a critical flaw in MIB upload handling. An authenticated attacker could abuse directory traversal to create files outside the intended upload location, potentially affecting confidentiality, integrity, and availability.

Executive priority

Treat as urgent for any organization running OpManager 12.7.258. The issue requires authentication, but the CVSS score and arbitrary file creation impact justify rapid validation and vendor-guided remediation.

Technical view

CVE-2023-47211 is CWE-22 directory traversal in OpManager's uploadMib functionality. The CVSS 3.1 vector is AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L, indicating network reachability, low complexity, and required low privileges.

Likely exposure

Exposure is limited by the source bundle to ManageEngine OpManager 12.7.258. Risk is highest where OpManager is reachable over the network and low-privileged authenticated users can upload MIB files.

Exploitation context

The bundle says a specially crafted HTTP request with a malicious MIB file can cause arbitrary file creation. KEV is false, and the provided sources do not establish active exploitation in the wild.

Researcher notes

Do not expand affected scope beyond OpManager 12.7.258 from the bundle. Useful validation centers on version confirmation, uploadMib exposure, privilege paths, and file creation indicators. No exploit status is evidenced beyond the public vulnerability descriptions.

Mitigation direction

  • Identify any ManageEngine OpManager 12.7.258 deployments.
  • Check ManageEngine advisory for fixed build and upgrade guidance.
  • Restrict OpManager access to trusted administrative networks.
  • Remove unnecessary accounts or roles with MIB upload access.
  • Monitor for unexpected file creation in OpManager-controlled paths.

Validation and detection

  • Inventory OpManager versions and confirm whether 12.7.258 is present.
  • Review user roles with access to uploadMib or MIB upload features.
  • Check vendor advisory status before declaring remediation complete.
  • Review application logs for suspicious MIB upload activity.
  • Look for unexpected new files near OpManager application directories.
Prepared
Confidence
high
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-22: 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
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-47211 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
Critical
CVSS
9.1 (3.1)
Known Exploited
No
Published

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

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
4Source 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
9.1CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L3.15.3Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.1Critical
CVSS 3.1 vector shape for CVE-2023-47211Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
ManageEngineOpManager12.7.258Listed
Weakness

CWE details

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

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.