Vulnerabilities > CVE-2013-0252 - Improper Input Validation vulnerability in Boost
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN Summary
boost::locale::utf::utf_traits in the Boost.Locale library in Boost 1.48 through 1.52 does not properly detect certain invalid UTF-8 sequences, which might allow remote attackers to bypass input validation protection mechanisms via crafted trailing bytes.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 5 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Buffer Overflow via Environment Variables This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
- Server Side Include (SSI) Injection An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
- Cross Zone Scripting An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
- Cross Site Scripting through Log Files An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
- Command Line Execution through SQL Injection An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.
Nessus
NASL family Fedora Local Security Checks NASL id FEDORA_2013-2448.NASL description This update fixes classifying incomplete UTF-8 sequences in Boost.Locale. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-03-17 modified 2013-02-24 plugin id 64856 published 2013-02-24 reporter This script is Copyright (C) 2013-2020 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/64856 title Fedora 18 : boost-1.50.0-5.fc18 (2013-2448) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Fedora Security Advisory 2013-2448. # include("compat.inc"); if (description) { script_id(64856); script_version("1.8"); script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12"); script_cve_id("CVE-2013-0252"); script_xref(name:"FEDORA", value:"2013-2448"); script_name(english:"Fedora 18 : boost-1.50.0-5.fc18 (2013-2448)"); script_summary(english:"Checks rpm output for the updated package."); script_set_attribute( attribute:"synopsis", value:"The remote Fedora host is missing a security update." ); script_set_attribute( attribute:"description", value: "This update fixes classifying incomplete UTF-8 sequences in Boost.Locale. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues." ); script_set_attribute( attribute:"see_also", value:"https://bugzilla.redhat.com/show_bug.cgi?id=907481" ); # https://lists.fedoraproject.org/pipermail/package-announce/2013-February/099122.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?ee4ddd58" ); script_set_attribute(attribute:"solution", value:"Update the affected boost package."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:boost"); script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:18"); script_set_attribute(attribute:"patch_publication_date", value:"2013/02/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2013/02/24"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2013-2020 Tenable Network Security, Inc."); script_family(english:"Fedora Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/RedHat/release"); if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora"); os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release); if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora"); os_ver = os_ver[1]; if (! ereg(pattern:"^18([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 18.x", "Fedora " + os_ver); if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu); flag = 0; if (rpm_check(release:"FC18", reference:"boost-1.50.0-5.fc18")) flag++; if (flag) { if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get()); else security_warning(0); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "boost"); }
NASL family SuSE Local Security Checks NASL id OPENSUSE-2013-722.NASL description This boost update fixes a UTF validation problem. - Apply boost-locale_utf.patch to fix a vulnerability in the utf handling of boost:locale (bnc#801991, CVE-2013-0252) last seen 2020-06-05 modified 2014-06-13 plugin id 75153 published 2014-06-13 reporter This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/75153 title openSUSE Security Update : boost (openSUSE-SU-2013:1523-1) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from openSUSE Security Update openSUSE-2013-722. # # The text description of this plugin is (C) SUSE LLC. # include("compat.inc"); if (description) { script_id(75153); script_version("1.3"); script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/04"); script_cve_id("CVE-2013-0252"); script_name(english:"openSUSE Security Update : boost (openSUSE-SU-2013:1523-1)"); script_summary(english:"Check for the openSUSE-2013-722 patch"); script_set_attribute( attribute:"synopsis", value:"The remote openSUSE host is missing a security update." ); script_set_attribute( attribute:"description", value: "This boost update fixes a UTF validation problem. - Apply boost-locale_utf.patch to fix a vulnerability in the utf handling of boost:locale (bnc#801991, CVE-2013-0252)" ); script_set_attribute( attribute:"see_also", value:"https://bugzilla.novell.com/show_bug.cgi?id=801991" ); script_set_attribute( attribute:"see_also", value:"https://lists.opensuse.org/opensuse-updates/2013-10/msg00002.html" ); script_set_attribute( attribute:"solution", value:"Update the affected boost packages." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:boost-debugsource"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:boost-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:boost-devel-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:boost-doc-html"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:boost-doc-man"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:boost-doc-pdf"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:boost-license1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_chrono1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_chrono1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_date_time1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_date_time1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_date_time1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_date_time1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_filesystem1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_filesystem1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_filesystem1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_filesystem1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_graph1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_graph1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_graph1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_graph1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_iostreams1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_iostreams1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_iostreams1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_iostreams1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_locale1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_locale1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_math1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_math1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_math1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_math1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_mpi1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_mpi1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_mpi1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_mpi1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_program_options1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_program_options1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_program_options1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_program_options1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_python1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_python1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_python1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_python1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_random1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_random1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_random1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_random1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_regex1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_regex1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_regex1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_regex1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_serialization1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_serialization1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_serialization1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_serialization1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_signals1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_signals1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_signals1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_signals1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_system1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_system1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_system1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_system1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_test1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_test1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_test1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_test1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_thread1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_thread1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_thread1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_thread1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_timer1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_timer1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_wave1_49_0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_wave1_49_0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_wave1_49_0-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libboost_wave1_49_0-debuginfo-32bit"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:12.2"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:12.3"); script_set_attribute(attribute:"patch_publication_date", value:"2013/09/19"); script_set_attribute(attribute:"plugin_publication_date", value:"2014/06/13"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof."); script_family(english:"SuSE Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list", "Host/cpu"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/SuSE/release"); if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE"); if (release !~ "^(SUSE12\.2|SUSE12\.3)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "12.2 / 12.3", release); if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); ourarch = get_kb_item("Host/cpu"); if (!ourarch) audit(AUDIT_UNKNOWN_ARCH); if (ourarch !~ "^(i586|i686|x86_64)$") audit(AUDIT_ARCH_NOT, "i586 / i686 / x86_64", ourarch); flag = 0; if ( rpm_check(release:"SUSE12.2", reference:"boost-debugsource-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"boost-devel-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"boost-doc-html-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"boost-doc-man-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"boost-doc-pdf-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"boost-license1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_chrono1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_chrono1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_date_time1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_date_time1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_filesystem1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_filesystem1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_graph1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_graph1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_iostreams1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_iostreams1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_locale1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_locale1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_math1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_math1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_mpi1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_mpi1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_program_options1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_program_options1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_python1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_python1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_random1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_random1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_regex1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_regex1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_serialization1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_serialization1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_signals1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_signals1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_system1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_system1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_test1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_test1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_thread1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_thread1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_timer1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_timer1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_wave1_49_0-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", reference:"libboost_wave1_49_0-debuginfo-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"boost-devel-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_date_time1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_date_time1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_filesystem1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_filesystem1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_graph1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_graph1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_iostreams1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_iostreams1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_math1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_math1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_mpi1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_mpi1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_program_options1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_program_options1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_python1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_python1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_random1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_random1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_regex1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_regex1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_serialization1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_serialization1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_signals1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_signals1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_system1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_system1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_test1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_test1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_thread1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_thread1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_wave1_49_0-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libboost_wave1_49_0-debuginfo-32bit-1.49.0-6.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"boost-debugsource-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"boost-devel-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"boost-doc-html-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"boost-doc-man-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"boost-doc-pdf-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"boost-license1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_chrono1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_chrono1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_date_time1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_date_time1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_filesystem1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_filesystem1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_graph1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_graph1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_iostreams1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_iostreams1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_locale1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_locale1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_math1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_math1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_mpi1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_mpi1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_program_options1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_program_options1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_python1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_python1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_random1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_random1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_regex1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_regex1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_serialization1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_serialization1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_signals1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_signals1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_system1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_system1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_test1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_test1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_thread1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_thread1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_timer1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_timer1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_wave1_49_0-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", reference:"libboost_wave1_49_0-debuginfo-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"boost-devel-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_date_time1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_date_time1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_filesystem1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_filesystem1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_graph1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_graph1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_iostreams1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_iostreams1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_math1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_math1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_mpi1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_mpi1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_program_options1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_program_options1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_python1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_python1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_random1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_random1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_regex1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_regex1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_serialization1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_serialization1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_signals1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_signals1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_system1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_system1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_test1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_test1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_thread1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_thread1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_wave1_49_0-32bit-1.49.0-12.4.1") ) flag++; if ( rpm_check(release:"SUSE12.3", cpu:"x86_64", reference:"libboost_wave1_49_0-debuginfo-32bit-1.49.0-12.4.1") ) flag++; if (flag) { if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get()); else security_warning(0); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "boost-debugsource / boost-devel / boost-devel-32bit / etc"); }
NASL family Mandriva Local Security Checks NASL id MANDRIVA_MDVSA-2013-065.NASL description Updated boost packages fix security vulnerability : A security flaw was found in the way ordered_malloc() routine implementation in Boost, the free peer-reviewed portable C++ source libraries, performed last seen 2020-06-01 modified 2020-06-02 plugin id 66079 published 2013-04-20 reporter This script is Copyright (C) 2013-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/66079 title Mandriva Linux Security Advisory : boost (MDVSA-2013:065) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Mandriva Linux Security Advisory MDVSA-2013:065. # The text itself is copyright (C) Mandriva S.A. # include("compat.inc"); if (description) { script_id(66079); script_version("1.7"); script_cvs_date("Date: 2019/08/02 13:32:55"); script_cve_id("CVE-2012-2677", "CVE-2013-0252"); script_bugtraq_id(54233, 57675); script_xref(name:"MDVSA", value:"2013:065"); script_xref(name:"MGASA", value:"2012-0151"); script_xref(name:"MGASA", value:"2013-0061"); script_name(english:"Mandriva Linux Security Advisory : boost (MDVSA-2013:065)"); script_summary(english:"Checks rpm output for the updated packages"); script_set_attribute( attribute:"synopsis", value: "The remote Mandriva Linux host is missing one or more security updates." ); script_set_attribute( attribute:"description", value: "Updated boost packages fix security vulnerability : A security flaw was found in the way ordered_malloc() routine implementation in Boost, the free peer-reviewed portable C++ source libraries, performed 'next-size' and 'max_size' parameters sanitization, when allocating memory. If an application, using the Boost C++ source libraries for memory allocation, was missing application-level checks for safety of 'next_size' and 'max_size' values, a remote attacker could provide a specially crafted application-specific file (requiring runtime memory allocation it to be processed correctly) that, when opened would lead to that application crash, or, potentially arbitrary code execution with the privileges of the user running the application (CVE-2012-2677). Boost.Locale library in Boost 1.48 to 1.52 including has a security flaw (CVE-2013-0252): boost::locale::utf::utf_traits accepted some invalid UTF-8 sequences. Applications that used these functions for UTF-8 input validation could expose themselves to security threats as invalid UTF-8 sequece would be considered as valid. The package has been patched to fix above security flaw." ); script_set_attribute(attribute:"solution", value:"Update the affected packages."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P"); script_set_cvss_temporal_vector("CVSS2#E:ND/RL:OF/RC:C"); script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available"); script_set_attribute(attribute:"exploit_available", value:"false"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:boost-devel-doc"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:boost-examples"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost-static-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_chrono1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_date_time1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_filesystem1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_graph1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_iostreams1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_locale1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_math1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_prg_exec_monitor1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_program_options1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_python1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_random1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_regex1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_serialization1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_signals1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_system1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_thread1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_timer1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_unit_test_framework1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_wave1.48.0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64boost_wserialization1.48.0"); script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:business_server:1"); script_set_attribute(attribute:"patch_publication_date", value:"2013/04/08"); script_set_attribute(attribute:"plugin_publication_date", value:"2013/04/20"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2013-2019 Tenable Network Security, Inc."); script_family(english:"Mandriva Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/Mandrake/release", "Host/Mandrake/rpm-list"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (!get_kb_item("Host/Mandrake/release")) audit(AUDIT_OS_NOT, "Mandriva / Mandake Linux"); if (!get_kb_item("Host/Mandrake/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if (cpu !~ "^(amd64|i[3-6]86|x86_64)$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Mandriva / Mandrake Linux", cpu); flag = 0; if (rpm_check(release:"MDK-MBS1", reference:"boost-devel-doc-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", reference:"boost-examples-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost-devel-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost-static-devel-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_chrono1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_date_time1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_filesystem1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_graph1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_iostreams1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_locale1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_math1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_prg_exec_monitor1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_program_options1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_python1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_random1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_regex1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_serialization1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_signals1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_system1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_thread1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_timer1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_unit_test_framework1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_wave1.48.0-1.48.0-10.2.mbs1")) flag++; if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64boost_wserialization1.48.0-1.48.0-10.2.mbs1")) flag++; if (flag) { if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get()); else security_warning(0); exit(0); } else audit(AUDIT_HOST_NOT, "affected");
NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-1727-1.NASL description It was discovered that the Boost.Locale library incorrectly validated some invalid UTF-8 sequences. An attacker could possibly use this issue to bypass input validation in certain applications. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 64680 published 2013-02-19 reporter Ubuntu Security Notice (C) 2013-2019 Canonical, Inc. / NASL script (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/64680 title Ubuntu 12.10 : boost1.49 vulnerability (USN-1727-1) code # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Ubuntu Security Notice USN-1727-1. The text # itself is copyright (C) Canonical, Inc. See # <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered # trademark of Canonical, Inc. # include("compat.inc"); if (description) { script_id(64680); script_version("1.8"); script_cvs_date("Date: 2019/09/19 12:54:28"); script_cve_id("CVE-2013-0252"); script_bugtraq_id(57675); script_xref(name:"USN", value:"1727-1"); script_name(english:"Ubuntu 12.10 : boost1.49 vulnerability (USN-1727-1)"); script_summary(english:"Checks dpkg output for updated package."); script_set_attribute( attribute:"synopsis", value:"The remote Ubuntu host is missing a security-related patch." ); script_set_attribute( attribute:"description", value: "It was discovered that the Boost.Locale library incorrectly validated some invalid UTF-8 sequences. An attacker could possibly use this issue to bypass input validation in certain applications. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues." ); script_set_attribute( attribute:"see_also", value:"https://usn.ubuntu.com/1727-1/" ); script_set_attribute( attribute:"solution", value:"Update the affected libboost-locale1.49.0 package." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N"); script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libboost-locale1.49.0"); script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:12.10"); script_set_attribute(attribute:"vuln_publication_date", value:"2013/03/12"); script_set_attribute(attribute:"patch_publication_date", value:"2013/02/18"); script_set_attribute(attribute:"plugin_publication_date", value:"2013/02/19"); script_set_attribute(attribute:"generated_plugin", value:"current"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"Ubuntu Security Notice (C) 2013-2019 Canonical, Inc. / NASL script (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof."); script_family(english:"Ubuntu Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/cpu", "Host/Ubuntu", "Host/Ubuntu/release", "Host/Debian/dpkg-l"); exit(0); } include("audit.inc"); include("ubuntu.inc"); include("misc_func.inc"); if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/Ubuntu/release"); if ( isnull(release) ) audit(AUDIT_OS_NOT, "Ubuntu"); release = chomp(release); if (! preg(pattern:"^(12\.10)$", string:release)) audit(AUDIT_OS_NOT, "Ubuntu 12.10", "Ubuntu " + release); if ( ! get_kb_item("Host/Debian/dpkg-l") ) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Ubuntu", cpu); flag = 0; if (ubuntu_check(osver:"12.10", pkgname:"libboost-locale1.49.0", pkgver:"1.49.0-3.1ubuntu1.2")) flag++; if (flag) { security_report_v4( port : 0, severity : SECURITY_WARNING, extra : ubuntu_report_get() ); exit(0); } else { tested = ubuntu_pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libboost-locale1.49.0"); }
NASL family Fedora Local Security Checks NASL id FEDORA_2013-2420.NASL description This update fixes classifying incomplete UTF-8 sequences in Boost.Locale. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-03-17 modified 2013-02-24 plugin id 64854 published 2013-02-24 reporter This script is Copyright (C) 2013-2020 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/64854 title Fedora 17 : boost-1.48.0-14.fc17 (2013-2420) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Fedora Security Advisory 2013-2420. # include("compat.inc"); if (description) { script_id(64854); script_version("1.9"); script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12"); script_cve_id("CVE-2013-0252"); script_bugtraq_id(57675); script_xref(name:"FEDORA", value:"2013-2420"); script_name(english:"Fedora 17 : boost-1.48.0-14.fc17 (2013-2420)"); script_summary(english:"Checks rpm output for the updated package."); script_set_attribute( attribute:"synopsis", value:"The remote Fedora host is missing a security update." ); script_set_attribute( attribute:"description", value: "This update fixes classifying incomplete UTF-8 sequences in Boost.Locale. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues." ); script_set_attribute( attribute:"see_also", value:"https://bugzilla.redhat.com/show_bug.cgi?id=907481" ); # https://lists.fedoraproject.org/pipermail/package-announce/2013-February/099103.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?33756309" ); script_set_attribute(attribute:"solution", value:"Update the affected boost package."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N"); script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:boost"); script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:17"); script_set_attribute(attribute:"patch_publication_date", value:"2013/02/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2013/02/24"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2013-2020 Tenable Network Security, Inc."); script_family(english:"Fedora Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/RedHat/release"); if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora"); os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release); if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora"); os_ver = os_ver[1]; if (! ereg(pattern:"^17([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 17.x", "Fedora " + os_ver); if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu); flag = 0; if (rpm_check(release:"FC17", reference:"boost-1.48.0-14.fc17")) flag++; if (flag) { if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get()); else security_warning(0); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "boost"); }
References
- http://lists.fedoraproject.org/pipermail/package-announce/2013-February/099122.html
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699650
- http://lists.fedoraproject.org/pipermail/package-announce/2013-February/099103.html
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699649
- https://svn.boost.org/trac/boost/ticket/7743
- http://www.ubuntu.com/usn/USN-1727-1
- http://www.openwall.com/lists/oss-security/2013/02/04/2
- http://www.securityfocus.com/bid/57675
- http://www.boost.org/users/news/boost_locale_security_notice.html
- https://bugzilla.redhat.com/show_bug.cgi?id=907481
- http://www.mandriva.com/security/advisories?name=MDVSA-2013:065