ID OPENVAS:840647 Type openvas Reporter Copyright (c) 2011 Greenbone Networks GmbH Modified 2017-12-01T00:00:00
Description
Ubuntu Update for Linux kernel vulnerabilities USN-1129-1
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ubuntu_USN_1129_1.nasl 7964 2017-12-01 07:32:11Z santu $
#
# Ubuntu Update for perl USN-1129-1
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
include("revisions-lib.inc");
tag_insight = "It was discovered that the Safe.pm Perl module incorrectly handled
Safe::reval and Safe::rdo access restrictions. An attacker could use this
flaw to bypass intended restrictions and possibly execute arbitrary code.
(CVE-2010-1168, CVE-2010-1447)
It was discovered that the CGI.pm Perl module incorrectly handled certain
MIME boundary strings. An attacker could use this flaw to inject arbitrary
HTTP headers and perform HTTP response splitting and cross-site scripting
attacks. This issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 10.04 LTS and
10.10. (CVE-2010-2761, CVE-2010-4411)
It was discovered that the CGI.pm Perl module incorrectly handled newline
characters. An attacker could use this flaw to inject arbitrary HTTP
headers and perform HTTP response splitting and cross-site scripting
attacks. This issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 10.04 LTS and
10.10. (CVE-2010-4410)
It was discovered that the lc, lcfirst, uc, and ucfirst functions did not
properly apply the taint attribute when processing tainted input. An
attacker could use this flaw to bypass intended restrictions. This issue
only affected Ubuntu 8.04 LTS, 10.04 LTS and 10.10. (CVE-2011-1487)";
tag_summary = "Ubuntu Update for Linux kernel vulnerabilities USN-1129-1";
tag_affected = "perl on Ubuntu 11.04 ,
Ubuntu 10.10 ,
Ubuntu 10.04 LTS ,
Ubuntu 8.04 LTS ,
Ubuntu 6.06 LTS";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name: "URL" , value: "http://www.ubuntu.com/usn/usn-1129-1/");
script_id(840647);
script_version("$Revision: 7964 $");
script_tag(name:"last_modification", value:"$Date: 2017-12-01 08:32:11 +0100 (Fri, 01 Dec 2017) $");
script_tag(name:"creation_date", value:"2011-05-10 14:04:15 +0200 (Tue, 10 May 2011)");
script_tag(name:"cvss_base", value:"8.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:C/I:C/A:C");
script_xref(name: "USN", value: "1129-1");
script_cve_id("CVE-2010-1168", "CVE-2010-1447", "CVE-2010-2761", "CVE-2010-4411", "CVE-2010-4410", "CVE-2011-1487");
script_name("Ubuntu Update for perl USN-1129-1");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2011 Greenbone Networks GmbH");
script_family("Ubuntu Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/ubuntu_linux", "ssh/login/packages");
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "insight" , value : tag_insight);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("pkg-lib-deb.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "UBUNTU10.04 LTS")
{
if ((res = isdpkgvuln(pkg:"perl", ver:"5.10.1-8ubuntu2.1", rls:"UBUNTU10.04 LTS")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
if(release == "UBUNTU6.06 LTS")
{
if ((res = isdpkgvuln(pkg:"perl", ver:"5.8.7-10ubuntu1.3", rls:"UBUNTU6.06 LTS")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
if(release == "UBUNTU8.04 LTS")
{
if ((res = isdpkgvuln(pkg:"perl", ver:"5.8.8-12ubuntu0.5", rls:"UBUNTU8.04 LTS")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
if(release == "UBUNTU11.04")
{
if ((res = isdpkgvuln(pkg:"perl", ver:"5.10.1-17ubuntu4.1", rls:"UBUNTU11.04")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
if(release == "UBUNTU10.10")
{
if ((res = isdpkgvuln(pkg:"perl", ver:"5.10.1-12ubuntu2.1", rls:"UBUNTU10.10")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
{"id": "OPENVAS:840647", "type": "openvas", "bulletinFamily": "scanner", "title": "Ubuntu Update for perl USN-1129-1", "description": "Ubuntu Update for Linux kernel vulnerabilities USN-1129-1", "published": "2011-05-10T00:00:00", "modified": "2017-12-01T00:00:00", "cvss": {"score": 8.5, "vector": "AV:NETWORK/AC:MEDIUM/Au:SINGLE_INSTANCE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}, "href": "http://plugins.openvas.org/nasl.php?oid=840647", "reporter": "Copyright (c) 2011 Greenbone Networks GmbH", "references": ["1129-1", "http://www.ubuntu.com/usn/usn-1129-1/"], "cvelist": ["CVE-2010-4410", "CVE-2010-1168", "CVE-2010-2761", "CVE-2010-1447", "CVE-2010-4411", "CVE-2011-1487"], "lastseen": "2017-12-04T11:27:35", "viewCount": 4, "enchantments": {"score": {"value": 7.1, "vector": "NONE", "modified": "2017-12-04T11:27:35", "rev": 2}, "dependencies": {"references": [{"type": "f5", "idList": ["F5:K83058481", "F5:K55423848"]}, {"type": "securityvulns", "idList": ["SECURITYVULNS:DOC:24049", "SECURITYVULNS:VULN:10923", "SECURITYVULNS:DOC:26304", "SECURITYVULNS:VULN:11649"]}, {"type": "ubuntu", "idList": ["USN-1129-1"]}, {"type": "openvas", "idList": ["OPENVAS:863046", "OPENVAS:1361412562310862830", "OPENVAS:1361412562310862827", "OPENVAS:1361412562310122164", "OPENVAS:1361412562310840647", "OPENVAS:1361412562310863046", "OPENVAS:862830", "OPENVAS:870613", "OPENVAS:862827", "OPENVAS:1361412562310870613"]}, {"type": "nessus", "idList": ["UBUNTU_USN-1129-1.NASL", "FEDORA_2011-0631.NASL", "SUSE_11_PERL-110112.NASL", "SL_20110519_PERL_ON_SL6_X.NASL", "SUSE_11_2_PERL-CGI-SIMPLE-110127.NASL", "FEDORA_2011-0653.NASL", "SUSE_11_3_PERL-110112.NASL", "SUSE_PERL-7316.NASL", "SUSE_11_2_PERL-110112.NASL", "REDHAT-RHSA-2011-0558.NASL"]}, {"type": "cve", "idList": ["CVE-2011-1487", "CVE-2010-1168", "CVE-2010-1447", "CVE-2010-4410", "CVE-2010-4411", "CVE-2010-2761"]}, {"type": "oraclelinux", "idList": ["ELSA-2010-0457", "ELSA-2011-0558", "ELSA-2011-1797"]}, {"type": "redhat", "idList": ["RHSA-2011:1797", "RHSA-2010:0457", "RHSA-2011:0558", "RHSA-2010:0458"]}, {"type": "centos", "idList": ["CESA-2010:0458", "CESA-2011:1797"]}], "modified": "2017-12-04T11:27:35", "rev": 2}, "vulnersScore": 7.1}, "pluginID": "840647", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_ubuntu_USN_1129_1.nasl 7964 2017-12-01 07:32:11Z santu $\n#\n# Ubuntu Update for perl USN-1129-1\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\ntag_insight = \"It was discovered that the Safe.pm Perl module incorrectly handled\n Safe::reval and Safe::rdo access restrictions. An attacker could use this\n flaw to bypass intended restrictions and possibly execute arbitrary code.\n (CVE-2010-1168, CVE-2010-1447)\n\n It was discovered that the CGI.pm Perl module incorrectly handled certain\n MIME boundary strings. An attacker could use this flaw to inject arbitrary\n HTTP headers and perform HTTP response splitting and cross-site scripting\n attacks. This issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 10.04 LTS and\n 10.10. (CVE-2010-2761, CVE-2010-4411)\n \n It was discovered that the CGI.pm Perl module incorrectly handled newline\n characters. An attacker could use this flaw to inject arbitrary HTTP\n headers and perform HTTP response splitting and cross-site scripting\n attacks. This issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 10.04 LTS and\n 10.10. (CVE-2010-4410)\n \n It was discovered that the lc, lcfirst, uc, and ucfirst functions did not\n properly apply the taint attribute when processing tainted input. An\n attacker could use this flaw to bypass intended restrictions. This issue\n only affected Ubuntu 8.04 LTS, 10.04 LTS and 10.10. (CVE-2011-1487)\";\n\ntag_summary = \"Ubuntu Update for Linux kernel vulnerabilities USN-1129-1\";\ntag_affected = \"perl on Ubuntu 11.04 ,\n Ubuntu 10.10 ,\n Ubuntu 10.04 LTS ,\n Ubuntu 8.04 LTS ,\n Ubuntu 6.06 LTS\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name: \"URL\" , value: \"http://www.ubuntu.com/usn/usn-1129-1/\");\n script_id(840647);\n script_version(\"$Revision: 7964 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-01 08:32:11 +0100 (Fri, 01 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2011-05-10 14:04:15 +0200 (Tue, 10 May 2011)\");\n script_tag(name:\"cvss_base\", value:\"8.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:S/C:C/I:C/A:C\");\n script_xref(name: \"USN\", value: \"1129-1\");\n script_cve_id(\"CVE-2010-1168\", \"CVE-2010-1447\", \"CVE-2010-2761\", \"CVE-2010-4411\", \"CVE-2010-4410\", \"CVE-2011-1487\");\n script_name(\"Ubuntu Update for perl USN-1129-1\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2011 Greenbone Networks GmbH\");\n script_family(\"Ubuntu Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/ubuntu_linux\", \"ssh/login/packages\");\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-deb.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"UBUNTU10.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"perl\", ver:\"5.10.1-8ubuntu2.1\", rls:\"UBUNTU10.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n\n\nif(release == \"UBUNTU6.06 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"perl\", ver:\"5.8.7-10ubuntu1.3\", rls:\"UBUNTU6.06 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n\n\nif(release == \"UBUNTU8.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"perl\", ver:\"5.8.8-12ubuntu0.5\", rls:\"UBUNTU8.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n\n\nif(release == \"UBUNTU11.04\")\n{\n\n if ((res = isdpkgvuln(pkg:\"perl\", ver:\"5.10.1-17ubuntu4.1\", rls:\"UBUNTU11.04\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n\n\nif(release == \"UBUNTU10.10\")\n{\n\n if ((res = isdpkgvuln(pkg:\"perl\", ver:\"5.10.1-12ubuntu2.1\", rls:\"UBUNTU10.10\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "naslFamily": "Ubuntu Local Security Checks"}
{"f5": [{"lastseen": "2017-09-14T01:58:00", "bulletinFamily": "software", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2010-3172"], "description": "\nF5 Product Development has evaluated the currently supported releases for potential vulnerability.\n\nTo determine if your release is known to be vulnerable, the components or features that are affected by the vulnerability, and for information about releases or hotfixes that address the vulnerability, refer to the following table:\n\nProduct | Versions known to be vulnerable | Versions known to be not vulnerable | Severity | Vulnerable component or feature \n---|---|---|---|--- \nBIG-IP LTM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.4.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP AAM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.4.1 - 11.6.1 | Not vulnerable | None \nBIG-IP AFM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.4.1 - 11.6.1 | Not vulnerable | None \nBIG-IP Analytics | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.4.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP APM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.4.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP ASM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.4.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP DNS | None | 13.0.0 \n12.0.0 - 12.1.2 | Not vulnerable | None \nBIG-IP Edge Gateway | None | 11.2.1 | Not vulnerable | None \nBIG-IP GTM | None | 11.4.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP Link Controller | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.4.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP PEM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.4.1 - 11.6.1 | Not vulnerable | None \nBIG-IP PSM | None | 11.4.1 | Not vulnerable | None \nBIG-IP WebAccelerator | None | 11.2.1 | Not vulnerable | None \nBIG-IP WebSafe | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.6.0 - 11.6.1 | Not vulnerable | None \nARX | None | 6.2.0 - 6.4.0 | Not vulnerable | None \nEnterprise Manager | None | 3.1.1 | Not vulnerable | None \nBIG-IQ Cloud | None | 4.4.0 - 4.5.0 | Not vulnerable | None \nBIG-IQ Device | None | 4.4.0 - 4.5.0 | Not vulnerable | None \nBIG-IQ Security | None | 4.4.0 - 4.5.0 | Not vulnerable | None \nBIG-IQ ADC | None | 4.5.0 | Not vulnerable | None \nBIG-IQ Centralized Management | None | 5.0.0 - 5.3.0 \n4.6.0 | Not vulnerable | None \nBIG-IQ Cloud and Orchestration | None | 1.0.0 | Not vulnerable | None \nF5 iWorkflow | None | 2.0.0 - 2.3.0 | Not vulnerable | None \nLineRate | None | 2.5.0 - 2.6.2 | Not vulnerable | None \nTraffix SDC | None | 5.0.0 - 5.1.0 \n4.0.0 - 4.4.0 | Not vulnerable | None\n\nNone\n\n * [K9970: Subscribing to email notifications regarding F5 products](<https://support.f5.com/csp/article/K9970>)\n * [K9957: Creating a custom RSS feed to view new and updated documents](<https://support.f5.com/csp/article/K9957>)\n * [K4602: Overview of the F5 security vulnerability response policy](<https://support.f5.com/csp/article/K4602>)\n * [K4918: Overview of the F5 critical issue hotfix policy](<https://support.f5.com/csp/article/K4918>)\n", "edition": 1, "modified": "2017-09-14T01:12:00", "published": "2017-09-14T01:12:00", "href": "https://support.f5.com/csp/article/K55423848", "id": "F5:K55423848", "title": "CGI.pm and CGI::Simple vulnerabilities CVE-2010-2761 and CVE-2010-4410", "type": "f5", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}, {"lastseen": "2019-05-08T20:21:16", "bulletinFamily": "software", "cvelist": ["CVE-2011-3597", "CVE-2011-2939", "CVE-2011-1487"], "description": "\nF5 Product Development has evaluated the currently supported releases for potential vulnerability.\n\nTo determine if your release is known to be vulnerable, the components or features that are affected by the vulnerability, and for information about releases or hotfixes that address the vulnerability, refer to the following table:\n\nProduct | Versions known to be vulnerable | Versions known to be not vulnerable | Severity | Vulnerable component or feature \n---|---|---|---|--- \nBIG-IP LTM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.5.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP AAM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.5.1 - 11.6.1 | Not vulnerable | None \nBIG-IP AFM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.5.1 - 11.6.1 | Not vulnerable | None \nBIG-IP Analytics | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.5.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP APM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.5.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP ASM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.5.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP DNS | None | 13.0.0 \n12.0.0 - 12.1.2 | Not vulnerable | None \nBIG-IP Edge Gateway | None | 11.2.1 | Not vulnerable | None \nBIG-IP GTM | None | 11.5.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP Link Controller | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.5.1 - 11.6.1 \n11.2.1 | Not vulnerable | None \nBIG-IP PEM | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.5.1 - 11.6.1 | Not vulnerable | None \nBIG-IP WebAccelerator | None | 11.2.1 | Not vulnerable | None \nBIG-IP WebSafe | None | 13.0.0 \n12.0.0 - 12.1.2 \n11.6.1 | Not vulnerable | None \nARX | None | 6.2.0 - 6.4.0 | Not vulnerable | None \nEnterprise Manager | None | 3.1.1 | Not vulnerable | None \nBIG-IQ Cloud | None | 4.4.0 - 4.5.0 | Not vulnerable | None \nBIG-IQ Device | None | 4.4.0 - 4.5.0 | Not vulnerable | None \nBIG-IQ Security | None | 4.4.0 - 4.5.0 | Not vulnerable | None \nBIG-IQ ADC | None | 4.5.0 | Not vulnerable | None \nBIG-IQ Centralized Management | None | 5.0.0 - 5.3.0 \n4.6.0 | Not vulnerable | None \nBIG-IQ Cloud and Orchestration | None | 1.0.0 | Not vulnerable | None \nF5 iWorkflow | None | 2.0.0 - 2.3.0 | Not vulnerable | None \nLineRate | None | 2.5.0 - 2.6.2 | Not vulnerable | None \nTraffix SDC | None | 5.0.0 - 5.1.0 \n4.0.0 - 4.4.0 | Not vulnerable | None\n\nNone\n\n * [K9970: Subscribing to email notifications regarding F5 products](<https://support.f5.com/csp/article/K9970>)\n * [K9957: Creating a custom RSS feed to view new and updated documents](<https://support.f5.com/csp/article/K9957>)\n * [K4602: Overview of the F5 security vulnerability response policy](<https://support.f5.com/csp/article/K4602>)\n * [K4918: Overview of the F5 critical issue hotfix policy](<https://support.f5.com/csp/article/K4918>)\n", "edition": 1, "modified": "2017-10-16T19:49:00", "published": "2017-10-16T19:49:00", "id": "F5:K83058481", "href": "https://support.f5.com/csp/article/K83058481", "title": "Perl vulnerabilities CVE-2011-1487, CVE-2011-2939, and CVE-2011-3597", "type": "f5", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "openvas": [{"lastseen": "2019-05-29T18:39:29", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-1168", "CVE-2010-2761", "CVE-2010-1447", "CVE-2010-4411", "CVE-2011-1487"], "description": "Ubuntu Update for Linux kernel vulnerabilities USN-1129-1", "modified": "2019-03-13T00:00:00", "published": "2011-05-10T00:00:00", "id": "OPENVAS:1361412562310840647", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310840647", "type": "openvas", "title": "Ubuntu Update for perl USN-1129-1", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_ubuntu_USN_1129_1.nasl 14132 2019-03-13 09:25:59Z cfischer $\n#\n# Ubuntu Update for perl USN-1129-1\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_xref(name:\"URL\", value:\"http://www.ubuntu.com/usn/usn-1129-1/\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.840647\");\n script_version(\"$Revision: 14132 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-13 10:25:59 +0100 (Wed, 13 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2011-05-10 14:04:15 +0200 (Tue, 10 May 2011)\");\n script_tag(name:\"cvss_base\", value:\"8.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:S/C:C/I:C/A:C\");\n script_xref(name:\"USN\", value:\"1129-1\");\n script_cve_id(\"CVE-2010-1168\", \"CVE-2010-1447\", \"CVE-2010-2761\", \"CVE-2010-4411\", \"CVE-2010-4410\", \"CVE-2011-1487\");\n script_name(\"Ubuntu Update for perl USN-1129-1\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2011 Greenbone Networks GmbH\");\n script_family(\"Ubuntu Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/ubuntu_linux\", \"ssh/login/packages\", re:\"ssh/login/release=UBUNTU(10\\.04 LTS|6\\.06 LTS|8\\.04 LTS|11\\.04|10\\.10)\");\n script_tag(name:\"summary\", value:\"Ubuntu Update for Linux kernel vulnerabilities USN-1129-1\");\n script_tag(name:\"affected\", value:\"perl on Ubuntu 11.04,\n Ubuntu 10.10,\n Ubuntu 10.04 LTS,\n Ubuntu 8.04 LTS,\n Ubuntu 6.06 LTS\");\n script_tag(name:\"solution\", value:\"Please Install the Updated Packages.\");\n script_tag(name:\"insight\", value:\"It was discovered that the Safe.pm Perl module incorrectly handled\n Safe::reval and Safe::rdo access restrictions. An attacker could use this\n flaw to bypass intended restrictions and possibly execute arbitrary code.\n (CVE-2010-1168, CVE-2010-1447)\n\n It was discovered that the CGI.pm Perl module incorrectly handled certain\n MIME boundary strings. An attacker could use this flaw to inject arbitrary\n HTTP headers and perform HTTP response splitting and cross-site scripting\n attacks. This issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 10.04 LTS and\n 10.10. (CVE-2010-2761, CVE-2010-4411)\n\n It was discovered that the CGI.pm Perl module incorrectly handled newline\n characters. An attacker could use this flaw to inject arbitrary HTTP\n headers and perform HTTP response splitting and cross-site scripting\n attacks. This issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 10.04 LTS and\n 10.10. (CVE-2010-4410)\n\n It was discovered that the lc, lcfirst, uc, and ucfirst functions did not\n properly apply the taint attribute when processing tainted input. An\n attacker could use this flaw to bypass intended restrictions. This issue\n only affected Ubuntu 8.04 LTS, 10.04 LTS and 10.10. (CVE-2011-1487)\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-deb.inc\");\n\nrelease = dpkg_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"UBUNTU10.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"perl\", ver:\"5.10.1-8ubuntu2.1\", rls:\"UBUNTU10.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU6.06 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"perl\", ver:\"5.8.7-10ubuntu1.3\", rls:\"UBUNTU6.06 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU8.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"perl\", ver:\"5.8.8-12ubuntu0.5\", rls:\"UBUNTU8.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU11.04\")\n{\n\n if ((res = isdpkgvuln(pkg:\"perl\", ver:\"5.10.1-17ubuntu4.1\", rls:\"UBUNTU11.04\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU10.10\")\n{\n\n if ((res = isdpkgvuln(pkg:\"perl\", ver:\"5.10.1-12ubuntu2.1\", rls:\"UBUNTU10.10\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 8.5, "vector": "AV:N/AC:M/Au:S/C:C/I:C/A:C"}}, {"lastseen": "2019-05-29T18:39:57", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2010-4411"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2011-01-31T00:00:00", "id": "OPENVAS:1361412562310862830", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310862830", "type": "openvas", "title": "Fedora Update for perl-CGI-Simple FEDORA-2011-0631", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for perl-CGI-Simple FEDORA-2011-0631\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_xref(name:\"URL\", value:\"http://lists.fedoraproject.org/pipermail/package-announce/2011-January/053576.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.862830\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2011-01-31 15:15:14 +0100 (Mon, 31 Jan 2011)\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name:\"FEDORA\", value:\"2011-0631\");\n script_cve_id(\"CVE-2010-4410\", \"CVE-2010-4411\", \"CVE-2010-2761\");\n script_name(\"Fedora Update for perl-CGI-Simple FEDORA-2011-0631\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'perl-CGI-Simple'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2011 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\", re:\"ssh/login/release=FC13\");\n script_tag(name:\"affected\", value:\"perl-CGI-Simple on Fedora 13\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC13\")\n{\n\n if ((res = isrpmvuln(pkg:\"perl-CGI-Simple\", rpm:\"perl-CGI-Simple~1.113~1.fc13\", rls:\"FC13\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2017-07-25T10:55:34", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2010-4411"], "description": "Check for the Version of perl-CGI-Simple", "modified": "2017-07-10T00:00:00", "published": "2011-01-31T00:00:00", "id": "OPENVAS:862827", "href": "http://plugins.openvas.org/nasl.php?oid=862827", "type": "openvas", "title": "Fedora Update for perl-CGI-Simple FEDORA-2011-0653", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for perl-CGI-Simple FEDORA-2011-0653\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\ntag_affected = \"perl-CGI-Simple on Fedora 14\";\ntag_insight = \"Simple totally OO CGI interface that is CGI.pm compliant.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2011-January/053591.html\");\n script_id(862827);\n script_version(\"$Revision: 6626 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-10 08:30:10 +0200 (Mon, 10 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2011-01-31 15:15:14 +0100 (Mon, 31 Jan 2011)\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name: \"FEDORA\", value: \"2011-0653\");\n script_cve_id(\"CVE-2010-4410\", \"CVE-2010-4411\", \"CVE-2010-2761\");\n script_name(\"Fedora Update for perl-CGI-Simple FEDORA-2011-0653\");\n\n script_summary(\"Check for the Version of perl-CGI-Simple\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2011 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC14\")\n{\n\n if ((res = isrpmvuln(pkg:\"perl-CGI-Simple\", rpm:\"perl-CGI-Simple~1.113~1.fc14\", rls:\"FC14\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}, {"lastseen": "2017-07-25T10:55:46", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2010-4411"], "description": "Check for the Version of perl-CGI-Simple", "modified": "2017-07-10T00:00:00", "published": "2011-01-31T00:00:00", "id": "OPENVAS:862830", "href": "http://plugins.openvas.org/nasl.php?oid=862830", "type": "openvas", "title": "Fedora Update for perl-CGI-Simple FEDORA-2011-0631", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for perl-CGI-Simple FEDORA-2011-0631\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\ntag_affected = \"perl-CGI-Simple on Fedora 13\";\ntag_insight = \"Simple totally OO CGI interface that is CGI.pm compliant.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2011-January/053576.html\");\n script_id(862830);\n script_version(\"$Revision: 6626 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-10 08:30:10 +0200 (Mon, 10 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2011-01-31 15:15:14 +0100 (Mon, 31 Jan 2011)\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name: \"FEDORA\", value: \"2011-0631\");\n script_cve_id(\"CVE-2010-4410\", \"CVE-2010-4411\", \"CVE-2010-2761\");\n script_name(\"Fedora Update for perl-CGI-Simple FEDORA-2011-0631\");\n\n script_summary(\"Check for the Version of perl-CGI-Simple\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2011 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC13\")\n{\n\n if ((res = isrpmvuln(pkg:\"perl-CGI-Simple\", rpm:\"perl-CGI-Simple~1.113~1.fc13\", rls:\"FC13\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}, {"lastseen": "2019-05-29T18:39:41", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2010-4411"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2011-01-31T00:00:00", "id": "OPENVAS:1361412562310862827", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310862827", "type": "openvas", "title": "Fedora Update for perl-CGI-Simple FEDORA-2011-0653", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for perl-CGI-Simple FEDORA-2011-0653\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_xref(name:\"URL\", value:\"http://lists.fedoraproject.org/pipermail/package-announce/2011-January/053591.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.862827\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2011-01-31 15:15:14 +0100 (Mon, 31 Jan 2011)\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name:\"FEDORA\", value:\"2011-0653\");\n script_cve_id(\"CVE-2010-4410\", \"CVE-2010-4411\", \"CVE-2010-2761\");\n script_name(\"Fedora Update for perl-CGI-Simple FEDORA-2011-0653\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'perl-CGI-Simple'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2011 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\", re:\"ssh/login/release=FC14\");\n script_tag(name:\"affected\", value:\"perl-CGI-Simple on Fedora 14\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC14\")\n{\n\n if ((res = isrpmvuln(pkg:\"perl-CGI-Simple\", rpm:\"perl-CGI-Simple~1.113~1.fc14\", rls:\"FC14\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2019-05-29T18:39:22", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2011-1487"], "description": "The remote host is missing an update for the ", "modified": "2019-03-12T00:00:00", "published": "2012-07-09T00:00:00", "id": "OPENVAS:1361412562310870613", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310870613", "type": "openvas", "title": "RedHat Update for perl RHSA-2011:0558-01", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# RedHat Update for perl RHSA-2011:0558-01\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_xref(name:\"URL\", value:\"https://www.redhat.com/archives/rhsa-announce/2011-May/msg00017.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.870613\");\n script_version(\"$Revision: 14114 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-12 12:48:52 +0100 (Tue, 12 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2012-07-09 10:34:05 +0530 (Mon, 09 Jul 2012)\");\n script_cve_id(\"CVE-2010-2761\", \"CVE-2010-4410\", \"CVE-2011-1487\");\n script_tag(name:\"cvss_base\", value:\"5.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:N\");\n script_xref(name:\"RHSA\", value:\"2011:0558-01\");\n script_name(\"RedHat Update for perl RHSA-2011:0558-01\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'perl'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Red Hat Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/rhel\", \"ssh/login/rpms\", re:\"ssh/login/release=RHENT_6\");\n script_tag(name:\"affected\", value:\"perl on Red Hat Enterprise Linux Desktop (v. 6),\n Red Hat Enterprise Linux Server (v. 6),\n Red Hat Enterprise Linux Workstation (v. 6)\");\n script_tag(name:\"solution\", value:\"Please Install the Updated Packages.\");\n script_tag(name:\"insight\", value:\"Perl is a high-level programming language commonly used for system\n administration utilities and web programming. The Perl CGI module provides\n resources for preparing and processing Common Gateway Interface (CGI) based\n HTTP requests and responses.\n\n It was found that the Perl CGI module used a hard-coded value for the MIME\n boundary string in multipart/x-mixed-replace content. A remote attacker\n could possibly use this flaw to conduct an HTTP response splitting attack\n via a specially-crafted HTTP request. (CVE-2010-2761)\n\n A CRLF injection flaw was found in the way the Perl CGI module processed a\n sequence of non-whitespace preceded by newline characters in the header. A\n remote attacker could use this flaw to conduct an HTTP response splitting\n attack via a specially-crafted sequence of characters provided to the CGI\n module. (CVE-2010-4410)\n\n It was found that certain Perl string manipulation functions (such as uc()\n and lc()) failed to preserve the taint bit. A remote attacker could use\n this flaw to bypass the Perl taint mode protection mechanism in scripts\n that use the affected functions to process tainted input. (CVE-2011-1487)\n\n These packages upgrade the CGI module to version 3.51. Refer to the CGI\n module's Changes file, linked to in the References, for a full list of\n changes.\n\n This update also fixes the following bugs:\n\n * When using the 'threads' module, an attempt to send a signal to a thread\n that did not have a signal handler specified caused the perl interpreter to\n terminate unexpectedly with a segmentation fault. With this update, the\n 'threads' module has been updated to upstream version 1.82, which fixes\n this bug. As a result, sending a signal to a thread that does not have the\n signal handler specified no longer causes perl to crash. (BZ#626330)\n\n * Prior to this update, the perl packages did not require the Digest::SHA\n module as a dependency. Consequent to this, when a user started the cpan\n command line interface and attempted to download a distribution from CPAN,\n they may have been presented with the following message:\n\n CPAN: checksum security checks disabled because Digest::SHA not installed.\n Please consider installing the Digest::SHA module.\n\n This update corrects the spec file for the perl package to require the\n perl-Digest-SHA package as a dependency, and cpan no longer displays the\n above message. (BZ#640716)\n\n * When using the 'threads' module, continual ...\n\n Description truncated, please see the referenced URL(s) for more information.\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release) exit(0);\n\nres = \"\";\n\nif(release == \"RHENT_6\")\n{\n\n if ((res = isrpmvuln(pkg:\"perl\", rpm:\"perl~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Archive-Extract\", rpm:\"perl-Archive-Extract~0.38~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Archive-Tar\", rpm:\"perl-Archive-Tar~1.58~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-CGI\", rpm:\"perl-CGI~3.51~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-CPAN\", rpm:\"perl-CPAN~1.9402~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-CPANPLUS\", rpm:\"perl-CPANPLUS~0.88~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Compress-Raw-Zlib\", rpm:\"perl-Compress-Raw-Zlib~2.023~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Compress-Zlib\", rpm:\"perl-Compress-Zlib~2.020~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Digest-SHA\", rpm:\"perl-Digest-SHA~5.47~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-CBuilder\", rpm:\"perl-ExtUtils-CBuilder~0.27~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-Embed\", rpm:\"perl-ExtUtils-Embed~1.28~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-MakeMaker\", rpm:\"perl-ExtUtils-MakeMaker~6.55~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-ParseXS\", rpm:\"perl-ExtUtils-ParseXS~2.2003.0~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-File-Fetch\", rpm:\"perl-File-Fetch~0.26~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-IO-Compress-Base\", rpm:\"perl-IO-Compress-Base~2.020~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-IO-Compress-Zlib\", rpm:\"perl-IO-Compress-Zlib~2.020~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-IO-Zlib\", rpm:\"perl-IO-Zlib~1.09~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-IPC-Cmd\", rpm:\"perl-IPC-Cmd~0.56~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Locale-Maketext-Simple\", rpm:\"perl-Locale-Maketext-Simple~0.18~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Log-Message\", rpm:\"perl-Log-Message~0.02~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Log-Message-Simple\", rpm:\"perl-Log-Message-Simple~0.04~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-Build\", rpm:\"perl-Module-Build~0.3500~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-CoreList\", rpm:\"perl-Module-CoreList~2.18~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-Load\", rpm:\"perl-Module-Load~0.16~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-Load-Conditional\", rpm:\"perl-Module-Load-Conditional~0.30~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-Loaded\", rpm:\"perl-Module-Loaded~0.02~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-Pluggable\", rpm:\"perl-Module-Pluggable~3.90~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Object-Accessor\", rpm:\"perl-Object-Accessor~0.34~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Package-Constants\", rpm:\"perl-Package-Constants~0.02~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Params-Check\", rpm:\"perl-Params-Check~0.26~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Parse-CPAN-Meta\", rpm:\"perl-Parse-CPAN-Meta~1.40~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Pod-Escapes\", rpm:\"perl-Pod-Escapes~1.04~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Pod-Simple\", rpm:\"perl-Pod-Simple~3.13~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Term-UI\", rpm:\"perl-Term-UI~0.20~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Test-Harness\", rpm:\"perl-Test-Harness~3.17~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Test-Simple\", rpm:\"perl-Test-Simple~0.92~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Time-HiRes\", rpm:\"perl-Time-HiRes~1.9721~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Time-Piece\", rpm:\"perl-Time-Piece~1.15~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-core\", rpm:\"perl-core~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-debuginfo\", rpm:\"perl-debuginfo~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-devel\", rpm:\"perl-devel~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-libs\", rpm:\"perl-libs~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-parent\", rpm:\"perl-parent~0.221~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-suidperl\", rpm:\"perl-suidperl~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-version\", rpm:\"perl-version~0.77~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2018-01-02T10:57:48", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2011-1487"], "description": "Check for the Version of perl", "modified": "2017-12-26T00:00:00", "published": "2012-07-09T00:00:00", "id": "OPENVAS:870613", "href": "http://plugins.openvas.org/nasl.php?oid=870613", "type": "openvas", "title": "RedHat Update for perl RHSA-2011:0558-01", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# RedHat Update for perl RHSA-2011:0558-01\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\ntag_insight = \"Perl is a high-level programming language commonly used for system\n administration utilities and web programming. The Perl CGI module provides\n resources for preparing and processing Common Gateway Interface (CGI) based\n HTTP requests and responses.\n\n It was found that the Perl CGI module used a hard-coded value for the MIME\n boundary string in multipart/x-mixed-replace content. A remote attacker\n could possibly use this flaw to conduct an HTTP response splitting attack\n via a specially-crafted HTTP request. (CVE-2010-2761)\n\n A CRLF injection flaw was found in the way the Perl CGI module processed a\n sequence of non-whitespace preceded by newline characters in the header. A\n remote attacker could use this flaw to conduct an HTTP response splitting\n attack via a specially-crafted sequence of characters provided to the CGI\n module. (CVE-2010-4410)\n\n It was found that certain Perl string manipulation functions (such as uc()\n and lc()) failed to preserve the taint bit. A remote attacker could use\n this flaw to bypass the Perl taint mode protection mechanism in scripts\n that use the affected functions to process tainted input. (CVE-2011-1487)\n\n These packages upgrade the CGI module to version 3.51. Refer to the CGI\n module's Changes file, linked to in the References, for a full list of\n changes.\n\n This update also fixes the following bugs:\n\n * When using the "threads" module, an attempt to send a signal to a thread\n that did not have a signal handler specified caused the perl interpreter to\n terminate unexpectedly with a segmentation fault. With this update, the\n "threads" module has been updated to upstream version 1.82, which fixes\n this bug. As a result, sending a signal to a thread that does not have the\n signal handler specified no longer causes perl to crash. (BZ#626330)\n\n * Prior to this update, the perl packages did not require the Digest::SHA\n module as a dependency. Consequent to this, when a user started the cpan\n command line interface and attempted to download a distribution from CPAN,\n they may have been presented with the following message:\n\n CPAN: checksum security checks disabled because Digest::SHA not installed.\n Please consider installing the Digest::SHA module.\n\n This update corrects the spec file for the perl package to require the\n perl-Digest-SHA package as a dependency, and cpan no longer displays the\n above message. (BZ#640716)\n\n * When using the "threads" module, continual ... \n\n Description truncated, for more information please check the Reference URL\";\n\ntag_affected = \"perl on Red Hat Enterprise Linux Desktop (v. 6),\n Red Hat Enterprise Linux Server (v. 6),\n Red Hat Enterprise Linux Workstation (v. 6)\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"https://www.redhat.com/archives/rhsa-announce/2011-May/msg00017.html\");\n script_id(870613);\n script_version(\"$Revision: 8245 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-26 07:29:59 +0100 (Tue, 26 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2012-07-09 10:34:05 +0530 (Mon, 09 Jul 2012)\");\n script_cve_id(\"CVE-2010-2761\", \"CVE-2010-4410\", \"CVE-2011-1487\");\n script_tag(name:\"cvss_base\", value:\"5.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:N\");\n script_xref(name: \"RHSA\", value: \"2011:0558-01\");\n script_name(\"RedHat Update for perl RHSA-2011:0558-01\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of perl\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Red Hat Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/rhel\", \"ssh/login/rpms\");\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"RHENT_6\")\n{\n\n if ((res = isrpmvuln(pkg:\"perl\", rpm:\"perl~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Archive-Extract\", rpm:\"perl-Archive-Extract~0.38~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Archive-Tar\", rpm:\"perl-Archive-Tar~1.58~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-CGI\", rpm:\"perl-CGI~3.51~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-CPAN\", rpm:\"perl-CPAN~1.9402~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-CPANPLUS\", rpm:\"perl-CPANPLUS~0.88~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Compress-Raw-Zlib\", rpm:\"perl-Compress-Raw-Zlib~2.023~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Compress-Zlib\", rpm:\"perl-Compress-Zlib~2.020~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Digest-SHA\", rpm:\"perl-Digest-SHA~5.47~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-CBuilder\", rpm:\"perl-ExtUtils-CBuilder~0.27~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-Embed\", rpm:\"perl-ExtUtils-Embed~1.28~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-MakeMaker\", rpm:\"perl-ExtUtils-MakeMaker~6.55~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-ParseXS\", rpm:\"perl-ExtUtils-ParseXS~2.2003.0~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-File-Fetch\", rpm:\"perl-File-Fetch~0.26~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-IO-Compress-Base\", rpm:\"perl-IO-Compress-Base~2.020~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-IO-Compress-Zlib\", rpm:\"perl-IO-Compress-Zlib~2.020~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-IO-Zlib\", rpm:\"perl-IO-Zlib~1.09~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-IPC-Cmd\", rpm:\"perl-IPC-Cmd~0.56~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Locale-Maketext-Simple\", rpm:\"perl-Locale-Maketext-Simple~0.18~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Log-Message\", rpm:\"perl-Log-Message~0.02~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Log-Message-Simple\", rpm:\"perl-Log-Message-Simple~0.04~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-Build\", rpm:\"perl-Module-Build~0.3500~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-CoreList\", rpm:\"perl-Module-CoreList~2.18~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-Load\", rpm:\"perl-Module-Load~0.16~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-Load-Conditional\", rpm:\"perl-Module-Load-Conditional~0.30~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-Loaded\", rpm:\"perl-Module-Loaded~0.02~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Module-Pluggable\", rpm:\"perl-Module-Pluggable~3.90~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Object-Accessor\", rpm:\"perl-Object-Accessor~0.34~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Package-Constants\", rpm:\"perl-Package-Constants~0.02~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Params-Check\", rpm:\"perl-Params-Check~0.26~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Parse-CPAN-Meta\", rpm:\"perl-Parse-CPAN-Meta~1.40~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Pod-Escapes\", rpm:\"perl-Pod-Escapes~1.04~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Pod-Simple\", rpm:\"perl-Pod-Simple~3.13~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Term-UI\", rpm:\"perl-Term-UI~0.20~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Test-Harness\", rpm:\"perl-Test-Harness~3.17~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Test-Simple\", rpm:\"perl-Test-Simple~0.92~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Time-HiRes\", rpm:\"perl-Time-HiRes~1.9721~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-Time-Piece\", rpm:\"perl-Time-Piece~1.15~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-core\", rpm:\"perl-core~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-debuginfo\", rpm:\"perl-debuginfo~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-devel\", rpm:\"perl-devel~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-libs\", rpm:\"perl-libs~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-parent\", rpm:\"perl-parent~0.221~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-suidperl\", rpm:\"perl-suidperl~5.10.1~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"perl-version\", rpm:\"perl-version~0.77~119.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 5.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}, {"lastseen": "2019-05-29T18:36:56", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2011-1487"], "description": "Oracle Linux Local Security Checks ELSA-2011-0558", "modified": "2018-09-28T00:00:00", "published": "2015-10-06T00:00:00", "id": "OPENVAS:1361412562310122164", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310122164", "type": "openvas", "title": "Oracle Linux Local Check: ELSA-2011-0558", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: ELSA-2011-0558.nasl 11688 2018-09-28 13:36:28Z cfischer $\n#\n# Oracle Linux Local Check\n#\n# Authors:\n# Eero Volotinen <eero.volotinen@solinor.com>\n#\n# Copyright:\n# Copyright (c) 2015 Eero Volotinen, http://solinor.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.122164\");\n script_version(\"$Revision: 11688 $\");\n script_tag(name:\"creation_date\", value:\"2015-10-06 14:14:07 +0300 (Tue, 06 Oct 2015)\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-09-28 15:36:28 +0200 (Fri, 28 Sep 2018) $\");\n script_name(\"Oracle Linux Local Check: ELSA-2011-0558\");\n script_tag(name:\"insight\", value:\"ELSA-2011-0558 - perl security and bug fix update. Please see the references for more insight.\");\n script_tag(name:\"solution\", value:\"Update the affected packages to the latest available version.\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"summary\", value:\"Oracle Linux Local Security Checks ELSA-2011-0558\");\n script_xref(name:\"URL\", value:\"http://linux.oracle.com/errata/ELSA-2011-0558.html\");\n script_cve_id(\"CVE-2010-2761\", \"CVE-2010-4410\", \"CVE-2011-1487\");\n script_tag(name:\"cvss_base\", value:\"5.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:N\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/oracle_linux\", \"ssh/login/release\", re:\"ssh/login/release=OracleLinux6\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Eero Volotinen\");\n script_family(\"Oracle Linux Local Security Checks\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release) exit(0);\n\nres = \"\";\n\nif(release == \"OracleLinux6\")\n{\n if ((res = isrpmvuln(pkg:\"perl\", rpm:\"perl~5.10.1~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Archive-Extract\", rpm:\"perl-Archive-Extract~0.38~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Archive-Tar\", rpm:\"perl-Archive-Tar~1.58~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-CGI\", rpm:\"perl-CGI~3.51~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-CPAN\", rpm:\"perl-CPAN~1.9402~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-CPANPLUS\", rpm:\"perl-CPANPLUS~0.88~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Compress-Raw-Zlib\", rpm:\"perl-Compress-Raw-Zlib~2.023~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Compress-Zlib\", rpm:\"perl-Compress-Zlib~2.020~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Digest-SHA\", rpm:\"perl-Digest-SHA~5.47~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-CBuilder\", rpm:\"perl-ExtUtils-CBuilder~0.27~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-Embed\", rpm:\"perl-ExtUtils-Embed~1.28~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-MakeMaker\", rpm:\"perl-ExtUtils-MakeMaker~6.55~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-ExtUtils-ParseXS\", rpm:\"perl-ExtUtils-ParseXS~2.2003.0~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-File-Fetch\", rpm:\"perl-File-Fetch~0.26~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-IO-Compress-Base\", rpm:\"perl-IO-Compress-Base~2.020~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-IO-Compress-Zlib\", rpm:\"perl-IO-Compress-Zlib~2.020~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-IO-Zlib\", rpm:\"perl-IO-Zlib~1.09~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-IPC-Cmd\", rpm:\"perl-IPC-Cmd~0.56~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Locale-Maketext-Simple\", rpm:\"perl-Locale-Maketext-Simple~0.18~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Log-Message\", rpm:\"perl-Log-Message~0.02~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Log-Message-Simple\", rpm:\"perl-Log-Message-Simple~0.04~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Module-Build\", rpm:\"perl-Module-Build~0.3500~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Module-CoreList\", rpm:\"perl-Module-CoreList~2.18~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Module-Load\", rpm:\"perl-Module-Load~0.16~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Module-Load-Conditional\", rpm:\"perl-Module-Load-Conditional~0.30~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Module-Loaded\", rpm:\"perl-Module-Loaded~0.02~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Module-Pluggable\", rpm:\"perl-Module-Pluggable~3.90~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Object-Accessor\", rpm:\"perl-Object-Accessor~0.34~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Package-Constants\", rpm:\"perl-Package-Constants~0.02~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Params-Check\", rpm:\"perl-Params-Check~0.26~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Parse-CPAN-Meta\", rpm:\"perl-Parse-CPAN-Meta~1.40~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Pod-Escapes\", rpm:\"perl-Pod-Escapes~1.04~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Pod-Simple\", rpm:\"perl-Pod-Simple~3.13~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Term-UI\", rpm:\"perl-Term-UI~0.20~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Test-Harness\", rpm:\"perl-Test-Harness~3.17~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Test-Simple\", rpm:\"perl-Test-Simple~0.92~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Time-HiRes\", rpm:\"perl-Time-HiRes~1.9721~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-Time-Piece\", rpm:\"perl-Time-Piece~1.15~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-core\", rpm:\"perl-core~5.10.1~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-devel\", rpm:\"perl-devel~5.10.1~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-libs\", rpm:\"perl-libs~5.10.1~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-parent\", rpm:\"perl-parent~0.221~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-suidperl\", rpm:\"perl-suidperl~5.10.1~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"perl-version\", rpm:\"perl-version~0.77~119.el6\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n\n}\nif (__pkg_match) exit(99);\n exit(0);\n\n", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2017-07-25T10:55:30", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1168", "CVE-2010-1447", "CVE-2011-1487"], "description": "Check for the Version of perl", "modified": "2017-07-10T00:00:00", "published": "2011-04-29T00:00:00", "id": "OPENVAS:863046", "href": "http://plugins.openvas.org/nasl.php?oid=863046", "type": "openvas", "title": "Fedora Update for perl FEDORA-2011-4918", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for perl FEDORA-2011-4918\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\ntag_insight = \"Perl is a high-level programming language with roots in C, sed, awk\n and shell scripting. Perl is good at handling processes and files,\n and is especially good at handling text. Perl's hallmarks are\n practicality and efficiency. While it is used to do a lot of\n different things, Perl's most common applications are system\n administration utilities and web programming. A large proportion of\n the CGI scripts on the web are written in Perl. You need the perl\n package installed on your system so that your system can handle Perl\n scripts.\n\n Install this package if you want to program in Perl or enable your\n system to handle Perl scripts.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\ntag_affected = \"perl on Fedora 13\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2011-April/058764.html\");\n script_id(863046);\n script_version(\"$Revision: 6626 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-10 08:30:10 +0200 (Mon, 10 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2011-04-29 17:38:42 +0200 (Fri, 29 Apr 2011)\");\n script_tag(name:\"cvss_base\", value:\"8.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:S/C:C/I:C/A:C\");\n script_xref(name: \"FEDORA\", value: \"2011-4918\");\n script_cve_id(\"CVE-2010-1168\", \"CVE-2010-1447\", \"CVE-2011-1487\");\n script_name(\"Fedora Update for perl FEDORA-2011-4918\");\n\n script_summary(\"Check for the Version of perl\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2011 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC13\")\n{\n\n if ((res = isrpmvuln(pkg:\"perl\", rpm:\"perl~5.10.1~123.fc13\", rls:\"FC13\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 8.5, "vector": "AV:NETWORK/AC:MEDIUM/Au:SINGLE_INSTANCE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2019-05-29T18:39:31", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1168", "CVE-2010-1447", "CVE-2011-1487"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2011-04-29T00:00:00", "id": "OPENVAS:1361412562310863046", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310863046", "type": "openvas", "title": "Fedora Update for perl FEDORA-2011-4918", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for perl FEDORA-2011-4918\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_xref(name:\"URL\", value:\"http://lists.fedoraproject.org/pipermail/package-announce/2011-April/058764.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.863046\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2011-04-29 17:38:42 +0200 (Fri, 29 Apr 2011)\");\n script_tag(name:\"cvss_base\", value:\"8.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:S/C:C/I:C/A:C\");\n script_xref(name:\"FEDORA\", value:\"2011-4918\");\n script_cve_id(\"CVE-2010-1168\", \"CVE-2010-1447\", \"CVE-2011-1487\");\n script_name(\"Fedora Update for perl FEDORA-2011-4918\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'perl'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2011 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\", re:\"ssh/login/release=FC13\");\n script_tag(name:\"affected\", value:\"perl on Fedora 13\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC13\")\n{\n\n if ((res = isrpmvuln(pkg:\"perl\", rpm:\"perl~5.10.1~123.fc13\", rls:\"FC13\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 8.5, "vector": "AV:N/AC:M/Au:S/C:C/I:C/A:C"}}], "securityvulns": [{"lastseen": "2018-08-31T11:10:40", "bulletinFamily": "software", "cvelist": ["CVE-2010-4410", "CVE-2010-1168", "CVE-2010-2761", "CVE-2010-1447", "CVE-2010-4411", "CVE-2011-1487"], "description": "==========================================================================\r\nUbuntu Security Notice USN-1129-1\r\nMay 03, 2011\r\n\r\nperl vulnerabilities\r\n==========================================================================\r\n\r\nA security issue affects these releases of Ubuntu and its derivatives:\r\n\r\n- Ubuntu 11.04\r\n- Ubuntu 10.10\r\n- Ubuntu 10.04 LTS\r\n- Ubuntu 8.04 LTS\r\n- Ubuntu 6.06 LTS\r\n\r\nSummary:\r\n\r\nAn attacker could send crafted input to Perl and bypass intended\r\nrestrictions.\r\n\r\nSoftware Description:\r\n- perl: Larry Wall's Practical Extraction and Report Language\r\n\r\nDetails:\r\n\r\nIt was discovered that the Safe.pm Perl module incorrectly handled\r\nSafe::reval and Safe::rdo access restrictions. An attacker could use this\r\nflaw to bypass intended restrictions and possibly execute arbitrary code.\r\n(CVE-2010-1168, CVE-2010-1447)\r\n\r\nIt was discovered that the CGI.pm Perl module incorrectly handled certain\r\nMIME boundary strings. An attacker could use this flaw to inject arbitrary\r\nHTTP headers and perform HTTP response splitting and cross-site scripting\r\nattacks. This issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 10.04 LTS and\r\n10.10. (CVE-2010-2761, CVE-2010-4411)\r\n\r\nIt was discovered that the CGI.pm Perl module incorrectly handled newline\r\ncharacters. An attacker could use this flaw to inject arbitrary HTTP\r\nheaders and perform HTTP response splitting and cross-site scripting\r\nattacks. This issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 10.04 LTS and\r\n10.10. (CVE-2010-4410)\r\n\r\nIt was discovered that the lc, lcfirst, uc, and ucfirst functions did not\r\nproperly apply the taint attribute when processing tainted input. An\r\nattacker could use this flaw to bypass intended restrictions. This issue\r\nonly affected Ubuntu 8.04 LTS, 10.04 LTS and 10.10. (CVE-2011-1487)\r\n\r\nUpdate instructions:\r\n\r\nThe problem can be corrected by updating your system to the following\r\npackage versions:\r\n\r\nUbuntu 11.04:\r\n perl 5.10.1-17ubuntu4.1\r\n\r\nUbuntu 10.10:\r\n perl 5.10.1-12ubuntu2.1\r\n\r\nUbuntu 10.04 LTS:\r\n perl 5.10.1-8ubuntu2.1\r\n\r\nUbuntu 8.04 LTS:\r\n perl 5.8.8-12ubuntu0.5\r\n\r\nUbuntu 6.06 LTS:\r\n perl 5.8.7-10ubuntu1.3\r\n\r\nIn general, a standard system update will make all the necessary changes.\r\n\r\nReferences:\r\n CVE-2010-1168, CVE-2010-1447, CVE-2010-2761, CVE-2010-4410,\r\n CVE-2010-4411, CVE-2011-1487\r\n\r\nPackage Information:\r\n https://launchpad.net/ubuntu/+source/perl/5.10.1-17ubuntu4.1\r\n https://launchpad.net/ubuntu/+source/perl/5.10.1-12ubuntu2.1\r\n https://launchpad.net/ubuntu/+source/perl/5.10.1-8ubuntu2.1\r\n https://launchpad.net/ubuntu/+source/perl/5.8.8-12ubuntu0.5\r\n https://launchpad.net/ubuntu/+source/perl/5.8.7-10ubuntu1.3\r\n\r\n", "edition": 1, "modified": "2011-05-05T00:00:00", "published": "2011-05-05T00:00:00", "id": "SECURITYVULNS:DOC:26304", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:26304", "title": "[USN-1129-1] Perl vulnerabilities", "type": "securityvulns", "cvss": {"score": 8.5, "vector": "AV:NETWORK/AC:MEDIUM/Au:SINGLE_INSTANCE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2018-08-31T11:09:42", "bulletinFamily": "software", "cvelist": ["CVE-2010-4334", "CVE-2010-4410", "CVE-2010-1168", "CVE-2010-2761", "CVE-2010-1447", "CVE-2010-4411", "CVE-2011-1487"], "description": "Data injection and protection bypass in lc, lcfirst, uc, ucfirst functions and CGI module.", "edition": 1, "modified": "2011-05-20T00:00:00", "published": "2011-05-20T00:00:00", "id": "SECURITYVULNS:VULN:11649", "href": "https://vulners.com/securityvulns/SECURITYVULNS:VULN:11649", "title": "perl multiple security vulnerabilities", "type": "securityvulns", "cvss": {"score": 8.5, "vector": "AV:NETWORK/AC:MEDIUM/Au:SINGLE_INSTANCE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2018-08-31T11:10:35", "bulletinFamily": "software", "cvelist": ["CVE-2010-1168", "CVE-2010-1447"], "description": "\r\n-----BEGIN PGP SIGNED MESSAGE-----\r\nHash: SHA1\r\n\r\n _______________________________________________________________________\r\n\r\n Mandriva Linux Security Advisory MDVSA-2010:115\r\n http://www.mandriva.com/security/\r\n _______________________________________________________________________\r\n\r\n Package : perl\r\n Date : June 11, 2010\r\n Affected: 2009.0, 2009.1, Corporate 4.0, Enterprise Server 5.0,\r\n Multi Network Firewall 2.0\r\n _______________________________________________________________________\r\n\r\n Problem Description:\r\n\r\n Multiple vulnerabilities has been discovered and corrected in\r\n Safe.pm which could lead to escalated privilegies (CVE-2010-1168,\r\n CVE-2010-1447). The updated packages have been patched to correct\r\n these issues.\r\n _______________________________________________________________________\r\n\r\n References:\r\n\r\n http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1168\r\n http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1447\r\n _______________________________________________________________________\r\n\r\n Updated Packages:\r\n\r\n Mandriva Linux 2009.0:\r\n 00d3098831f3c94fd3e301a2e9b3d3d2 2009.0/i586/perl-5.10.0-25.2mdv2009.0.i586.rpm\r\n 5eb7a1bda35c58f0bf353cfa845ef65e 2009.0/i586/perl-base-5.10.0-25.2mdv2009.0.i586.rpm\r\n e465d32e8e21049d63ebc6c44730b691 2009.0/i586/perl-devel-5.10.0-25.2mdv2009.0.i586.rpm\r\n 479cdd1789b4ddb41e9309ebf24ba418 2009.0/i586/perl-doc-5.10.0-25.2mdv2009.0.i586.rpm\r\n 7c0936a984a432ed2e1bfc44c0d09fc9 2009.0/i586/perl-suid-5.10.0-25.2mdv2009.0.i586.rpm \r\n 82a2602a2f8ae6cf3a675a6918e24d3e 2009.0/SRPMS/perl-5.10.0-25.2mdv2009.0.src.rpm\r\n\r\n Mandriva Linux 2009.0/X86_64:\r\n d3f41fadc8bd3688a8b0189eb1968c77 2009.0/x86_64/perl-5.10.0-25.2mdv2009.0.x86_64.rpm\r\n e5655094bbf5d1925db468ff707b8e18 2009.0/x86_64/perl-base-5.10.0-25.2mdv2009.0.x86_64.rpm\r\n 3c7aa589dfc884a80e4e70b269140d44 \r\n2009.0/x86_64/perl-devel-5.10.0-25.2mdv2009.0.x86_64.rpm\r\n 96691039825e0d138ecfb4f4731736ea 2009.0/x86_64/perl-doc-5.10.0-25.2mdv2009.0.x86_64.rpm\r\n 6854569c6281b018af7afbb2f3bc04ad \r\n2009.0/x86_64/perl-suid-5.10.0-25.2mdv2009.0.x86_64.rpm \r\n 82a2602a2f8ae6cf3a675a6918e24d3e 2009.0/SRPMS/perl-5.10.0-25.2mdv2009.0.src.rpm\r\n\r\n Mandriva Linux 2009.1:\r\n 32ac91fdee352364f14770ec855e0375 2009.1/i586/perl-5.10.0-25.1mdv2009.1.i586.rpm\r\n a6d92fad394404c4f6e4ecdedf0ef3d0 2009.1/i586/perl-base-5.10.0-25.1mdv2009.1.i586.rpm\r\n 6ec44b6cd15d787afa051aa2f7a079a0 2009.1/i586/perl-devel-5.10.0-25.1mdv2009.1.i586.rpm\r\n 56cc85abe12ffc13e91c7d606c3f5a2f 2009.1/i586/perl-doc-5.10.0-25.1mdv2009.1.i586.rpm\r\n 6e5389395602f29f3678c9e8a5f1aa15 2009.1/i586/perl-suid-5.10.0-25.1mdv2009.1.i586.rpm \r\n d67bc28faa49cd0656ac8256c7cff801 2009.1/SRPMS/perl-5.10.0-25.1mdv2009.1.src.rpm\r\n\r\n Mandriva Linux 2009.1/X86_64:\r\n 5e955d0a68966fa5e8a408381e7046dd 2009.1/x86_64/perl-5.10.0-25.1mdv2009.1.x86_64.rpm\r\n 9de85776e7e93665721dce1731474229 2009.1/x86_64/perl-base-5.10.0-25.1mdv2009.1.x86_64.rpm\r\n 2dcc1876750306565ca77cfa69e83e2b \r\n2009.1/x86_64/perl-devel-5.10.0-25.1mdv2009.1.x86_64.rpm\r\n 2a24a59f7557ecd5f9f231677b50fa00 2009.1/x86_64/perl-doc-5.10.0-25.1mdv2009.1.x86_64.rpm\r\n bb2d6a661623d31317822aeb7308b9dd \r\n2009.1/x86_64/perl-suid-5.10.0-25.1mdv2009.1.x86_64.rpm \r\n d67bc28faa49cd0656ac8256c7cff801 2009.1/SRPMS/perl-5.10.0-25.1mdv2009.1.src.rpm\r\n\r\n Corporate 4.0:\r\n b326fe2db35f1dd9ac9169f9af6b5fc1 corporate/4.0/i586/perl-5.8.7-3.6.20060mlcs4.i586.rpm\r\n 3283f2531e5d33008b61575d7c90cedd \r\ncorporate/4.0/i586/perl-base-5.8.7-3.6.20060mlcs4.i586.rpm\r\n 2dea5e372272c9990fb79d5e0b3d4c16 \r\ncorporate/4.0/i586/perl-devel-5.8.7-3.6.20060mlcs4.i586.rpm\r\n 245ea4f820b232d147045b1e02e1bbb5 \r\ncorporate/4.0/i586/perl-doc-5.8.7-3.6.20060mlcs4.i586.rpm\r\n 3e2bad0ffc7ed43c865c6ae1b76f05ef \r\ncorporate/4.0/i586/perl-suid-5.8.7-3.6.20060mlcs4.i586.rpm \r\n 65dfaa9de6379b4d1f7a7b996b6af8be corporate/4.0/SRPMS/perl-5.8.7-3.6.20060mlcs4.src.rpm\r\n\r\n Corporate 4.0/X86_64:\r\n 2bb0dc22bd0bae5dd123d95f7f304934 \r\ncorporate/4.0/x86_64/perl-5.8.7-3.6.20060mlcs4.x86_64.rpm\r\n 54dd2c26efb5f0b83f8f82cc6da12e46 \r\ncorporate/4.0/x86_64/perl-base-5.8.7-3.6.20060mlcs4.x86_64.rpm\r\n 15f9345bd763e98aff10ffc36811f699 \r\ncorporate/4.0/x86_64/perl-devel-5.8.7-3.6.20060mlcs4.x86_64.rpm\r\n 297218e6bf27da8dd414078b36218757 \r\ncorporate/4.0/x86_64/perl-doc-5.8.7-3.6.20060mlcs4.x86_64.rpm\r\n 526f48beb05b4175e867bc1ec852fa77 \r\ncorporate/4.0/x86_64/perl-suid-5.8.7-3.6.20060mlcs4.x86_64.rpm \r\n 65dfaa9de6379b4d1f7a7b996b6af8be corporate/4.0/SRPMS/perl-5.8.7-3.6.20060mlcs4.src.rpm\r\n\r\n Mandriva Enterprise Server 5:\r\n 95bfe8ce07733fe7ec7890bacf1770f5 mes5/i586/perl-5.10.0-25.2mdvmes5.1.i586.rpm\r\n 04d8c9d3262848cae5211d136c83b995 mes5/i586/perl-base-5.10.0-25.2mdvmes5.1.i586.rpm\r\n 8186d5d14d1aec46e27b12540c98673a mes5/i586/perl-devel-5.10.0-25.2mdvmes5.1.i586.rpm\r\n 0f13e7c3e3ed27b539e1f1cb8a881be2 mes5/i586/perl-doc-5.10.0-25.2mdvmes5.1.i586.rpm\r\n 4e9f1aae20148662c3dee770a792f55c mes5/i586/perl-suid-5.10.0-25.2mdvmes5.1.i586.rpm \r\n d9e5230e96aa99ef5c5a5c52e3061c4a mes5/SRPMS/perl-5.10.0-25.2mdvmes5.1.src.rpm\r\n\r\n Mandriva Enterprise Server 5/X86_64:\r\n 869dfeea157fc17cedf1e9e66ddb3bb9 mes5/x86_64/perl-5.10.0-25.2mdvmes5.1.x86_64.rpm\r\n b20b2f46b7a74f8e98e19c8b917e6292 mes5/x86_64/perl-base-5.10.0-25.2mdvmes5.1.x86_64.rpm\r\n 116dc346f811a5cd6bfaec340b79aac1 mes5/x86_64/perl-devel-5.10.0-25.2mdvmes5.1.x86_64.rpm\r\n 75d5d76d48f16ea5af6e5a903e553d43 mes5/x86_64/perl-doc-5.10.0-25.2mdvmes5.1.x86_64.rpm\r\n c0067e1c7f55bfffc7f7527a4268b6c8 mes5/x86_64/perl-suid-5.10.0-25.2mdvmes5.1.x86_64.rpm \r\n d9e5230e96aa99ef5c5a5c52e3061c4a mes5/SRPMS/perl-5.10.0-25.2mdvmes5.1.src.rpm\r\n\r\n Multi Network Firewall 2.0:\r\n 116523d57e391e8200aa088228b97c6a mnf/2.0/i586/perl-5.8.3-5.9.M20mdk.i586.rpm\r\n c618fe9ae03b5631f77b601e1cc3261c mnf/2.0/i586/perl-base-5.8.3-5.9.M20mdk.i586.rpm\r\n 3ecda619d7cc1afe47b1bbfafa0b9672 mnf/2.0/i586/perl-devel-5.8.3-5.9.M20mdk.i586.rpm\r\n 04bfa6b5384b173164912fc4adad9459 mnf/2.0/i586/perl-doc-5.8.3-5.9.M20mdk.i586.rpm \r\n 72247c85df7d57f488f9792eb88d2b3d mnf/2.0/SRPMS/perl-5.8.3-5.9.M20mdk.src.rpm\r\n _______________________________________________________________________\r\n\r\n To upgrade automatically use MandrivaUpdate or urpmi. The verification\r\n of md5 checksums and GPG signatures is performed automatically for you.\r\n\r\n All packages are signed by Mandriva for security. You can obtain the\r\n GPG public key of the Mandriva Security Team by executing:\r\n\r\n gpg --recv-keys --keyserver pgp.mit.edu 0x22458A98\r\n\r\n You can view other update advisories for Mandriva Linux at:\r\n\r\n http://www.mandriva.com/security/advisories\r\n\r\n If you want to report vulnerabilities, please contact\r\n\r\n security_(at)_mandriva.com\r\n _______________________________________________________________________\r\n\r\n Type Bits/KeyID Date User ID\r\n pub 1024D/22458A98 2000-07-10 Mandriva Security Team\r\n <security*mandriva.com>\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: GnuPG v1.4.9 (GNU/Linux)\r\n\r\niD8DBQFMEnfBmqjQ0CJFipgRAjqEAJsErSC9PCwvbWa5h7royEJCuAjytgCgm3a2\r\nNFcHdnhcspKfkVASVXYME3A=\r\n=3PM8\r\n-----END PGP SIGNATURE-----", "edition": 1, "modified": "2010-06-14T00:00:00", "published": "2010-06-14T00:00:00", "id": "SECURITYVULNS:DOC:24049", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:24049", "title": "[ MDVSA-2010:115 ] perl", "type": "securityvulns", "cvss": {"score": 8.5, "vector": "AV:NETWORK/AC:MEDIUM/Au:SINGLE_INSTANCE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2018-08-31T11:09:37", "bulletinFamily": "software", "cvelist": ["CVE-2010-1168", "CVE-2010-1447"], "description": "Safe.pm protection bypass", "edition": 1, "modified": "2010-06-14T00:00:00", "published": "2010-06-14T00:00:00", "id": "SECURITYVULNS:VULN:10923", "href": "https://vulners.com/securityvulns/SECURITYVULNS:VULN:10923", "title": "Perl protection bypass", "type": "securityvulns", "cvss": {"score": 8.5, "vector": "AV:NETWORK/AC:MEDIUM/Au:SINGLE_INSTANCE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}], "ubuntu": [{"lastseen": "2020-07-09T00:21:26", "bulletinFamily": "unix", "cvelist": ["CVE-2010-4410", "CVE-2010-1168", "CVE-2010-2761", "CVE-2010-1447", "CVE-2010-4411", "CVE-2011-1487"], "description": "It was discovered that the Safe.pm Perl module incorrectly handled \nSafe::reval and Safe::rdo access restrictions. An attacker could use this \nflaw to bypass intended restrictions and possibly execute arbitrary code. \n(CVE-2010-1168, CVE-2010-1447)\n\nIt was discovered that the CGI.pm Perl module incorrectly handled certain \nMIME boundary strings. An attacker could use this flaw to inject arbitrary \nHTTP headers and perform HTTP response splitting and cross-site scripting \nattacks. This issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 10.04 LTS and \n10.10. (CVE-2010-2761, CVE-2010-4411)\n\nIt was discovered that the CGI.pm Perl module incorrectly handled newline \ncharacters. An attacker could use this flaw to inject arbitrary HTTP \nheaders and perform HTTP response splitting and cross-site scripting \nattacks. This issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 10.04 LTS and \n10.10. (CVE-2010-4410)\n\nIt was discovered that the lc, lcfirst, uc, and ucfirst functions did not \nproperly apply the taint attribute when processing tainted input. An \nattacker could use this flaw to bypass intended restrictions. This issue \nonly affected Ubuntu 8.04 LTS, 10.04 LTS and 10.10. (CVE-2011-1487)", "edition": 5, "modified": "2011-05-03T00:00:00", "published": "2011-05-03T00:00:00", "id": "USN-1129-1", "href": "https://ubuntu.com/security/notices/USN-1129-1", "title": "Perl vulnerabilities", "type": "ubuntu", "cvss": {"score": 8.5, "vector": "AV:N/AC:M/Au:S/C:C/I:C/A:C"}}], "nessus": [{"lastseen": "2021-01-01T06:35:00", "description": "It was discovered that the Safe.pm Perl module incorrectly handled\nSafe::reval and Safe::rdo access restrictions. An attacker could use\nthis flaw to bypass intended restrictions and possibly execute\narbitrary code. (CVE-2010-1168, CVE-2010-1447)\n\nIt was discovered that the CGI.pm Perl module incorrectly handled\ncertain MIME boundary strings. An attacker could use this flaw to\ninject arbitrary HTTP headers and perform HTTP response splitting and\ncross-site scripting attacks. This issue only affected Ubuntu 6.06\nLTS, 8.04 LTS, 10.04 LTS and 10.10. (CVE-2010-2761, CVE-2010-4411)\n\nIt was discovered that the CGI.pm Perl module incorrectly handled\nnewline characters. An attacker could use this flaw to inject\narbitrary HTTP headers and perform HTTP response splitting and\ncross-site scripting attacks. This issue only affected Ubuntu 6.06\nLTS, 8.04 LTS, 10.04 LTS and 10.10. (CVE-2010-4410)\n\nIt was discovered that the lc, lcfirst, uc, and ucfirst functions did\nnot properly apply the taint attribute when processing tainted input.\nAn attacker could use this flaw to bypass intended restrictions. This\nissue only affected Ubuntu 8.04 LTS, 10.04 LTS and 10.10.\n(CVE-2011-1487).\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Ubuntu security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 24, "published": "2011-06-13T00:00:00", "title": "Ubuntu 6.06 LTS / 8.04 LTS / 10.04 LTS / 10.10 / 11.04 : perl vulnerabilities (USN-1129-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-1168", "CVE-2010-2761", "CVE-2010-1447", "CVE-2010-4411", "CVE-2011-1487"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:canonical:ubuntu_linux:11.04", "cpe:/o:canonical:ubuntu_linux:10.04:-:lts", "cpe:/o:canonical:ubuntu_linux:8.04:-:lts", "cpe:/o:canonical:ubuntu_linux:10.10", "p-cpe:/a:canonical:ubuntu_linux:perl", "cpe:/o:canonical:ubuntu_linux:6.06:-:lts"], "id": "UBUNTU_USN-1129-1.NASL", "href": "https://www.tenable.com/plugins/nessus/55090", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from Ubuntu Security Notice USN-1129-1. The text \n# itself is copyright (C) Canonical, Inc. See \n# <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered \n# trademark of Canonical, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(55090);\n script_version(\"1.13\");\n script_cvs_date(\"Date: 2019/09/19 12:54:27\");\n\n script_cve_id(\"CVE-2010-1168\", \"CVE-2010-1447\", \"CVE-2010-2761\", \"CVE-2010-4410\", \"CVE-2010-4411\", \"CVE-2011-1487\");\n script_bugtraq_id(40302, 40305, 45145, 47124);\n script_xref(name:\"USN\", value:\"1129-1\");\n\n script_name(english:\"Ubuntu 6.06 LTS / 8.04 LTS / 10.04 LTS / 10.10 / 11.04 : perl vulnerabilities (USN-1129-1)\");\n script_summary(english:\"Checks dpkg output for updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Ubuntu host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"It was discovered that the Safe.pm Perl module incorrectly handled\nSafe::reval and Safe::rdo access restrictions. An attacker could use\nthis flaw to bypass intended restrictions and possibly execute\narbitrary code. (CVE-2010-1168, CVE-2010-1447)\n\nIt was discovered that the CGI.pm Perl module incorrectly handled\ncertain MIME boundary strings. An attacker could use this flaw to\ninject arbitrary HTTP headers and perform HTTP response splitting and\ncross-site scripting attacks. This issue only affected Ubuntu 6.06\nLTS, 8.04 LTS, 10.04 LTS and 10.10. (CVE-2010-2761, CVE-2010-4411)\n\nIt was discovered that the CGI.pm Perl module incorrectly handled\nnewline characters. An attacker could use this flaw to inject\narbitrary HTTP headers and perform HTTP response splitting and\ncross-site scripting attacks. This issue only affected Ubuntu 6.06\nLTS, 8.04 LTS, 10.04 LTS and 10.10. (CVE-2010-4410)\n\nIt was discovered that the lc, lcfirst, uc, and ucfirst functions did\nnot properly apply the taint attribute when processing tainted input.\nAn attacker could use this flaw to bypass intended restrictions. This\nissue only affected Ubuntu 8.04 LTS, 10.04 LTS and 10.10.\n(CVE-2011-1487).\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Ubuntu security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://usn.ubuntu.com/1129-1/\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected perl package.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:S/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:POC/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:perl\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:10.04:-:lts\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:10.10\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:11.04\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:6.06:-:lts\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:8.04:-:lts\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2010/05/19\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/05/03\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/06/13\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"Ubuntu Security Notice (C) 2011-2019 Canonical, Inc. / NASL script (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Ubuntu Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/cpu\", \"Host/Ubuntu\", \"Host/Ubuntu/release\", \"Host/Debian/dpkg-l\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"ubuntu.inc\");\ninclude(\"misc_func.inc\");\n\nif ( ! get_kb_item(\"Host/local_checks_enabled\") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/Ubuntu/release\");\nif ( isnull(release) ) audit(AUDIT_OS_NOT, \"Ubuntu\");\nrelease = chomp(release);\nif (! preg(pattern:\"^(6\\.06|8\\.04|10\\.04|10\\.10|11\\.04)$\", string:release)) audit(AUDIT_OS_NOT, \"Ubuntu 6.06 / 8.04 / 10.04 / 10.10 / 11.04\", \"Ubuntu \" + release);\nif ( ! get_kb_item(\"Host/Debian/dpkg-l\") ) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Ubuntu\", cpu);\n\nflag = 0;\n\nif (ubuntu_check(osver:\"6.06\", pkgname:\"perl\", pkgver:\"5.8.7-10ubuntu1.3\")) flag++;\nif (ubuntu_check(osver:\"8.04\", pkgname:\"perl\", pkgver:\"5.8.8-12ubuntu0.5\")) flag++;\nif (ubuntu_check(osver:\"10.04\", pkgname:\"perl\", pkgver:\"5.10.1-8ubuntu2.1\")) flag++;\nif (ubuntu_check(osver:\"10.10\", pkgname:\"perl\", pkgver:\"5.10.1-12ubuntu2.1\")) flag++;\nif (ubuntu_check(osver:\"11.04\", pkgname:\"perl\", pkgver:\"5.10.1-17ubuntu4.1\")) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : ubuntu_report_get()\n );\n exit(0);\n}\nelse\n{\n tested = ubuntu_pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"perl\");\n}\n", "cvss": {"score": 8.5, "vector": "AV:N/AC:M/Au:S/C:C/I:C/A:C"}}, {"lastseen": "2021-01-17T13:09:13", "description": "Updated perl packages that fix three security issues and several bugs\nare now available for Red Hat Enterprise Linux 6.\n\nThe Red Hat Security Response Team has rated this update as having\nmoderate security impact. Common Vulnerability Scoring System (CVSS)\nbase scores, which give detailed severity ratings, are available for\neach vulnerability from the CVE links in the References section.\n\nPerl is a high-level programming language commonly used for system\nadministration utilities and web programming. The Perl CGI module\nprovides resources for preparing and processing Common Gateway\nInterface (CGI) based HTTP requests and responses.\n\nIt was found that the Perl CGI module used a hard-coded value for the\nMIME boundary string in multipart/x-mixed-replace content. A remote\nattacker could possibly use this flaw to conduct an HTTP response\nsplitting attack via a specially crafted HTTP request. (CVE-2010-2761)\n\nA CRLF injection flaw was found in the way the Perl CGI module\nprocessed a sequence of non-whitespace preceded by newline characters\nin the header. A remote attacker could use this flaw to conduct an\nHTTP response splitting attack via a specially crafted sequence of\ncharacters provided to the CGI module. (CVE-2010-4410)\n\nIt was found that certain Perl string manipulation functions (such as\nuc() and lc()) failed to preserve the taint bit. A remote attacker\ncould use this flaw to bypass the Perl taint mode protection mechanism\nin scripts that use the affected functions to process tainted input.\n(CVE-2011-1487)\n\nThese packages upgrade the CGI module to version 3.51. Refer to the\nCGI module's Changes file, linked to in the References, for a full\nlist of changes.\n\nThis update also fixes the following bugs :\n\n* When using the 'threads' module, an attempt to send a signal to a\nthread that did not have a signal handler specified caused the perl\ninterpreter to terminate unexpectedly with a segmentation fault. With\nthis update, the 'threads' module has been updated to upstream version\n1.82, which fixes this bug. As a result, sending a signal to a thread\nthat does not have the signal handler specified no longer causes perl\nto crash. (BZ#626330)\n\n* Prior to this update, the perl packages did not require the\nDigest::SHA module as a dependency. Consequent to this, when a user\nstarted the cpan command line interface and attempted to download a\ndistribution from CPAN, they may have been presented with the\nfollowing message :\n\nCPAN: checksum security checks disabled because Digest::SHA not\ninstalled. Please consider installing the Digest::SHA module.\n\nThis update corrects the spec file for the perl package to require the\nperl-Digest-SHA package as a dependency, and cpan no longer displays\nthe above message. (BZ#640716)\n\n* When using the 'threads' module, continual creation and destruction\nof threads could cause the Perl program to consume an increasing\namount of memory. With this update, the underlying source code has\nbeen corrected to free the allocated memory when a thread is\ndestroyed, and the continual creation and destruction of threads in\nPerl programs no longer leads to memory leaks. (BZ#640720)\n\n* Due to a packaging error, the perl packages did not include the\n'NDBM_File' module. This update corrects this error, and 'NDBM_File'\nis now included as expected. (BZ#640729)\n\n* Prior to this update, the prove(1) manual page and the 'prove\n--help' command listed '--fork' as a valid command line option.\nHowever, version 3.17 of the Test::Harness distribution removed the\nsupport for the fork-based parallel testing, and the prove utility\nthus no longer supports this option. This update corrects both the\nmanual page and the output of the 'prove --help' command, so that\n'--fork' is no longer included in the list of available command line\noptions. (BZ#609492)\n\nUsers of Perl, especially those of Perl threads, are advised to\nupgrade to these updated packages, which correct these issues.", "edition": 24, "published": "2011-05-20T00:00:00", "title": "RHEL 6 : perl (RHSA-2011:0558)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2010-4411", "CVE-2011-1487"], "modified": "2011-05-20T00:00:00", "cpe": ["p-cpe:/a:redhat:enterprise_linux:perl-Pod-Escapes", "p-cpe:/a:redhat:enterprise_linux:perl-CPANPLUS", "p-cpe:/a:redhat:enterprise_linux:perl-parent", "p-cpe:/a:redhat:enterprise_linux:perl-Compress-Zlib", "p-cpe:/a:redhat:enterprise_linux:perl-version", "p-cpe:/a:redhat:enterprise_linux:perl-Module-Load", "p-cpe:/a:redhat:enterprise_linux:perl-Package-Constants", "p-cpe:/a:redhat:enterprise_linux:perl-Parse-CPAN-Meta", "p-cpe:/a:redhat:enterprise_linux:perl-Archive-Extract", "p-cpe:/a:redhat:enterprise_linux:perl-libs", "p-cpe:/a:redhat:enterprise_linux:perl-Module-Pluggable", "p-cpe:/a:redhat:enterprise_linux:perl-Test-Harness", "p-cpe:/a:redhat:enterprise_linux:perl-Object-Accessor", "p-cpe:/a:redhat:enterprise_linux:perl-devel", "p-cpe:/a:redhat:enterprise_linux:perl-Log-Message", "p-cpe:/a:redhat:enterprise_linux:perl-ExtUtils-MakeMaker", "p-cpe:/a:redhat:enterprise_linux:perl-Digest-SHA", "p-cpe:/a:redhat:enterprise_linux:perl-Test-Simple", "p-cpe:/a:redhat:enterprise_linux:perl-Time-Piece", "p-cpe:/a:redhat:enterprise_linux:perl-core", "p-cpe:/a:redhat:enterprise_linux:perl-CGI", "p-cpe:/a:redhat:enterprise_linux:perl-ExtUtils-Embed", "p-cpe:/a:redhat:enterprise_linux:perl-Pod-Simple", "p-cpe:/a:redhat:enterprise_linux:perl-IO-Compress-Zlib", "p-cpe:/a:redhat:enterprise_linux:perl-Module-CoreList", "p-cpe:/a:redhat:enterprise_linux:perl-Module-Loaded", "p-cpe:/a:redhat:enterprise_linux:perl", "p-cpe:/a:redhat:enterprise_linux:perl-IPC-Cmd", "p-cpe:/a:redhat:enterprise_linux:perl-suidperl", "p-cpe:/a:redhat:enterprise_linux:perl-Params-Check", "p-cpe:/a:redhat:enterprise_linux:perl-Archive-Tar", "p-cpe:/a:redhat:enterprise_linux:perl-ExtUtils-ParseXS", "p-cpe:/a:redhat:enterprise_linux:perl-IO-Zlib", "p-cpe:/a:redhat:enterprise_linux:perl-Time-HiRes", "p-cpe:/a:redhat:enterprise_linux:perl-Module-Build", "p-cpe:/a:redhat:enterprise_linux:perl-Locale-Maketext-Simple", "p-cpe:/a:redhat:enterprise_linux:perl-Log-Message-Simple", "p-cpe:/a:redhat:enterprise_linux:perl-ExtUtils-CBuilder", "p-cpe:/a:redhat:enterprise_linux:perl-Term-UI", "p-cpe:/a:redhat:enterprise_linux:perl-Module-Load-Conditional", "cpe:/o:redhat:enterprise_linux:6", "p-cpe:/a:redhat:enterprise_linux:perl-File-Fetch", "p-cpe:/a:redhat:enterprise_linux:perl-CPAN", "p-cpe:/a:redhat:enterprise_linux:perl-debuginfo", "p-cpe:/a:redhat:enterprise_linux:perl-IO-Compress-Base"], "id": "REDHAT-RHSA-2011-0558.NASL", "href": "https://www.tenable.com/plugins/nessus/54593", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Red Hat Security Advisory RHSA-2011:0558. The text \n# itself is copyright (C) Red Hat, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(54593);\n script_version(\"1.8\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/14\");\n\n script_cve_id(\"CVE-2010-2761\", \"CVE-2010-4410\", \"CVE-2010-4411\", \"CVE-2011-1487\");\n script_bugtraq_id(45145, 47124);\n script_xref(name:\"RHSA\", value:\"2011:0558\");\n\n script_name(english:\"RHEL 6 : perl (RHSA-2011:0558)\");\n script_summary(english:\"Checks the rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Red Hat host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Updated perl packages that fix three security issues and several bugs\nare now available for Red Hat Enterprise Linux 6.\n\nThe Red Hat Security Response Team has rated this update as having\nmoderate security impact. Common Vulnerability Scoring System (CVSS)\nbase scores, which give detailed severity ratings, are available for\neach vulnerability from the CVE links in the References section.\n\nPerl is a high-level programming language commonly used for system\nadministration utilities and web programming. The Perl CGI module\nprovides resources for preparing and processing Common Gateway\nInterface (CGI) based HTTP requests and responses.\n\nIt was found that the Perl CGI module used a hard-coded value for the\nMIME boundary string in multipart/x-mixed-replace content. A remote\nattacker could possibly use this flaw to conduct an HTTP response\nsplitting attack via a specially crafted HTTP request. (CVE-2010-2761)\n\nA CRLF injection flaw was found in the way the Perl CGI module\nprocessed a sequence of non-whitespace preceded by newline characters\nin the header. A remote attacker could use this flaw to conduct an\nHTTP response splitting attack via a specially crafted sequence of\ncharacters provided to the CGI module. (CVE-2010-4410)\n\nIt was found that certain Perl string manipulation functions (such as\nuc() and lc()) failed to preserve the taint bit. A remote attacker\ncould use this flaw to bypass the Perl taint mode protection mechanism\nin scripts that use the affected functions to process tainted input.\n(CVE-2011-1487)\n\nThese packages upgrade the CGI module to version 3.51. Refer to the\nCGI module's Changes file, linked to in the References, for a full\nlist of changes.\n\nThis update also fixes the following bugs :\n\n* When using the 'threads' module, an attempt to send a signal to a\nthread that did not have a signal handler specified caused the perl\ninterpreter to terminate unexpectedly with a segmentation fault. With\nthis update, the 'threads' module has been updated to upstream version\n1.82, which fixes this bug. As a result, sending a signal to a thread\nthat does not have the signal handler specified no longer causes perl\nto crash. (BZ#626330)\n\n* Prior to this update, the perl packages did not require the\nDigest::SHA module as a dependency. Consequent to this, when a user\nstarted the cpan command line interface and attempted to download a\ndistribution from CPAN, they may have been presented with the\nfollowing message :\n\nCPAN: checksum security checks disabled because Digest::SHA not\ninstalled. Please consider installing the Digest::SHA module.\n\nThis update corrects the spec file for the perl package to require the\nperl-Digest-SHA package as a dependency, and cpan no longer displays\nthe above message. (BZ#640716)\n\n* When using the 'threads' module, continual creation and destruction\nof threads could cause the Perl program to consume an increasing\namount of memory. With this update, the underlying source code has\nbeen corrected to free the allocated memory when a thread is\ndestroyed, and the continual creation and destruction of threads in\nPerl programs no longer leads to memory leaks. (BZ#640720)\n\n* Due to a packaging error, the perl packages did not include the\n'NDBM_File' module. This update corrects this error, and 'NDBM_File'\nis now included as expected. (BZ#640729)\n\n* Prior to this update, the prove(1) manual page and the 'prove\n--help' command listed '--fork' as a valid command line option.\nHowever, version 3.17 of the Test::Harness distribution removed the\nsupport for the fork-based parallel testing, and the prove utility\nthus no longer supports this option. This update corrects both the\nmanual page and the output of the 'prove --help' command, so that\n'--fork' is no longer included in the list of available command line\noptions. (BZ#609492)\n\nUsers of Perl, especially those of Perl threads, are advised to\nupgrade to these updated packages, which correct these issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2010-2761\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2010-4410\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2011-1487\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://cpansearch.perl.org/src/MARKSTOS/CGI.pm-3.51/Changes\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/errata/RHSA-2011:0558\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Archive-Extract\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Archive-Tar\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-CGI\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-CPAN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-CPANPLUS\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Compress-Zlib\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Digest-SHA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-ExtUtils-CBuilder\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-ExtUtils-Embed\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-ExtUtils-MakeMaker\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-ExtUtils-ParseXS\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-File-Fetch\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-IO-Compress-Base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-IO-Compress-Zlib\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-IO-Zlib\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-IPC-Cmd\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Locale-Maketext-Simple\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Log-Message\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Log-Message-Simple\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Module-Build\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Module-CoreList\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Module-Load\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Module-Load-Conditional\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Module-Loaded\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Module-Pluggable\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Object-Accessor\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Package-Constants\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Params-Check\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Parse-CPAN-Meta\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Pod-Escapes\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Pod-Simple\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Term-UI\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Test-Harness\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Test-Simple\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Time-HiRes\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-Time-Piece\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-libs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-parent\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-suidperl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:perl-version\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:redhat:enterprise_linux:6\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2010/12/06\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/05/19\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/05/20\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2011-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Red Hat Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Red Hat\" >!< release) audit(AUDIT_OS_NOT, \"Red Hat\");\nos_ver = eregmatch(pattern: \"Red Hat Enterprise Linux.*release ([0-9]+(\\.[0-9]+)?)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Red Hat\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^6([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Red Hat 6.x\", \"Red Hat \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\" && \"s390\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Red Hat\", cpu);\n\nyum_updateinfo = get_kb_item(\"Host/RedHat/yum-updateinfo\");\nif (!empty_or_null(yum_updateinfo)) \n{\n rhsa = \"RHSA-2011:0558\";\n yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);\n if (!empty_or_null(yum_report))\n {\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : yum_report \n );\n exit(0);\n }\n else\n {\n audit_message = \"affected by Red Hat security advisory \" + rhsa;\n audit(AUDIT_OS_NOT, audit_message);\n }\n}\nelse\n{\n flag = 0;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Archive-Extract-0.38-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Archive-Extract-0.38-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Archive-Extract-0.38-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Archive-Tar-1.58-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Archive-Tar-1.58-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Archive-Tar-1.58-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-CGI-3.51-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-CGI-3.51-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-CGI-3.51-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-CPAN-1.9402-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-CPAN-1.9402-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-CPAN-1.9402-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-CPANPLUS-0.88-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-CPANPLUS-0.88-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-CPANPLUS-0.88-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Compress-Zlib-2.020-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Compress-Zlib-2.020-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Compress-Zlib-2.020-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Digest-SHA-5.47-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Digest-SHA-5.47-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Digest-SHA-5.47-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-ExtUtils-CBuilder-0.27-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-ExtUtils-CBuilder-0.27-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-ExtUtils-CBuilder-0.27-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-ExtUtils-Embed-1.28-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-ExtUtils-Embed-1.28-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-ExtUtils-Embed-1.28-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-ExtUtils-MakeMaker-6.55-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-ExtUtils-MakeMaker-6.55-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-ExtUtils-MakeMaker-6.55-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-ExtUtils-ParseXS-2.2003.0-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-ExtUtils-ParseXS-2.2003.0-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-ExtUtils-ParseXS-2.2003.0-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-File-Fetch-0.26-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-File-Fetch-0.26-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-File-Fetch-0.26-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-IO-Compress-Base-2.020-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-IO-Compress-Base-2.020-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-IO-Compress-Base-2.020-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-IO-Compress-Zlib-2.020-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-IO-Compress-Zlib-2.020-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-IO-Compress-Zlib-2.020-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-IO-Zlib-1.09-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-IO-Zlib-1.09-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-IO-Zlib-1.09-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-IPC-Cmd-0.56-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-IPC-Cmd-0.56-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-IPC-Cmd-0.56-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Locale-Maketext-Simple-0.18-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Locale-Maketext-Simple-0.18-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Locale-Maketext-Simple-0.18-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Log-Message-0.02-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Log-Message-0.02-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Log-Message-0.02-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Log-Message-Simple-0.04-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Log-Message-Simple-0.04-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Log-Message-Simple-0.04-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Module-Build-0.3500-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Module-Build-0.3500-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Module-Build-0.3500-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Module-CoreList-2.18-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Module-CoreList-2.18-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Module-CoreList-2.18-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Module-Load-0.16-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Module-Load-0.16-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Module-Load-0.16-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Module-Load-Conditional-0.30-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Module-Load-Conditional-0.30-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Module-Load-Conditional-0.30-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Module-Loaded-0.02-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Module-Loaded-0.02-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Module-Loaded-0.02-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Module-Pluggable-3.90-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Module-Pluggable-3.90-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Module-Pluggable-3.90-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Object-Accessor-0.34-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Object-Accessor-0.34-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Object-Accessor-0.34-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Package-Constants-0.02-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Package-Constants-0.02-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Package-Constants-0.02-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Params-Check-0.26-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Params-Check-0.26-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Params-Check-0.26-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Parse-CPAN-Meta-1.40-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Parse-CPAN-Meta-1.40-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Parse-CPAN-Meta-1.40-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Pod-Escapes-1.04-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Pod-Escapes-1.04-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Pod-Escapes-1.04-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Pod-Simple-3.13-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Pod-Simple-3.13-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Pod-Simple-3.13-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Term-UI-0.20-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Term-UI-0.20-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Term-UI-0.20-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Test-Harness-3.17-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Test-Harness-3.17-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Test-Harness-3.17-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Test-Simple-0.92-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Test-Simple-0.92-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Test-Simple-0.92-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Time-HiRes-1.9721-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Time-HiRes-1.9721-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Time-HiRes-1.9721-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-Time-Piece-1.15-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-Time-Piece-1.15-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-Time-Piece-1.15-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-core-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-core-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-core-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", reference:\"perl-debuginfo-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", reference:\"perl-devel-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", reference:\"perl-libs-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-parent-0.221-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-parent-0.221-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-parent-0.221-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-suidperl-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-suidperl-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-suidperl-5.10.1-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"perl-version-0.77-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"perl-version-0.77-119.el6\")) flag++;\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"perl-version-0.77-119.el6\")) flag++;\n\n if (flag)\n {\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : rpm_report_get() + redhat_report_package_caveat()\n );\n exit(0);\n }\n else\n {\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"perl / perl-Archive-Extract / perl-Archive-Tar / perl-CGI / etc\");\n }\n}\n", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2021-01-17T13:45:39", "description": "Perl is a high-level programming language commonly used for system\nadministration utilities and web programming. The Perl CGI module\nprovides resources for preparing and processing Common Gateway\nInterface (CGI) based HTTP requests and responses.\n\nIt was found that the Perl CGI module used a hard-coded value for the\nMIME boundary string in multipart/x-mixed-replace content. A remote\nattacker could possibly use this flaw to conduct an HTTP response\nsplitting attack via a specially crafted HTTP request. (CVE-2010-2761)\n\nA CRLF injection flaw was found in the way the Perl CGI module\nprocessed a sequence of non-whitespace preceded by newline characters\nin the header. A remote attacker could use this flaw to conduct an\nHTTP response splitting attack via a specially crafted sequence of\ncharacters provided to the CGI module. (CVE-2010-4410)\n\nIt was found that certain Perl string manipulation functions (such as\nuc() and lc()) failed to preserve the taint bit. A remote attacker\ncould use this flaw to bypass the Perl taint mode protection mechanism\nin scripts that use the affected functions to process tainted input.\n(CVE-2011-1487)\n\nThese packages upgrade the CGI module to version 3.51. Refer to the\nCGI module's Changes file, linked to in the References, for a full\nlist of changes.\n\nThis update also fixes the following bugs :\n\n - When using the 'threads' module, an attempt to send a\n signal to a thread that did not have a signal handler\n specified caused the perl interpreter to terminate\n unexpectedly with a segmentation fault. With this\n update, the 'threads' module has been updated to\n upstream version 1.82, which fixes this bug. As a\n result, sending a signal to a thread that does not have\n the signal handler specified no longer causes perl to\n cras\n\n - Prior to this update, the perl packages did not require\n the Digest::SHA module as a dependency. Consequent to\n this, when a user started the cpan command line\n interface and attempted to download a distribution from\n CPAN, they may have been presented with the following\n message :\n\nCPAN: checksum security checks disabled because Digest::SHA not\ninstalled. Please consider installing the Digest::SHA module.\n\nThis update corrects the spec file for the perl package to require the\nperl-Digest-SHA package as a dependency, and cpan no longer displays\nthe above message.\n\n - When using the 'threads' module, continual creation and\n destruction of threads could cause the Perl program to\n consume an increasing amount of memory. With this\n update, the underlying source code has been corrected to\n free the allocated memory when a thread is destroyed,\n and the continual creation and destruction of threads in\n Perl programs no longer leads to memory leaks.\n\n - Due to a packaging error, the perl packages did not\n include the 'NDBM_File' module. This update corrects\n this error, and 'NDBM_File' is now included as expected.\n\n - Prior to this update, the prove(1) manual page and the\n 'prove --help' command listed '--fork' as a valid\n command line option. However, version 3.17 of the\n Test::Harness distribution removed the support for the\n fork-based parallel testing, and the prove utility thus\n no longer supports this option. This update corrects\n both the manual page and the output of the 'prove\n --help' command, so that '--fork' is no longer included\n in the list of available command line options.\n\nUsers of Perl, especially those of Perl threads, are advised to\nupgrade to these updated packages, which correct these issues.", "edition": 24, "published": "2012-08-01T00:00:00", "title": "Scientific Linux Security Update : perl on SL6.x i386/x86_64", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2011-1487"], "modified": "2012-08-01T00:00:00", "cpe": ["x-cpe:/o:fermilab:scientific_linux"], "id": "SL_20110519_PERL_ON_SL6_X.NASL", "href": "https://www.tenable.com/plugins/nessus/61044", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text is (C) Scientific Linux.\n#\n\nif (NASL_LEVEL < 3000) exit(0);\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(61044);\n script_version(\"1.7\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/14\");\n\n script_cve_id(\"CVE-2011-1487\");\n\n script_name(english:\"Scientific Linux Security Update : perl on SL6.x i386/x86_64\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote Scientific Linux host is missing one or more security\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Perl is a high-level programming language commonly used for system\nadministration utilities and web programming. The Perl CGI module\nprovides resources for preparing and processing Common Gateway\nInterface (CGI) based HTTP requests and responses.\n\nIt was found that the Perl CGI module used a hard-coded value for the\nMIME boundary string in multipart/x-mixed-replace content. A remote\nattacker could possibly use this flaw to conduct an HTTP response\nsplitting attack via a specially crafted HTTP request. (CVE-2010-2761)\n\nA CRLF injection flaw was found in the way the Perl CGI module\nprocessed a sequence of non-whitespace preceded by newline characters\nin the header. A remote attacker could use this flaw to conduct an\nHTTP response splitting attack via a specially crafted sequence of\ncharacters provided to the CGI module. (CVE-2010-4410)\n\nIt was found that certain Perl string manipulation functions (such as\nuc() and lc()) failed to preserve the taint bit. A remote attacker\ncould use this flaw to bypass the Perl taint mode protection mechanism\nin scripts that use the affected functions to process tainted input.\n(CVE-2011-1487)\n\nThese packages upgrade the CGI module to version 3.51. Refer to the\nCGI module's Changes file, linked to in the References, for a full\nlist of changes.\n\nThis update also fixes the following bugs :\n\n - When using the 'threads' module, an attempt to send a\n signal to a thread that did not have a signal handler\n specified caused the perl interpreter to terminate\n unexpectedly with a segmentation fault. With this\n update, the 'threads' module has been updated to\n upstream version 1.82, which fixes this bug. As a\n result, sending a signal to a thread that does not have\n the signal handler specified no longer causes perl to\n cras\n\n - Prior to this update, the perl packages did not require\n the Digest::SHA module as a dependency. Consequent to\n this, when a user started the cpan command line\n interface and attempted to download a distribution from\n CPAN, they may have been presented with the following\n message :\n\nCPAN: checksum security checks disabled because Digest::SHA not\ninstalled. Please consider installing the Digest::SHA module.\n\nThis update corrects the spec file for the perl package to require the\nperl-Digest-SHA package as a dependency, and cpan no longer displays\nthe above message.\n\n - When using the 'threads' module, continual creation and\n destruction of threads could cause the Perl program to\n consume an increasing amount of memory. With this\n update, the underlying source code has been corrected to\n free the allocated memory when a thread is destroyed,\n and the continual creation and destruction of threads in\n Perl programs no longer leads to memory leaks.\n\n - Due to a packaging error, the perl packages did not\n include the 'NDBM_File' module. This update corrects\n this error, and 'NDBM_File' is now included as expected.\n\n - Prior to this update, the prove(1) manual page and the\n 'prove --help' command listed '--fork' as a valid\n command line option. However, version 3.17 of the\n Test::Harness distribution removed the support for the\n fork-based parallel testing, and the prove utility thus\n no longer supports this option. This update corrects\n both the manual page and the output of the 'prove\n --help' command, so that '--fork' is no longer included\n in the list of available command line options.\n\nUsers of Perl, especially those of Perl threads, are advised to\nupgrade to these updated packages, which correct these issues.\"\n );\n # http://listserv.fnal.gov/scripts/wa.exe?A2=ind1106&L=scientific-linux-errata&T=0&P=1885\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1f2b00d4\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"x-cpe:/o:fermilab:scientific_linux\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/05/19\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/08/01\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2012-2021 Tenable Network Security, Inc.\");\n script_family(english:\"Scientific Linux Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Scientific Linux \" >!< release) audit(AUDIT_HOST_NOT, \"running Scientific Linux\");\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (cpu >!< \"x86_64\" && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Scientific Linux\", cpu);\n\n\nflag = 0;\nif (rpm_check(release:\"SL6\", reference:\"perl-5.10.1-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Archive-Extract-0.38-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Archive-Tar-1.58-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-CGI-3.51-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-CPAN-1.9402-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-CPANPLUS-0.88-119.el6\")) flag++;\n# Releases for this package decremented from 2.023 to 2.020 once the true\n# fix was implemented. Both 2.023 and fixed 2.020 packages exist for\n# SL 6.0 and SL 6.1. To avoid false positives we will skip checking this\n# ancillary package.\n#if (rpm_check(release:\"SL6\", reference:\"perl-Compress-Raw-Zlib-2.023-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Compress-Zlib-2.020-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Digest-SHA-5.47-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-ExtUtils-CBuilder-0.27-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-ExtUtils-Embed-1.28-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-ExtUtils-MakeMaker-6.55-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-ExtUtils-ParseXS-2.2003.0-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-File-Fetch-0.26-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-IO-Compress-Base-2.020-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-IO-Compress-Zlib-2.020-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-IO-Zlib-1.09-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-IPC-Cmd-0.56-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Locale-Maketext-Simple-0.18-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Log-Message-0.02-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Log-Message-Simple-0.04-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Module-Build-0.3500-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Module-CoreList-2.18-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Module-Load-0.16-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Module-Load-Conditional-0.30-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Module-Loaded-0.02-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Module-Pluggable-3.90-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Object-Accessor-0.34-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Package-Constants-0.02-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Params-Check-0.26-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Parse-CPAN-Meta-1.40-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Pod-Escapes-1.04-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Pod-Simple-3.13-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Term-UI-0.20-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Test-Harness-3.17-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Test-Simple-0.92-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Time-HiRes-1.9721-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-Time-Piece-1.15-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-core-5.10.1-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-debuginfo-5.10.1-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-devel-5.10.1-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-libs-5.10.1-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-parent-0.221-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-suidperl-5.10.1-119.el6\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"perl-version-0.77-119.el6\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2021-01-20T14:41:48", "description": "Multiple header injection problems in the CGI module of perl have been\nfixed. They allowed to inject HTTP headers in responses. CVE-2010-2761\n/ CVE-2010-4410 / CVE-2010-4411 have been assigned to this issue.", "edition": 23, "published": "2011-01-21T00:00:00", "title": "SuSE 11.1 Security Update : perl (SAT Patch Number 3804)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2010-4411", "CVE-2010-3172"], "modified": "2011-01-21T00:00:00", "cpe": ["p-cpe:/a:novell:suse_linux:11:perl-32bit", "cpe:/o:novell:suse_linux:11", "p-cpe:/a:novell:suse_linux:11:perl-base", "p-cpe:/a:novell:suse_linux:11:perl-doc", "p-cpe:/a:novell:suse_linux:11:perl"], "id": "SUSE_11_PERL-110112.NASL", "href": "https://www.tenable.com/plugins/nessus/51630", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from SuSE 11 update information. The text itself is\n# copyright (C) Novell, Inc.\n#\n\nif (NASL_LEVEL < 3000) exit(0);\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(51630);\n script_version(\"1.7\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2010-2761\", \"CVE-2010-3172\", \"CVE-2010-4410\", \"CVE-2010-4411\");\n\n script_name(english:\"SuSE 11.1 Security Update : perl (SAT Patch Number 3804)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote SuSE 11 host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Multiple header injection problems in the CGI module of perl have been\nfixed. They allowed to inject HTTP headers in responses. CVE-2010-2761\n/ CVE-2010-4410 / CVE-2010-4411 have been assigned to this issue.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=657343\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2010-2761.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2010-3172.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2010-4410.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2010-4411.html\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Apply SAT patch number 3804.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:perl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:perl-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:perl-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:perl-doc\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:suse_linux:11\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/01/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/01/21\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2011-2021 Tenable Network Security, Inc.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release !~ \"^(SLED|SLES)11\") audit(AUDIT_OS_NOT, \"SuSE 11\");\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (cpu !~ \"^i[3-6]86$\" && \"x86_64\" >!< cpu && \"s390x\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"SuSE 11\", cpu);\n\npl = get_kb_item(\"Host/SuSE/patchlevel\");\nif (isnull(pl) || int(pl) != 1) audit(AUDIT_OS_NOT, \"SuSE 11.1\");\n\n\nflag = 0;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"perl-5.10.0-64.53.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"perl-base-5.10.0-64.53.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"perl-doc-5.10.0-64.53.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"perl-5.10.0-64.53.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"perl-32bit-5.10.0-64.53.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"perl-base-5.10.0-64.53.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"perl-doc-5.10.0-64.53.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:1, reference:\"perl-5.10.0-64.53.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:1, reference:\"perl-base-5.10.0-64.53.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:1, reference:\"perl-doc-5.10.0-64.53.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:1, cpu:\"s390x\", reference:\"perl-32bit-5.10.0-64.53.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:1, cpu:\"x86_64\", reference:\"perl-32bit-5.10.0-64.53.1\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2021-01-17T14:06:28", "description": "Multiple header injection problems in the CGI module of perl have been\nfixed. They allowed to inject HTTP headers in responses.\nCVE-2010-2761, CVE-2010-4410 and CVE-2010-4411 have been assigned to\nthis issue.", "edition": 24, "published": "2011-05-05T00:00:00", "title": "openSUSE Security Update : perl (openSUSE-SU-2011:0064-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2010-4411", "CVE-2010-3172"], "modified": "2011-05-05T00:00:00", "cpe": ["p-cpe:/a:novell:opensuse:perl", "p-cpe:/a:novell:opensuse:perl-base", "p-cpe:/a:novell:opensuse:perl-base-32bit", "cpe:/o:novell:opensuse:11.2", "p-cpe:/a:novell:opensuse:perl-32bit"], "id": "SUSE_11_2_PERL-110112.NASL", "href": "https://www.tenable.com/plugins/nessus/53789", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from openSUSE Security Update perl-3806.\n#\n# The text description of this plugin is (C) SUSE LLC.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(53789);\n script_version(\"1.7\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/14\");\n\n script_cve_id(\"CVE-2010-2761\", \"CVE-2010-3172\", \"CVE-2010-4410\", \"CVE-2010-4411\");\n\n script_name(english:\"openSUSE Security Update : perl (openSUSE-SU-2011:0064-1)\");\n script_summary(english:\"Check for the perl-3806 patch\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote openSUSE host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Multiple header injection problems in the CGI module of perl have been\nfixed. They allowed to inject HTTP headers in responses.\nCVE-2010-2761, CVE-2010-4410 and CVE-2010-4411 have been assigned to\nthis issue.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=657343\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://lists.opensuse.org/opensuse-updates/2011-01/msg00027.html\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected perl packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:perl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:perl-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:perl-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:perl-base-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:11.2\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/01/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/05/05\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2011-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release =~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"openSUSE\");\nif (release !~ \"^(SUSE11\\.2)$\") audit(AUDIT_OS_RELEASE_NOT, \"openSUSE\", \"11.2\", release);\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nourarch = get_kb_item(\"Host/cpu\");\nif (!ourarch) audit(AUDIT_UNKNOWN_ARCH);\nif (ourarch !~ \"^(i586|i686|x86_64)$\") audit(AUDIT_ARCH_NOT, \"i586 / i686 / x86_64\", ourarch);\n\nflag = 0;\n\nif ( rpm_check(release:\"SUSE11.2\", reference:\"perl-5.10.0-72.9.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.2\", reference:\"perl-base-5.10.0-72.9.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.2\", cpu:\"x86_64\", reference:\"perl-32bit-5.10.0-72.9.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.2\", cpu:\"x86_64\", reference:\"perl-base-32bit-5.10.0-72.9.1\") ) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"perl\");\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2021-01-20T15:17:44", "description": "Multiple header injection problems in the CGI module of perl have been\nfixed. They allowed to inject HTTP headers in responses.\n\n - have been assigned to this issue. (CVE-2010-2761 /\n CVE-2010-4410 / CVE-2010-4411)", "edition": 23, "published": "2011-01-21T00:00:00", "title": "SuSE 10 Security Update : Perl (ZYPP Patch Number 7316)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2010-4411", "CVE-2010-3172"], "modified": "2011-01-21T00:00:00", "cpe": ["cpe:/o:suse:suse_linux"], "id": "SUSE_PERL-7316.NASL", "href": "https://www.tenable.com/plugins/nessus/51641", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The text description of this plugin is (C) Novell, Inc.\n#\n\nif (NASL_LEVEL < 3000) exit(0);\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(51641);\n script_version(\"1.10\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2010-2761\", \"CVE-2010-3172\", \"CVE-2010-4410\", \"CVE-2010-4411\");\n\n script_name(english:\"SuSE 10 Security Update : Perl (ZYPP Patch Number 7316)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote SuSE 10 host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Multiple header injection problems in the CGI module of perl have been\nfixed. They allowed to inject HTTP headers in responses.\n\n - have been assigned to this issue. (CVE-2010-2761 /\n CVE-2010-4410 / CVE-2010-4411)\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2010-2761.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2010-3172.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2010-4410.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2010-4411.html\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Apply ZYPP patch number 7316.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:suse:suse_linux\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2010/11/05\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/01/17\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/01/21\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2011-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) exit(0, \"Local checks are not enabled.\");\nif (!get_kb_item(\"Host/SuSE/release\")) exit(0, \"The host is not running SuSE.\");\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) exit(1, \"Could not obtain the list of installed packages.\");\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) exit(1, \"Failed to determine the architecture type.\");\nif (cpu >!< \"x86_64\" && cpu !~ \"^i[3-6]86$\") exit(1, \"Local checks for SuSE 10 on the '\"+cpu+\"' architecture have not been implemented.\");\n\n\nflag = 0;\nif (rpm_check(release:\"SLED10\", sp:3, reference:\"perl-5.8.8-14.17.15\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:3, cpu:\"x86_64\", reference:\"perl-32bit-5.8.8-14.17.15\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:3, reference:\"perl-5.8.8-14.17.15\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:3, cpu:\"x86_64\", reference:\"perl-32bit-5.8.8-14.17.15\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse exit(0, \"The host is not affected.\");\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2021-01-17T14:08:04", "description": "Multiple header injection problems in the CGI module of perl have been\nfixed. They allowed to inject HTTP headers in responses.\nCVE-2010-2761, CVE-2010-4410 and CVE-2010-4411 have been assigned to\nthis issue.", "edition": 24, "published": "2014-06-13T00:00:00", "title": "openSUSE Security Update : perl (openSUSE-SU-2011:0064-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2010-4411", "CVE-2010-3172"], "modified": "2014-06-13T00:00:00", "cpe": ["p-cpe:/a:novell:opensuse:perl", "p-cpe:/a:novell:opensuse:perl-base", "p-cpe:/a:novell:opensuse:perl-base-32bit", "p-cpe:/a:novell:opensuse:perl-32bit", "cpe:/o:novell:opensuse:11.3"], "id": "SUSE_11_3_PERL-110112.NASL", "href": "https://www.tenable.com/plugins/nessus/75705", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from openSUSE Security Update perl-3806.\n#\n# The text description of this plugin is (C) SUSE LLC.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(75705);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/14\");\n\n script_cve_id(\"CVE-2010-2761\", \"CVE-2010-3172\", \"CVE-2010-4410\", \"CVE-2010-4411\");\n\n script_name(english:\"openSUSE Security Update : perl (openSUSE-SU-2011:0064-1)\");\n script_summary(english:\"Check for the perl-3806 patch\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote openSUSE host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Multiple header injection problems in the CGI module of perl have been\nfixed. They allowed to inject HTTP headers in responses.\nCVE-2010-2761, CVE-2010-4410 and CVE-2010-4411 have been assigned to\nthis issue.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=657343\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://lists.opensuse.org/opensuse-updates/2011-01/msg00027.html\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected perl packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:perl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:perl-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:perl-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:perl-base-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:11.3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/01/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2014/06/13\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2014-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release =~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"openSUSE\");\nif (release !~ \"^(SUSE11\\.3)$\") audit(AUDIT_OS_RELEASE_NOT, \"openSUSE\", \"11.3\", release);\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nourarch = get_kb_item(\"Host/cpu\");\nif (!ourarch) audit(AUDIT_UNKNOWN_ARCH);\nif (ourarch !~ \"^(i586|i686|x86_64)$\") audit(AUDIT_ARCH_NOT, \"i586 / i686 / x86_64\", ourarch);\n\nflag = 0;\n\nif ( rpm_check(release:\"SUSE11.3\", reference:\"perl-5.12.1-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"perl-base-5.12.1-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", cpu:\"x86_64\", reference:\"perl-32bit-5.12.1-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", cpu:\"x86_64\", reference:\"perl-base-32bit-5.12.1-2.3.1\") ) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"perl\");\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2021-01-17T14:08:05", "description": "The following vulnerabilities have been fixed in perl-CGI-Simple:\nCVE-2010-4410 - crlf injection CVE-2010-4411 - incomplete fix for crlf\ninjection", "edition": 24, "published": "2014-06-13T00:00:00", "title": "openSUSE Security Update : perl-CGI-Simple (openSUSE-SU-2011:0083-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-4411"], "modified": "2014-06-13T00:00:00", "cpe": ["p-cpe:/a:novell:opensuse:perl-CGI-Simple", "cpe:/o:novell:opensuse:11.3"], "id": "SUSE_11_3_PERL-CGI-SIMPLE-110127.NASL", "href": "https://www.tenable.com/plugins/nessus/75709", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from openSUSE Security Update perl-CGI-Simple-3872.\n#\n# The text description of this plugin is (C) SUSE LLC.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(75709);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/14\");\n\n script_cve_id(\"CVE-2010-4410\", \"CVE-2010-4411\");\n\n script_name(english:\"openSUSE Security Update : perl-CGI-Simple (openSUSE-SU-2011:0083-1)\");\n script_summary(english:\"Check for the perl-CGI-Simple-3872 patch\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote openSUSE host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"The following vulnerabilities have been fixed in perl-CGI-Simple:\nCVE-2010-4410 - crlf injection CVE-2010-4411 - incomplete fix for crlf\ninjection\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=663396\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://lists.opensuse.org/opensuse-updates/2011-01/msg00032.html\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected perl-CGI-Simple package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:perl-CGI-Simple\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:11.3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/01/27\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2014/06/13\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2014-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release =~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"openSUSE\");\nif (release !~ \"^(SUSE11\\.3)$\") audit(AUDIT_OS_RELEASE_NOT, \"openSUSE\", \"11.3\", release);\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nourarch = get_kb_item(\"Host/cpu\");\nif (!ourarch) audit(AUDIT_UNKNOWN_ARCH);\nif (ourarch !~ \"^(i586|i686|x86_64)$\") audit(AUDIT_ARCH_NOT, \"i586 / i686 / x86_64\", ourarch);\n\nflag = 0;\n\nif ( rpm_check(release:\"SUSE11.3\", reference:\"perl-CGI-Simple-1.113-0.3.1\") ) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"perl-CGI-Simple\");\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2021-01-17T14:06:28", "description": "The following vulnerabilities have been fixed in perl-CGI-Simple:\nCVE-2010-4410 - crlf injection CVE-2010-4411 - incomplete fix for crlf\ninjection", "edition": 24, "published": "2011-05-05T00:00:00", "title": "openSUSE Security Update : perl-CGI-Simple (openSUSE-SU-2011:0083-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-4411"], "modified": "2011-05-05T00:00:00", "cpe": ["cpe:/o:novell:opensuse:11.2", "p-cpe:/a:novell:opensuse:perl-CGI-Simple"], "id": "SUSE_11_2_PERL-CGI-SIMPLE-110127.NASL", "href": "https://www.tenable.com/plugins/nessus/53791", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from openSUSE Security Update perl-CGI-Simple-3872.\n#\n# The text description of this plugin is (C) SUSE LLC.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(53791);\n script_version(\"1.7\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/14\");\n\n script_cve_id(\"CVE-2010-4410\", \"CVE-2010-4411\");\n\n script_name(english:\"openSUSE Security Update : perl-CGI-Simple (openSUSE-SU-2011:0083-1)\");\n script_summary(english:\"Check for the perl-CGI-Simple-3872 patch\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote openSUSE host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"The following vulnerabilities have been fixed in perl-CGI-Simple:\nCVE-2010-4410 - crlf injection CVE-2010-4411 - incomplete fix for crlf\ninjection\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=663396\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://lists.opensuse.org/opensuse-updates/2011-01/msg00032.html\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected perl-CGI-Simple package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:perl-CGI-Simple\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:11.2\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/01/27\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/05/05\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2011-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release =~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"openSUSE\");\nif (release !~ \"^(SUSE11\\.2)$\") audit(AUDIT_OS_RELEASE_NOT, \"openSUSE\", \"11.2\", release);\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nourarch = get_kb_item(\"Host/cpu\");\nif (!ourarch) audit(AUDIT_UNKNOWN_ARCH);\nif (ourarch !~ \"^(i586|i686|x86_64)$\") audit(AUDIT_ARCH_NOT, \"i586 / i686 / x86_64\", ourarch);\n\nflag = 0;\n\nif ( rpm_check(release:\"SUSE11.2\", reference:\"perl-CGI-Simple-1.113-0.3.1\") ) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"perl-CGI-Simple\");\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2021-01-12T10:08:59", "description": "Update to 1.113 and apply additional patch to resolve CVE-2010-4410.\n\nFix boundary to use randomized value as opposed to hard-coded value.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 25, "published": "2011-01-31T00:00:00", "title": "Fedora 14 : perl-CGI-Simple-1.113-1.fc14 (2011-0653)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-4410", "CVE-2010-2761"], "modified": "2011-01-31T00:00:00", "cpe": ["p-cpe:/a:fedoraproject:fedora:perl-CGI-Simple", "cpe:/o:fedoraproject:fedora:14"], "id": "FEDORA_2011-0653.NASL", "href": "https://www.tenable.com/plugins/nessus/51823", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2011-0653.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(51823);\n script_version(\"1.15\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2010-2761\", \"CVE-2010-4410\");\n script_bugtraq_id(45145);\n script_xref(name:\"FEDORA\", value:\"2011-0653\");\n\n script_name(english:\"Fedora 14 : perl-CGI-Simple-1.113-1.fc14 (2011-0653)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Update to 1.113 and apply additional patch to resolve CVE-2010-4410.\n\nFix boundary to use randomized value as opposed to hard-coded value.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=658970\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=658976\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-January/053591.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?5f57fc28\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected perl-CGI-Simple package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:perl-CGI-Simple\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:14\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/01/21\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/01/31\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2011-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^14([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 14.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC14\", reference:\"perl-CGI-Simple-1.113-1.fc14\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"perl-CGI-Simple\");\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}], "cve": [{"lastseen": "2020-12-09T19:34:44", "description": "CRLF injection vulnerability in the header function in (1) CGI.pm before 3.50 and (2) Simple.pm in CGI::Simple 1.112 and earlier allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via vectors related to non-whitespace characters preceded by newline characters, a different vulnerability than CVE-2010-2761 and CVE-2010-3172.", "edition": 5, "cvss3": {}, "published": "2010-12-06T20:13:00", "title": "CVE-2010-4410", "type": "cve", "cwe": ["CWE-94"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "NONE", "integrityImpact": "PARTIAL", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2010-4410"], "modified": "2016-12-08T03:01:00", "cpe": ["cpe:/a:andy_armstrong:cgi-simple:1.108", "cpe:/a:andy_armstrong:cgi.pm:3.07", "cpe:/a:andy_armstrong:cgi.pm:3.24", "cpe:/a:andy_armstrong:cgi.pm:2.76", "cpe:/a:andy_armstrong:cgi.pm:2.65", "cpe:/a:andy_armstrong:cgi.pm:1.45", "cpe:/a:andy_armstrong:cgi.pm:2.50", "cpe:/a:andy_armstrong:cgi.pm:2.54", "cpe:/a:andy_armstrong:cgi.pm:3.28", "cpe:/a:andy_armstrong:cgi.pm:3.29", "cpe:/a:andy_armstrong:cgi.pm:1.55", "cpe:/a:andy_armstrong:cgi.pm:2.75", "cpe:/a:andy_armstrong:cgi.pm:3.23", "cpe:/a:andy_armstrong:cgi.pm:2.96", "cpe:/a:andy_armstrong:cgi.pm:3.46", "cpe:/a:andy_armstrong:cgi-simple:1.110", "cpe:/a:andy_armstrong:cgi.pm:1.4", "cpe:/a:andy_armstrong:cgi.pm:1.44", "cpe:/a:andy_armstrong:cgi-simple:1.103", "cpe:/a:andy_armstrong:cgi.pm:1.53", "cpe:/a:andy_armstrong:cgi.pm:2.15", "cpe:/a:andy_armstrong:cgi.pm:2.80", "cpe:/a:andy_armstrong:cgi.pm:2.77", "cpe:/a:andy_armstrong:cgi.pm:2.89", "cpe:/a:andy_armstrong:cgi.pm:2.84", "cpe:/a:andy_armstrong:cgi.pm:2.22", "cpe:/a:andy_armstrong:cgi.pm:3.48", "cpe:/a:andy_armstrong:cgi.pm:2.751", "cpe:/a:andy_armstrong:cgi.pm:2.40", "cpe:/a:andy_armstrong:cgi-simple:0.079", "cpe:/a:andy_armstrong:cgi-simple:1.105", "cpe:/a:andy_armstrong:cgi.pm:3.20", "cpe:/a:andy_armstrong:cgi-simple:0.080", "cpe:/a:andy_armstrong:cgi.pm:2.82", "cpe:/a:andy_armstrong:cgi.pm:3.18", "cpe:/a:andy_armstrong:cgi.pm:2.28", "cpe:/a:andy_armstrong:cgi.pm:3.36", "cpe:/a:andy_armstrong:cgi-simple:0.082", "cpe:/a:andy_armstrong:cgi.pm:2.88", "cpe:/a:andy_armstrong:cgi.pm:2.38", "cpe:/a:andy_armstrong:cgi.pm:3.34", "cpe:/a:andy_armstrong:cgi.pm:2.31", "cpe:/a:andy_armstrong:cgi.pm:2.43", "cpe:/a:andy_armstrong:cgi.pm:2.32", "cpe:/a:andy_armstrong:cgi-simple:1.1", "cpe:/a:andy_armstrong:cgi.pm:2.57", "cpe:/a:andy_armstrong:cgi.pm:2.94", "cpe:/a:andy_armstrong:cgi.pm:2.69", "cpe:/a:andy_armstrong:cgi.pm:2.62", "cpe:/a:andy_armstrong:cgi.pm:2.29", "cpe:/a:andy_armstrong:cgi.pm:3.19", "cpe:/a:andy_armstrong:cgi.pm:2.85", "cpe:/a:andy_armstrong:cgi.pm:3.17", "cpe:/a:andy_armstrong:cgi.pm:2.33", "cpe:/a:andy_armstrong:cgi.pm:1.52", "cpe:/a:andy_armstrong:cgi.pm:2.63", "cpe:/a:andy_armstrong:cgi.pm:3.09", "cpe:/a:andy_armstrong:cgi.pm:2.47", "cpe:/a:andy_armstrong:cgi.pm:2.39", "cpe:/a:andy_armstrong:cgi.pm:2.752", "cpe:/a:andy_armstrong:cgi.pm:2.36", "cpe:/a:andy_armstrong:cgi.pm:2.91", "cpe:/a:andy_armstrong:cgi-simple:1.112", "cpe:/a:andy_armstrong:cgi.pm:2.64", "cpe:/a:andy_armstrong:cgi.pm:2.46", "cpe:/a:andy_armstrong:cgi.pm:3.05", "cpe:/a:andy_armstrong:cgi.pm:2.44", "cpe:/a:andy_armstrong:cgi.pm:3.15", "cpe:/a:andy_armstrong:cgi-simple:1.1.1", "cpe:/a:andy_armstrong:cgi.pm:2.58", "cpe:/a:andy_armstrong:cgi.pm:3.22", "cpe:/a:andy_armstrong:cgi.pm:2.66", "cpe:/a:andy_armstrong:cgi.pm:2.79", "cpe:/a:andy_armstrong:cgi.pm:2.19", "cpe:/a:andy_armstrong:cgi.pm:2.78", "cpe:/a:andy_armstrong:cgi.pm:2.18", "cpe:/a:andy_armstrong:cgi.pm:2.45", "cpe:/a:andy_armstrong:cgi.pm:2.35", "cpe:/a:andy_armstrong:cgi.pm:2.42", "cpe:/a:andy_armstrong:cgi.pm:3.25", "cpe:/a:andy_armstrong:cgi-simple:1.0", "cpe:/a:andy_armstrong:cgi-simple:1.107", "cpe:/a:andy_armstrong:cgi.pm:2.14", "cpe:/a:andy_armstrong:cgi.pm:2.27", "cpe:/a:andy_armstrong:cgi.pm:3.26", "cpe:/a:andy_armstrong:cgi.pm:2.24", "cpe:/a:andy_armstrong:cgi.pm:3.27", "cpe:/a:andy_armstrong:cgi.pm:1.54", "cpe:/a:andy_armstrong:cgi-simple:1.106", "cpe:/a:andy_armstrong:cgi.pm:2.70", "cpe:/a:andy_armstrong:cgi.pm:3.47", "cpe:/a:andy_armstrong:cgi.pm:2.53", "cpe:/a:andy_armstrong:cgi.pm:3.11", "cpe:/a:andy_armstrong:cgi.pm:1.51", "cpe:/a:andy_armstrong:cgi.pm:2.01", "cpe:/a:andy_armstrong:cgi.pm:1.42", "cpe:/a:andy_armstrong:cgi.pm:2.17", "cpe:/a:andy_armstrong:cgi.pm:2.68", "cpe:/a:andy_armstrong:cgi.pm:3.21", "cpe:/a:andy_armstrong:cgi.pm:2.86", "cpe:/a:andy_armstrong:cgi.pm:2.59", "cpe:/a:andy_armstrong:cgi.pm:2.93", "cpe:/a:andy_armstrong:cgi.pm:2.71", "cpe:/a:andy_armstrong:cgi.pm:3.44", "cpe:/a:andy_armstrong:cgi.pm:1.57", "cpe:/a:andy_armstrong:cgi.pm:2.87", "cpe:/a:andy_armstrong:cgi.pm:1.43", "cpe:/a:andy_armstrong:cgi.pm:2.74", "cpe:/a:andy_armstrong:cgi.pm:3.33", "cpe:/a:andy_armstrong:cgi.pm:2.99", "cpe:/a:andy_armstrong:cgi.pm:3.08", "cpe:/a:andy_armstrong:cgi.pm:3.10", "cpe:/a:andy_armstrong:cgi.pm:3.35", "cpe:/a:andy_armstrong:cgi-simple:1.104", "cpe:/a:andy_armstrong:cgi.pm:3.41", "cpe:/a:andy_armstrong:cgi.pm:2.60", "cpe:/a:andy_armstrong:cgi.pm:2.92", "cpe:/a:andy_armstrong:cgi.pm:2.51", "cpe:/a:andy_armstrong:cgi.pm:3.13", "cpe:/a:andy_armstrong:cgi.pm:3.38", "cpe:/a:andy_armstrong:cgi.pm:2.52", "cpe:/a:andy_armstrong:cgi.pm:2.23", "cpe:/a:andy_armstrong:cgi.pm:2.73", "cpe:/a:andy_armstrong:cgi.pm:2.48", "cpe:/a:andy_armstrong:cgi.pm:3.06", "cpe:/a:andy_armstrong:cgi-simple:1.111", "cpe:/a:andy_armstrong:cgi.pm:3.02", "cpe:/a:andy_armstrong:cgi.pm:2.16", "cpe:/a:andy_armstrong:cgi.pm:2.0", "cpe:/a:andy_armstrong:cgi-simple:0.078", "cpe:/a:andy_armstrong:cgi.pm:3.37", "cpe:/a:andy_armstrong:cgi-simple:1.109", "cpe:/a:andy_armstrong:cgi.pm:2.21", "cpe:/a:andy_armstrong:cgi.pm:2.13", "cpe:/a:andy_armstrong:cgi.pm:3.42", "cpe:/a:andy_armstrong:cgi.pm:3.12", "cpe:/a:andy_armstrong:cgi.pm:2.72", "cpe:/a:andy_armstrong:cgi.pm:2.67", "cpe:/a:andy_armstrong:cgi.pm:3.49", "cpe:/a:andy_armstrong:cgi.pm:2.56", "cpe:/a:andy_armstrong:cgi.pm:2.97", "cpe:/a:andy_armstrong:cgi.pm:3.04", "cpe:/a:andy_armstrong:cgi.pm:3.43", "cpe:/a:andy_armstrong:cgi-simple:1.1.2", "cpe:/a:andy_armstrong:cgi.pm:3.00", "cpe:/a:andy_armstrong:cgi.pm:2.41", "cpe:/a:andy_armstrong:cgi.pm:3.31", "cpe:/a:andy_armstrong:cgi.pm:2.98", "cpe:/a:andy_armstrong:cgi.pm:3.01", "cpe:/a:andy_armstrong:cgi.pm:3.40", "cpe:/a:andy_armstrong:cgi-simple:0.081", "cpe:/a:andy_armstrong:cgi.pm:3.30", "cpe:/a:andy_armstrong:cgi.pm:2.95", "cpe:/a:andy_armstrong:cgi-simple:0.83", "cpe:/a:andy_armstrong:cgi.pm:2.30", "cpe:/a:andy_armstrong:cgi.pm:2.26", "cpe:/a:andy_armstrong:cgi.pm:1.50", "cpe:/a:andy_armstrong:cgi.pm:2.81", "cpe:/a:andy_armstrong:cgi.pm:2.55", "cpe:/a:andy_armstrong:cgi.pm:2.25", "cpe:/a:andy_armstrong:cgi.pm:3.14", "cpe:/a:andy_armstrong:cgi.pm:2.49", "cpe:/a:andy_armstrong:cgi.pm:2.90", "cpe:/a:andy_armstrong:cgi.pm:3.32", "cpe:/a:andy_armstrong:cgi.pm:3.16", "cpe:/a:andy_armstrong:cgi.pm:2.34", "cpe:/a:andy_armstrong:cgi.pm:2.61", "cpe:/a:andy_armstrong:cgi.pm:2.83", "cpe:/a:andy_armstrong:cgi.pm:3.45", "cpe:/a:andy_armstrong:cgi.pm:2.20", "cpe:/a:andy_armstrong:cgi.pm:2.37", "cpe:/a:andy_armstrong:cgi.pm:3.39", "cpe:/a:andy_armstrong:cgi.pm:1.56", "cpe:/a:andy_armstrong:cgi.pm:3.03"], "id": "CVE-2010-4410", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-4410", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "cpe23": ["cpe:2.3:a:andy_armstrong:cgi.pm:2.43:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.28:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.13:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.55:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.59:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.93:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.33:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.95:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.47:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.30:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.53:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.51:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.90:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.09:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.19:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.1:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.36:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.41:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.751:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.92:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.752:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.0:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.57:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.111:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.17:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.41:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.26:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.107:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.43:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.21:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.105:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.81:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.78:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.50:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.57:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.49:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.078:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.45:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.03:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.25:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.20:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.32:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.28:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.35:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.1.1:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.14:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.99:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.37:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.62:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.32:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.60:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.50:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.02:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.108:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.42:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.46:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.0:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.56:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.1.2:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.079:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.55:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.33:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.110:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.23:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.15:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.22:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.44:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.44:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.86:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.06:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.40:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.72:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.46:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.14:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.45:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.51:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.83:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.23:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.47:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.103:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.79:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.01:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.38:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.15:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.94:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.21:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.13:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.08:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.83:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.42:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.89:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.4:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.29:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.18:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.080:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.31:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.34:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.17:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.67:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.36:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.64:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.48:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.74:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.66:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.85:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.30:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.05:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.73:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.43:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.52:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.96:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.44:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.26:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.27:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.97:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.69:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.12:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.39:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.104:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.07:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.40:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.29:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.77:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.98:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.16:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.19:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.70:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.49:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.91:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.71:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.31:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.00:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.37:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.20:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.11:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.68:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.75:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.87:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.58:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.081:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.65:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.27:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.61:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.38:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.88:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.18:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.54:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.22:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.56:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.106:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.10:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.04:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.84:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.48:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.082:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.109:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.34:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.80:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.42:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.16:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.82:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.76:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.45:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.01:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.24:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.35:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.53:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.25:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.39:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.54:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.24:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.63:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.112:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.52:*:*:*:*:*:*:*"]}, {"lastseen": "2020-12-09T19:34:44", "description": "Unspecified vulnerability in CGI.pm 3.50 and earlier allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via unknown vectors. NOTE: this issue exists because of an incomplete fix for CVE-2010-2761.", "edition": 5, "cvss3": {}, "published": "2010-12-06T20:13:00", "title": "CVE-2010-4411", "type": "cve", "cwe": ["NVD-CWE-noinfo"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "NONE", "integrityImpact": "PARTIAL", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2010-4411"], "modified": "2014-02-12T04:24:00", "cpe": ["cpe:/a:andy_armstrong:cgi.pm:3.07", "cpe:/a:andy_armstrong:cgi.pm:3.24", "cpe:/a:andy_armstrong:cgi.pm:2.76", "cpe:/a:andy_armstrong:cgi.pm:2.65", "cpe:/a:andy_armstrong:cgi.pm:1.45", "cpe:/a:andy_armstrong:cgi.pm:2.50", "cpe:/a:andy_armstrong:cgi.pm:2.54", "cpe:/a:andy_armstrong:cgi.pm:3.28", "cpe:/a:andy_armstrong:cgi.pm:3.29", "cpe:/a:andy_armstrong:cgi.pm:1.55", "cpe:/a:andy_armstrong:cgi.pm:2.75", "cpe:/a:andy_armstrong:cgi.pm:3.23", "cpe:/a:andy_armstrong:cgi.pm:2.96", "cpe:/a:andy_armstrong:cgi.pm:3.46", "cpe:/a:andy_armstrong:cgi.pm:1.4", "cpe:/a:andy_armstrong:cgi.pm:1.44", "cpe:/a:andy_armstrong:cgi.pm:1.53", "cpe:/a:andy_armstrong:cgi.pm:2.15", "cpe:/a:andy_armstrong:cgi.pm:2.80", "cpe:/a:andy_armstrong:cgi.pm:2.77", "cpe:/a:andy_armstrong:cgi.pm:2.89", "cpe:/a:andy_armstrong:cgi.pm:2.84", "cpe:/a:andy_armstrong:cgi.pm:2.22", "cpe:/a:andy_armstrong:cgi.pm:3.48", "cpe:/a:andy_armstrong:cgi.pm:2.751", "cpe:/a:andy_armstrong:cgi.pm:2.40", "cpe:/a:andy_armstrong:cgi.pm:3.20", "cpe:/a:andy_armstrong:cgi.pm:2.82", "cpe:/a:andy_armstrong:cgi.pm:3.18", "cpe:/a:andy_armstrong:cgi.pm:2.28", "cpe:/a:andy_armstrong:cgi.pm:3.36", "cpe:/a:andy_armstrong:cgi.pm:2.88", "cpe:/a:andy_armstrong:cgi.pm:2.38", "cpe:/a:andy_armstrong:cgi.pm:3.34", "cpe:/a:andy_armstrong:cgi.pm:2.31", "cpe:/a:andy_armstrong:cgi.pm:2.43", "cpe:/a:andy_armstrong:cgi.pm:2.32", "cpe:/a:andy_armstrong:cgi.pm:2.57", "cpe:/a:andy_armstrong:cgi.pm:2.94", "cpe:/a:andy_armstrong:cgi.pm:2.69", "cpe:/a:andy_armstrong:cgi.pm:2.62", "cpe:/a:andy_armstrong:cgi.pm:2.29", "cpe:/a:andy_armstrong:cgi.pm:3.19", "cpe:/a:andy_armstrong:cgi.pm:2.85", "cpe:/a:andy_armstrong:cgi.pm:3.17", "cpe:/a:andy_armstrong:cgi.pm:2.33", "cpe:/a:andy_armstrong:cgi.pm:1.52", "cpe:/a:andy_armstrong:cgi.pm:2.63", "cpe:/a:andy_armstrong:cgi.pm:3.09", "cpe:/a:andy_armstrong:cgi.pm:2.47", "cpe:/a:andy_armstrong:cgi.pm:2.39", "cpe:/a:andy_armstrong:cgi.pm:2.752", "cpe:/a:andy_armstrong:cgi.pm:2.36", "cpe:/a:andy_armstrong:cgi.pm:2.91", "cpe:/a:andy_armstrong:cgi.pm:2.64", "cpe:/a:andy_armstrong:cgi.pm:2.46", "cpe:/a:andy_armstrong:cgi.pm:3.05", "cpe:/a:andy_armstrong:cgi.pm:2.44", "cpe:/a:andy_armstrong:cgi.pm:3.15", "cpe:/a:andy_armstrong:cgi.pm:2.58", "cpe:/a:andy_armstrong:cgi.pm:3.22", "cpe:/a:andy_armstrong:cgi.pm:2.66", "cpe:/a:andy_armstrong:cgi.pm:2.79", "cpe:/a:andy_armstrong:cgi.pm:2.19", "cpe:/a:andy_armstrong:cgi.pm:2.78", "cpe:/a:andy_armstrong:cgi.pm:2.18", "cpe:/a:andy_armstrong:cgi.pm:2.45", "cpe:/a:andy_armstrong:cgi.pm:2.35", "cpe:/a:andy_armstrong:cgi.pm:2.42", "cpe:/a:andy_armstrong:cgi.pm:3.25", "cpe:/a:andy_armstrong:cgi.pm:2.14", "cpe:/a:andy_armstrong:cgi.pm:2.27", "cpe:/a:andy_armstrong:cgi.pm:3.26", "cpe:/a:andy_armstrong:cgi.pm:2.24", "cpe:/a:andy_armstrong:cgi.pm:3.27", "cpe:/a:andy_armstrong:cgi.pm:1.54", "cpe:/a:andy_armstrong:cgi.pm:2.70", "cpe:/a:andy_armstrong:cgi.pm:3.47", "cpe:/a:andy_armstrong:cgi.pm:2.53", "cpe:/a:andy_armstrong:cgi.pm:3.11", "cpe:/a:andy_armstrong:cgi.pm:1.51", "cpe:/a:andy_armstrong:cgi.pm:2.01", "cpe:/a:andy_armstrong:cgi.pm:1.42", "cpe:/a:andy_armstrong:cgi.pm:2.17", "cpe:/a:andy_armstrong:cgi.pm:2.68", "cpe:/a:andy_armstrong:cgi.pm:3.21", "cpe:/a:andy_armstrong:cgi.pm:2.86", "cpe:/a:andy_armstrong:cgi.pm:2.59", "cpe:/a:andy_armstrong:cgi.pm:2.93", "cpe:/a:andy_armstrong:cgi.pm:2.71", "cpe:/a:andy_armstrong:cgi.pm:3.44", "cpe:/a:andy_armstrong:cgi.pm:1.57", "cpe:/a:andy_armstrong:cgi.pm:2.87", "cpe:/a:andy_armstrong:cgi.pm:1.43", "cpe:/a:andy_armstrong:cgi.pm:2.74", "cpe:/a:andy_armstrong:cgi.pm:3.33", "cpe:/a:andy_armstrong:cgi.pm:2.99", "cpe:/a:andy_armstrong:cgi.pm:3.08", "cpe:/a:andy_armstrong:cgi.pm:3.10", "cpe:/a:andy_armstrong:cgi.pm:3.35", "cpe:/a:andy_armstrong:cgi.pm:3.41", "cpe:/a:andy_armstrong:cgi.pm:2.60", "cpe:/a:andy_armstrong:cgi.pm:2.92", "cpe:/a:andy_armstrong:cgi.pm:2.51", "cpe:/a:andy_armstrong:cgi.pm:3.13", "cpe:/a:andy_armstrong:cgi.pm:3.38", "cpe:/a:andy_armstrong:cgi.pm:2.52", "cpe:/a:andy_armstrong:cgi.pm:2.23", "cpe:/a:andy_armstrong:cgi.pm:2.73", "cpe:/a:andy_armstrong:cgi.pm:2.48", "cpe:/a:andy_armstrong:cgi.pm:3.06", "cpe:/a:andy_armstrong:cgi.pm:3.02", "cpe:/a:andy_armstrong:cgi.pm:2.16", "cpe:/a:andy_armstrong:cgi.pm:2.0", "cpe:/a:andy_armstrong:cgi.pm:3.37", "cpe:/a:andy_armstrong:cgi.pm:2.21", "cpe:/a:andy_armstrong:cgi.pm:2.13", "cpe:/a:andy_armstrong:cgi.pm:3.42", "cpe:/a:andy_armstrong:cgi.pm:3.50", "cpe:/a:andy_armstrong:cgi.pm:3.12", "cpe:/a:andy_armstrong:cgi.pm:2.72", "cpe:/a:andy_armstrong:cgi.pm:2.67", "cpe:/a:andy_armstrong:cgi.pm:3.49", "cpe:/a:andy_armstrong:cgi.pm:2.56", "cpe:/a:andy_armstrong:cgi.pm:2.97", "cpe:/a:andy_armstrong:cgi.pm:3.04", "cpe:/a:andy_armstrong:cgi.pm:3.43", "cpe:/a:andy_armstrong:cgi.pm:3.00", "cpe:/a:andy_armstrong:cgi.pm:2.41", "cpe:/a:andy_armstrong:cgi.pm:3.31", "cpe:/a:andy_armstrong:cgi.pm:2.98", "cpe:/a:andy_armstrong:cgi.pm:3.01", "cpe:/a:andy_armstrong:cgi.pm:3.40", "cpe:/a:andy_armstrong:cgi.pm:3.30", "cpe:/a:andy_armstrong:cgi.pm:2.95", "cpe:/a:andy_armstrong:cgi.pm:2.30", "cpe:/a:andy_armstrong:cgi.pm:2.26", "cpe:/a:andy_armstrong:cgi.pm:1.50", "cpe:/a:andy_armstrong:cgi.pm:2.81", "cpe:/a:andy_armstrong:cgi.pm:2.55", "cpe:/a:andy_armstrong:cgi.pm:2.25", "cpe:/a:andy_armstrong:cgi.pm:3.14", "cpe:/a:andy_armstrong:cgi.pm:2.49", "cpe:/a:andy_armstrong:cgi.pm:2.90", "cpe:/a:andy_armstrong:cgi.pm:3.32", "cpe:/a:andy_armstrong:cgi.pm:3.16", "cpe:/a:andy_armstrong:cgi.pm:2.34", "cpe:/a:andy_armstrong:cgi.pm:2.61", "cpe:/a:andy_armstrong:cgi.pm:2.83", "cpe:/a:andy_armstrong:cgi.pm:3.45", "cpe:/a:andy_armstrong:cgi.pm:2.20", "cpe:/a:andy_armstrong:cgi.pm:2.37", "cpe:/a:andy_armstrong:cgi.pm:3.39", "cpe:/a:andy_armstrong:cgi.pm:1.56", "cpe:/a:andy_armstrong:cgi.pm:3.03"], "id": "CVE-2010-4411", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-4411", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "cpe23": ["cpe:2.3:a:andy_armstrong:cgi.pm:2.43:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.28:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.13:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.55:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.59:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.93:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.33:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.95:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.47:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.30:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.53:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.51:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.90:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.09:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.19:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.36:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.41:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.751:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.92:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.752:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.57:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.17:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.41:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.26:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.43:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.21:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.81:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.50:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.78:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.50:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.57:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.49:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.45:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.03:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.25:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.20:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.32:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.28:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.35:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.14:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.99:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.37:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.62:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.32:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.60:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.50:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.02:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.42:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.46:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.0:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.56:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.55:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.33:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.23:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.15:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.22:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.44:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.44:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.86:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.06:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.40:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.72:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.46:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.14:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.45:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.51:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.83:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.23:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.47:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.79:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.01:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.38:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.15:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.94:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.21:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.13:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.08:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.42:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.89:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.4:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.29:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.18:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.31:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.34:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.17:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.67:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.36:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.64:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.48:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.74:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.66:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.85:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.30:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.05:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.73:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.43:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.52:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.96:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.44:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.26:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.27:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.97:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.69:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.12:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.39:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.07:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.40:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.29:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.77:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.98:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.16:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.19:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.70:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.49:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.91:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.71:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.31:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.00:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.37:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.20:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.11:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.68:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.75:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.87:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.58:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.65:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.27:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.61:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.38:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.88:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.18:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.54:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.22:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.56:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.10:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.04:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.84:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.48:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.34:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.80:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.42:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.16:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.82:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.76:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.45:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.01:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.24:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.35:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.53:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.25:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.39:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.54:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.24:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.63:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.52:*:*:*:*:*:*:*"]}, {"lastseen": "2020-12-09T19:34:40", "description": "The multipart_init function in (1) CGI.pm before 3.50 and (2) Simple.pm in CGI::Simple 1.112 and earlier uses a hardcoded value of the MIME boundary string in multipart/x-mixed-replace content, which allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via crafted input that contains this value, a different vulnerability than CVE-2010-3172.", "edition": 5, "cvss3": {}, "published": "2010-12-06T20:12:00", "title": "CVE-2010-2761", "type": "cve", "cwe": ["CWE-94"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "NONE", "integrityImpact": "PARTIAL", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2010-2761"], "modified": "2016-12-08T03:01:00", "cpe": ["cpe:/a:andy_armstrong:cgi-simple:1.108", "cpe:/a:andy_armstrong:cgi.pm:3.07", "cpe:/a:andy_armstrong:cgi.pm:3.24", "cpe:/a:andy_armstrong:cgi.pm:2.76", "cpe:/a:andy_armstrong:cgi.pm:2.65", "cpe:/a:andy_armstrong:cgi.pm:1.45", "cpe:/a:andy_armstrong:cgi.pm:2.50", "cpe:/a:andy_armstrong:cgi.pm:2.54", "cpe:/a:andy_armstrong:cgi.pm:3.28", "cpe:/a:andy_armstrong:cgi.pm:3.29", "cpe:/a:andy_armstrong:cgi.pm:1.55", "cpe:/a:andy_armstrong:cgi.pm:2.75", "cpe:/a:andy_armstrong:cgi.pm:3.23", "cpe:/a:andy_armstrong:cgi.pm:2.96", "cpe:/a:andy_armstrong:cgi.pm:3.46", "cpe:/a:andy_armstrong:cgi-simple:1.110", "cpe:/a:andy_armstrong:cgi.pm:1.4", "cpe:/a:andy_armstrong:cgi.pm:1.44", "cpe:/a:andy_armstrong:cgi-simple:1.103", "cpe:/a:andy_armstrong:cgi.pm:1.53", "cpe:/a:andy_armstrong:cgi.pm:2.15", "cpe:/a:andy_armstrong:cgi.pm:2.80", "cpe:/a:andy_armstrong:cgi.pm:2.77", "cpe:/a:andy_armstrong:cgi.pm:2.89", "cpe:/a:andy_armstrong:cgi.pm:2.84", "cpe:/a:andy_armstrong:cgi.pm:2.22", "cpe:/a:andy_armstrong:cgi.pm:3.48", "cpe:/a:andy_armstrong:cgi.pm:2.751", "cpe:/a:andy_armstrong:cgi.pm:2.40", "cpe:/a:andy_armstrong:cgi-simple:0.079", "cpe:/a:andy_armstrong:cgi-simple:1.105", "cpe:/a:andy_armstrong:cgi.pm:3.20", "cpe:/a:andy_armstrong:cgi-simple:0.080", "cpe:/a:andy_armstrong:cgi.pm:2.82", "cpe:/a:andy_armstrong:cgi.pm:3.18", "cpe:/a:andy_armstrong:cgi.pm:2.28", "cpe:/a:andy_armstrong:cgi.pm:3.36", "cpe:/a:andy_armstrong:cgi-simple:0.082", "cpe:/a:andy_armstrong:cgi.pm:2.88", "cpe:/a:andy_armstrong:cgi.pm:2.38", "cpe:/a:andy_armstrong:cgi.pm:3.34", "cpe:/a:andy_armstrong:cgi.pm:2.31", "cpe:/a:andy_armstrong:cgi.pm:2.43", "cpe:/a:andy_armstrong:cgi.pm:2.32", "cpe:/a:andy_armstrong:cgi-simple:1.1", "cpe:/a:andy_armstrong:cgi.pm:2.57", "cpe:/a:andy_armstrong:cgi.pm:2.94", "cpe:/a:andy_armstrong:cgi.pm:2.69", "cpe:/a:andy_armstrong:cgi.pm:2.62", "cpe:/a:andy_armstrong:cgi.pm:2.29", "cpe:/a:andy_armstrong:cgi.pm:3.19", "cpe:/a:andy_armstrong:cgi.pm:2.85", "cpe:/a:andy_armstrong:cgi.pm:3.17", "cpe:/a:andy_armstrong:cgi.pm:2.33", "cpe:/a:andy_armstrong:cgi.pm:1.52", "cpe:/a:andy_armstrong:cgi.pm:2.63", "cpe:/a:andy_armstrong:cgi.pm:3.09", "cpe:/a:andy_armstrong:cgi.pm:2.47", "cpe:/a:andy_armstrong:cgi.pm:2.39", "cpe:/a:andy_armstrong:cgi.pm:2.752", "cpe:/a:andy_armstrong:cgi.pm:2.36", "cpe:/a:andy_armstrong:cgi.pm:2.91", "cpe:/a:andy_armstrong:cgi-simple:1.112", "cpe:/a:andy_armstrong:cgi.pm:2.64", "cpe:/a:andy_armstrong:cgi.pm:2.46", "cpe:/a:andy_armstrong:cgi.pm:3.05", "cpe:/a:andy_armstrong:cgi.pm:2.44", "cpe:/a:andy_armstrong:cgi.pm:3.15", "cpe:/a:andy_armstrong:cgi-simple:1.1.1", "cpe:/a:andy_armstrong:cgi.pm:2.58", "cpe:/a:andy_armstrong:cgi.pm:3.22", "cpe:/a:andy_armstrong:cgi.pm:2.66", "cpe:/a:andy_armstrong:cgi.pm:2.79", "cpe:/a:andy_armstrong:cgi.pm:2.19", "cpe:/a:andy_armstrong:cgi.pm:2.78", "cpe:/a:andy_armstrong:cgi.pm:2.18", "cpe:/a:andy_armstrong:cgi.pm:2.45", "cpe:/a:andy_armstrong:cgi.pm:2.35", "cpe:/a:andy_armstrong:cgi.pm:2.42", "cpe:/a:andy_armstrong:cgi.pm:3.25", "cpe:/a:andy_armstrong:cgi-simple:1.0", "cpe:/a:andy_armstrong:cgi-simple:1.107", "cpe:/a:andy_armstrong:cgi.pm:2.14", "cpe:/a:andy_armstrong:cgi.pm:2.27", "cpe:/a:andy_armstrong:cgi.pm:3.26", "cpe:/a:andy_armstrong:cgi.pm:2.24", "cpe:/a:andy_armstrong:cgi.pm:3.27", "cpe:/a:andy_armstrong:cgi.pm:1.54", "cpe:/a:andy_armstrong:cgi-simple:1.106", "cpe:/a:andy_armstrong:cgi.pm:2.70", "cpe:/a:andy_armstrong:cgi.pm:3.47", "cpe:/a:andy_armstrong:cgi.pm:2.53", "cpe:/a:andy_armstrong:cgi.pm:3.11", "cpe:/a:andy_armstrong:cgi.pm:1.51", "cpe:/a:andy_armstrong:cgi.pm:2.01", "cpe:/a:andy_armstrong:cgi.pm:1.42", "cpe:/a:andy_armstrong:cgi.pm:2.17", "cpe:/a:andy_armstrong:cgi.pm:2.68", "cpe:/a:andy_armstrong:cgi.pm:3.21", "cpe:/a:andy_armstrong:cgi.pm:2.86", "cpe:/a:andy_armstrong:cgi.pm:2.59", "cpe:/a:andy_armstrong:cgi.pm:2.93", "cpe:/a:andy_armstrong:cgi.pm:2.71", "cpe:/a:andy_armstrong:cgi.pm:3.44", "cpe:/a:andy_armstrong:cgi.pm:1.57", "cpe:/a:andy_armstrong:cgi.pm:2.87", "cpe:/a:andy_armstrong:cgi.pm:1.43", "cpe:/a:andy_armstrong:cgi.pm:2.74", "cpe:/a:andy_armstrong:cgi.pm:3.33", "cpe:/a:andy_armstrong:cgi.pm:2.99", "cpe:/a:andy_armstrong:cgi.pm:3.08", "cpe:/a:andy_armstrong:cgi.pm:3.10", "cpe:/a:andy_armstrong:cgi.pm:3.35", "cpe:/a:andy_armstrong:cgi-simple:1.104", "cpe:/a:andy_armstrong:cgi.pm:3.41", "cpe:/a:andy_armstrong:cgi.pm:2.60", "cpe:/a:andy_armstrong:cgi.pm:2.92", "cpe:/a:andy_armstrong:cgi.pm:2.51", "cpe:/a:andy_armstrong:cgi.pm:3.13", "cpe:/a:andy_armstrong:cgi.pm:3.38", "cpe:/a:andy_armstrong:cgi.pm:2.52", "cpe:/a:andy_armstrong:cgi.pm:2.23", "cpe:/a:andy_armstrong:cgi.pm:2.73", "cpe:/a:andy_armstrong:cgi.pm:2.48", "cpe:/a:andy_armstrong:cgi.pm:3.06", "cpe:/a:andy_armstrong:cgi-simple:1.111", "cpe:/a:andy_armstrong:cgi.pm:3.02", "cpe:/a:andy_armstrong:cgi.pm:2.16", "cpe:/a:andy_armstrong:cgi.pm:2.0", "cpe:/a:andy_armstrong:cgi-simple:0.078", "cpe:/a:andy_armstrong:cgi.pm:3.37", "cpe:/a:andy_armstrong:cgi-simple:1.109", "cpe:/a:andy_armstrong:cgi.pm:2.21", "cpe:/a:andy_armstrong:cgi.pm:2.13", "cpe:/a:andy_armstrong:cgi.pm:3.42", "cpe:/a:andy_armstrong:cgi.pm:3.12", "cpe:/a:andy_armstrong:cgi.pm:2.72", "cpe:/a:andy_armstrong:cgi.pm:2.67", "cpe:/a:andy_armstrong:cgi.pm:3.49", "cpe:/a:andy_armstrong:cgi.pm:2.56", "cpe:/a:andy_armstrong:cgi.pm:2.97", "cpe:/a:andy_armstrong:cgi.pm:3.04", "cpe:/a:andy_armstrong:cgi.pm:3.43", "cpe:/a:andy_armstrong:cgi-simple:1.1.2", "cpe:/a:andy_armstrong:cgi.pm:3.00", "cpe:/a:andy_armstrong:cgi.pm:2.41", "cpe:/a:andy_armstrong:cgi.pm:3.31", "cpe:/a:andy_armstrong:cgi.pm:2.98", "cpe:/a:andy_armstrong:cgi.pm:3.01", "cpe:/a:andy_armstrong:cgi.pm:3.40", "cpe:/a:andy_armstrong:cgi-simple:0.081", "cpe:/a:andy_armstrong:cgi.pm:3.30", "cpe:/a:andy_armstrong:cgi.pm:2.95", "cpe:/a:andy_armstrong:cgi-simple:0.83", "cpe:/a:andy_armstrong:cgi.pm:2.30", "cpe:/a:andy_armstrong:cgi.pm:2.26", "cpe:/a:andy_armstrong:cgi.pm:1.50", "cpe:/a:andy_armstrong:cgi.pm:2.81", "cpe:/a:andy_armstrong:cgi.pm:2.55", "cpe:/a:andy_armstrong:cgi.pm:2.25", "cpe:/a:andy_armstrong:cgi.pm:3.14", "cpe:/a:andy_armstrong:cgi.pm:2.49", "cpe:/a:andy_armstrong:cgi.pm:2.90", "cpe:/a:andy_armstrong:cgi.pm:3.32", "cpe:/a:andy_armstrong:cgi.pm:3.16", "cpe:/a:andy_armstrong:cgi.pm:2.34", "cpe:/a:andy_armstrong:cgi.pm:2.61", "cpe:/a:andy_armstrong:cgi.pm:2.83", "cpe:/a:andy_armstrong:cgi.pm:3.45", "cpe:/a:andy_armstrong:cgi.pm:2.20", "cpe:/a:andy_armstrong:cgi.pm:2.37", "cpe:/a:andy_armstrong:cgi.pm:3.39", "cpe:/a:andy_armstrong:cgi.pm:1.56", "cpe:/a:andy_armstrong:cgi.pm:3.03"], "id": "CVE-2010-2761", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-2761", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "cpe23": ["cpe:2.3:a:andy_armstrong:cgi.pm:2.43:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.28:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.13:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.55:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.59:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.93:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.33:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.95:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.47:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.30:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.53:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.51:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.90:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.09:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.19:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.1:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.36:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.41:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.751:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.92:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.752:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.0:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.57:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.111:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.17:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.41:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.26:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.107:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.43:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.21:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.105:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.81:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.78:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.50:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.57:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.49:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.078:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.45:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.03:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.25:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.20:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.32:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.28:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.35:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.1.1:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.14:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.99:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.37:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.62:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.32:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.60:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.50:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.02:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.108:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.42:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.46:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.0:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.56:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.1.2:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.079:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.55:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.33:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.110:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.23:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.15:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.22:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.44:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.44:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.86:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.06:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.40:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.72:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.46:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.14:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.45:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.51:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.83:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.23:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.47:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.103:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.79:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.01:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.38:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.15:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.94:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.21:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.13:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.08:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.83:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.42:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.89:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.4:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.29:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.18:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.080:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.31:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.34:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.17:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.67:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.36:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.64:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.48:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.74:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.66:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.85:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.30:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.05:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.73:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.43:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.52:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.96:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.44:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.26:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.27:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.97:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.69:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.12:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.39:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.104:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.07:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.40:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.29:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.77:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.98:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.16:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.19:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.70:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.49:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.91:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.71:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.31:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.00:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.37:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.20:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.11:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.68:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.75:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.87:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.58:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.081:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.65:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.27:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.61:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.38:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.88:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.18:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.54:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.22:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.56:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.106:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.10:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.04:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.84:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.48:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:0.082:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.109:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.34:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.80:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.42:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.16:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.82:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.76:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.45:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.01:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.24:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:3.35:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.53:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.25:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.39:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.54:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.24:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:2.63:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi-simple:1.112:*:*:*:*:*:*:*", "cpe:2.3:a:andy_armstrong:cgi.pm:1.52:*:*:*:*:*:*:*"]}, {"lastseen": "2020-10-03T11:39:26", "description": "The (1) lc, (2) lcfirst, (3) uc, and (4) ucfirst functions in Perl 5.10.x, 5.11.x, and 5.12.x through 5.12.3, and 5.13.x through 5.13.11, do not apply the taint attribute to the return value upon processing tainted input, which might allow context-dependent attackers to bypass the taint protection mechanism via a crafted string.", "edition": 3, "cvss3": {}, "published": "2011-04-11T18:55:00", "title": "CVE-2011-1487", "type": "cve", "cwe": ["CWE-264"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "NONE", "availabilityImpact": "NONE", "integrityImpact": "PARTIAL", "baseScore": 5.0, "vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2011-1487"], "modified": "2017-08-17T01:34:00", "cpe": ["cpe:/a:perl:perl:5.13.0", "cpe:/a:perl:perl:5.12.0", "cpe:/a:perl:perl:5.11.2", "cpe:/a:perl:perl:5.13.5", "cpe:/a:perl:perl:5.12.3", "cpe:/a:perl:perl:5.13.3", "cpe:/a:perl:perl:5.11.1", "cpe:/a:perl:perl:5.13.6", "cpe:/a:perl:perl:5.11.4", "cpe:/a:perl:perl:5.13.9", "cpe:/a:perl:perl:5.13.4", "cpe:/a:perl:perl:5.13.7", "cpe:/a:perl:perl:5.10.0", "cpe:/a:perl:perl:5.12.1", "cpe:/a:perl:perl:5.13.11", "cpe:/a:perl:perl:5.11.5", "cpe:/a:perl:perl:5.13.1", "cpe:/a:perl:perl:5.10.1", "cpe:/a:perl:perl:5.12.2", "cpe:/a:perl:perl:5.13.8", "cpe:/a:perl:perl:5.11.3", "cpe:/a:perl:perl:5.13.10", "cpe:/a:perl:perl:5.11.0", "cpe:/a:perl:perl:5.13.2"], "id": "CVE-2011-1487", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-1487", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:N"}, "cpe23": ["cpe:2.3:a:perl:perl:5.10.0:rc2:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.11.4:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.5:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.10:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.0:rc5:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.3:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.8:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.11:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.4:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.11.0:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.7:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.1:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.9:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.0:rc0:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.0:rc1:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.10.0:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.10.1:rc1:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.2:rc1:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.11.1:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.0:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.11.2:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.10.1:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.10.0:rc1:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.0:rc4:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.1:rc1:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.0:rc3:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.11.3:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.1:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.2:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.3:rc3:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.10.1:rc2:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.11.5:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.1:rc2:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.13.6:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.2:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.0:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.0:rc2:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.3:*:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.3:rc2:*:*:*:*:*:*", "cpe:2.3:a:perl:perl:5.12.3:rc1:*:*:*:*:*:*"]}, {"lastseen": "2020-10-03T11:57:23", "description": "The Safe (aka Safe.pm) module before 2.25 for Perl allows context-dependent attackers to bypass intended (1) Safe::reval and (2) Safe::rdo access restrictions, and inject and execute arbitrary code, via vectors involving implicitly called methods and implicitly blessed objects, as demonstrated by the (a) DESTROY and (b) AUTOLOAD methods, related to \"automagic methods.\"", "edition": 3, "cvss3": {}, "published": "2010-06-21T16:30:00", "title": "CVE-2010-1168", "type": "cve", "cwe": ["CWE-264"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 7.5, "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 6.4, "obtainUserPrivilege": false}, "cvelist": ["CVE-2010-1168"], "modified": "2017-09-19T01:30:00", "cpe": ["cpe:/a:rafael_garcia-suarez:safe:2.15", "cpe:/a:rafael_garcia-suarez:safe:2.11", "cpe:/a:rafael_garcia-suarez:safe:2.17", "cpe:/a:rafael_garcia-suarez:safe:2.23", "cpe:/a:rafael_garcia-suarez:safe:2.22", "cpe:/a:rafael_garcia-suarez:safe:2.14", "cpe:/a:rafael_garcia-suarez:safe:2.21", "cpe:/a:rafael_garcia-suarez:safe:2.20", "cpe:/a:rafael_garcia-suarez:safe:2.09", "cpe:/a:rafael_garcia-suarez:safe:2.16", "cpe:/a:rafael_garcia-suarez:safe:2.24", "cpe:/a:rafael_garcia-suarez:safe:2.08", "cpe:/a:rafael_garcia-suarez:safe:2.13", "cpe:/a:rafael_garcia-suarez:safe:2.19", "cpe:/a:rafael_garcia-suarez:safe:2.18"], "id": "CVE-2010-1168", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-1168", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}, "cpe23": ["cpe:2.3:a:rafael_garcia-suarez:safe:2.17:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.20:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.16:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.19:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.15:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.23:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.14:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.13:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.21:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.11:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.22:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.24:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.09:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.18:*:*:*:*:*:*:*", "cpe:2.3:a:rafael_garcia-suarez:safe:2.08:*:*:*:*:*:*:*"]}, {"lastseen": "2020-10-03T11:57:24", "description": "The Safe (aka Safe.pm) module 2.26, and certain earlier versions, for Perl, as used in PostgreSQL 7.4 before 7.4.29, 8.0 before 8.0.25, 8.1 before 8.1.21, 8.2 before 8.2.17, 8.3 before 8.3.11, 8.4 before 8.4.4, and 9.0 Beta before 9.0 Beta 2, allows context-dependent attackers to bypass intended (1) Safe::reval and (2) Safe::rdo access restrictions, and inject and execute arbitrary code, via vectors involving subroutine references and delayed execution.", "edition": 3, "cvss3": {}, "published": "2010-05-19T18:30:00", "title": "CVE-2010-1447", "type": "cve", "cwe": ["CWE-264"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 6.8, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 8.5, "vectorString": "AV:N/AC:M/Au:S/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "SINGLE"}, "impactScore": 10.0, "obtainUserPrivilege": false}, "cvelist": ["CVE-2010-1447"], "modified": "2017-09-19T01:30:00", "cpe": ["cpe:/a:postgresql:postgresql:7.4", "cpe:/a:postgresql:postgresql:7.4.6", "cpe:/a:postgresql:postgresql:8.2.14", "cpe:/a:postgresql:postgresql:8.0.15", "cpe:/a:postgresql:postgresql:8.0.3", "cpe:/a:postgresql:postgresql:8.1.13", "cpe:/a:postgresql:postgresql:7.4.10", "cpe:/a:postgresql:postgresql:8.1.14", "cpe:/a:postgresql:postgresql:8.2.4", "cpe:/a:postgresql:postgresql:8.1.7", "cpe:/a:postgresql:postgresql:8.2", "cpe:/a:postgresql:postgresql:8.1.17", "cpe:/a:postgresql:postgresql:8.3.7", "cpe:/a:postgresql:postgresql:8.1.12", "cpe:/a:postgresql:postgresql:8.3.1", "cpe:/a:postgresql:postgresql:8.0.1", "cpe:/a:postgresql:postgresql:7.4.15", "cpe:/a:postgresql:postgresql:7.4.28", "cpe:/a:postgresql:postgresql:8.0.4", "cpe:/a:postgresql:postgresql:8.0.7", "cpe:/a:postgresql:postgresql:8.1.8", "cpe:/a:postgresql:postgresql:8.2.2", "cpe:/a:postgresql:postgresql:8.0.24", "cpe:/a:postgresql:postgresql:7.4.27", "cpe:/a:postgresql:postgresql:8.2.10", "cpe:/a:postgresql:postgresql:8.2.3", "cpe:/a:postgresql:postgresql:8.2.1", "cpe:/a:postgresql:postgresql:7.4.23", "cpe:/a:postgresql:postgresql:8.0.10", "cpe:/a:postgresql:postgresql:8.1.0", "cpe:/a:postgresql:postgresql:8.2.15", "cpe:/a:postgresql:postgresql:8.0.19", "cpe:/a:postgresql:postgresql:8.0.14", "cpe:/a:postgresql:postgresql:8.2.6", "cpe:/a:postgresql:postgresql:8.1.20", "cpe:/a:postgresql:postgresql:8.2.11", "cpe:/a:postgresql:postgresql:8.1.11", "cpe:/a:postgresql:postgresql:8.0.18", "cpe:/a:postgresql:postgresql:7.4.22", "cpe:/a:postgresql:postgresql:8.3.6", "cpe:/a:postgresql:postgresql:8.2.7", "cpe:/a:postgresql:postgresql:8.2.8", "cpe:/a:postgresql:postgresql:8.0.13", "cpe:/a:postgresql:postgresql:8.3", "cpe:/a:postgresql:postgresql:7.4.2", "cpe:/a:postgresql:postgresql:8.3.8", "cpe:/a:postgresql:postgresql:8.2.5", "cpe:/a:postgresql:postgresql:8.1.10", "cpe:/a:postgresql:postgresql:8.4.3", "cpe:/a:postgresql:postgresql:8.1.19", "cpe:/a:postgresql:postgresql:7.4.9", "cpe:/a:postgresql:postgresql:8.0.22", "cpe:/a:postgresql:postgresql:8.0.2", "cpe:/a:postgresql:postgresql:8.1.18", "cpe:/a:postgresql:postgresql:8.1.16", "cpe:/a:postgresql:postgresql:8.1.1", "cpe:/a:postgresql:postgresql:7.4.19", "cpe:/a:postgresql:postgresql:7.4.1", "cpe:/a:postgresql:postgresql:7.4.20", "cpe:/a:postgresql:postgresql:7.4.13", "cpe:/a:postgresql:postgresql:7.4.21", "cpe:/a:postgresql:postgresql:8.1.4", "cpe:/a:postgresql:postgresql:8.0", "cpe:/a:postgresql:postgresql:8.1.5", "cpe:/a:postgresql:postgresql:8.3.10", "cpe:/a:postgresql:postgresql:8.1.6", "cpe:/a:postgresql:postgresql:7.4.26", "cpe:/a:postgresql:postgresql:7.4.7", "cpe:/a:postgresql:postgresql:7.4.18", "cpe:/a:postgresql:postgresql:8.0.17", "cpe:/a:postgresql:postgresql:7.4.4", "cpe:/a:postgresql:postgresql:8.1.9", "cpe:/a:postgresql:postgresql:8.4.2", "cpe:/a:postgresql:postgresql:8.2.13", "cpe:/a:postgresql:postgresql:8.0.12", "cpe:/a:postgresql:postgresql:7.4.17", "cpe:/a:postgresql:postgresql:9.0.0", "cpe:/a:postgresql:postgresql:8.3.3", "cpe:/a:postgresql:postgresql:8.1.15", "cpe:/a:postgresql:postgresql:8.0.21", "cpe:/a:postgresql:postgresql:7.4.12", "cpe:/a:postgresql:postgresql:8.0.16", "cpe:/a:postgresql:postgresql:8.0.23", "cpe:/a:postgresql:postgresql:8.0.8", "cpe:/a:postgresql:postgresql:8.2.12", "cpe:/a:postgresql:postgresql:8.0.5", "cpe:/a:postgresql:postgresql:8.0.6", "cpe:/a:postgresql:postgresql:8.2.9", "cpe:/a:postgresql:postgresql:7.4.25", "cpe:/a:postgresql:postgresql:8.3.4", "cpe:/a:postgresql:postgresql:8.1.2", "cpe:/a:postgresql:postgresql:7.4.16", "cpe:/a:postgresql:postgresql:8.2.16", "cpe:/a:postgresql:postgresql:7.4.5", "cpe:/a:postgresql:postgresql:7.4.8", "cpe:/a:postgresql:postgresql:8.3.2", "cpe:/a:postgresql:postgresql:8.1", "cpe:/a:postgresql:postgresql:8.1.3", "cpe:/a:postgresql:postgresql:8.0.20", "cpe:/a:postgresql:postgresql:7.4.3", "cpe:/a:postgresql:postgresql:8.4", "cpe:/a:postgresql:postgresql:7.4.24", "cpe:/a:postgresql:postgresql:7.4.11", "cpe:/a:postgresql:postgresql:8.0.0", "cpe:/a:postgresql:postgresql:7.4.14", "cpe:/a:postgresql:postgresql:8.0.9", "cpe:/a:postgresql:postgresql:8.0.11", "cpe:/a:postgresql:postgresql:8.3.9", "cpe:/a:postgresql:postgresql:8.3.5", "cpe:/a:postgresql:postgresql:8.4.1"], "id": "CVE-2010-1447", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-1447", "cvss": {"score": 8.5, "vector": "AV:N/AC:M/Au:S/C:C/I:C/A:C"}, "cpe23": ["cpe:2.3:a:postgresql:postgresql:8.2.10:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.18:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.23:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.2:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.5:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.20:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:9.0.0:beta1:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.9:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.3:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.3.4:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.2:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.22:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.15:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.5:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.18:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.27:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.16:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.3.7:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.3.6:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.4.1:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.4:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.21:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.10:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.21:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.3:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.25:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.3:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.6:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.3.10:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.2:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.14:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.14:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.10:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.4:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.17:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.8:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.7:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.28:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.3.2:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.4.2:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.11:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.19:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.3.5:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.13:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.14:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.3:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.26:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.3.3:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.10:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.7:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.19:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.9:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.4:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.3.1:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.13:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.2:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.16:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.11:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.12:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.1:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.22:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.13:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.6:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.16:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.16:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.9:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.8:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.11:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.20:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.1:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.5:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.6:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.15:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.18:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.20:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.19:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.4:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.4:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.3:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.8:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.9:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.12:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.14:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.1:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.24:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.17:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.13:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.0:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.7:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.5:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.12:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.12:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.23:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.0:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.4.3:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.11:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.17:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.1:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.7:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.2.8:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1.15:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.6:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.1:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:7.4.24:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.0.15:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.3.8:*:*:*:*:*:*:*", "cpe:2.3:a:postgresql:postgresql:8.3.9:*:*:*:*:*:*:*"]}], "fedora": [{"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-2761", "CVE-2010-4410", "CVE-2010-4411"], "description": "Simple totally OO CGI interface that is CGI.pm compliant. ", "modified": "2011-01-30T19:48:24", "published": "2011-01-30T19:48:24", "id": "FEDORA:CE65E11058D", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 13 Update: perl-CGI-Simple-1.113-1.fc13", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-2761", "CVE-2010-4410", "CVE-2010-4411"], "description": "Simple totally OO CGI interface that is CGI.pm compliant. ", "modified": "2011-01-30T19:52:02", "published": "2011-01-30T19:52:02", "id": "FEDORA:6B0FD110691", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 14 Update: perl-CGI-Simple-1.113-1.fc14", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1168", "CVE-2010-1447", "CVE-2011-1487"], "description": "Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. A large proportion of the CGI scripts on the web are written in Perl. You need the perl package installed on your system so that your system can handle Perl scripts. Install this package if you want to program in Perl or enable your system to handle Perl scripts. ", "modified": "2011-04-23T20:49:40", "published": "2011-04-23T20:49:40", "id": "FEDORA:3803711051E", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 13 Update: perl-5.10.1-123.fc13", "cvss": {"score": 8.5, "vector": "AV:N/AC:M/Au:S/C:C/I:C/A:C"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1168", "CVE-2010-1447"], "description": "Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. A large proportion of the CGI scripts on the web are written in Perl. You need the perl package installed on your system so that your system can handle Perl scripts. Install this package if you want to program in Perl or enable your system to handle Perl scripts. ", "modified": "2010-08-13T21:12:30", "published": "2010-08-13T21:12:30", "id": "FEDORA:2ABEF111145", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 12 Update: perl-5.10.0-91.fc12", "cvss": {"score": 8.5, "vector": "AV:N/AC:M/Au:S/C:C/I:C/A:C"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1168", "CVE-2010-1447"], "description": "Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. A large proportion of the CGI scripts on the web are written in Perl. You need the perl package installed on your system so that your system can handle Perl scripts. Install this package if you want to program in Perl or enable your system to handle Perl scripts. ", "modified": "2010-08-03T01:10:38", "published": "2010-08-03T01:10:38", "id": "FEDORA:1C603110F4C", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 13 Update: perl-5.10.1-116.fc13", "cvss": {"score": 8.5, "vector": "AV:N/AC:M/Au:S/C:C/I:C/A:C"}}], "oraclelinux": [{"lastseen": "2019-05-29T18:35:08", "bulletinFamily": "unix", "cvelist": ["CVE-2010-4410", "CVE-2010-2761", "CVE-2011-1487"], "description": "[5.10.1-119]\n- 692862 - lc launders tainted flag, CVE-2011-1487\n- make SOURCE1 executable, because it missed +x in brew\n- Resolves: rhbz#692862\n[5.10.1-118]\n- Correct perl-5.10.1-rt77352.patch\n- Related: rhbz#640720\n[5.10.1-117]\n- 671352 CGI-3.51 security update\n- Resolves: rhbz#671352\n[5.10.1-116]\n- require Digest::SHA 640716\n- remove removal of NDBM 640729\n- remove unsupported option fork from prove's documentation 609492\n- Thread desctructor leaks 640720\n- update threads to 1.82 (bugfixes releases) 626330\n- remove unused patches from cvs\n- Resolves: rhbz#640729, rhbz#640716, rhbz#609492, rhbz#640720, rhbz#626330", "edition": 4, "modified": "2011-05-28T00:00:00", "published": "2011-05-28T00:00:00", "id": "ELSA-2011-0558", "href": "http://linux.oracle.com/errata/ELSA-2011-0558.html", "title": "perl security and bug fix update", "type": "oraclelinux", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2019-05-29T18:37:51", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1168", "CVE-2010-1447"], "description": "[3:5.8.5-52.el4]\n- build system contains new rpm, which can't create list of header files\n anymore (failure of rpm -ql). Arch specific files contain list of all\n header files for RHEL-4 or mentioned packages.\n- Related: rhbz#591160\n[3:5.8.5-50.el4]\n- CVE-2010-1168 perl Safe: Intended restriction bypass via object references\n- CVE-2010-1447 Safe 2.26 and earlier: Intended restriction bypass via Perl \n object references in code executed outside safe compartment\n Both solved by update to the v2.27.\n- Related: rhbz#591160", "edition": 4, "modified": "2010-06-07T00:00:00", "published": "2010-06-07T00:00:00", "id": "ELSA-2010-0457", "href": "http://linux.oracle.com/errata/ELSA-2010-0457.html", "title": "perl security update", "type": "oraclelinux", "cvss": {"score": 8.5, "vector": "AV:N/AC:M/Au:S/C:C/I:C/A:C"}}, {"lastseen": "2019-05-29T18:39:22", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3597", "CVE-2010-4410", "CVE-2010-2761"], "description": "[4:5.8.8-32.0.1.el5_7.6]\n- Up release number and rebuild\n[4:5.8.8-32.el5.6]\n- CVE-2010-2761 CVE-2010-4410 perl: CGI module multiple issues fixed by security\n patch based on commit from version 3.50\n- Related: rhbz#743626\n[4:5.8.8-32.el5.5]\n- CVE-2010-2761 CVE-2010-4410 perl: CGI module multiple issues fixed by update\n of CGI module to 3.54\n- Resolves: rhbz#743626\n[4:5.8.8-32.el5.4]\n- 743010 - perl: code injection vulnerability in Digest->new()\n- Resolves: rhbz#743094", "edition": 4, "modified": "2011-12-08T00:00:00", "published": "2011-12-08T00:00:00", "id": "ELSA-2011-1797", "href": "http://linux.oracle.com/errata/ELSA-2011-1797.html", "title": "perl security update", "type": "oraclelinux", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "redhat": [{"lastseen": "2019-08-13T18:45:59", "bulletinFamily": "unix", "cvelist": ["CVE-2010-2761", "CVE-2010-4410", "CVE-2011-1487"], "description": "Perl is a high-level programming language commonly used for system\nadministration utilities and web programming. The Perl CGI module provides\nresources for preparing and processing Common Gateway Interface (CGI) based\nHTTP requests and responses.\n\nIt was found that the Perl CGI module used a hard-coded value for the MIME\nboundary string in multipart/x-mixed-replace content. A remote attacker\ncould possibly use this flaw to conduct an HTTP response splitting attack\nvia a specially-crafted HTTP request. (CVE-2010-2761)\n\nA CRLF injection flaw was found in the way the Perl CGI module processed a\nsequence of non-whitespace preceded by newline characters in the header. A\nremote attacker could use this flaw to conduct an HTTP response splitting\nattack via a specially-crafted sequence of characters provided to the CGI\nmodule. (CVE-2010-4410)\n\nIt was found that certain Perl string manipulation functions (such as uc()\nand lc()) failed to preserve the taint bit. A remote attacker could use\nthis flaw to bypass the Perl taint mode protection mechanism in scripts\nthat use the affected functions to process tainted input. (CVE-2011-1487)\n\nThese packages upgrade the CGI module to version 3.51. Refer to the CGI\nmodule's Changes file, linked to in the References, for a full list of\nchanges.\n\nThis update also fixes the following bugs:\n\n* When using the \"threads\" module, an attempt to send a signal to a thread\nthat did not have a signal handler specified caused the perl interpreter to\nterminate unexpectedly with a segmentation fault. With this update, the\n\"threads\" module has been updated to upstream version 1.82, which fixes\nthis bug. As a result, sending a signal to a thread that does not have the\nsignal handler specified no longer causes perl to crash. (BZ#626330)\n\n* Prior to this update, the perl packages did not require the Digest::SHA\nmodule as a dependency. Consequent to this, when a user started the cpan\ncommand line interface and attempted to download a distribution from CPAN,\nthey may have been presented with the following message:\n\nCPAN: checksum security checks disabled because Digest::SHA not installed.\nPlease consider installing the Digest::SHA module.\n\nThis update corrects the spec file for the perl package to require the\nperl-Digest-SHA package as a dependency, and cpan no longer displays the\nabove message. (BZ#640716)\n\n* When using the \"threads\" module, continual creation and destruction of\nthreads could cause the Perl program to consume an increasing amount of\nmemory. With this update, the underlying source code has been corrected to\nfree the allocated memory when a thread is destroyed, and the continual\ncreation and destruction of threads in Perl programs no longer leads to\nmemory leaks. (BZ#640720)\n\n* Due to a packaging error, the perl packages did not include the\n\"NDBM_File\" module. This update corrects this error, and \"NDBM_File\" is now\nincluded as expected. (BZ#640729)\n\n* Prior to this update, the prove(1) manual page and the \"prove --help\"\ncommand listed \"--fork\" as a valid command line option. However, version\n3.17 of the Test::Harness distribution removed the support for the\nfork-based parallel testing, and the prove utility thus no longer supports\nthis option. This update corrects both the manual page and the output of\nthe \"prove --help\" command, so that \"--fork\" is no longer included in the\nlist of available command line options. (BZ#609492)\n\nUsers of Perl, especially those of Perl threads, are advised to upgrade to\nthese updated packages, which correct these issues.\n", "modified": "2018-06-06T20:24:17", "published": "2011-05-19T04:00:00", "id": "RHSA-2011:0558", "href": "https://access.redhat.com/errata/RHSA-2011:0558", "type": "redhat", "title": "(RHSA-2011:0558) Moderate: perl security and bug fix update", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2019-08-13T18:46:30", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1168", "CVE-2010-1447"], "description": "Perl is a high-level programming language commonly used for system\nadministration utilities and web programming. The Safe extension module\nallows users to compile and execute Perl code in restricted compartments.\n\nThe Safe module did not properly restrict the code of implicitly called\nmethods (such as DESTROY and AUTOLOAD) on implicitly blessed objects\nreturned as a result of unsafe code evaluation. These methods could have\nbeen executed unrestricted by Safe when such objects were accessed or\ndestroyed. A specially-crafted Perl script executed inside of a Safe\ncompartment could use this flaw to bypass intended Safe module\nrestrictions. (CVE-2010-1168)\n\nThe Safe module did not properly restrict code compiled in a Safe\ncompartment and executed out of the compartment via a subroutine reference\nreturned as a result of unsafe code evaluation. A specially-crafted Perl\nscript executed inside of a Safe compartment could use this flaw to bypass\nintended Safe module restrictions, if the returned subroutine reference was\ncalled from outside of the compartment. (CVE-2010-1447)\n\nRed Hat would like to thank Tim Bunce for responsibly reporting the\nCVE-2010-1168 and CVE-2010-1447 issues. Upstream acknowledges Nick Cleaton\nas the original reporter of CVE-2010-1168, and Tim Bunce and Rafa\u00ebl\nGarcia-Suarez as the original reporters of CVE-2010-1447.\n\nThese packages upgrade the Safe extension module to version 2.27. Refer to\nthe Safe module's Changes file, linked to in the References, for a full\nlist of changes.\n\nUsers of perl are advised to upgrade to these updated packages, which\ncorrect these issues. All applications using the Safe extension module must\nbe restarted for this update to take effect.\n", "modified": "2018-05-26T04:26:17", "published": "2010-06-07T04:00:00", "id": "RHSA-2010:0457", "href": "https://access.redhat.com/errata/RHSA-2010:0457", "type": "redhat", "title": "(RHSA-2010:0457) Moderate: perl security update", "cvss": {"score": 8.5, "vector": "AV:N/AC:M/Au:S/C:C/I:C/A:C"}}, {"lastseen": "2019-08-13T18:44:34", "bulletinFamily": "unix", "cvelist": ["CVE-2010-2761", "CVE-2010-4410", "CVE-2011-3597"], "description": "Perl is a high-level programming language commonly used for system\nadministration utilities and web programming.\n\nIt was found that the \"new\" constructor of the Digest module used its\nargument as part of the string expression passed to the eval() function. An\nattacker could possibly use this flaw to execute arbitrary Perl code with\nthe privileges of a Perl program that uses untrusted input as an argument\nto the constructor. (CVE-2011-3597)\n\nIt was found that the Perl CGI module used a hard-coded value for the MIME\nboundary string in multipart/x-mixed-replace content. A remote attacker\ncould possibly use this flaw to conduct an HTTP response splitting attack\nvia a specially-crafted HTTP request. (CVE-2010-2761)\n\nA CRLF injection flaw was found in the way the Perl CGI module processed a\nsequence of non-whitespace preceded by newline characters in the header. A\nremote attacker could use this flaw to conduct an HTTP response splitting\nattack via a specially-crafted sequence of characters provided to the CGI\nmodule. (CVE-2010-4410)\n\nAll Perl users should upgrade to these updated packages, which contain\nbackported patches to correct these issues. All running Perl programs must\nbe restarted for this update to take effect.\n", "modified": "2017-09-08T11:49:47", "published": "2011-12-08T05:00:00", "id": "RHSA-2011:1797", "href": "https://access.redhat.com/errata/RHSA-2011:1797", "type": "redhat", "title": "(RHSA-2011:1797) Moderate: perl security update", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "centos": [{"lastseen": "2019-12-20T18:24:00", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3597", "CVE-2010-4410", "CVE-2010-2761"], "description": "**CentOS Errata and Security Advisory** CESA-2011:1797\n\n\nPerl is a high-level programming language commonly used for system\nadministration utilities and web programming.\n\nIt was found that the \"new\" constructor of the Digest module used its\nargument as part of the string expression passed to the eval() function. An\nattacker could possibly use this flaw to execute arbitrary Perl code with\nthe privileges of a Perl program that uses untrusted input as an argument\nto the constructor. (CVE-2011-3597)\n\nIt was found that the Perl CGI module used a hard-coded value for the MIME\nboundary string in multipart/x-mixed-replace content. A remote attacker\ncould possibly use this flaw to conduct an HTTP response splitting attack\nvia a specially-crafted HTTP request. (CVE-2010-2761)\n\nA CRLF injection flaw was found in the way the Perl CGI module processed a\nsequence of non-whitespace preceded by newline characters in the header. A\nremote attacker could use this flaw to conduct an HTTP response splitting\nattack via a specially-crafted sequence of characters provided to the CGI\nmodule. (CVE-2010-4410)\n\nAll Perl users should upgrade to these updated packages, which contain\nbackported patches to correct these issues. All running Perl programs must\nbe restarted for this update to take effect.\n\n\n**Merged security bulletin from advisories:**\nhttp://lists.centos.org/pipermail/centos-announce/2011-December/030344.html\nhttp://lists.centos.org/pipermail/centos-announce/2011-December/030345.html\nhttp://lists.centos.org/pipermail/centos-announce/2011-December/030346.html\nhttp://lists.centos.org/pipermail/centos-announce/2011-December/030347.html\n\n**Affected packages:**\nperl\nperl-suidperl\n\n**Upstream details at:**\nhttps://rhn.redhat.com/errata/RHSA-2011-1797.html", "edition": 3, "modified": "2011-12-09T08:34:28", "published": "2011-12-09T08:14:32", "href": "http://lists.centos.org/pipermail/centos-announce/2011-December/030344.html", "id": "CESA-2011:1797", "title": "perl security update", "type": "centos", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-12-20T18:24:18", "bulletinFamily": "unix", "cvelist": ["CVE-2008-5302", "CVE-2008-5303", "CVE-2010-1168", "CVE-2010-1447"], "description": "**CentOS Errata and Security Advisory** CESA-2010:0458\n\n\nPerl is a high-level programming language commonly used for system\nadministration utilities and web programming. The Safe extension module\nallows users to compile and execute Perl code in restricted compartments.\nThe File::Path module allows users to create and remove directory trees.\n\nThe Safe module did not properly restrict the code of implicitly called\nmethods (such as DESTROY and AUTOLOAD) on implicitly blessed objects\nreturned as a result of unsafe code evaluation. These methods could have\nbeen executed unrestricted by Safe when such objects were accessed or\ndestroyed. A specially-crafted Perl script executed inside of a Safe\ncompartment could use this flaw to bypass intended Safe module\nrestrictions. (CVE-2010-1168)\n\nThe Safe module did not properly restrict code compiled in a Safe\ncompartment and executed out of the compartment via a subroutine reference\nreturned as a result of unsafe code evaluation. A specially-crafted Perl\nscript executed inside of a Safe compartment could use this flaw to bypass\nintended Safe module restrictions, if the returned subroutine reference was\ncalled from outside of the compartment. (CVE-2010-1447)\n\nMultiple race conditions were found in the way the File::Path module's\nrmtree function removed directory trees. A malicious, local user with write\naccess to a directory being removed by a victim, running a Perl script\nusing rmtree, could cause the permissions of arbitrary files to be changed\nto world-writable and setuid, or delete arbitrary files via a symbolic link\nattack, if the victim had the privileges to change the permissions of the\ntarget files or to remove them. (CVE-2008-5302, CVE-2008-5303)\n\nRed Hat would like to thank Tim Bunce for responsibly reporting the\nCVE-2010-1168 and CVE-2010-1447 issues. Upstream acknowledges Nick Cleaton\nas the original reporter of CVE-2010-1168, and Tim Bunce and Rafael\nGarcia-Suarez as the original reporters of CVE-2010-1447.\n\nThese packages upgrade the Safe extension module to version 2.27. Refer to\nthe Safe module's Changes file, linked to in the References, for a full\nlist of changes.\n\nUsers of perl are advised to upgrade to these updated packages, which\ncorrect these issues. All applications using the Safe or File::Path modules\nmust be restarted for this update to take effect.\n\n\n**Merged security bulletin from advisories:**\nhttp://lists.centos.org/pipermail/centos-announce/2010-June/028754.html\nhttp://lists.centos.org/pipermail/centos-announce/2010-June/028762.html\n\n**Affected packages:**\nperl\nperl-suidperl\n\n**Upstream details at:**\nhttps://rhn.redhat.com/errata/RHSA-2010-0458.html", "edition": 3, "modified": "2010-06-12T12:59:15", "published": "2010-06-12T12:59:15", "href": "http://lists.centos.org/pipermail/centos-announce/2010-June/028754.html", "id": "CESA-2010:0458", "title": "perl security update", "type": "centos", "cvss": {"score": 8.5, "vector": "AV:N/AC:M/Au:S/C:C/I:C/A:C"}}]}