Jul
12
2010
jason
no comments | posted in News, Security
Jan
4
2010
jason
no comments | posted in News, Security
Sep
29
2009
jason
The number of XSS, XSRF, command injection, and SQL injection vulnerabilities in popular web applications has seemed to be increasing alot over the last year and I am left wondering why these things keep popping up (and I also wonder why it’s take me a month to finish this rant
).
Continue reading
no comments | tags: fail, rant, Security, webapp | posted in Security
Jul
17
2009
jason
Some recent security-related news:
- Offsensive Security announces Free “Metasploit Unleashed – Mastering the Framework” Class The Offensive Security team (makers of BackTrack) announced a new free online course yesterday. The course materials and labs will be available online for free, and the videos will require a small fee with all proceeds going to benefit Hackers for Charity.
- Nmap 5.0 Released Big release of Nmap with the “Top 5 Improvements” being the addition of the ncat (Nmap’s written from scratch version of netcat with new features), ndiff scan comparison tool, better performance, release of the Nmap Network Scanning book, and the Nmap Scripting Engine.
- Firefox 3.5 0-day released, now patched Critical bug in Firefox 3.5 that was exploitable on Mac, Linux, and Windows. Carlos “Dark0perator” Perez posted an article about how to use Metasploit to test your susceptibility to the bug.
- milw0rm, the famed exploit posting portal, almost closes due to a lack of str0ke’s time to process all the incoming exploits. Some of his friends stepped forward and offered to help with the posting of exploits and the site was saved.
- Linux kernel 2.6.30 Critical Bug This is supposed to be exploitable on both 32- and 64-bit systems but there appears to be some debate in the comments about how vulnerable an SMP or preemptible system may be to it.
- ISC DHCP dhclient has a critical bug
no comments | posted in News, Security
May
26
2009
jason
no comments | tags: kernel, Security, selinux | posted in Security
Apr
19
2009
jason
Anthony Lineberry is presenting a new linux kernel rootkit technique at the BlackHat conference in Amsterdam. From the article:
This offers rootkit developers a new way to hide files or processes, or interfere with network traffic. The trick is that, without requiring extensive rights, libmemrk uses the /dev/mem device driver to write arbitrary code from userspace into main memory. /dev/mem is an interface that enables use of the physically addressable memory. For example XServer and DOSEmu, both use it. Lineberry says introducing rootkits via /dev/mem is also less obvious than the established route via loadable kernel modules (LKMs).
….
Lineberry also gives some tips on how the Linux world can protect itself against rootkits of this kind. He believes it should be enough to modify the memory driver so that it doesn’t allow the write/read pointer lseek to look for more than 16 kilobytes in the memory area. Current versions of Red Hat and Fedora are inherently secure, because their kernel already incorporates the features of SELinux (Security Enhanced Linux).
Lineberry says there are also corresponding improvements in version 2.6.26 of the mainline kernel. For that purpose, the kernel was given two new functions: range_is_allowed() and devmem_is_allowed(). But this protection, he says, won’t be effective unless the preprocessor directive CONFIG_STRICT_DEVMEM has been enabled when the kernel is compiled. Otherwise, range_is_allowed() always gives returns success. Lineberry says that the kernel configuration setting STRICT_DEVMEM, which sets CONFIG_STRICT_DEVMEM, is not activated by default during kernel compilation. He was unable to say when libmemrk would be available for downloading, as he was still engaged in eliminating its last weaknesses.
Using /dev/mem was previously theorized in a Phrack article about using /dev/kmem, but Lineberry is the first to implement this technique.
Time to start recompiling my gentoo kernels!
no comments | tags: kernel, Linux, rootkit, Security | posted in Linux, News, Security
Feb
20
2009
jason
no comments | posted in Networking, Security
Feb
11
2009
ryan
no comments | tags: backtrack4 | posted in News, Security