| Reporter | Title | Published | Views | Family All 29 |
|---|---|---|---|---|
| Vulnerabilities of the Debian GNU/Linux operating system that allow a remote attacker to compromise the integrity of protected information | 28 Apr 201500:00 | – | bdu_fstec | |
| Web Server Generic XSS | 30 Nov 200100:00 | – | nessus | |
| Debian DSA-2512-1 : mono - missing input sanitising | 18 Jul 201200:00 | – | nessus | |
| Mandriva Linux Security Advisory : mono (MDVSA-2012:140) | 6 Sep 201200:00 | – | nessus | |
| openSUSE Security Update : mono-web (openSUSE-SU-2012:0974-1) | 13 Jun 201400:00 | – | nessus | |
| SuSE 11.2 Security Update : Mono (SAT Patch Number 6543) | 25 Jan 201300:00 | – | nessus | |
| Ubuntu 10.04 LTS / 11.04 / 11.10 / 12.04 LTS : mono vulnerabilities (USN-1517-1) | 26 Jul 201200:00 | – | nessus | |
| CVE-2012-3382 | 12 Jul 201221:00 | – | cve | |
| CVE-2012-3382 | 12 Jul 201221:00 | – | cvelist | |
| [SECURITY] [DSA 2512-1] mono security update | 12 Jul 201219:27 | – | debian |
| Source | Link |
|---|---|
| mandriva | www.mandriva.com/en/support/security/advisories/ |
###############################################################################
# OpenVAS Vulnerability Test
#
# Mandriva Update for mono MDVSA-2012:140 (mono)
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2012 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 = "A vulnerability has been discovered and corrected in mono:
Cross-site scripting (XSS) vulnerability in the ProcessRequest function
in mcs/class/System.Web/System.Web/HttpForbiddenHandler.cs in Mono
2.10.8 and earlier allows remote attackers to inject arbitrary
web script or HTML via a file with a crafted name and a forbidden
extension, which is not properly handled in an error message
(CVE-2012-3382).
The updated packages have been patched to correct this issue.";
tag_affected = "mono on Mandriva Linux 2011.0";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "http://www.mandriva.com/en/support/security/advisories/?name=MDVSA-2012:140");
script_id(831723);
script_version("$Revision: 8253 $");
script_tag(name:"last_modification", value:"$Date: 2017-12-28 07:29:51 +0100 (Thu, 28 Dec 2017) $");
script_tag(name:"creation_date", value:"2012-10-25 18:46:51 +0530 (Thu, 25 Oct 2012)");
script_cve_id("CVE-2012-3382");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_xref(name: "MDVSA", value: "2012:140");
script_name("Mandriva Update for mono MDVSA-2012:140 (mono)");
script_tag(name: "summary" , value: "Check for the Version of mono");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
script_family("Mandrake Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/mandriva_mandrake_linux", "ssh/login/release");
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-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "MNDK_2011.0")
{
if ((res = isrpmvuln(pkg:"libmono0", rpm:"libmono0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"libmono2.0_1", rpm:"libmono2.0_1~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"libmono-devel", rpm:"libmono-devel~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-2.0", rpm:"mono-2.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono", rpm:"mono~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-4.0", rpm:"mono-4.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-compat", rpm:"mono-compat~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-data-2.0", rpm:"mono-data-2.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-data", rpm:"mono-data~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-data-4.0", rpm:"mono-data-4.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-data-compat", rpm:"mono-data-compat~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-doc", rpm:"mono-doc~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"monodoc-core", rpm:"monodoc-core~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-extras-2.0", rpm:"mono-extras-2.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-extras", rpm:"mono-extras~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-extras-4.0", rpm:"mono-extras-4.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-extras-compat", rpm:"mono-extras-compat~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-locale-extras-2.0", rpm:"mono-locale-extras-2.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-locale-extras", rpm:"mono-locale-extras~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-locale-extras-4.0", rpm:"mono-locale-extras-4.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-locale-extras-compat", rpm:"mono-locale-extras-compat~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-nunit", rpm:"mono-nunit~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-wcf-2.0", rpm:"mono-wcf-2.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-wcf", rpm:"mono-wcf~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-wcf-4.0", rpm:"mono-wcf-4.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-web-2.0", rpm:"mono-web-2.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-web", rpm:"mono-web~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-web-4.0", rpm:"mono-web-4.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-web-compat", rpm:"mono-web-compat~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-winforms-2.0", rpm:"mono-winforms-2.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-winforms", rpm:"mono-winforms~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-winforms-4.0", rpm:"mono-winforms-4.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-winforms-compat", rpm:"mono-winforms-compat~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-winfxcore-2.0", rpm:"mono-winfxcore-2.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-winfxcore", rpm:"mono-winfxcore~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mono-winfxcore-4.0", rpm:"mono-winfxcore-4.0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64mono0", rpm:"lib64mono0~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64mono2.0_1", rpm:"lib64mono2.0_1~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64mono-devel", rpm:"lib64mono-devel~2.10.2~4.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation