Vulnerabilities > CVE-2013-2178 - Improper Input Validation vulnerability in Fail2Ban

047910
CVSS 5.0 - MEDIUM
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
NONE
Availability impact
PARTIAL
network
low complexity
fail2ban
CWE-20
nessus

Summary

The apache-auth.conf, apache-nohome.conf, apache-noscript.conf, and apache-overflows.conf files in Fail2ban before 0.8.10 do not properly validate log messages, which allows remote attackers to block arbitrary IP addresses via certain messages in a request.

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Server Side Include (SSI) Injection
    An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
  • Cross Zone Scripting
    An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • Command Line Execution through SQL Injection
    An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.

Nessus

  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2014-194.NASL
    descriptionThe fail2ban tool was updated to version 0.8.12 to fix various security issues and also brings bugfixes and features. Security issues fixed: A remote unauthenticated attacker may cause arbitrary IP addresses to be blocked by Fail2ban causing legitimate users to be blocked from accessing services protected by Fail2ban. CVE-2013-7177 (cyrus-imap) and CVE-2013-7176 (postfix) - Use new flushlogs syntax after logrotate - Update to version 0.8.12 - Log rotation can now occur with the command
    last seen2020-06-05
    modified2014-06-13
    plugin id75283
    published2014-06-13
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/75283
    titleopenSUSE Security Update : fail2ban (openSUSE-SU-2014:0348-1)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from openSUSE Security Update openSUSE-2014-194.
    #
    # The text description of this plugin is (C) SUSE LLC.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(75283);
      script_version("1.3");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/04");
    
      script_cve_id("CVE-2013-2178", "CVE-2013-7176", "CVE-2013-7177");
    
      script_name(english:"openSUSE Security Update : fail2ban (openSUSE-SU-2014:0348-1)");
      script_summary(english:"Check for the openSUSE-2014-194 patch");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote openSUSE host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The fail2ban tool was updated to version 0.8.12 to fix various
    security issues and also brings bugfixes and features.
    
    Security issues fixed: A remote unauthenticated attacker may cause
    arbitrary IP addresses to be blocked by Fail2ban causing legitimate
    users to be blocked from accessing services protected by Fail2ban.
    CVE-2013-7177 (cyrus-imap) and CVE-2013-7176 (postfix)
    
      - Use new flushlogs syntax after logrotate
    
      - Update to version 0.8.12
    
      - Log rotation can now occur with the command 'flushlogs'
        rather than reloading fail2ban or keeping the logtarget
        settings consistent in jail.conf/local and
        /etc/logrotate.d/fail2ban. (dep#697333, rh#891798).
    
      - Added ignorecommand option for allowing dynamic
        determination as to ignore and IP or not.
    
      - Remove indentation of name and loglevel while logging to
        SYSLOG to resolve syslog(-ng) parsing problems.
        (dep#730202). Log lines now also report '[PID]' after
        the name portion too.
    
      - Epoch dates can now be enclosed within []
    
      - New actions: badips, firewallcmd-ipset, ufw,
        blocklist_de
    
      - New filters: solid-pop3d, nsd, openwebmail, horde,
        freeswitch, squid, ejabberd, openwebmail, groupoffice
    
      - Filter improvements :
    
      - apache-noscript now includes php cgi scripts
    
      - exim-spam filter to match spamassassin log entry for
        option SAdevnull.
    
      - Added to sshd filter expression for 'Received disconnect
        from : 3: Auth fail'
    
      - Improved ACL-handling for Asterisk
    
      - Added improper command pipelining to postfix filter.
    
      - General fixes :
    
      - Added lots of jail.conf entries for missing filters that
        creaped in over the last year.
    
      - synchat changed to use push method which verifies
        whether all data was send. This ensures that all data is
        sent before closing the connection.
    
      - Fixed python 2.4 compatibility (as sub-second in date
        patterns weren't 2.4 compatible)
    
      - Complain/email actions fixed to only include relevant
        IPs to reporting
    
      - Filter fixes :
    
      - Added HTTP referrer bit of the apache access log to the
        apache filters.
    
      - Apache 2.4 perfork regexes fixed
    
      - Kernel syslog expression can have leading spaces
    
      - allow for ',milliseconds' in the custom date format of
        proftpd.log
    
      - recidive jail to block all protocols
    
      - smtps not a IANA standard so may be missing from
        /etc/services. Due to (still) common use 465 has been
        used as the explicit port number
    
      - Filter dovecot reordered session and TLS items in regex
        with wider scope for session characters
    
      - Ugly Fixes (Potentially incompatible changes) :
    
      - Unfortunately at the end of last release when the action
        firewall-cmd-direct-new was added it was too long and
        had a broken action check. The action was renamed to
        firewallcmd-new to fit within jail name name length.
        (gh#fail2ban/fail2ban#395).
    
      - Last release added mysqld-syslog-iptables as a jail
        configuration. This jailname was too long and it has
        been renamed to mysqld-syslog.
    
      - Fixed formating of github references in changelog
    
      - reformatted spec-file
    
    
    
      - Update to version 0.8.11
    
      - In light of CVE-2013-2178 that triggered our last
        release we have put a significant effort into tightening
        all of the regexs of our filters to avoid another
        similar vulnerability. We haven't examined all of these
        for a potential DoS scenario however it is possible that
        another DoS vulnerability exists that is fixed by this
        release. A large number of filters have been updated to
        include more failure regexs supporting previously
        unbanned failures and support newer application versions
        too. We have test cases for most of these now however if
        you have other examples that demonstrate that a filter
        is insufficient we welcome your feedback. During the
        tightening of the regexs to avoid DoS vulnerabilities
        there is the possibility that we have inadvertently,
        despite our best intentions, incorrectly allowed a
        failure to continue.
    
        Addresses a possible DoS. Closes
        gh#fail2ban/fail2ban#248, bnc#824710 within [Init].
        Closes gh#fail2ban/fail2ban#232
    
      - Updates to asterisk filter. Closes
        gh#fail2ban/fail2ban#227, gh#fail2ban/fail2ban#230.
    
      - Updates to asterisk to include AUTH_UNKNOWN_DOMAIN.
        Closes gh#fail2ban/fail2ban#244. on Fedora. Closes
        gh#fail2ban/fail2ban#112. Thanks to Camusensei for the
        bug report. insight. Closes gh#fail2ban/fail2ban#103.
    
      - [f2156604] pyinotify -- monitor IN_MOVED_TO events.
        Closes gh#fail2ban/fail2ban#184. Thanks to Jon Foster
        for report and troubleshooting. Orion Poplawski
    
      - [39667ff6] Avoid leaking file descriptors. Closes
        gh#fail2ban/fail2ban#167. Closes
        gh#fail2ban/fail2ban#147, gh#fail2ban/fail2ban#148.
    
      - [b6a68f51] Fix delaction on server side. Closes
        gh#fail2ban/fail2ban#124. the fail2ban-client. Closes
        gh#fail2ban/fail2ban#134. gh#fail2ban/fail2ban#70.
        Thanks to iGeorgeX for the idea.
    
      - [96eb8986] ' and ' should also be escaped in action tags
        Closes gh#fail2ban/fail2ban#109 beilber for the idea.
        Closes gh#fail2ban/fail2ban#114. fail2ban is running.
        Closes gh#fail2ban/fail2ban#166.
    
      - [29d0df5] Add mysqld filter. Closes
        gh#fail2ban/fail2ban#152.
    
      - [bba3fd8] Add Sogo filter. Closes
        gh#fail2ban/fail2ban#117.
    
      - [be06b1b] Add action for iptables-ipsets. Closes
        gh#fail2ban/fail2ban#102.
    
      - [f336d9f] Add filter for webmin. Closes
        gh#fail2ban/fail2ban#99. consistently. Closes
        gh#fail2ban/fail2ban#172.
    
      - [b36835f] Add get cinfo to fail2ban-client. Closes
        gh#fail2ban/fail2ban#124. Closes
        gh#fail2ban/fail2ban#142. Closes
        gh#fail2ban/fail2ban#126. Bug report by Michael
        Heuberger.
    
      - [3aeb1a9] Add jail.conf manual page. Closes
        gh#fail2ban/fail2ban#143. banning due to misconfigured
        DNS. Close gh#fail2ban/fail2ban#64
    
      - [0935566,5becaf8] Various python 2.4 and 2.5
        compatibility fixes. Close gh#fail2ban/fail2ban#83 in
        the console. Close gh#fail2ban/fail2ban#91 the log file
        to take 'banip' or 'unbanip' in effect. Close
        gh#fail2ban/fail2ban#81, gh#fail2ban/fail2ban#86
    
      - [f52ba99] downgraded 'already banned' from WARN to INFO
        level. Closes gh#fail2ban/fail2ban#79 for this
        gh#fail2ban/fail2ban#87) message stays non-unicode.
        Close gh#fail2ban/fail2ban#32 friend to developers stuck
        with Windows (Closes gh#fail2ban/fail2ban#66) repeated
        offenders. Close gh#fail2ban/fail2ban#19 Close
        gh#fail2ban/fail2ban#47 (Closes: #669063)"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.novell.com/show_bug.cgi?id=824710"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.novell.com/show_bug.cgi?id=861503"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.novell.com/show_bug.cgi?id=861504"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://lists.opensuse.org/opensuse-updates/2014-03/msg00021.html"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected fail2ban package."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:fail2ban");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:12.3");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:13.1");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2014/02/28");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/06/13");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/SuSE/release");
    if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE");
    if (release !~ "^(SUSE12\.3|SUSE13\.1)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "12.3 / 13.1", release);
    if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    
    flag = 0;
    
    if ( rpm_check(release:"SUSE12.3", reference:"fail2ban-0.8.12-2.12.1") ) flag++;
    if ( rpm_check(release:"SUSE13.1", reference:"fail2ban-0.8.12-2.5.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, "fail2ban");
    }
    
  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2013-191.NASL
    descriptionUpdated fail2ban packages fix CVE-2013-2178 Krzysztof Katowicz-Kowalewski discovered a vulnerability in Fail2ban, a log monitoring and system which can act on attack by preventing hosts to connect to specified services using the local firewall. When using Fail2ban to monitor Apache logs, improper input validation in log parsing could enable a remote attacker to trigger an IP ban on arbitrary addresses, thus causing a denial of service (CVE-2013-2178).
    last seen2020-06-01
    modified2020-06-02
    plugin id67136
    published2013-07-03
    reporterThis script is Copyright (C) 2013-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/67136
    titleMandriva Linux Security Advisory : fail2ban (MDVSA-2013:191)
    code
    #%NASL_MIN_LEVEL 80502
    
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Mandriva Linux Security Advisory MDVSA-2013:191. 
    # The text itself is copyright (C) Mandriva S.A.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(67136);
      script_version("1.6");
      script_cvs_date("Date: 2019/08/02 13:32:55");
    
      script_cve_id("CVE-2013-2178");
      script_bugtraq_id(60467);
      script_xref(name:"MDVSA", value:"2013:191");
    
      script_name(english:"Mandriva Linux Security Advisory : fail2ban (MDVSA-2013:191)");
      script_summary(english:"Checks rpm output for the updated package");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Mandriva Linux host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Updated fail2ban packages fix CVE-2013-2178
    
    Krzysztof Katowicz-Kowalewski discovered a vulnerability in Fail2ban,
    a log monitoring and system which can act on attack by preventing
    hosts to connect to specified services using the local firewall.
    
    When using Fail2ban to monitor Apache logs, improper input validation
    in log parsing could enable a remote attacker to trigger an IP ban on
    arbitrary addresses, thus causing a denial of service (CVE-2013-2178)."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://advisories.mageia.org/MGASA-2013-0192.html"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected fail2ban package."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:ND");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:fail2ban");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:business_server:1");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2013/07/02");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/03");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2019 Tenable Network Security, Inc.");
      script_family(english:"Mandriva Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/Mandrake/release", "Host/Mandrake/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Mandrake/release")) audit(AUDIT_OS_NOT, "Mandriva / Mandake Linux");
    if (!get_kb_item("Host/Mandrake/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^(amd64|i[3-6]86|x86_64)$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Mandriva / Mandrake Linux", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"MDK-MBS1", reference:"fail2ban-0.8.6-3.2.mbs1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201406-03.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-201406-03 (Fail2ban: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Fail2ban. Please review the CVE identifiers referenced below for details. Impact : A remote attacker could send a crafted URL to a website which, when parsed by Fail2ban, would deny a specific IP address. Also, errors in regular expressions within certain filters can cause arbitrary IP addresses to be banned. Furthermore, a local attacker could perform symlink attacks to overwrite arbitrary files with the privileges of the user running the application. Workaround : There is no known workaround at this time.
    last seen2020-06-01
    modified2020-06-02
    plugin id74260
    published2014-06-02
    reporterThis script is Copyright (C) 2014-2015 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/74260
    titleGLSA-201406-03 : Fail2ban: Multiple vulnerabilities
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2013-544.NASL
    descriptionThis update of fail2ban fixes a security vulnerability. Changes in fail2ban : - Fixes: Yaroslav Halchenko - [6ccd5781] filter.d/apache-(auth,nohome,noscript,overflows) - anchor failregex at the beginning (and where applicable at the end). Addresses a possible DoS. Closes gh#fail2ban/fail2ban#248, CVE-2013-2178, bnc#824710
    last seen2020-06-05
    modified2014-06-13
    plugin id75065
    published2014-06-13
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/75065
    titleopenSUSE Security Update : fail2ban (openSUSE-SU-2013:1120-1)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-10806.NASL
    descriptionFail2Ban 0.8.10 addresses a possible remote denial of service attack when using the supplied apache- filters. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2013-07-12
    plugin id67287
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/67287
    titleFedora 18 : fail2ban-0.8.10-1.fc18 (2013-10806)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-2708.NASL
    descriptionKrzysztof Katowicz-Kowalewski discovered a vulnerability in Fail2ban, a log monitoring and system which can act on attack by preventing hosts to connect to specified services using the local firewall. When using Fail2ban to monitor Apache logs, improper input validation in log parsing could enable a remote attacker to trigger an IP ban on arbitrary addresses, thus causing a denial of service.
    last seen2020-03-17
    modified2013-06-17
    plugin id66906
    published2013-06-17
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/66906
    titleDebian DSA-2708-1 : fail2ban - denial of service
  • NASL familyAmazon Linux Local Security Checks
    NASL idALA_ALAS-2013-209.NASL
    descriptionThe apache-auth.conf, apache-nohome.conf, apache-noscript.conf, and apache-overflows.conf files in Fail2ban before 0.8.10 do not properly validate log messages, which allows remote attackers to block arbitrary IP addresses via certain messages in a request.
    last seen2020-06-01
    modified2020-06-02
    plugin id69767
    published2013-09-04
    reporterThis script is Copyright (C) 2013-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/69767
    titleAmazon Linux AMI : fail2ban (ALAS-2013-209)

Oval

accepted2014-06-30T04:06:31.504-04:00
classvulnerability
contributors
  • nameMaria Kedovskaya
    organizationALTX-SOFT
  • nameJerome Athias
    organizationMcAfee, Inc.
definition_extensions
  • commentopenSUSE 12.3 is installed
    ovaloval:org.mitre.oval:def:17041
  • commentopenSUSE 12.2 is installed
    ovaloval:org.mitre.oval:def:17262
  • commentopenSUSE 11.4 is installed
    ovaloval:org.mitre.oval:def:16752
descriptionThe apache-auth.conf, apache-nohome.conf, apache-noscript.conf, and apache-overflows.conf files in Fail2ban before 0.8.10 do not properly validate log messages, which allows remote attackers to block arbitrary IP addresses via certain messages in a request.
familyunix
idoval:org.mitre.oval:def:17338
statusaccepted
submitted2013-07-03T10:26:26.748+04:00
titleDoS for arbitrary chosen IP addresses
version8