Vulnerabilities > CVE-2010-2494 - Improper Restriction of Operations Within the Bounds of A Memory Buffer vulnerability in Bogofilter

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
bogofilter
CWE-119
nessus

Summary

Multiple buffer underflows in the base64 decoder in base64.c in (1) bogofilter and (2) bogolexer in bogofilter before 1.2.2 allow remote attackers to cause a denial of service (heap memory corruption and application crash) via an e-mail message with invalid base64 data that begins with an = (equals) character.

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.
  • Overflow Buffers
    Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
  • Client-side Injection-induced Buffer Overflow
    This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
  • Filter Failure through Buffer Overflow
    In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
  • MIME Conversion
    An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.

Nessus

  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_1_BOGOFILTER-100708.NASL
    descriptionThis update of bogofilter/bogolexer fixes a heap based buffer underflow vulnerability which could be exploited to cause a denial of service or potentially execute arbitrary code (CVE-2010-2494).
    last seen2020-06-01
    modified2020-06-02
    plugin id47852
    published2010-07-27
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/47852
    titleopenSUSE Security Update : bogofilter (openSUSE-SU-2010:0439-1)
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_25ED4FF8894011DFA3390026189BACA3.NASL
    descriptionJulius Plenz reports : I found a bug in the base64_decode function which may cause memory corruption when the function is executed on a malformed base64 encoded string. If a string starting with an equal-sign is passed to the base64_decode function it triggers a memory corruption that in some cases makes bogofilter crash.
    last seen2020-06-01
    modified2020-06-02
    plugin id47616
    published2010-07-07
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/47616
    titleFreeBSD : bogofilter -- heap underrun on malformed base64 input (25ed4ff8-8940-11df-a339-0026189baca3)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_BOGOFILTER-100708.NASL
    descriptionThis update of bogofilter/bogolexer fixes a heap-based buffer underflow vulnerability which could be exploited to cause a denial of service or potentially execute arbitrary code. (CVE-2010-2494)
    last seen2020-06-01
    modified2020-06-02
    plugin id50891
    published2010-12-02
    reporterThis script is Copyright (C) 2010-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/50891
    titleSuSE 11 / 11.1 Security Update : bogofilter (SAT Patch Numbers 2665 / 2666)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2010-13139.NASL
    descriptionFixes CVE-2010-2494 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-06-01
    modified2020-06-02
    plugin id48931
    published2010-08-31
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/48931
    titleFedora 13 : bogofilter-1.2.2-1.fc13 (2010-13139)
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-980-1.NASL
    descriptionJulius Plenz discovered that bogofilter incorrectly handled certain malformed encodings. By sending a specially crafted email, a remote attacker could exploit this and cause bogofilter to crash, resulting in a denial of service. 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 id49065
    published2010-09-01
    reporterUbuntu Security Notice (C) 2010-2019 Canonical, Inc. / NASL script (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/49065
    titleUbuntu 8.04 LTS / 9.04 / 9.10 / 10.04 LTS : bogofilter vulnerability (USN-980-1)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_2_BOGOFILTER-100708.NASL
    descriptionThis update of bogofilter/bogolexer fixes a heap based buffer underflow vulnerability which could be exploited to cause a denial of service or potentially execute arbitrary code (CVE-2010-2494).
    last seen2020-06-01
    modified2020-06-02
    plugin id47853
    published2010-07-27
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/47853
    titleopenSUSE Security Update : bogofilter (openSUSE-SU-2010:0439-1)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2012-852.NASL
    descriptionThis version upgrade of bogofilter fixed a heap corruption in the base 64 decoding routine as well as several other non-security issues.
    last seen2020-06-05
    modified2014-06-13
    plugin id74844
    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/74844
    titleopenSUSE Security Update : bogofilter (openSUSE-SU-2012:1650-1)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2010-12959.NASL
    descriptionFixes CVE-2010-2494 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-06-01
    modified2020-06-02
    plugin id48747
    published2010-08-26
    reporterThis script is Copyright (C) 2010-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/48747
    titleFedora 14 : bogofilter-1.2.2-1.fc14 (2010-12959)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2010-13154.NASL
    descriptionFixes CVE-2010-2494 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-06-01
    modified2020-06-02
    plugin id48932
    published2010-08-31
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/48932
    titleFedora 12 : bogofilter-1.2.2-1.fc12 (2010-13154)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2012-851.NASL
    descriptionThis version upgrade of bogofilter fixed a heap corruption in the base 64 decoding routine as well as several other non-security issues.
    last seen2020-06-05
    modified2014-06-13
    plugin id74843
    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/74843
    titleopenSUSE Security Update : bogofilter (openSUSE-SU-2012:1648-1)