CVE-2026-45181 — Hex-Rays IDA Pro 9.2 and 9.3 before 9.3sp2 does not block

CVE-2026-45181 — Hex-Rays IDA Pro 9.2 and 9.3 before 9.3sp2 does not block

CVE-2026-45181 — Hex-Rays IDA Pro 9.2 and 9.3 before 9.3sp2 does not block Clang dependency-file generation (via argument injection), which allows attackers to place their code into a plugins directry if the victim uses an attacker-supplied .i64 file.

What This Means For You

  • If your environment is affected by CWE-88, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-45181 updates and patches.

Related ATT&CK Techniques

🛡️ Detection Rules

2 rules · 6 SIEM formats

2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.

high T1505.003 Persistence

CVE-2026-45181 - IDA Pro Clang Argument Injection to Plugin Directory

Sigma YAML — free preview
title: CVE-2026-45181 - IDA Pro Clang Argument Injection to Plugin Directory
id: scw-2026-05-09-ai-1
status: experimental
level: high
description: |
  Detects the specific argument injection vulnerability in Hex-Rays IDA Pro 9.2 and 9.3 before 9.3sp2. This rule looks for IDA Pro processes being launched with command-line arguments that include 'clang' and '.i64' files, indicative of an attempt to exploit CWE-88 by placing malicious code into a plugin directory.
author: SCW Feed Engine (AI-generated)
date: 2026-05-09
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-45181/
tags:
  - attack.persistence
  - attack.t1505.003
logsource:
    category: process_creation
detection:
  selection:
      Image|startswith:
          - 'C:\Program Files\IDA Pro'
      CommandLine|contains:
          - '-plugin'
      CommandLine|contains:
          - '.i64'
      CommandLine|contains:
          - 'clang'
  condition: selection
falsepositives:
  - Legitimate administrative activity

Source: Shimi's Cyber World · License & reuse

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-45181 vulnerability CVE-2026-45181
CWE-88 weakness CWE-88
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 10, 2026 at 01:16 UTC

This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.

Believe this infringes your rights? Submit a takedown request.

Related coverage

CVE-2026-8213 — OSGeo Gdal Buffer Overflow

CVE-2026-8213 — A vulnerability has been found in OSGeo gdal up to 3.13.0dev-4. Affected by this issue is the function GDSDfldsrch of the file frmts/hdf4/hdf-eos/GDapi.c...

vulnerabilityCVEmedium-severitybuffer-overflowcwe-119cwe-122
/SCW Vulnerability Desk /MEDIUM /5.3 /⚑ 3 IOCs /⚙ 2 Sigma

CVE-2026-8212 — OSGeo Gdal Buffer Overflow

CVE-2026-8212 — A flaw has been found in OSGeo gdal up to 3.13.0dev-4. Affected by this vulnerability is the function SWSDfldsrch of the file frmts/hdf4/hdf-eos/SWapi.c....

vulnerabilityCVEmedium-severitybuffer-overflowcwe-119cwe-122
/SCW Vulnerability Desk /MEDIUM /5.3 /⚑ 3 IOCs /⚙ 2 Sigma

CVE-2026-8211 — Codelibs Fess Vulnerability

CVE-2026-8211 — A vulnerability was detected in codelibs Fess up to 15.5.1. Affected by this issue is the function update of the file org/codelibs/fess/app/web/admin/design/AdminDesignAction.java of...

vulnerabilityCVEmedium-severitycwe-74cwe-94
/SCW Vulnerability Desk /MEDIUM /4.7 /⚑ 3 IOCs /⚙ 3 Sigma