5
CVSSv2

CVE-2016-2381

Published: 08/04/2016 Updated: 10/09/2020
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 445
Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N

Vulnerability Summary

Perl might allow context-dependent malicious users to bypass the taint protection mechanism in a child process via duplicate environment variables in envp.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

perl perl

debian debian linux 7.0

debian debian linux 8.0

oracle communications billing and revenue management 7.5

oracle configuration manager

oracle configuration manager 12.1.2.0.6

oracle database server 11.2.0.4

oracle database server 12.1.0.2

oracle database server 12.2.0.1

oracle database server 18c

oracle database server 19c

oracle enterprise manager base platform 13.2.0.0.0

oracle enterprise manager base platform 13.3.0.0.0

oracle timesten in-memory database

oracle solaris 11.3

opensuse opensuse 13.2

canonical ubuntu linux 12.04

canonical ubuntu linux 14.04

canonical ubuntu linux 15.10

Vendor Advisories

Several security issues were fixed in Perl ...
Stephane Chazelas discovered a bug in the environment handling in Perl Perl provides a Perl-space hash variable, %ENV, in which environment variables can be looked up If a variable appears twice in envp, only the last value would appear in %ENV, but getenv would return the first Perl's taint security mechanism would be applied to the value in %E ...