CVE-2026-9149 — Libsolv Buffer Overflow
CVE-2026-9149 — A flaw was found in libsolv. This heap buffer overflow vulnerability occurs when a victim processes a specially crafted `.solv` file containing negative size values in the `repo_add_solv` function. This leads to an undersized memory allocation and a subsequent out-of-bounds write. An
What This Means For You
- If your environment is affected by CWE-122, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-9149 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-9149 - Libsolv Heap Buffer Overflow via crafted .solv file
title: CVE-2026-9149 - Libsolv Heap Buffer Overflow via crafted .solv file
id: scw-2026-05-21-ai-1
status: experimental
level: critical
description: |
Detects the creation of .solv files, which is the initial vector for CVE-2026-9149. This rule specifically looks for the creation of files with the .solv extension, indicating a potential attempt to exploit the libsolv heap buffer overflow vulnerability by processing a specially crafted file.
author: SCW Feed Engine (AI-generated)
date: 2026-05-21
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-9149/
tags:
- attack.initial_access
- attack.t1566.002
logsource:
category: file_event
detection:
selection:
TargetFilename|endswith:
- '.solv'
selection_indicators:
EventType|exact:
- 'create'
condition: selection AND selection_indicators
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-9149 | vulnerability | CVE-2026-9149 |
| CWE-122 | weakness | CWE-122 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 21, 2026 at 03: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.