CVE-2026-28207
Last modified
CVE-2026-28207 is a high-severity vulnerability rated 7.3/10 on the CVSS scale. Zen C is a systems programming language that compiles to human-readable GNU C/C11. Prior to version 0.4.2, a command injection vulnerability (CWE-78) in the Zen C compiler allows local attackers to execute arbitrary shell commands by providing a specially crafted output filename via the `-o` command-line argument. EPSS estimates a 0.94% chance of exploitation in the next 30 days.
Description
Zen C is a systems programming language that compiles to human-readable GNU C/C11. Prior to version 0.4.2, a command injection vulnerability (CWE-78) in the Zen C compiler allows local attackers to execute arbitrary shell commands by providing a specially crafted output filename via the `-o` command-line argument. The vulnerability existed in the `main` application logic (specifically in `src/main.c`), where the compiler constructed a shell command string to invoke the backend C compiler. This command string was built by concatenating various arguments, including the user-controlled output filename, and was subsequently executed using the `system()` function. Because `system()` invokes a shell to parse and execute the command, shell metacharacters within the output filename were interpreted by the shell, leading to arbitrary command execution. An attacker who can influence the command-line arguments passed to the `zc` compiler (like through a build script or a CI/CD pipeline configuration) can execute arbitrary commands with the privileges of the user running the compiler. The vulnerability has been fixed in version 0.4.2 by removing `system()` calls, implementing `ArgList`, and internal argument handling. Users are advised to update to Zen C version v0.4.2 or later.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Zenc-Lang | Zen C | < 0.4.2 |
References
- https://github.com/z-libs/Zen-C/security/advisories/GHSA-9rff-x96h-76h2Exploit, Mitigation, Vendor Advisory
- https://f0nduesav0yarde.github.io/blog/vulnerabilities/cve-2026-28207/Exploit, Third Party Advisory
- https://github.com/z-libs/Zen-C/security/advisories/GHSA-9rff-x96h-76h2Exploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-28207?
How severe is CVE-2026-28207?
How do I fix CVE-2026-28207?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-28195In JetBrains TeamCity before 2025.11.3 missing authorization…4.3
- CVE-2026-28196In JetBrains TeamCity before 2025.11.3 disabling versioned s…2.3
- CVE-2026-2820A security flaw has been discovered in Fujian Smart Integrat…7.3
- CVE-2026-28201An improper input validation, together with an overly permis…7.8
- CVE-2026-28204Charging station authentication identifiers are publicly acc…6.9
- CVE-2026-28205OpenPLC_V3 is vulnerable to an Initialization of a Resource …9.8
- CVE-2026-28208Junrar is an open source java RAR archive library. Prior to …5.9
- CVE-2026-28209FreePBX is an open source IP PBX. From versions 16.0.17.2 to…7.2
- CVE-2026-2821A weakness has been identified in Fujian Smart Integrated Ma…7.3
- CVE-2026-28210FreePBX is an open source IP PBX. Prior to versions 16.0.49 …8.8
- CVE-2026-28211The NVDA Dev & Test Toolbox is an NVDA add-on for gathering …7.8
- CVE-2026-28212Firebird is an open-source relational database management sy…7.5
Are you affected by CVE-2026-28207?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
