CVE-2026-43619 — Arbitrary File Access
CVE-2026-43619 — Rsync version 3.4.2 and prior contain symlink race condition vulnerabilities in path-based system calls including chmod, lchown, utimes, rename, unlink, mkdir, symlink, mknod, link, rmdir, and lstat that allow local attackers to redirect operations to files outside the exported rsyn
What This Means For You
- If your environment is affected by CWE-59, CWE-367, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-43619 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 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.
Rsync Symlink Race Condition - Arbitrary File Access via Path Manipulation - CVE-2026-43619
title: Rsync Symlink Race Condition - Arbitrary File Access via Path Manipulation - CVE-2026-43619
id: scw-2026-05-20-ai-1
status: experimental
level: high
description: |
Detects the use of rsync.exe with specific command-line arguments that are indicative of attempting to exploit the symlink race condition vulnerability (CVE-2026-43619). Attackers can use these arguments to manipulate file permissions, ownership, or timestamps on arbitrary files outside the intended rsync module when 'use chroot = no' is configured.
author: SCW Feed Engine (AI-generated)
date: 2026-05-20
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-43619/
tags:
- attack.privilege_escalation
- attack.t1068
logsource:
category: process_creation
detection:
selection:
Image|endswith:
- 'rsync.exe'
CommandLine|contains:
- '--chmod='
- '--chown='
- '--utimes='
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-43619 | vulnerability | CVE-2026-43619 |
| CWE-59 | weakness | CWE-59 |
| CWE-367 | weakness | CWE-367 |
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.