Vulnerabilities > CVE-2009-0365 - Permissions, Privileges, and Access Controls vulnerability in Ubuntu Linux

047910
CVSS 4.6 - MEDIUM
Attack vector
LOCAL
Attack complexity
LOW
Privileges required
SINGLE
Confidentiality impact
COMPLETE
Integrity impact
NONE
Availability impact
NONE
local
low complexity
ubuntu
CWE-264
nessus

Summary

nm-applet.conf in GNOME NetworkManager before 0.7.0.99 contains an incorrect deny setting, which allows local users to discover (1) network connection passwords and (2) pre-shared keys via calls to the GetSecrets method in the dbus request handler.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Accessing, Modifying or Executing Executable Files
    An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
  • Leverage Executable Code in Non-Executable Files
    An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
  • Blue Boxing
    This type of attack against older telephone switches and trunks has been around for decades. A tone is sent by an adversary to impersonate a supervisor signal which has the effect of rerouting or usurping command of the line. While the US infrastructure proper may not contain widespread vulnerabilities to this type of attack, many companies are connected globally through call centers and business process outsourcing. These international systems may be operated in countries which have not upgraded Telco infrastructure and so are vulnerable to Blue boxing. Blue boxing is a result of failure on the part of the system to enforce strong authorization for administrative functions. While the infrastructure is different than standard current applications like web applications, there are historical lessons to be learned to upgrade the access control for administrative functions.
  • Restful Privilege Elevation
    Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
  • Target Programs with Elevated Privileges
    This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.

Nessus

  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2009-2419.NASL
    descriptionThe remote Fedora host is missing one or more security updates : NetworkManager-0.7.0.99-1.fc10 : - Wed Mar 4 2009 Dan Williams <dcbw at redhat.com> - 1:0.7.0.99-1 - nm: make default wired
    last seen2020-06-01
    modified2020-06-02
    plugin id36291
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/36291
    titleFedora 10 : NetworkManager-openconnect-0.7.0.99-1.fc10 / knetworkmanager-0.7-0.8.20080926svn.fc10 / etc (2009-2419)
    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 2009-2419.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(36291);
      script_version ("1.18");
      script_cvs_date("Date: 2019/08/02 13:32:29");
    
      script_cve_id("CVE-2009-0365", "CVE-2009-0578");
      script_bugtraq_id(33966);
      script_xref(name:"FEDORA", value:"2009-2419");
    
      script_name(english:"Fedora 10 : NetworkManager-openconnect-0.7.0.99-1.fc10 / knetworkmanager-0.7-0.8.20080926svn.fc10 / etc (2009-2419)");
      script_summary(english:"Checks rpm output for the updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Fedora host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The remote Fedora host is missing one or more security updates :
    
    NetworkManager-0.7.0.99-1.fc10 :
    
      - Wed Mar 4 2009 Dan Williams <dcbw at redhat.com> -
        1:0.7.0.99-1
    
        - nm: make default wired 'Auto ethX' connection
          modifiable if an enabled system settings plugin
          supports modifying connections (rh #485555)
    
      - nm: manpage fixes (rh #447233)
    
        - nm: CVE-2009-0365 - GetSecrets disclosure
    
        - applet: CVE-2009-0578 - local users can modify the
          connection settings
    
        - applet: fix inability to choose WPA Ad-Hoc networks
          from the menu
    
        - ifcfg-rh: add read-only support for WPA-PSK
          connections
    
        - ifcfg-rh: revert fix for #441453 (honor localhost)
          until gdm gets fixed
    
        - Wed Feb 25 2009 Dan Williams <dcbw at redhat.com> -
          1:0.7.0.98-1.git20090225
    
        - Fix getting secrets for system connections (rh
          #486696)
    
        - More compatible modem autodetection
    
        - Better handle minimal ifcfg files
    
        - Mon Feb 23 2009 Fedora Release Engineering <rel-eng at
          lists.fedoraproject.org> - 1:0.7.0.97-6.git20090220
    
        - Rebuilt for
          https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
    
        - Fri Feb 20 2009 Dan Williams <dcbw at redhat.com> -
          1:0.7.0.97-5.git20090220
    
        - Use IFF_LOWER_UP for carrier detect instead of
          IFF_RUNNING
    
        - Add small delay before probing cdc-acm driven mobile
          broadband devices
    
        - Thu Feb 19 2009 Dan Williams <dcbw at redhat.com> -
          1:0.7.0.97-4.git20090219
    
        - Fix PEAP version selection in the applet (rh #468844)
    
        - Match hostname behavior to 'network' service when
          hostname is localhost (rh #441453)
    
        - Thu Feb 19 2009 Dan Williams <dcbw at redhat.com> -
          1:0.7.0.97-2
    
        - Fix 'noreplace' for nm-system-settings.conf
    
        - Wed Feb 18 2009 Dan Williams <dcbw at redhat.com> -
          1:0.7.0.97-1
    
        - Update to 0.7.1rc1
    
        - nm: support for Huawei E160G mobile broadband devices
          (rh #466177)
    
        - nm: fix misleading routing error message (rh #477916)
    
        - nm: fix issues with 32-character SSIDs (rh #485312)
    
        - nm: allow root to activate user connections
    
        - nm: automatic modem detection with udev-extras
    
        - nm: massive manpage rewrite
    
        - applet: fix crash when showing the CA certificate
          ignore dialog a second time
    
        - applet: clear keyring items when deleting a connection
    
        - applet: fix max signal strength calculation in menu
          (rh #475123)
    
        - applet: fix VPN export (rh #480496)
    
        - Sat Feb 7 2009 Dan Williams <dcbw at redhat.com> -
          1:0.7.0-2.git20090207
    
        - applet: fix blank VPN connection message bubbles
    
        - applet: better handling of VPN routing on update
    
        - applet: silence pointless warning (rh #484136)
    
        - applet: desensitize devices in the menu until they are
          ready (rh #483879)
    
        - nm: Expose WINS servers in the IP4Config over D-Bus
    
        - nm: Better handling of GSM Mobile Broadband modem
          initialization
    
        - nm: Handle DHCP Classless Static Routes (RFC 3442)
    
        - nm: Fix Mobile Broadband and PPPoE to always use
          'noauth'
    
        - nm: Better compatibility with older dual-SSID AP
          configurations (rh #445369)
    
        - nm: Mark nm-system-settings.conf as %config (rh
          #465633)
    
        - nm-tool: Show VPN connection information
    
        - ifcfg-rh: Silence message about ignoring loopback
          config (rh #484060)
    
        - ifcfg-rh: Fix issue with wrong gateway for system
          connections (rh #476089)
    
        - Fri Jan 2 2009 Dan Williams <dcbw at redhat.com> -
          1:0.7.0-1.git20090102
    
    [plus 32 lines in the Changelog]
    
    knetworkmanager-0.7-0.8.20080926svn.fc10 :
    
      - Tue Mar 3 2009 Dan Williams <dcbw at redhat.com> -
        0.7-0.8.20080926svn
    
        - don't send blank passwords in settings (rh #486877)
    
    NetworkManager-vpnc-0.7.0.99-1.fc10 :
    
      - Thu Mar 5 2009 Dan Williams <dcbw at redhat.com>
        1:0.7.0.99-1
    
        - Update to 0.7.1rc3
    
        - Mon Feb 23 2009 Fedora Release Engineering <rel-eng at
          lists.fedoraproject.org> - 1:0.7.0.97-2
    
        - Rebuilt for
          https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
    
        - Thu Feb 19 2009 Dan Williams <dcbw at redhat.com>
          1:0.7.0.97-1
    
        - Update to 0.7.1rc1
    
        - Handle import/export of 'EnableNat', 'DHGroup',
          'SaveUserPassword', and 'EnableLocalLAN'
    
        - Sat Jan 3 2009 Dan Williams <dcbw at redhat.com>
          1:0.7.0-1
    
        - Rebuild for updated NetworkManager
    
        - Better handling of passwords that shouldn't be saved
    
        - Fix some specfile issues (rh #477151)
    
        - Fri Nov 21 2008 Dan Williams <dcbw at redhat.com>
          1:0.7.0-0.11.svn4326
    
        - Rebuild for updated NetworkManager
    
        - Tue Nov 18 2008 Dan Williams <dcbw at redhat.com>
          1:0.7.0-0.11.svn4296
    
        - Rebuild for updated NetworkManager
    
        - Mon Nov 17 2008 Dan Williams <dcbw at redhat.com>
          1:0.7.0-0.11.svn4293
    
        - Ensure errors are shown when connection fails (rh
          #331141)
    
        - Fix failures to ask for passwords on connect (rh
          #429287)
    
        - Fix routing when concentrator specifies routes (rh
          #449283)
    
        - Pull in upstream support for tokens and not saving
          passwords
    
    NetworkManager-openconnect-0.7.0.99-1.fc10 :
    
      - Bug #487722 - CVE-2009-0365 NetworkManager: GetSecrets
        disclosure
    
      - Bug #487752 - CVE-2009-0578 NetworkManager: local users
        can modify the connection settings
    
    NetworkManager-openvpn-0.7.0.99-1.fc10 :
    
      - Thu Mar 5 2009 Dan Williams <dcbw at redhat.com>
        1:0.7.0.99-1
    
        - Update to 0.7.1rc3
    
        - Mon Feb 23 2009 Fedora Release Engineering <rel-eng at
          lists.fedoraproject.org> - 1:0.7.0.97-2
    
        - Rebuilt for
          https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
    
        - Thu Feb 19 2009 Dan Williams <dcbw at redhat.com>
          1:0.7.0.97-1
    
        - Update to 0.7.1rc1
    
        - Handle HMAC Authentication (--auth)
    
        - Handle TAP device subnet masks correctly
    
        - Don't segfault if the connection type is invalid
    
        - Sat Jan 3 2009 Dan Williams <dcbw at redhat.com>
          1:0.7.0-18.svn11
    
        - Rebuild for updated NetworkManager
    
        - Fix some specfile issues (rh #477149)
    
        - Sat Dec 20 2008 Christoph Hoger <choeger at
          cs.tu-berlin.de> 0.7.0-17.svn4326
    
        - removed libpng-devel from BuildRequires, added
          /usr/share/gnome-vpn-properties/openvpn/ (rh #477149)
    
        - Fri Nov 21 2008 Dan Williams <dcbw at redhat.com>
          1:0.7.0-16.svn4326
    
        - Rebuild for updated NetworkManager
    
    NetworkManager-pptp-0.7.0.99-1.fc10 :
    
      - Thu Mar 5 2009 Dan Williams <dcbw at redhat.com>
        1:0.7.0.99-1
    
        - Update to 0.7.1rc3
    
        - Mon Feb 23 2009 Fedora Release Engineering <rel-eng at
          lists.fedoraproject.org> - 1:0.7.0.97-2
    
        - Rebuilt for
          https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
    
        - Thu Feb 19 2009 Dan Williams <dcbw at redhat.com>
          1:0.7.0.97-1
    
        - Update to 0.7.1rc1
    
        - Set a reasonable MTU
    
        - Ensure 'noauth' is used
    
        - Fix domain-based logins
    
        - Fix saving MPPE values in connection editor
    
        - Sat Jan 3 2009 Dan Williams <dcbw at redhat.com>
          1:0.7.0-1.svn16
    
        - Rebuild for updated NetworkManager
    
        - Fix some specfile issues (rh #477153)
    
        - Allow the EAP authentication method
    
        - Fri Nov 21 2008 Dan Williams <dcbw at redhat.com>
          1:0.7.0-12.svn4326
    
        - Rebuild for updated NetworkManager
    
    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=487722"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=487752"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2009-March/020995.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?eb0cdaaf"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2009-March/020996.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?5ebfe1ec"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2009-March/020997.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?2a7d06f9"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2009-March/020998.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?bfaaf6c0"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2009-March/020999.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?5645c4cc"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2009-March/021000.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?be814122"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:N/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:U/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:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
      script_cwe_id(264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:NetworkManager");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:NetworkManager-openconnect");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:NetworkManager-openvpn");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:NetworkManager-pptp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:NetworkManager-vpnc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:knetworkmanager");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:10");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2009/03/04");
      script_set_attribute(attribute:"patch_publication_date", value:"2009/03/08");
      script_set_attribute(attribute:"plugin_publication_date", value:"2009/04/23");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      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:"^10([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 10.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:"FC10", reference:"NetworkManager-0.7.0.99-1.fc10")) flag++;
    if (rpm_check(release:"FC10", reference:"NetworkManager-openconnect-0.7.0.99-1.fc10")) flag++;
    if (rpm_check(release:"FC10", reference:"NetworkManager-openvpn-0.7.0.99-1.fc10")) flag++;
    if (rpm_check(release:"FC10", reference:"NetworkManager-pptp-0.7.0.99-1.fc10")) flag++;
    if (rpm_check(release:"FC10", reference:"NetworkManager-vpnc-0.7.0.99-1.fc10")) flag++;
    if (rpm_check(release:"FC10", reference:"knetworkmanager-0.7-0.8.20080926svn.fc10")) 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, "NetworkManager / NetworkManager-openconnect / etc");
    }
    
  • NASL familySuSE Local Security Checks
    NASL idSUSE_NETWORKMANAGER-GNOME-6028.NASL
    descriptionThe NetworkManager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365) or manipulate the configuration of other users. (CVE-2009-0578)
    last seen2020-06-01
    modified2020-06-02
    plugin id41470
    published2009-09-24
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/41470
    titleSuSE 10 Security Update : NetworkManager-gnome (ZYPP Patch Number 6028)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The text description of this plugin is (C) Novell, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(41470);
      script_version ("1.11");
      script_cvs_date("Date: 2019/10/25 13:36:36");
    
      script_cve_id("CVE-2009-0365", "CVE-2009-0578");
    
      script_name(english:"SuSE 10 Security Update : NetworkManager-gnome (ZYPP Patch Number 6028)");
      script_summary(english:"Checks rpm output for the updated package");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote SuSE 10 host is missing a security-related patch."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The NetworkManager configuration was too permissive and allowed any
    user to read secrets (CVE-2009-0365) or manipulate the configuration
    of other users. (CVE-2009-0578)"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2009-0365.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2009-0578.html"
      );
      script_set_attribute(attribute:"solution", value:"Apply ZYPP patch number 6028.");
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:N/I:C/A:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
      script_cwe_id(264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:suse:suse_linux");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2009/02/26");
      script_set_attribute(attribute:"plugin_publication_date", value:"2009/09/24");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2009-2019 Tenable Network Security, Inc.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list");
    
      exit(0);
    }
    
    
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) exit(0, "Local checks are not enabled.");
    if (!get_kb_item("Host/SuSE/release")) exit(0, "The host is not running SuSE.");
    if (!get_kb_item("Host/SuSE/rpm-list")) exit(1, "Could not obtain the list of installed packages.");
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) exit(1, "Failed to determine the architecture type.");
    if (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") exit(1, "Local checks for SuSE 10 on the '"+cpu+"' architecture have not been implemented.");
    
    
    flag = 0;
    if (rpm_check(release:"SLED10", sp:2, reference:"NetworkManager-gnome-0.6.6-0.14")) flag++;
    if (rpm_check(release:"SLES10", sp:2, reference:"NetworkManager-gnome-0.6.6-0.14")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else exit(0, "The host is not affected.");
    
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_1_NETWORKMANAGER-KDE-090226.NASL
    descriptionThe knetworkmanager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365).
    last seen2020-06-01
    modified2020-06-02
    plugin id40179
    published2009-07-21
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/40179
    titleopenSUSE Security Update : NetworkManager-kde (NetworkManager-kde-565)
    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 NetworkManager-kde-565.
    #
    # The text description of this plugin is (C) SUSE LLC.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(40179);
      script_version("1.11");
      script_cvs_date("Date: 2019/10/25 13:36:34");
    
      script_cve_id("CVE-2009-0365");
    
      script_name(english:"openSUSE Security Update : NetworkManager-kde (NetworkManager-kde-565)");
      script_summary(english:"Check for the NetworkManager-kde-565 patch");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote openSUSE host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The knetworkmanager configuration was too permissive and allowed any
    user to read secrets (CVE-2009-0365)."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.novell.com/show_bug.cgi?id=479563"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected NetworkManager-kde packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:C/I:N/A:N");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
      script_cwe_id(264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:NetworkManager-kde");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:NetworkManager-kde-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:NetworkManager-openvpn-kde");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:NetworkManager-vpnc-kde");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:11.1");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2009/02/26");
      script_set_attribute(attribute:"plugin_publication_date", value:"2009/07/21");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2009-2019 Tenable Network Security, Inc.");
      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 !~ "^(SUSE11\.1)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "11.1", 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:"SUSE11.1", reference:"NetworkManager-kde-0.7r848570-23.2.1") ) flag++;
    if ( rpm_check(release:"SUSE11.1", reference:"NetworkManager-kde-devel-0.7r848570-23.2.1") ) flag++;
    if ( rpm_check(release:"SUSE11.1", reference:"NetworkManager-openvpn-kde-0.7r848570-23.2.1") ) flag++;
    if ( rpm_check(release:"SUSE11.1", reference:"NetworkManager-vpnc-kde-0.7r848570-23.2.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, "NetworkManager-kde / NetworkManager-kde-devel / etc");
    }
    
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_0_NETWORKMANAGER-GNOME-090226.NASL
    descriptionThe NetworkManager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365) or manipulate the configuration of other users (CVE-2009-0578).
    last seen2020-06-01
    modified2020-06-02
    plugin id39897
    published2009-07-21
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/39897
    titleopenSUSE Security Update : NetworkManager-gnome (NetworkManager-gnome-563)
    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 NetworkManager-gnome-563.
    #
    # The text description of this plugin is (C) SUSE LLC.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(39897);
      script_version("1.11");
      script_cvs_date("Date: 2019/10/25 13:36:33");
    
      script_cve_id("CVE-2009-0365", "CVE-2009-0578");
    
      script_name(english:"openSUSE Security Update : NetworkManager-gnome (NetworkManager-gnome-563)");
      script_summary(english:"Check for the NetworkManager-gnome-563 patch");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote openSUSE host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The NetworkManager configuration was too permissive and allowed any
    user to read secrets (CVE-2009-0365) or manipulate the configuration
    of other users (CVE-2009-0578)."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.novell.com/show_bug.cgi?id=478080"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected NetworkManager-gnome package."
      );
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:N/I:C/A:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
      script_cwe_id(264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:NetworkManager-gnome");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:11.0");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2009/02/26");
      script_set_attribute(attribute:"plugin_publication_date", value:"2009/07/21");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2009-2019 Tenable Network Security, Inc.");
      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 !~ "^(SUSE11\.0)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "11.0", 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:"SUSE11.0", reference:"NetworkManager-gnome-0.7.0.r729-7.4") ) 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, "NetworkManager-gnome");
    }
    
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-1955.NASL
    descriptionIt was discovered that network-manager-applet, a network management framework, lacks some dbus restriction rules, which allows local users to obtain sensitive information. If you have locally modified the /etc/dbus-1/system.d/nm-applet.conf file, then please make sure that you merge the changes from this fix when asked during upgrade.
    last seen2020-06-01
    modified2020-06-02
    plugin id44820
    published2010-02-24
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/44820
    titleDebian DSA-1955-1 : network-manager/network-manager-applet - information disclosure
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Debian Security Advisory DSA-1955. The text 
    # itself is copyright (C) Software in the Public Interest, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(44820);
      script_version("1.11");
      script_cvs_date("Date: 2019/08/02 13:32:22");
    
      script_cve_id("CVE-2009-0365");
      script_bugtraq_id(33966);
      script_xref(name:"DSA", value:"1955");
    
      script_name(english:"Debian DSA-1955-1 : network-manager/network-manager-applet - information disclosure");
      script_summary(english:"Checks dpkg output for the updated package");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Debian host is missing a security-related update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "It was discovered that network-manager-applet, a network management
    framework, lacks some dbus restriction rules, which allows local users
    to obtain sensitive information.
    
    If you have locally modified the /etc/dbus-1/system.d/nm-applet.conf
    file, then please make sure that you merge the changes from this fix
    when asked during upgrade."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519801"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.debian.org/security/2009/dsa-1955"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "Upgrade the network-manager and network-manager-applet packages
    accordingly.
    
    For the oldstable distribution (etch), this problem has been fixed in
    version 0.6.4-6+etch1 of network-manager.
    
    For the stable distribution (lenny), this problem has been fixed in
    version 0.6.6-4+lenny1 of network-manager-applet."
      );
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:C/I:N/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:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
      script_cwe_id(264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:network-manager-applet");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:4.0");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:5.0");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2009/12/16");
      script_set_attribute(attribute:"plugin_publication_date", value:"2010/02/24");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Debian Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Debian/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("debian_package.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Debian/release")) audit(AUDIT_OS_NOT, "Debian");
    if (!get_kb_item("Host/Debian/dpkg-l")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    if (deb_check(release:"4.0", prefix:"libnm-glib-dev", reference:"0.6.4-6+etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"libnm-glib0", reference:"0.6.4-6+etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"libnm-util-dev", reference:"0.6.4-6+etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"libnm-util0", reference:"0.6.4-6+etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"network-manager", reference:"0.6.4-6+etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"network-manager-dev", reference:"0.6.4-6+etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"network-manager-gnome", reference:"0.6.4-6+etch1")) flag++;
    if (deb_check(release:"5.0", prefix:"network-manager-gnome", reference:"0.6.6-4+lenny1")) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:deb_report_get());
      else security_warning(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2009-0361.NASL
    descriptionUpdated NetworkManager packages that fix two security issues are now available for Red Hat Enterprise Linux 5. This update has been rated as having moderate security impact by the Red Hat Security Response Team. NetworkManager is a network link manager that attempts to keep a wired or wireless network connection active at all times. An information disclosure flaw was found in NetworkManager
    last seen2020-06-01
    modified2020-06-02
    plugin id43734
    published2010-01-06
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/43734
    titleCentOS 5 : NetworkManager (CESA-2009:0361)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_0_NETWORKMANAGER-KDE-090226.NASL
    descriptionThe knetworkmanager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365).
    last seen2020-06-01
    modified2020-06-02
    plugin id39898
    published2009-07-21
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/39898
    titleopenSUSE Security Update : NetworkManager-kde (NetworkManager-kde-565)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20090325_NETWORKMANAGER_ON_SL4_X.NASL
    descriptionAn information disclosure flaw was found in NetworkManager
    last seen2020-06-01
    modified2020-06-02
    plugin id60554
    published2012-08-01
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/60554
    titleScientific Linux Security Update : NetworkManager on SL4.x, SL5.x i386/x86_64
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2009-0362.NASL
    descriptionUpdated NetworkManager packages that fix a security issue are now available for Red Hat Enterprise Linux 4. This update has been rated as having moderate security impact by the Red Hat Security Response Team. NetworkManager is a network link manager that attempts to keep a wired or wireless network connection active at all times. An information disclosure flaw was found in NetworkManager
    last seen2020-06-01
    modified2020-06-02
    plugin id38895
    published2009-05-26
    reporterThis script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/38895
    titleCentOS 4 : NetworkManager (CESA-2009:0362)
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-727-2.NASL
    descriptionUSN-727-1 fixed vulnerabilities in network-manager-applet. This advisory provides the corresponding updates for NetworkManager. It was discovered that NetworkManager did not properly enforce permissions when responding to dbus requests. A local user could perform dbus queries to view system and user network connection passwords and pre-shared keys. 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 seen2020-06-01
    modified2020-06-02
    plugin id37740
    published2009-04-23
    reporterUbuntu Security Notice (C) 2009-2019 Canonical, Inc. / NASL script (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/37740
    titleUbuntu 6.06 LTS / 8.10 : network-manager vulnerability (USN-727-2)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_1_MODEMMANAGER-090226.NASL
    descriptionThe NetworkManager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365) or manipulate the configuration of other users (CVE-2009-0578).
    last seen2020-06-01
    modified2020-06-02
    plugin id40167
    published2009-07-21
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/40167
    titleopenSUSE Security Update : ModemManager (ModemManager-564)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2009-0362.NASL
    descriptionUpdated NetworkManager packages that fix a security issue are now available for Red Hat Enterprise Linux 4. This update has been rated as having moderate security impact by the Red Hat Security Response Team. NetworkManager is a network link manager that attempts to keep a wired or wireless network connection active at all times. An information disclosure flaw was found in NetworkManager
    last seen2020-06-01
    modified2020-06-02
    plugin id36031
    published2009-03-27
    reporterThis script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/36031
    titleRHEL 4 : NetworkManager (RHSA-2009:0362)
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-727-1.NASL
    descriptionIt was discovered that network-manager-applet did not properly enforce permissions when responding to dbus requests. A local user could perform dbus queries to view other users
    last seen2020-06-01
    modified2020-06-02
    plugin id38131
    published2009-04-23
    reporterUbuntu Security Notice (C) 2009-2019 Canonical, Inc. / NASL script (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/38131
    titleUbuntu 7.10 / 8.04 LTS / 8.10 : network-manager-applet vulnerabilities (USN-727-1)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2009-0361.NASL
    descriptionFrom Red Hat Security Advisory 2009:0361 : Updated NetworkManager packages that fix two security issues are now available for Red Hat Enterprise Linux 5. This update has been rated as having moderate security impact by the Red Hat Security Response Team. NetworkManager is a network link manager that attempts to keep a wired or wireless network connection active at all times. An information disclosure flaw was found in NetworkManager
    last seen2020-06-01
    modified2020-06-02
    plugin id67828
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/67828
    titleOracle Linux 5 : NetworkManager (ELSA-2009-0361)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2009-0362.NASL
    descriptionFrom Red Hat Security Advisory 2009:0362 : Updated NetworkManager packages that fix a security issue are now available for Red Hat Enterprise Linux 4. This update has been rated as having moderate security impact by the Red Hat Security Response Team. NetworkManager is a network link manager that attempts to keep a wired or wireless network connection active at all times. An information disclosure flaw was found in NetworkManager
    last seen2020-06-01
    modified2020-06-02
    plugin id67829
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/67829
    titleOracle Linux 4 : NetworkManager (ELSA-2009-0362)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_NETWORKMANAGER-KDE-6031.NASL
    descriptionThe knetworkmanager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365).
    last seen2020-06-01
    modified2020-06-02
    plugin id35950
    published2009-03-17
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/35950
    titleopenSUSE 10 Security Update : NetworkManager-kde (NetworkManager-kde-6031)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2009-0361.NASL
    descriptionUpdated NetworkManager packages that fix two security issues are now available for Red Hat Enterprise Linux 5. This update has been rated as having moderate security impact by the Red Hat Security Response Team. NetworkManager is a network link manager that attempts to keep a wired or wireless network connection active at all times. An information disclosure flaw was found in NetworkManager
    last seen2020-06-01
    modified2020-06-02
    plugin id36030
    published2009-03-27
    reporterThis script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/36030
    titleRHEL 5 : NetworkManager (RHSA-2009:0361)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_1_NETWORKMANAGER-090402.NASL
    descriptionThe NetworkManager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365) or manipulate the configuration of other users (CVE-2009-0578). With the previous update PPP connections didn
    last seen2020-06-01
    modified2020-06-02
    plugin id40177
    published2009-07-21
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/40177
    titleopenSUSE Security Update : NetworkManager (NetworkManager-757)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_NETWORKMANAGER-090402.NASL
    descriptionThe NetworkManager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365) or manipulate the configuration of other users. (CVE-2009-0578) Additionally a bug where wifi devices didn
    last seen2020-06-01
    modified2020-06-02
    plugin id41359
    published2009-09-24
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/41359
    titleSuSE 11 Security Update : NetworkManager (SAT Patch Number 734)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_NETWORKMANAGER-KDE-6026.NASL
    descriptionThe knetworkmanager configuration was too permissive and allowed any user to read secrets. (CVE-2009-0365)
    last seen2020-06-01
    modified2020-06-02
    plugin id41471
    published2009-09-24
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/41471
    titleSuSE 10 Security Update : knetworkmanager (ZYPP Patch Number 6026)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2009-2420.NASL
    descriptionThe remote Fedora host is missing one or more security updates : NetworkManager-0.7.0.99-1.fc9 : - Wed Mar 4 2009 Dan Williams <dcbw at redhat.com> - 1:0.7.0.99-1 - nm: make default wired
    last seen2020-06-01
    modified2020-06-02
    plugin id35801
    published2009-03-09
    reporterThis script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/35801
    titleFedora 9 : NetworkManager-openconnect-0.7.0.99-1.fc9 / NetworkManager-0.7.0.99-1.fc9 / etc (2009-2420)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_MODEMMANAGER-6030.NASL
    descriptionThe NetworkManager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365) or manipulate the configuration of other users (CVE-2009-0578).
    last seen2020-06-01
    modified2020-06-02
    plugin id35948
    published2009-03-17
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/35948
    titleopenSUSE 10 Security Update : ModemManager (ModemManager-6030)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_1_CNETWORKMANAGER-090305.NASL
    descriptionThe cnetworkmanager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365).
    last seen2020-06-01
    modified2020-06-02
    plugin id40202
    published2009-07-21
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/40202
    titleopenSUSE Security Update : cnetworkmanager (cnetworkmanager-576)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_1_NETWORKMANAGER-GNOME-090226.NASL
    descriptionThe NetworkManager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365) or manipulate the configuration of other users (CVE-2009-0578).
    last seen2020-06-01
    modified2020-06-02
    plugin id40178
    published2009-07-21
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/40178
    titleopenSUSE Security Update : NetworkManager-gnome (NetworkManager-gnome-563)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_NETWORKMANAGER-GNOME-6029.NASL
    descriptionThe NetworkManager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365) or manipulate the configuration of other users (CVE-2009-0578).
    last seen2020-06-01
    modified2020-06-02
    plugin id35949
    published2009-03-17
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/35949
    titleopenSUSE 10 Security Update : NetworkManager-gnome (NetworkManager-gnome-6029)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_0_MODEMMANAGER-090226.NASL
    descriptionThe NetworkManager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365) or manipulate the configuration of other users (CVE-2009-0578).
    last seen2020-06-01
    modified2020-06-02
    plugin id39881
    published2009-07-21
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/39881
    titleopenSUSE Security Update : ModemManager (ModemManager-564)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_NETWORKMANAGER-6027.NASL
    descriptionThe NetworkManager configuration was too permissive and allowed any user to read secrets (CVE-2009-0365) or manipulate the configuration of other users. (CVE-2009-0578)
    last seen2020-06-01
    modified2020-06-02
    plugin id41469
    published2009-09-24
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/41469
    titleSuSE 10 Security Update : NetworkManager (ZYPP Patch Number 6027)

Oval

accepted2013-04-29T04:09:08.070-04:00
classvulnerability
contributors
  • nameAharon Chernin
    organizationSCAP.com, LLC
  • nameDragos Prisaca
    organizationG2, Inc.
definition_extensions
  • commentThe operating system installed on the system is Red Hat Enterprise Linux 4
    ovaloval:org.mitre.oval:def:11831
  • commentCentOS Linux 4.x
    ovaloval:org.mitre.oval:def:16636
  • commentOracle Linux 4.x
    ovaloval:org.mitre.oval:def:15990
  • commentThe operating system installed on the system is Red Hat Enterprise Linux 5
    ovaloval:org.mitre.oval:def:11414
  • commentThe operating system installed on the system is CentOS Linux 5.x
    ovaloval:org.mitre.oval:def:15802
  • commentOracle Linux 5.x
    ovaloval:org.mitre.oval:def:15459
descriptionnm-applet.conf in GNOME NetworkManager before 0.7.0.99 contains an incorrect deny setting, which allows local users to discover (1) network connection passwords and (2) pre-shared keys via calls to the GetSecrets method in the dbus request handler.
familyunix
idoval:org.mitre.oval:def:10828
statusaccepted
submitted2010-07-09T03:56:16-04:00
titlenm-applet.conf in GNOME NetworkManager before 0.7.0.99 contains an incorrect deny setting, which allows local users to discover (1) network connection passwords and (2) pre-shared keys via calls to the GetSecrets method in the dbus request handler.
version27

Redhat

advisories
  • bugzilla
    id487722
    titleCVE-2009-0365 NetworkManager: GetSecrets disclosure
    oval
    OR
    • commentRed Hat Enterprise Linux must be installed
      ovaloval:com.redhat.rhba:tst:20070304026
    • AND
      • commentRed Hat Enterprise Linux 4 is installed
        ovaloval:com.redhat.rhba:tst:20070304025
      • OR
        • AND
          • commentNetworkManager is earlier than 0:0.3.1-5.el4
            ovaloval:com.redhat.rhsa:tst:20090362001
          • commentNetworkManager is signed with Red Hat master key
            ovaloval:com.redhat.rhsa:tst:20090362002
        • AND
          • commentNetworkManager-gnome is earlier than 0:0.3.1-5.el4
            ovaloval:com.redhat.rhsa:tst:20090362003
          • commentNetworkManager-gnome is signed with Red Hat master key
            ovaloval:com.redhat.rhsa:tst:20090362004
    rhsa
    idRHSA-2009:0362
    released2009-03-25
    severityModerate
    titleRHSA-2009:0362: NetworkManager security update (Moderate)
  • rhsa
    idRHSA-2009:0361
rpms
  • NetworkManager-1:0.7.0-4.el5_3
  • NetworkManager-debuginfo-1:0.7.0-4.el5_3
  • NetworkManager-devel-1:0.7.0-4.el5_3
  • NetworkManager-glib-1:0.7.0-4.el5_3
  • NetworkManager-glib-devel-1:0.7.0-4.el5_3
  • NetworkManager-gnome-1:0.7.0-4.el5_3
  • NetworkManager-0:0.3.1-5.el4
  • NetworkManager-debuginfo-0:0.3.1-5.el4
  • NetworkManager-gnome-0:0.3.1-5.el4

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 33966 CVE(CAN) ID: CVE-2009-0365,CVE-2009-0578 dnetwork-manager-applet是Ubuntu系统中所使用的网络管理程序。 network-manager-applet在响应dbus请求时没有正确地强制权限,本地用户可以通过dbus请求查看其他用户的网络连接口令和预共享密钥。 network-manager-applet在响应dbus modify和delete请求时没有正确地强制权限,本地用户可以使用dbus请求修改或删除其他用户的网络连接。 Ubuntu Linux 8.10 Ubuntu Linux 8.04 Ubuntu Linux 7.10 Ubuntu Linux 6.06 LTS 厂商补丁: Ubuntu ------ 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: <a href=http://www.ubuntulinux.org/ target=_blank rel=external nofollow>http://www.ubuntulinux.org/</a>
idSSV:4876
last seen2017-11-19
modified2009-03-06
published2009-03-06
reporterRoot
titleUbuntu network-manager-applet错误权限限制漏洞