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.
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-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 lookupFile 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 lookupCVE-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- 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
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.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L3.15.3Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
9.1CriticalVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
Source materials
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.
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.
