AUGUST 24, 2026
Live Feed
Back to database
Case File

CVE-2026-49145

HIGH · CVSS 7.5 EPSS 0.33%

Source: NVD + CISA KEV + EPSS · Published 2026-07-08 · Last synced 2026-08-07

CyberRota Analysis

AI-Generated

The vulnerability allows App::Ack versions up to 3.10.0 to read arbitrary files specified in a project's .ackrc file through the --files-from option, which is not properly restricted. This can lead to unauthorized exposure of sensitive information if the .ackrc file is sourced from an untrusted repository. Organizations using App::Ack for code searching, especially those handling sensitive data, should prioritize patching or mitigating this vulnerability.

CVE
CVE-2026-49145
Severity
HIGH
CVSS
7.5
EPSS
0.33%

Original NVD Description

App::Ack versions through 3.10.0 for Perl read arbitrary files via --files-from in a project .ackrc. ack searches up the directory hierarchy from the current directory for a project .ackrc and loads its options. The project-source option blocklist in App::Ack::ConfigLoader does not include --files-from, so a project .ackrc can set it to a path whose listed files ack then reads and searches. Version 3.10.0 added --follow to the blocklist; --files-from remains accepted. A project .ackrc committed to an untrusted repository can make ack read files outside the project and print their matching lines.