CVE-2026-43620 — Recv_files() In Receiver.C That Vulnerability
CVE-2026-43620 — Rsync version 3.4.2 and prior contain a receiver-side out-of-bounds array read vulnerability in recv_files() in receiver.c that allows a malicious rsync server to crash the rsync client process. Attackers can exploit the vulnerability by setting CF_INC_RECURSE in compatibility flags
What This Means For You
- If your environment is affected by CWE-125, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-43620 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-43620 Rsync Client Crash via Crafted File List
title: CVE-2026-43620 Rsync Client Crash via Crafted File List
id: scw-2026-05-20-ai-1
status: experimental
level: high
description: |
Detects the rsync client process potentially being targeted by CVE-2026-43620. The vulnerability occurs on the receiver side when a malicious rsync server sends a specially crafted file list. This rule looks for rsync.exe processes running in server mode, which would be the target of such an attack. A more specific detection would require network traffic analysis to inspect the rsync protocol flags and file list content, which is beyond the scope of process creation logs.
author: SCW Feed Engine (AI-generated)
date: 2026-05-20
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-43620/
tags:
- attack.execution
- attack.t1204.001
logsource:
category: process_creation
detection:
selection:
Image|endswith:
- 'rsync.exe'
CommandLine|contains:
- '--server'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-43620 | vulnerability | CVE-2026-43620 |
| CWE-125 | weakness | CWE-125 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 20, 2026 at 05: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.