PlRPC uses Storable which allows for code execution prior to Authentication
Package | dev-perl/PlRPC on all architectures |
---|---|
Affected versions | < 0.202.0-r2 |
Unaffected versions | >= 0.202.0-r2 |
The Perl RPC Module is a Perl module that implements IDL-free RPCs.
PlRPC uses Storable module for serialization and deserialization of untrusted data. Deserialized data can contain objects which can lead to loading of foreign modules, and possible execution of arbitrary code.
A remote attacker could possibly execute arbitrary code with the privileges of the process, or cause a Denial of Service condition.
External authentication mechanism can be used with PlRPC such as TLS or IPSEC.
All PlRPC users should upgrade to the latest version:
# emerge --sync # emerge --ask --oneshot --verbose ">=dev-perl/PlRPC-0.202.0-r2"
Release date
March 27, 2014
Latest revision
March 27, 2014: 1
Severity
normal
Exploitable
remote
Bugzilla entries