CVE-2022-4515 is a high-severity vulnerability in Exuberant Ctags, affecting Debian Linux and Exuberant Ctags projects. It allows for arbitrary command execution due to unsafe handling of the "-o" option, which specifies the tag filename. An attacker could craft a malicious filename, either via the command line or a configuration file, to execute arbitrary commands. The CVSS score is 7.8 (HIGH), indicating a local attack vector with low complexity, leading to high impact on confidentiality, integrity, and availability. There is currently no evidence of active exploitation, public exploit code (Metasploit, Nuclei, ExploitDB), or significant community discussion or media coverage.
| Vendor | Product | Version(s) | CPE |
|---|---|---|---|
All Versions ImpactedCPE matchmatch criteria | cpe:2.3:a:exuberant_ctags_project:exuberant_ctags:*:*:*:*:*:*:*:* | ||
10.0CPE matchmatch criteria | cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* |
CVSS version used by this source: 3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
No social media mentions found for this CVE.
The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.1 Bluesky, 0.0 Mastodon, and 0.2 GitHub mentions.
No media coverage found for this CVE.
The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.
CVE-2022-4515
Jun 11, 2024ctags: arbitrary command execution via a tag file with a crafted filename
Dec 19, 2022A flaw was found in Exuberant Ctags in the way it handles the "-o" option. This option specifies the tag filename. A crafted tag filename specified in the command line or in the configuration file results in arbitrary command execution because the externalSortTags() in sort.c calls the system(3) function in an unsafe way.
Dec 13, 2022