Sun Security Blog
|
This was a great weekend for WiFi on OpenSolaris (and thus future releases of Solaris and Solaris Express) [build 64]. Not only did we get a driver for the Intel Centrino 3945 chipset but more importantly (well at least in the eyes of a security geek like me) we got support for WPA-PSK. I've been working with the project team, not as a core developer - mostly design advice and codereview, on this for quite some time now and I'm really glad to see it integrated I'm really pleased with the architecture and the implementation. Yeah I know lots of other operating systems had this already and now we do to! This combined with NWAM which integrated its first deliverables into build 62 and we are really going somewhere with usability and security for Solaris on laptops. Now I can put WPA-PSK on my home router again instead of relying on WEP, not brodcasting my ssid and MAC address restrictions. Meanwhile the project team are now off developing WPA Enterprise support, I expect to work with them a little as they design and implement that support. - Darren tags: opensolaris slotd wifi wpa Permalink | Comments [2]I attended InfoSec Europe at Olympia in London earlier this week. I find this show generally a little to "PC" biased sometimes so I wasn't expecting to get too much out of it. I spent most of the time looking around for encrypted storage solutions and products. Last year I found an excellent hardware only encrypting disk drive that is approved for UK government use. This year I found a device by a company called SafeBoot. Initially I almost discounted this device because I was expecting it to be Windows only. The device is a small USB flash drive with a fingerprint reader to access the data, I think it is their phantom product that I saw. While the device can only be configured from Windows the lock/unlock functionality works on any system. We tried it out under the MacOS X laptop we had with us (this ensures there are no drivers needed for this) and it works just fine. What was even nicer is that a simple software eject under MacOS caused the drive to relock again. So I fully expect this to work just the same under Solaris. Under MacOS X the encrypted part of the device that you need your fingerprint to unlock appears as a removable drive that doesn't have the media in it - until you swipe your fingerprint. Pretty cool little device, I don't have one at the moment to try it out but it looks promising. I can even see some uses for this in a primarily Solaris based solution, so you might see this or something like it in the future.... Apparently the device can also allow the crypto functionality to be used by the host OS, but only Windows. I wonder if I can get them to write (or collaborate with us to do so) a driver for the OpenSolaris cryptographic framework. - Darren Permalink | Comments [0]
26 Apr 2007
Sun Alert 102828 Security Vulnerability in the Sun Fire X2100M2 and X2200M2 Implementation of IPMI
Product: Sun Fire X2100 M2 Server, Sun Fire X2200 M2 Server A security vulnerability in the Sun Fire X2100M2 and Sun Fire X2200M2 implementation of IPMI may allow an unprivileged ipmitool(1m) user to gain unauthorized administrative privileges and then be able to reset or power off a local or remote Sun Fire X2100M2 or Sun Fire X2200M2 server. Avoidance: Upgrade State: Resolved First released: 07-Mar-2007
Permalink
|
Comments [0]
OK - so I was at a very interesting customer today, and conversation swung around to "defense-in-depth" and that bastion of IT security, the firewall.[1]
We were in the midst of some on-the-fly rearchitecture discussion (read: "if we replumb it all in a more elegant fashion, what needs to be fixed or added in order to make it safe?") and it turned out that an extra firewall to demarcate a line between some public and private machines, would make matters a lot more secure. "It'll cost a lot, this new firewall", says their long-haired sysadmin. "Why", says I? "Firewall license" says he, and names a largeish four-figure number. Eek. That's more than the hardware! So one of the things I've never understood - and I've told him this - is why the "Cult Of Firewall" is such that only a "dedicated box or appliance" running "genuine firewall software" for which $$$$$$ are paid, is what people go running towards whenever firewalls are mentioned. Sure, in an enterprise context where people bandy words like "five nines" (ie: 99.999% uptime) - or "extreme(ly) high availability", or where you need "management consoles" - then do buy an enterprise solution where you might be able to sue the vendor if it blows up. But if you are a small-to-medium organisation with your own in-house pet geeks, then why not take advantage of general-purpose functionality of general-purpose operating systems and deploy Solaris, Linux or *BSD as a firewall? Consider your choice carefully, minimise it to the utmost, but it'd be a lot cheaper and often perfectly adequate and more than adequately performant. I started at Sun in 1992 and if I had had more business sense back then, and if I had had more money, then I would have cottoned on to the number of SparcStation2's that I was buying, to act as "routers" for our intranet. This observation might have led me to invest in Cisco and its dedicated routers, and made me a tidy profit. Oh well. But the thing about IT security is that "what goes around, comes around". Maybe it's time for the comeback of the general-purpose operating system, in tiny tasks, on more-than-adequately-powerful hardware? - alec
--
tags: ipfilter security slotd solaris sun Permalink | Comments [3]
25 Apr 2007
Sun Alert 102696 A Security Vulnerability in RSA Signature Verification Affects Sun Java System Application Server, Proxy Server and Web Server
Product: Sun Java System Application Server Standard Edition 7 2004Q2, Sun Java System Application Server Platform Edition 8.1 2005Q1, Sun Java System Web Proxy Server 4.0, Sun Java System Web Server 6.1, Sun Java System Application Server Enterprise Edition 7 2004Q2, Sun Java System Application Server Enterprise Edition 8.1 2005Q1, Sun ONE Web Server 6.0, Sun Java System Web Proxy Server 3.6 Sun Java System Application Server, Sun Java System Proxy Server and Sun Java System Web Server are vulnerable to an RSA(1) Signature Verification vulnerability which may allow remote unprivileged users to construct certificates with forged signatures that go undetected and are accepted as valid. This issue is also described in the following documents: CERT VU#845620 at http://www.kb.cert.org/vuls/id/845620 CVE-2006-4339 at http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4339 Avoidance: Patch, Upgrade State: Workaround First released: 03-Nov-2006
Permalink
|
Comments [0]
A bit of an experiment for you today - Last night I fired up iMovie
and talked into my webcam about Web2.0 and the future challenges of
security, and edited the results into a short video. The results are
included below, and more context - including links to the referred-to
paper from 1997 - is available
in the original blog posting.
I hope to do one of these videos - filming colleagues, asking questions - about every other week, and perhaps weekly once we get some experience. - alec ps: when we were setting up the security community blog, I made a point of saying that it "shouldn't and won't be filled with pictures of cats - the postings will stay on topic"; please note that the cat in the video therefore is an incidental cat, rather than the focus of the commentary. :-) Permalink | Comments [1]
This is a really quick one - keep an eye on Darren's blog; he's posted the first installment in a series which will discuss the relative configurations and merits of "sudo" versus RBAC in Solaris, and is attracting the attentions of Powerbroker users, and perhaps others who are intrigued at the notion of delegating small parts of root privilege to ordinary users.
The number of times I've dealt with customer queries about that sort of thing, I feel that I'll soon be citing his blog like holy writ.
-alec
tags: security slotd solaris sudo Permalink | Comments [0]
23 Apr 2007
Sun Alert 102885 Multiple Security Vulnerabilities in Mozilla Layout Engine for Solaris 8, 9 and 10
Product: Mozilla v1.7, Solaris 9 Operating System, Solaris 10 Operating System, Solaris 8 Operating System Multiple security vulnerabilities in the Layout Engine in Mozilla 1.7 may allow a remote user who is able to create pages that are viewed with the Mozilla browser to crash the application or execute arbitrary code with the privileges of the user running Mozilla. The ability of a remote user to cause the Mozilla application to crash is a type of Denial of Service (DoS). These issues are described in the following documents: http://www.mozilla.org/security/announce/2006/mfsa2006-68.html CVE-2006-6497 at http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6497 CERT VU# 606260 at http://www.kb.cert.org/vuls/id/606260 Avoidance: Patch State: Resolved First released: 18-Apr-2007
Permalink
|
Comments [0]
Before Solaris 10 11/06, a standard out-of-the-box build of Solaris had all services associated with installed packages enabled by default; thus, many applications bound listeners to a system's IP addresses, and a port scan using tools such as nmap revealed a large number of open sockets to connect to. The usual (and supported) way to address this situation was to harden the system using the Solaris Security Toolkit, which among many other capabilities, would disable the listeners for services which were not required for a system to perform its business function and be managed. In addition, in many cases some per-service configurations could be set, or host-based firewalling could be configured, to prohibit connections to services other than on the interfaces on which they were supposed to listen. The 11/06 (aka "Update 3") release of Solaris 10 extends the functionality of SMF to include definitions of interfaces which are required to be listened on; thus, on a system for which this profile is configured, only the Solaris Secure Shell binds a listener to a non-loopback address; a port scan shows that only 22/tcp is listening. Full details on the service definition modifications can be found in Scott Rotondo's presentation here. It is also worth noting that, while "Secure By Default" is actually the default install profile in OpenSolaris and Solaris Express, it is not the default profile for Solaris 10 11/06 (although it can be selected either manually or my Jumpstart profile variable); this is down to the reasoning that if a customer was to use LiveUpgrade or similar to move from an earlier release of Solaris 10 to 11/06, we wouldn't want to unexpectedly remove service listeners. As Scott's presentation shows, the netservices(1M) command allows the default profile to be changed anyway, and where specific Security Toolkit profiles have been deployed, these continue to work from both a hardening-mode and audit-mode perspective provided patch 122608-3 (or later) is installed. -Dave Permalink | Comments [1] Historically, Trusted Solaris was a completely separate environment from "regular" Solaris. The Solaris 10 11/06 production release finally broke the mould, when Trusted Extensions integrated into the main Solaris release. Granted, the packages which need to be installed on the top of an unlabelled Solaris 10 install still need to be installed using an extra install tool, but you'll nonetheless find them on the regular distribution media under the Solaris_10/ExtraValue/CoBundled directory, right alongside the SunVTS hardware validation test suite. Configuring everything once the packages are in place is a more interesting proposition, but there's a good recipe here (for laptops). We make no bones about the fact that Trusted Solaris began life as an engineering project for the US Government, first went live 17 years ago, and has seen little use in the commercial world (with one or two notable exceptions) by its nature as a separate product with military heritage ever since - however, now that it's no longer a separate product, we believe that the time is right for commercial adoption. To this effect, we've been looking at some of the areas in the commercial world where its capabilities have a natural fit. So far, the partial list looks like:
Update: If we extend this a little further, we have: Any organisation where leakage of internal data is an issue could benefit from having a simple, two-label system of "Public" dominated by "Internal", where "Public" is the Internet connection and "Internal" is the Intranet. If all users are (as is the default) denied permission to downgrade data, then it becomes much more unlikely that internal data will leak. Giving users the ability to upgrade data by default still allows external data to be brought internal. This works well even when organisations do not differentiate between classifications of internal materials, and the Safe Browsing mechanism comes into its own, when web sites on the intranet need to make pointers to materials in the wider world.Press Officer and Auditor roles could also be created, which would potentially be the only roles allowed to downgrade data as part of the external release process. In educational establishments, denying the ability to upgrade and downgrade data means that while a number of websites can readily be viewed (assuming filtering software is already in place on the Internet link), data can't readily be plagiarised using cut and paste from external sources into essays, etc. Also, if Public and Internal zones are installed as whole-root rather than sparse-root zones, such that careful use of pkgrm can subsequently be used to deny access to internal tools (such as IM) in an external context, so cyber-bullying could be more readily tracked; bullies wouldn't be able to create anonymous / pseudonymous external accounts "on the fly" from which to abuse their victims. As well as co-location facilities, law firms may wish to extend their "duty of care" capability, in terms of ensuring segregation of client data, by having a compartmented label per client. If you have some more ideas, please add them in a comment :-)
tags: extensions security slotd solaris trusted Permalink | Comments [0]
One of the great, obvious, simple ideas which went into Solaris 10
was the Reduced Networking Cluster; after fragmenting and massaging
the core Solaris packages a bit, it became possible to offer a clean,
minimal, even spartan
installation of Solaris, a lightweight foundation upon which software
could be added as and when only necessary, leading to a very tiny and
yet supported machine configuration.
A colleague recently asked me for more information about the Reduced Networking Cluster, and frankly I was stumped, and then Glenn Brunette piped up that he'd written all about it back in 2004:-
The topic for this article is the Solaris 10 Reduced Networking Software Group (also commonly known as the Solaris 10 Reduced Networking Meta Cluster). This software group is new and joins the five existing software groups available in Solaris today: Core, End User, Developer, Entire and Entire + OEM software groups. The Reduced Networking Software Group is positioned as a subset of Core and represents the smallest amount of Solaris that can or should be installed and have a working and supported system. Note that for support reasons, it is not advised to remove packages installed by the Reduced Networking Software Group. ...etc; it's quite a long article but worthwhile, since it's one of the sadly few documents which look at this feature from an architectural perspective. So, folks, if you are into Minimized Solaris Configurations, you want to start with "SUNWCrnet". Less really is more, and it costs you nothing. :-) -Alec
tags: minimisation minimised minimization minimized security slotd solaris sunwcrnet Permalink | Comments [0]
Today's link comes straight from
Robin Wilton:
UK's first 'bandwidth theft' arrests It strikes me that this is only a step away from prosecuting people for running kismet or even just scanning for local hotspots; of course the law is rarely so starkly black and white ("you scanned for a wireless network to attach to, you're going down...") but it would not surprise me for someone to try and whamp this up to be the next great threat to society... Databases of registered MAC addresses, anyone?
tags: bandwidth security wireless Permalink | Comments [0]
17 Apr 2007
Sun Alert 102854 Security Vulnerability in the Sun Java Web Console May Allow Access to Privileged Data or Lead to Denial of Service
Product: Sun Java Web Console 2.2.3, Solaris 10 Operating System, Sun Java Web Console 2.2.5, Sun Java Web Console 2.2.4, Sun Java Web Console 2.2.2 A security vulnerability in the Sun Java Web Console may allow a local or remote unprivileged user to access privileged data or crash the Java Web Console service, leading to a Denial of Service (DoS) condition. Sun acknowledges with thanks, Frank Dick of N.RUNS AG (http://www.nruns.com/) for bringing this issue to our attention. For additional information regarding this issue, see the following: N.RUNS AG security bulletin at http://www.nruns.com/security_advisory_sun_java_format_string.php CVE-2007-1681 at http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1681 Avoidance: Patch, Upgrade State: Resolved First released: 17-Apr-2007
Permalink
|
Comments [0]
Product: Solaris 9 Operating System, Solaris 8 Operating System Root users logging into the GNOME desktop cannot lock the screen via XScreenSaver. For more information on this issue, please see: http://www.jwz.org/xscreensaver/faq.html#root-lock Avoidance: Patch State: Resolved First released: 23-Sep-2003
Permalink
|
Comments [0]
Product: Mozilla v1.7, Solaris 9 Operating System, Solaris 10 Operating System, Solaris 8 Operating System A security vulnerability related to untimely "garbage collection" in Mozilla 1.7 for Solaris 8, 9 and 10 may result in the deletion of a temporary object that was in active use. This may allow a remote unprivileged user to run arbitrary code with the privileges of the user running Mozilla or create a Denial of Service (DoS) condition. This issue is described in the following documents: http://www.mozilla.org/security/announce/mfsa2006-50.html CVE-2006-3805 at http://cve.mitre.org/cgi-bin/cvename.cgi?name=2006-3805 CERT VU# 876420 at http://www.kb.cert.org/vuls/id/876420 Avoidance: Patch State: Resolved First released: 30-Mar-2007
Permalink
|
Comments [0]
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||