LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 08-27-2009, 04:37 PM   #181
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel ".getname" Information Disclosure


Quote:
Some vulnerabilities have been reported in the Linux Kernel, which can be exploited by malicious, local users to disclose potentially sensitive information.

The vulnerabilities are caused due to the proto_ops ".getname" functions for various protocols not properly clearing certain structure members before returning them to userspace, which can be exploited to disclose kernel memory.
Secunia Advisory
 
Old 09-11-2009, 02:08 AM   #182
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel "tc_fill_tclass()" Information Disclosure

Quote:
A vulnerability has been reported in the Linux Kernel, which can be exploited by malicious, local users to disclose potentially sensitive information.

The vulnerability is caused due to the "tc_fill_tclass()" function in net/sched/sch_api.c not properly clearing certain structure members before returning them to userspace, which can be exploited to disclose kernel memory.
Secunia Advisory
 
Old 09-15-2009, 05:53 AM   #183
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel AppleTalk-IP Memory Leak Denial of Service

Quote:
A vulnerability has been reported in the Linux Kernel, which can be exploited by malicious people to cause a DoS (Denial of Service).

The vulnerability is caused due to a memory leak when handling certain AppleTalk-IP datagrams. This can be exploited to cause a DoS due to memory exhaustion by e.g. sending a large amount of specially crafted AppleTalk-IP datagrams.

Successful exploitation requires that the appletalk and ipddp modules are loaded and attached to the same interface.
Secunia Advisory
 
Old 09-17-2009, 03:21 PM   #184
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel Denial of Service and Privilege Escalation

Quote:
Some vulnerabilities have been reported in the Linux Kernel, which can be exploited by malicious, local users to gain escalated privileges and by malicious people to cause a DoS (Denial of Service).

1) An error exists within the "find_ie()" function in net/wireless/scan.c, which can be exploited to trigger an infinite loop by sending specially crafted packets.

Note: This does not affect versions prior to 2.6.30.

2) A boundary error within the "perf_copy_attr()" function in kernel/perf_counter.c can be exploited to cause a buffer overflow by e.g. passing specially crafted data via the "perf_counter_open()" syscall.

Note: This does not affect versions prior to 2.6.31.
Secunia Advisory
 
Old 10-02-2009, 05:53 PM   #185
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel 64bit Kernel Register Value Leak

Quote:
A security issue has been reported in the Linux Kernel, which can be exploited by malicious, local users to disclose certain system information.

The security issue is caused due to the kernel not properly clearing certain 64bit registers before returning to a 32bit process, which can be exploited to disclose the value of the 64bit registers by temporarily switching a 32bit process into 64bit mode.

Successful exploitation requires an x86-64 system.
Secunia Advisory
 
Old 10-19-2009, 01:13 PM   #186
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel "unix_stream_connect()" Denial of Service Security Issue

Quote:
A security issue has been discovered in the Linux Kernel, which can be exploited by malicious, local users to cause a DoS (Denial of Service).

The security issue is caused due to a deadlock within the "unix_stream_connect()" function in net/unix/af_unix.c, which can be exploited to cause a DoS by performing certain socket operations.

The security issue is confirmed in version 2.6.31.4. Other versions may also be affected.
Secunia Advisory
 
Old 10-23-2009, 06:49 PM   #187
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
FYI: The previous Secunia Advisory has been updated to include multiple vulnerabilities.
 
Old 10-28-2009, 03:13 AM   #188
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel connector Security Bypass

Quote:
A security issue has been reported in the Linux Kernel, which can be exploited by malicious, local users to bypass certain security restrictions.

The security issue is caused due to unprivileged users being able to send netlink packets to certain subsystems using connector, which can be exploited to e.g. change certain configurations and perform other operations that should not be available to unprivileged users.
Secunia Advisory
 
Old 11-04-2009, 09:49 PM   #189
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel "fs/pipe.c" Locking Error NULL Pointer Dereference

Quote:
A vulnerability has been reported in the Linux Kernel, which can be exploited by malicious, local users to cause a DoS (Denial of Service) and potentially gain escalated privileges.

The vulnerability is caused due to a locking error within the "pipe_rdwr_open()", "pipe_write_open()", and "pipe_read_open()" functions in fs/pipe.c. This can be exploited to cause a NULL pointer deference by performing certain pipe operations.
Secunia Advisory
 
Old 11-09-2009, 08:14 PM   #190
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux 2.6.31.6 has been released.

It includes fixes for at least two security vulnerabilities (CVE-2009-3612 and CVE-2009-3621).

The full 2.6.31.6 ChangeLog is here.

Last edited by win32sux; 11-09-2009 at 08:17 PM.
 
Old 11-17-2009, 12:02 PM   #191
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel KVM MCE "KVM_X86_SETUP_MCE" Buffer Overflow

Quote:
A vulnerability has been reported in the Linux Kernel, which can be exploited by malicious, local users to cause a DoS (Denial of Service) and potentially gain escalated privileges.

The vulnerability is caused due to an error within the "kvm_vcpu_ioctl_x86_setup_mce()" function in arch/x86/kvm/x86.c. This can be exploited to corrupt kernel memory by e.g. sending a specially crafted "KVM_X86_SETUP_MCE" IOCTL.
Secunia Advisory
 
Old 11-19-2009, 11:36 AM   #192
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel "gdth_read_event()" Array Indexing Vulnerability

Quote:
A vulnerability has been reported in the Linux Kernel, which can be exploited by malicious, local users to cause a DoS (Denial of Service) and potentially gain escalated privileges.

The vulnerability is caused due to an array indexing error within the "gdth_read_event()" function in drivers/scsi/gdth.c, which can be exploited by sending a specially crafted IOCTL to the driver.
Secunia Advisory
 
Old 12-05-2009, 01:46 AM   #193
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel Multiple Vulnerabilities

Quote:
A security issue and some vulnerabilities have been reported in the Linux Kernel, which can be exploited by malicious, local users to manipulate certain data and cause a DoS (Denial of Service), and by malicious people to potentially compromise a vulnerable system.

1) The security issue is caused due to insecure permissions being set to driver attributes in sysfs ("/sys/bus/pci/drivers/megaraid_sas/poll_mode_io") and can be exploited to manipulate driver behaviour.

2) A locking error within the TTY subsystem can be exploited to cause a NULL pointer dereference.

3) A boundary error within the "hfs_bnode_read()" function in fs/hfs/bnode.c can be exploited to cause a buffer overflow by e.g. tricking a user into mounting and accessing a specially crafted HFS file system.
Secunia Advisory
 
Old 12-11-2009, 02:33 PM   #194
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel Ext4 Multiple Vulnerabilities

Quote:
Some vulnerabilities have been reported in the Linux Kernel, which can be exploited by malicious, local users to cause a DoS (Denial of Service) or gain escalated privileges.

1) A vulnerability is caused due to insufficient access checks when processing the "EXT4_IOC_MOVE_EXT" IOCTL, which can be exploited to overwrite files with root privileges by sending a specially crafted IOCTL.

2) An error within the "ext4_fill_flex_info()" function in fs/ext4/super.c can be exploited to cause a division by zero by mounting a specially crafted filesystem.

3) An error within the "ext4_decode_error()" function in fs/ext4/super.c can be exploited to cause a NULL pointer dereference by mounting a specially crafted filesystem.
Secunia Advisory
 
Old 01-13-2010, 11:13 PM   #195
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Linux Kernel ebtables Security Bypass

Quote:
A security issue has been reported in the Linux Kernel, which can be exploited by malicious, local users to bypass certain security restrictions.

The security issue is caused due to the "do_ebt_set_ctl()" and "do_ebt_get_ctl()" functions in net/bridge/netfilter/ebtables.c not properly restricting access to users with the "CAP_NET_ADMIN" capability, which can be exploited to e.g. set and modify ebtables rules without having the proper capability.
Secunia Advisory
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel 2.4 in Zipslack (Waring: unable to open an initial console | Kernel Panic...) kurtamos Linux - General 2 05-10-2006 12:58 PM
Kernel-Patch Debian Logo 2.6.2 not correctly working for custom kernel 2.6.11 smp deepclutch Debian 3 06-27-2005 03:59 AM
kernel panic: try passing init= option to kernel...installation with Red Hat 9 kergen Linux - Hardware 1 09-30-2004 03:28 AM
are there any vulns for kernel 2.6.5? trax Linux - Security 2 04-24-2004 04:10 PM
snort rules to vulns not yet published zuessh Linux - Security 1 02-12-2004 02:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 03:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration