Digest-Base is a set of Perl modules that calculate message digests
The vulnerability is caused due to the “Digest->new()” function not properly sanitising input before using it in an “eval()” call.
The vulnerability might allow an attacker to execute arbitrary code.
There is no known workaround at this time.
All Digest-Base module users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=perl-core/digest-base-1.170.0"