Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Pmqs

#38002of 53,622
7.3Total CVSS
Vulnerabilities · 1
PT-2026-43488
7.3
2026-05-27
Unknown · Io::Compress · CVE-2026-48962
**Name of the Vulnerable Software and Affected Versions** IO::Compress versions prior to 2.220 **Description** An issue in File::GlobMapper allows the execution of arbitrary code through an attacker-controlled output glob. The function ` parseOutputGlob()` wraps the provided output glob string in double quotes and stores it in the parser state. Subsequently, the ` getFiles()` function executes the stored expression using `eval STRING`. A literal double quote within the output glob can close the double quote wrapper, causing the subsequent characters to be evaluated as Perl code. This code executes with the privileges of the calling process. **Recommendations** Update to version 2.220 or later.