CVE-2026-11527 is a vulnerability in Config::IniFiles versions before 3.001000 for Perl. The vulnerability allows for OS command injection and file overwrite via a 2-arg open() of the -file argument in _make_filehandle. This occurs because Config::IniFiles::_make_filehandle opens a filename argument with Perl's 2-arg open(), allowing a filename that begins or ends with a pipe ( '| cmd', 'cmd |' ) or begin [truncated]
CVE-2026-8177 is a high-severity vulnerability in XML::LibXML for Perl, affecting versions up to 2.0210. The issue arises when parsing XML node names with truncated UTF-8 byte sequences, causing an out-of-bounds heap read. This can lead to a denial-of-service (DoS) attack, likely resulting in a crash. Any Perl process passing attacker-controlled strings to XML::LibXML's DOM node-name methods can be exploi [truncated]