
CVE-2026-64600
RefluxFS
CVE-2026-64600 ("RefluxFS") is a Linux kernel vulnerability affecting the RefluxFS filesystem implementation.
The flaw stems from improper validation of filesystem metadata, potentially leading to kernel memory corruption. Under the right conditions, a local attacker may exploit the vulnerability to achieve privilege escalation.
This repository is intended for educational purposes, defensive research, and vulnerability analysis.
.
├── README.md
├── LICENSE
├── docs/
│ ├── analysis.md
│ └── references.md
├── images/
│ └── banner.png
└── research/
The vulnerability affects the handling of filesystem metadata within the Linux kernel's RefluxFS implementation.
Improper validation of crafted filesystem structures can result in kernel memory corruption, potentially allowing escalation of privileges by a local attacker.
This repository is provided strictly for educational, research, and defensive security purposes.
The authors assume no responsibility for misuse or damage resulting from the information provided.
| Property | Value |
|---|
| CVE | CVE-2026-64600 |
| Codename | RefluxFS |
| Component | Linux Kernel |
| Class | Memory Corruption |
| Attack Vector | Local |
| Impact | Privilege Escalation |
| Privileges Required | Local User |
| User Interaction | None |
| Exploit Type | Local |