OPENSUSE-SU-2021:0706-1

Vulnerability from csaf_opensuse - Published: 2021-05-10 18:41 - Updated: 2021-05-10 18:41
Summary
Security update for monitoring-plugins-smart

Notes

Title of the patch
Security update for monitoring-plugins-smart
Description of the patch
This update for monitoring-plugins-smart fixes the following issues: monitoring-plugins-smart was updated to 6.9.1: This is a security-release (boo#1183057) + Fixes the regular expression for pseudo-devices under the /dev/bus/N path. from 6.9.0 + Allows using PCI device paths as device name(s) (#64) + Introduce new optional parameter -l/--ssd-lifetime) which additionally checks SMART attribute 'Percent_Lifetime_Remain' (available on some SSD drives). (#66 #67) from 6.8.0 + Allow skip self-assessment check (--skip-self-assessment) + Add Command_Timeout to default raw list from 6.7.1 + Bugfix to make --warn work (issue #54) from 6.7.0 + Added support for NVMe drives from 6.6.1 + Fix 'deprecation warning on regex with curly brackets' (6.6.1) from 6.6.0 + The feature was requested in #30 . This PR adds the possibility to use 3ware,N and cciss,N drives in combination with the global -g parameter. + Furthermore this PR adjusts the output of the plugin when the -g is used in combination with hardware raid controllers. Instead of showing the logical device name (/dev/sda for example), the plugin will now show the controller with drive number from 6.5.0: + Add Reported_Uncorrect and Reallocated_Event_Count to default raw list. + As of 6.5 the following SMART attributes are by default checked and may result in alert when threshold (default 0 is reached): 'Current_Pending_Sector,Reallocated_Sector_Ct,Program_Fail_Cnt_Total, Uncorrectable_Error_Cnt,Offline_Uncorrectable,Runtime_Bad_Block, Reported_Uncorrect,Reallocated_Event_Count' - Update to version 6.4 - Allow detection of more than 26 devices / issue #5 (rev 5.3) - Different ATA vs. SCSI lookup (rev 5.4) - Allow script to run outside of nagios plugins dir / wiki url update (rev 5.5) - Change syntax of -g parameter (regex is now awaited from input) (rev 5.6) - Fix Use of uninitialized value $device (rev 5.7) - Allow multiple devices for interface type megaraid, e.g. 'megaraid,[1-5]' (rev 5.8) - allow type 'auto' (rev 5.9) - Check selftest log for errors using new parameter -s (rev 5.10) - Add exclude list (-e) to ignore certain attributes (5.11) - Fix 'Use of uninitialized value' warnings (5.11.1) - Add raw check list (-r) and warning thresholds (-w) (6.0) - Allow using pseudo bus device /dev/bus/N (6.1) - Add device model and serial number in output (6.2) - Allow exclusion from perfdata as well (-E) and by attribute number (6.3) - Remove dependency on utils.pm, add quiet parameter (6.4) - Drop not longer needed patch: * enable_auto_interface.patch (obsolete, type auto was added upstream in v5.9).
Patchnames
openSUSE-2021-706
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for monitoring-plugins-smart",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for monitoring-plugins-smart fixes the following issues:\n\nmonitoring-plugins-smart was updated to 6.9.1:\n\n  This is a security-release (boo#1183057)\n  + Fixes the regular expression for pseudo-devices under the /dev/bus/N path.\n  from 6.9.0\n  + Allows using PCI device paths as device name(s) (#64)\n  + Introduce new optional parameter -l/--ssd-lifetime) which additionally \n    checks SMART attribute \u0027Percent_Lifetime_Remain\u0027 \n    (available on some SSD drives). (#66 #67)\n  from 6.8.0\n  + Allow skip self-assessment check (--skip-self-assessment)\n  + Add Command_Timeout to default raw list\n  from 6.7.1\n  + Bugfix to make --warn work (issue #54)\n  from 6.7.0\n  + Added support for NVMe drives\n  from 6.6.1\n  + Fix \u0027deprecation warning on regex with curly brackets\u0027 (6.6.1)\n  from 6.6.0\n  + The feature was requested in #30 . This PR adds the possibility to\n    use 3ware,N and cciss,N drives in combination with the \n    global -g parameter.\n  + Furthermore this PR adjusts the output of the plugin when the -g \n    is used in combination with hardware raid controllers. Instead of\n    showing the logical device name (/dev/sda for example), the plugin\n    will now show the controller with drive number\n  from 6.5.0:\n  + Add Reported_Uncorrect and Reallocated_Event_Count to default raw list.\n  + As of 6.5 the following SMART attributes are by default checked and \n    may result in alert when threshold (default 0 is reached):\n    \u0027Current_Pending_Sector,Reallocated_Sector_Ct,Program_Fail_Cnt_Total,\n     Uncorrectable_Error_Cnt,Offline_Uncorrectable,Runtime_Bad_Block,\n     Reported_Uncorrect,Reallocated_Event_Count\u0027\n\n- Update to version 6.4\n\n  - Allow detection of more than 26 devices / issue #5 (rev 5.3)\n  - Different ATA vs. SCSI lookup (rev 5.4)\n  - Allow script to run outside of nagios plugins dir / wiki url\n    update (rev 5.5)\n  - Change syntax of -g parameter (regex is now awaited from\n    input) (rev 5.6)\n  - Fix Use of uninitialized value $device (rev 5.7)\n  - Allow multiple devices for interface type megaraid,\n    e.g. \u0027megaraid,[1-5]\u0027 (rev 5.8)\n  - allow type \u0027auto\u0027 (rev 5.9)\n  - Check selftest log for errors using new parameter -s (rev 5.10)\n  - Add exclude list (-e) to ignore certain attributes (5.11)\n  - Fix \u0027Use of uninitialized value\u0027 warnings (5.11.1)\n  - Add raw check list (-r) and warning thresholds (-w) (6.0)\n  - Allow using pseudo bus device /dev/bus/N (6.1)\n  - Add device model and serial number in output (6.2)\n  - Allow exclusion from perfdata as well (-E) and by attribute\n    number (6.3)\n  - Remove dependency on utils.pm, add quiet parameter (6.4)\n- Drop not longer needed patch:\n  * enable_auto_interface.patch (obsolete, type auto was added\n    upstream in v5.9).\n\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-2021-706",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_0706-1.json"
      },
      {
        "category": "self",
        "summary": "URL for openSUSE-SU-2021:0706-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MAQBDZ7JPHIZTBDSB2BCFH7Y6AA2PXXF/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for openSUSE-SU-2021:0706-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MAQBDZ7JPHIZTBDSB2BCFH7Y6AA2PXXF/"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1183057",
        "url": "https://bugzilla.suse.com/1183057"
      }
    ],
    "title": "Security update for monitoring-plugins-smart",
    "tracking": {
      "current_release_date": "2021-05-10T18:41:18Z",
      "generator": {
        "date": "2021-05-10T18:41:18Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2021:0706-1",
      "initial_release_date": "2021-05-10T18:41:18Z",
      "revision_history": [
        {
          "date": "2021-05-10T18:41:18Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch",
                "product": {
                  "name": "monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch",
                  "product_id": "monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Package Hub 15 SP1",
                "product": {
                  "name": "SUSE Package Hub 15 SP1",
                  "product_id": "SUSE Package Hub 15 SP1"
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Package Hub 15 SP2",
                "product": {
                  "name": "SUSE Package Hub 15 SP2",
                  "product_id": "SUSE Package Hub 15 SP2"
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.2",
                "product": {
                  "name": "openSUSE Leap 15.2",
                  "product_id": "openSUSE Leap 15.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.2"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch as component of SUSE Package Hub 15 SP1",
          "product_id": "SUSE Package Hub 15 SP1:monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch"
        },
        "product_reference": "monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch as component of SUSE Package Hub 15 SP2",
          "product_id": "SUSE Package Hub 15 SP2:monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch"
        },
        "product_reference": "monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch as component of openSUSE Leap 15.2",
          "product_id": "openSUSE Leap 15.2:monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch"
        },
        "product_reference": "monitoring-plugins-smart-6.9.1-bp152.4.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.2"
      }
    ]
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…