Vulnerabilities > CVE-2009-3234 - Buffer Errors vulnerability in Linux Kernel 2.6.31

047910
CVSS 4.9 - MEDIUM
Attack vector
LOCAL
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
NONE
Availability impact
COMPLETE
local
low complexity
linux
CWE-119
exploit available

Summary

Buffer overflow in the perf_copy_attr function in kernel/perf_counter.c in the Linux kernel 2.6.31-rc1 allows local users to cause a denial of service (crash) and execute arbitrary code via a "big size data" to the perf_counter_open system call.

Vulnerable Configurations

Part Description Count
OS
Linux
1

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.

Exploit-Db

descriptionLinux Kernel 2.6.31 'perf_counter_open()' Local Buffer Overflow Vulnerability. CVE-2009-3234. Local exploit for linux platform
idEDB-ID:33228
last seen2016-02-03
modified2009-09-16
published2009-09-16
reporterXiao Guangrong
sourcehttps://www.exploit-db.com/download/33228/
titleLinux Kernel 2.6.31 - 'perf_counter_open' Local Buffer Overflow Vulnerability

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 36423 CVE(CAN) ID: CVE-2009-3234 Linux Kernel是开放源码操作系统Linux所使用的内核。 Linux Kernel的kernel/perf_counter.c文件中的perf_copy_attr()函数存在缓冲区溢出漏洞。本地攻击者可以通过向perf_counter_open()系统调用传送特制数据触发这个溢出,导致内核崩溃。 Linux kernel 2.6.31 厂商补丁: Linux ----- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=b3e62e35058fc744ac794611f4e79bcd1c5a4b83
idSSV:12356
last seen2017-11-19
modified2009-09-18
published2009-09-18
reporterRoot
titleLinux Kernel perf_counter_open()函数本地溢出漏洞

Statements

contributorMark J Cox
lastmodified2009-09-21
organizationRed Hat
statementNot vulnerable. This issue only affected kernels version v2.6.31-rc1 and later. Therefore this issue did not affect the versions of Linux kernel as shipped with Red Hat Enterprise Linux 3, 4, 5 or Red Hat Enterprise MRG.