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 formats2 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.
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
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-45181 | vulnerability | CVE-2026-45181 |
| CWE-88 | weakness | CWE-88 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 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.