Page MenuHomeSolus

Update perl-xml-libxml to 2.0.132 to address CVE-2017-10672
ClosedPublic

Authored by kyrios123 on Nov 22 2017, 5:38 PM.

Details

Summary

Changelog available here

Fix CVE-2017-10672 : Use-after-free in the XML-LibXML module through 2.0129 for Perl allows remote attackers to execute arbitrary code by controlling the arguments to a replaceChild call.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
use XML::LibXML;
my $dom = XML::LibXML->load_xml(location => 'pspec_x86_64.xml');

$Version_String = XML::LibXML::LIBXML_DOTTED_VERSION;
$Version_ID = XML::LibXML::LIBXML_VERSION;
$DLL_Version = XML::LibXML::LIBXML_RUNTIME_VERSION;

printf $Version_String;
print $Version_ID;
print $DLL_Version;

Diff Detail

Repository
R2413 perl-xml-libxml
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage