← Back
CVE-2021-38647 CISA KEV critical CVSS 9.8

[KEV] Vulnerability in Microsoft open-management-infrastructure-omi (CVE-2021-38647)

Summary

vulnerability in Microsoft open-management-infrastructure-omi (CVE-2021-38647). Successful exploitation can lead to full system takeover. Listed in CISA KEV — actively exploited.

AI summary snake-internal / snake-template-v1

A weakness called CVE-2021-38647 was discovered in Microsoft Open Management Infrastructure Omi. In plain terms, it is an authentication weakness that allows impersonation. Severity is Critical (CVSS 9.8/10). If exploited, attackers can fully take over the affected system. Note: CISA has officially listed this as actively exploited in the wild. Treat it with higher urgency than usual. What you should do: update the affected software to the latest version. If unsure, ask your IT team or search the vendor's site for "Microsoft CVE-2021-38647".
CVE-2021-38647 (Microsoft Open Management Infrastructure Omi). Severity: Critical / CVSSv3 9.8. Category: CWE-287. Listed in CISA KEV — actively exploited in the wild. Patch as a top priority. Response plan: 1. Check the vendor advisory for affected versions and the patched release. 2. If a vulnerable version is running in production, schedule maintenance (urgency from KEV/CVSS). 3. If no patch yet, mitigate via WAF rule, disabling the affected feature, etc. 4. Monitor logs / SIEM for known IOC and PoC signatures of this CVE. PoCs and fix commits: see the 'References' section, MITRE, and NVD.
❓ What is the problem
A weakness (CVE-2021-38647) in Microsoft Open Management Infrastructure Omi. In plain words, it is an authentication weakness that allows impersonation.
📍 Affected scope
Target versions of Microsoft Open Management Infrastructure Omi (see vendor advisory). If running in production, identify exposure immediately.
🔥 Severity
Severity: Critical (CVSS 9.8/10). If exploited, attackers can fully take over the affected system. Listed in CISA KEV (confirmed exploitation in the wild).
🔧 How to fix
Update to the patched release as listed in the vendor advisory. (Typical mitigation pattern for CWE-287)
🛡️ Workaround
If a patch is not yet available, consider disabling the affected feature, applying WAF rules, blocking via network ACLs, or isolating the vulnerable version.
🔍 Detection
Check version information, scan dependencies via SBOM, and monitor SIEM for IOC and PoC signatures related to this CVE.

Response Actions (7 steps)

Concrete steps and command examples for SOC/SRE teams to execute in order

  1. 1
    Identify exposure identify
    grep -r 'open-management-infrastructure-omi' . | grep -v node_modules

    リポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `open-management-infrastructure-omi` を grep し、稼働しているサービス・バージョンを把握する。

  2. 4
    Consider incident declaration escalate
    Notify SOC / on-call

    CISA KEV登録済 = 実環境で悪用が観測されている。Step 3 で兆候があればインシデント対応宣言、無くてもパッチ適用までWAF強化を最優先で。

  3. 7
    Post-deployment verification verify
    Confirm patched version is live in production

    パッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。

References

🍪 About cookies

We use cookies to keep you logged in, remember your language, and improve the service.

Details →