Sequoia is a local out-of-bounds write vulnerability in the Linux kernel seq_file filesystem implementation, introduced in Linux 3.16 and fixed upstream before Linux 5.13.4. seq_file can grow a vmalloc-backed buffer to 2 GB, but passes its size_t length to dentry_path() as a signed int. The conversion produces a negative value at the 2 GB boundary, causing invalid pointer arithmetic when formatting mount information. An attacker can trigger a predictable 10-byte write outside the allocated kernel buffer while processing a deleted mount with an excessively long path.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
2 valid exploits after Mallory filtered fakes, detection scripts, and README-only repos.
This repository contains a working exploit for CVE-2021-33909 (Sequoia), a local privilege escalation vulnerability in the Linux kernel's filesystem layer. The main exploit logic is implemented in 'exploit.c', which can be compiled to use either the userfaultfd or FUSE mechanism to trigger the vulnerability. The 'exploit.hello.c' file implements a custom FUSE filesystem used as part of the exploit chain. The exploit works by manipulating mount namespaces, temporary directories, and virtual files to corrupt kernel memory and escalate privileges to root. The README provides compilation and usage instructions, and references a detailed writeup by Qualys. The exploit is operational and provides a local root shell if successful. No network endpoints are involved; all actions are performed locally on the target system. The code is well-structured, with clear separation between the main exploit logic and the FUSE helper component.
This repository contains a proof-of-concept (PoC) exploit for CVE-2021-33909, a size_t-to-int vulnerability in the Linux kernel's filesystem layer (commonly known as 'Sequoia'). The repository consists of a README.md with build and usage instructions, and a single C source file (exploit.c) implementing the exploit logic. The exploit works by creating a deeply nested directory structure and manipulating Linux user and mount namespaces to trigger the kernel bug. It interacts with several /proc pseudo-files (uid_map, gid_map, setgroups, mountinfo) and uses temporary directories under /tmp and the current working directory. The exploit is local-only and requires the attacker to execute code on the target system. Its primary purpose is to demonstrate the vulnerability and potentially achieve local privilege escalation on affected Linux systems.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
29 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Linux kernel filesystem-layer size_t-to-int conversion vulnerability.
A specific vulnerability referenced by the advisory; no technical details are provided in the content.
A Linux kernel filesystem-layer size_t-to-int conversion vulnerability addressed by this Red Hat kernel security update.
A Linux kernel filesystem-layer size_t-to-int conversion vulnerability addressed by the Red Hat Enterprise Linux 7.3 AUS kernel security update.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.