opensuse-su-2021:1274-1
Vulnerability from csaf_opensuse
Published
2021-09-16 08:04
Modified
2021-09-16 08:04
Summary
Security update for fail2ban

Notes

Title of the patch
Security update for fail2ban
Description of the patch
This update for fail2ban fixes the following issues: - CVE-2021-32749: prevent a command injection via mail command (boo#1188610) - Integrate change to resolve boo#1146856 and boo#1180738 Update to 0.11.2 - increased stability, filter and action updates New Features and Enhancements * fail2ban-regex: - speedup formatted output (bypass unneeded stats creation) - extended with prefregex statistic - more informative output for `datepattern` (e. g. set from filter) - pattern : description * parsing of action in jail-configs considers space between action-names as separator also (previously only new-line was allowed), for example `action = a b` would specify 2 actions `a` and `b` * new filter and jail for GitLab recognizing failed application logins (gh#fail2ban/fail2ban#2689) * new filter and jail for Grafana recognizing failed application logins (gh#fail2ban/fail2ban#2855) * new filter and jail for SoftEtherVPN recognizing failed application logins (gh#fail2ban/fail2ban#2723) * `filter.d/guacamole.conf` extended with `logging` parameter to follow webapp-logging if it's configured (gh#fail2ban/fail2ban#2631) * `filter.d/bitwarden.conf` enhanced to support syslog (gh#fail2ban/fail2ban#2778) * introduced new prefix `{UNB}` for `datepattern` to disable word boundaries in regex; * datetemplate: improved anchor detection for capturing groups `(^...)`; * datepattern: improved handling with wrong recognized timestamps (timezones, no datepattern, etc) as well as some warnings signaling user about invalid pattern or zone (gh#fail2ban/fail2ban#2814): - filter gets mode in-operation, which gets activated if filter starts processing of new messages; in this mode a timestamp read from log-line that appeared recently (not an old line), deviating too much from now (up too 24h), will be considered as now (assuming a timezone issue), so could avoid unexpected bypass of failure (previously exceeding `findtime`); - better interaction with non-matching optional datepattern or invalid timestamps; - implements special datepattern `{NONE}` - allow to find failures totally without date-time in log messages, whereas filter will use now as timestamp (gh#fail2ban/fail2ban#2802) * performance optimization of `datepattern` (better search algorithm in datedetector, especially for single template); * fail2ban-client: extended to unban IP range(s) by subnet (CIDR/mask) or hostname (DNS), gh#fail2ban/fail2ban#2791; * extended capturing of alternate tags in filter, allowing combine of multiple groups to single tuple token with new tag prefix `<F-TUPLE_`, that would combine value of `<F-V>` with all value of `<F-TUPLE_V?_n?>` tags (gh#fail2ban/fail2ban#2755) - Fixes * [stability] prevent race condition - no ban if filter (backend) is continuously busy if too many messages will be found in log, e. g. initial scan of large log-file or journal (gh#fail2ban/fail2ban#2660) * pyinotify-backend sporadically avoided initial scanning of log-file by start * python 3.9 compatibility (and Travis CI support) * restoring a large number (500+ depending on files ulimit) of current bans when using PyPy fixed * manual ban is written to database, so can be restored by restart (gh#fail2ban/fail2ban#2647) * `jail.conf`: don't specify `action` directly in jails (use `action_` or `banaction` instead) * no mails-action added per default anymore (e. g. to allow that `action = %(action_mw)s` should be specified per jail or in default section in jail.local), closes gh#fail2ban/fail2ban#2357 * ensure we've unique action name per jail (also if parameter `actname` is not set but name deviates from standard name, gh#fail2ban/fail2ban#2686) * don't use `%(banaction)s` interpolation because it can be complex value (containing `[...]` and/or quotes), so would bother the action interpolation * fixed type conversion in config readers (take place after all interpolations get ready), that allows to specify typed parameters variable (as substitutions) as well as to supply it in other sections or as init parameters. * `action.d/*-ipset*.conf`: several ipset actions fixed (no timeout per default anymore), so no discrepancy between ipset and fail2ban (removal from ipset will be managed by fail2ban only, gh#fail2ban/fail2ban#2703) * `action.d/cloudflare.conf`: fixed `actionunban` (considering new-line chars and optionally real json-parsing with `jq`, gh#fail2ban/fail2ban#2140, gh#fail2ban/fail2ban#2656) * `action.d/nftables.conf` (type=multiport only): fixed port range selector, replacing `:` with `-` (gh#fail2ban/fail2ban#2763) * `action.d/firewallcmd-*.conf` (multiport only): fixed port range selector, replacing `:` with `-` (gh#fail2ban/fail2ban#2821) * `action.d/bsd-ipfw.conf`: fixed selection of rule-no by large list or initial `lowest_rule_num` (gh#fail2ban/fail2ban#2836) * `filter.d/common.conf`: avoid substitute of default values in related `lt_*` section, `__prefix_line` should be interpolated in definition section (inside the filter-config, gh#fail2ban/fail2ban#2650) * `filter.d/dovecot.conf`: - add managesieve and submission support (gh#fail2ban/fail2ban#2795); - accept messages with more verbose logging (gh#fail2ban/fail2ban#2573); * `filter.d/courier-smtp.conf`: prefregex extended to consider port in log-message (gh#fail2ban/fail2ban#2697) * `filter.d/traefik-auth.conf`: filter extended with parameter mode (`normal`, `ddos`, `aggressive`) to handle the match of username differently (gh#fail2ban/fail2ban#2693): - `normal`: matches 401 with supplied username only - `ddos`: matches 401 without supplied username only - `aggressive`: matches 401 and any variant (with and without username) * `filter.d/sshd.conf`: normalizing of user pattern in all RE's, allowing empty user (gh#fail2ban/fail2ban#2749) Update to 0.11.1: * Increment ban time (+ observer) functionality introduced. * Database functionality extended with bad ips. * New tags (usable in actions): - `<bancount>` - ban count of this offender if known as bad (started by 1 for unknown) - `<bantime>` - current ban-time of the ticket (prolongation can be retarded up to 10 sec.) * Introduced new action command `actionprolong` to prolong ban-time (e. g. set new timeout if expected); * algorithm of restore current bans after restart changed: update the restored ban-time (and therefore end of ban) of the ticket with ban-time of jail (as maximum), for all tickets with ban-time greater (or persistent) * added new setup-option `--without-tests` to skip building and installing of tests files (gh-2287). * added new command `fail2ban-client get <JAIL> banip ?sep-char|--with-time?` to get the banned ip addresses (gh-1916). * purge database will be executed now (within observer). restoring currently banned ip after service restart fixed (now < timeofban + bantime), ignore old log failures (already banned) * upgrade database: update new created table `bips` with entries from table `bans` (allows restore current bans after upgrade from version <= 0.10) - removal of SuSEfirewall2-fail2ban for factory versions since SuSEfirewall2 will be removed from Factory (see sr#713247): * removed references to SuSEfirewall2 service * use references to SuSEfirewall2 only for older distributions * Removed installation recommendation of the fail2ban-SuSEfirewall2 package for all distributions as it is deprecated. - changed fail2ban unit file location (boo#1145181, gh#fail2ban/fail2ban#2474)
Patchnames
openSUSE-2021-1274
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 fail2ban",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for fail2ban fixes the following issues:\n\n- CVE-2021-32749: prevent a command injection via mail command (boo#1188610)\n\n- Integrate change to resolve boo#1146856 and boo#1180738\n\nUpdate to 0.11.2\n\n- increased stability, filter and action updates\n  \nNew Features and Enhancements\n\n* fail2ban-regex:\n  - speedup formatted output (bypass unneeded stats creation)\n  - extended with prefregex statistic\n  - more informative output for `datepattern` (e. g. set from filter) - pattern : description\n* parsing of action in jail-configs considers space between action-names as separator also\n  (previously only new-line was allowed), for example `action = a b` would specify 2 actions `a` and `b`\n* new filter and jail for GitLab recognizing failed application logins (gh#fail2ban/fail2ban#2689)\n* new filter and jail for Grafana recognizing failed application logins (gh#fail2ban/fail2ban#2855)\n* new filter and jail for SoftEtherVPN recognizing failed application logins (gh#fail2ban/fail2ban#2723)\n* `filter.d/guacamole.conf` extended with `logging` parameter to follow webapp-logging if it\u0027s configured \n  (gh#fail2ban/fail2ban#2631)\n* `filter.d/bitwarden.conf` enhanced to support syslog (gh#fail2ban/fail2ban#2778)\n* introduced new prefix `{UNB}` for `datepattern` to disable word boundaries in regex;\n* datetemplate: improved anchor detection for capturing groups `(^...)`;\n* datepattern: improved handling with wrong recognized timestamps (timezones, no datepattern, etc)\n  as well as some warnings signaling user about invalid pattern or zone (gh#fail2ban/fail2ban#2814):\n  - filter gets mode in-operation, which gets activated if filter starts processing of new messages;\n    in this mode a timestamp read from log-line that appeared recently (not an old line), deviating too much\n    from now (up too 24h), will be considered as now (assuming a timezone issue), so could avoid unexpected \n    bypass of failure (previously exceeding `findtime`);\n  - better interaction with non-matching optional datepattern or invalid timestamps;\n  - implements special datepattern `{NONE}` - allow to find failures totally without date-time in log messages,\n  whereas filter will use now as timestamp (gh#fail2ban/fail2ban#2802)\n* performance optimization of `datepattern` (better search algorithm in datedetector, especially for single template);\n* fail2ban-client: extended to unban IP range(s) by subnet (CIDR/mask) or hostname (DNS), gh#fail2ban/fail2ban#2791;\n* extended capturing of alternate tags in filter, allowing combine of multiple groups to single tuple token with new tag\n  prefix `\u003cF-TUPLE_`, that would combine value of `\u003cF-V\u003e` with all value of `\u003cF-TUPLE_V?_n?\u003e` tags (gh#fail2ban/fail2ban#2755)\n- Fixes\n* [stability] prevent race condition - no ban if filter (backend) is continuously busy if\n  too many messages will be found in log, e. g. initial scan of large log-file or journal (gh#fail2ban/fail2ban#2660)\n* pyinotify-backend sporadically avoided initial scanning of log-file by start\n* python 3.9 compatibility (and Travis CI support)\n* restoring a large number (500+ depending on files ulimit) of current bans when using PyPy fixed\n* manual ban is written to database, so can be restored by restart (gh#fail2ban/fail2ban#2647)\n* `jail.conf`: don\u0027t specify `action` directly in jails (use `action_` or `banaction` instead)\n* no mails-action added per default anymore (e. g. to allow that `action = %(action_mw)s` should be specified\n  per jail or in default section in jail.local), closes gh#fail2ban/fail2ban#2357\n* ensure we\u0027ve unique action name per jail (also if parameter `actname` is not set but name deviates from standard name, gh#fail2ban/fail2ban#2686)\n* don\u0027t use `%(banaction)s` interpolation because it can be complex value (containing `[...]` and/or quotes), \n  so would bother the action interpolation\n* fixed type conversion in config readers (take place after all interpolations get ready), that allows to \n  specify typed parameters variable (as substitutions) as well as to supply it in other sections or as init parameters.\n* `action.d/*-ipset*.conf`: several ipset actions fixed (no timeout per default anymore), so no discrepancy\n  between ipset and fail2ban (removal from ipset will be managed by fail2ban only, gh#fail2ban/fail2ban#2703)\n* `action.d/cloudflare.conf`: fixed `actionunban` (considering new-line chars and optionally real json-parsing\n with `jq`, gh#fail2ban/fail2ban#2140, gh#fail2ban/fail2ban#2656)\n* `action.d/nftables.conf` (type=multiport only): fixed port range selector, replacing `:` with `-` (gh#fail2ban/fail2ban#2763)\n* `action.d/firewallcmd-*.conf` (multiport only): fixed port range selector, replacing `:` with `-` (gh#fail2ban/fail2ban#2821)\n* `action.d/bsd-ipfw.conf`: fixed selection of rule-no by large list or initial `lowest_rule_num` (gh#fail2ban/fail2ban#2836)\n* `filter.d/common.conf`: avoid substitute of default values in related `lt_*` section, `__prefix_line`\n  should be interpolated in definition section (inside the filter-config, gh#fail2ban/fail2ban#2650)\n* `filter.d/dovecot.conf`: \n  - add managesieve and submission support (gh#fail2ban/fail2ban#2795);\n  - accept messages with more verbose logging (gh#fail2ban/fail2ban#2573);\n* `filter.d/courier-smtp.conf`: prefregex extended to consider port in log-message (gh#fail2ban/fail2ban#2697)\n* `filter.d/traefik-auth.conf`: filter extended with parameter mode (`normal`, `ddos`, `aggressive`) to handle \n  the match of username differently (gh#fail2ban/fail2ban#2693):\n  - `normal`: matches 401 with supplied username only\n  - `ddos`: matches 401 without supplied username only\n  - `aggressive`: matches 401 and any variant (with and without username)\n* `filter.d/sshd.conf`: normalizing of user pattern in all RE\u0027s, allowing empty user (gh#fail2ban/fail2ban#2749)\n\nUpdate to 0.11.1:\n\n* Increment ban time (+ observer) functionality introduced.\n* Database functionality extended with bad ips.\n* New tags (usable in actions):\n  - `\u003cbancount\u003e` - ban count of this offender if known as bad\n    (started by 1 for unknown)\n  - `\u003cbantime\u003e` - current ban-time of the ticket\n    (prolongation can be retarded up to 10 sec.)\n* Introduced new action command `actionprolong` to prolong ban-time\n  (e. g. set new timeout if expected);\n* algorithm of restore current bans after restart changed:\n  update the restored ban-time (and therefore \n  end of ban) of the ticket with ban-time of jail (as maximum),\n  for all tickets with ban-time greater (or persistent)\n* added new setup-option `--without-tests` to skip building\n  and installing of tests files (gh-2287).\n* added new command `fail2ban-client get \u003cJAIL\u003e banip ?sep-char|--with-time?`\n  to get the banned ip addresses (gh-1916).\n* purge database will be executed now (within observer).\n restoring currently banned ip after service restart fixed\n  (now \u003c timeofban + bantime), ignore old log failures (already banned)\n* upgrade database: update new created table `bips` with entries\n  from table `bans` (allows restore current bans after\n  upgrade from version \u003c= 0.10)\n\n- removal of SuSEfirewall2-fail2ban for factory versions since SuSEfirewall2\n  will be removed from Factory (see sr#713247):\n* removed references to SuSEfirewall2 service\n* use references to SuSEfirewall2 only for older distributions\n* Removed installation recommendation of the fail2ban-SuSEfirewall2\n  package for all distributions as it is deprecated.\n- changed fail2ban unit file location (boo#1145181, gh#fail2ban/fail2ban#2474)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-2021-1274",
        "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_1274-1.json"
      },
      {
        "category": "self",
        "summary": "URL for openSUSE-SU-2021:1274-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RYBYCPVAMLJBPZO42ZMSVOQTCNN3YNQS/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for openSUSE-SU-2021:1274-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RYBYCPVAMLJBPZO42ZMSVOQTCNN3YNQS/"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1145181",
        "url": "https://bugzilla.suse.com/1145181"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1146856",
        "url": "https://bugzilla.suse.com/1146856"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1180738",
        "url": "https://bugzilla.suse.com/1180738"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1188610",
        "url": "https://bugzilla.suse.com/1188610"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2021-32749 page",
        "url": "https://www.suse.com/security/cve/CVE-2021-32749/"
      }
    ],
    "title": "Security update for fail2ban",
    "tracking": {
      "current_release_date": "2021-09-16T08:04:03Z",
      "generator": {
        "date": "2021-09-16T08:04:03Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2021:1274-1",
      "initial_release_date": "2021-09-16T08:04:03Z",
      "revision_history": [
        {
          "date": "2021-09-16T08:04:03Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fail2ban-0.11.2-bp153.2.3.1.noarch",
                "product": {
                  "name": "fail2ban-0.11.2-bp153.2.3.1.noarch",
                  "product_id": "fail2ban-0.11.2-bp153.2.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
                "product": {
                  "name": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
                  "product_id": "monitoring-plugins-fail2ban-0.11.2-bp153.2.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": "SUSE Package Hub 15 SP3",
                "product": {
                  "name": "SUSE Package Hub 15 SP3",
                  "product_id": "SUSE Package Hub 15 SP3"
                }
              },
              {
                "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_name",
                "name": "openSUSE Leap 15.3",
                "product": {
                  "name": "openSUSE Leap 15.3",
                  "product_id": "openSUSE Leap 15.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.3"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fail2ban-0.11.2-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP1",
          "product_id": "SUSE Package Hub 15 SP1:fail2ban-0.11.2-bp153.2.3.1.noarch"
        },
        "product_reference": "fail2ban-0.11.2-bp153.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP1",
          "product_id": "SUSE Package Hub 15 SP1:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch"
        },
        "product_reference": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fail2ban-0.11.2-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP2",
          "product_id": "SUSE Package Hub 15 SP2:fail2ban-0.11.2-bp153.2.3.1.noarch"
        },
        "product_reference": "fail2ban-0.11.2-bp153.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP2",
          "product_id": "SUSE Package Hub 15 SP2:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch"
        },
        "product_reference": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fail2ban-0.11.2-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP3",
          "product_id": "SUSE Package Hub 15 SP3:fail2ban-0.11.2-bp153.2.3.1.noarch"
        },
        "product_reference": "fail2ban-0.11.2-bp153.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP3",
          "product_id": "SUSE Package Hub 15 SP3:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch"
        },
        "product_reference": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fail2ban-0.11.2-bp153.2.3.1.noarch as component of openSUSE Leap 15.2",
          "product_id": "openSUSE Leap 15.2:fail2ban-0.11.2-bp153.2.3.1.noarch"
        },
        "product_reference": "fail2ban-0.11.2-bp153.2.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch as component of openSUSE Leap 15.2",
          "product_id": "openSUSE Leap 15.2:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch"
        },
        "product_reference": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fail2ban-0.11.2-bp153.2.3.1.noarch as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:fail2ban-0.11.2-bp153.2.3.1.noarch"
        },
        "product_reference": "fail2ban-0.11.2-bp153.2.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch"
        },
        "product_reference": "monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2021-32749",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2021-32749"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "fail2ban is a daemon to ban hosts that cause multiple authentication errors. In versions 0.9.7 and prior, 0.10.0 through 0.10.6, and 0.11.0 through 0.11.2, there is a vulnerability that leads to possible remote code execution in the mailing action mail-whois. Command `mail` from mailutils package used in mail actions like `mail-whois` can execute command if unescaped sequences (`\\n~`) are available in \"foreign\" input (for instance in whois output). To exploit the vulnerability, an attacker would need to insert malicious characters into the response sent by the whois server, either via a MITM attack or by taking over a whois server. The issue is patched in versions 0.10.7 and 0.11.3. As a workaround, one may avoid the usage of action `mail-whois` or patch the vulnerability manually.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Package Hub 15 SP1:fail2ban-0.11.2-bp153.2.3.1.noarch",
          "SUSE Package Hub 15 SP1:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
          "SUSE Package Hub 15 SP2:fail2ban-0.11.2-bp153.2.3.1.noarch",
          "SUSE Package Hub 15 SP2:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
          "SUSE Package Hub 15 SP3:fail2ban-0.11.2-bp153.2.3.1.noarch",
          "SUSE Package Hub 15 SP3:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
          "openSUSE Leap 15.2:fail2ban-0.11.2-bp153.2.3.1.noarch",
          "openSUSE Leap 15.2:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
          "openSUSE Leap 15.3:fail2ban-0.11.2-bp153.2.3.1.noarch",
          "openSUSE Leap 15.3:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2021-32749",
          "url": "https://www.suse.com/security/cve/CVE-2021-32749"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1188610 for CVE-2021-32749",
          "url": "https://bugzilla.suse.com/1188610"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Package Hub 15 SP1:fail2ban-0.11.2-bp153.2.3.1.noarch",
            "SUSE Package Hub 15 SP1:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
            "SUSE Package Hub 15 SP2:fail2ban-0.11.2-bp153.2.3.1.noarch",
            "SUSE Package Hub 15 SP2:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
            "SUSE Package Hub 15 SP3:fail2ban-0.11.2-bp153.2.3.1.noarch",
            "SUSE Package Hub 15 SP3:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
            "openSUSE Leap 15.2:fail2ban-0.11.2-bp153.2.3.1.noarch",
            "openSUSE Leap 15.2:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
            "openSUSE Leap 15.3:fail2ban-0.11.2-bp153.2.3.1.noarch",
            "openSUSE Leap 15.3:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.1,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Package Hub 15 SP1:fail2ban-0.11.2-bp153.2.3.1.noarch",
            "SUSE Package Hub 15 SP1:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
            "SUSE Package Hub 15 SP2:fail2ban-0.11.2-bp153.2.3.1.noarch",
            "SUSE Package Hub 15 SP2:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
            "SUSE Package Hub 15 SP3:fail2ban-0.11.2-bp153.2.3.1.noarch",
            "SUSE Package Hub 15 SP3:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
            "openSUSE Leap 15.2:fail2ban-0.11.2-bp153.2.3.1.noarch",
            "openSUSE Leap 15.2:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch",
            "openSUSE Leap 15.3:fail2ban-0.11.2-bp153.2.3.1.noarch",
            "openSUSE Leap 15.3:monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-09-16T08:04:03Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2021-32749"
    }
  ]
}


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 seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…