Technology and Open Source Update

Latest information about new technology and open source.

Posts Tagged ‘Windows’

Cisco Systems on Windows Server 2008

Posted by megahacker136 on October 8, 2008

Enterprises can now buy a networking appliance from Cisco Systems that runs basic Windows Server 2008 functions, a product designed for use in branch offices, Cisco and Microsoft announced Wednesday.

he companies said in February that they were working on a way for enterprises to run Windows Server 2008 services locally at a branch office on Cisco’s Wide Area Application Services (WAAS) networking appliance. The alternative for many companies is either to use a full Windows Server at every branch, which could be overkill, or run all functionality centrally, which could result in slow performance for branch workers.

With the new product, called Windows Server on WAAS, branch offices can host services locally including Active Directory, Microsoft Print Services, Microsoft Domain Name System Server and Microsoft Dynamic Host Configuration Protocol Server. That can improve performance for branch workers and reduce costs related to wide area network connectivity and branch systems management. An IT administrator can remotely manage the Windows Server functions using Microsoft System Center.

Cisco used embedded virtualization technology in its appliance to enable Windows Server 2008 to run on it.

Some companies that had early access to the product describe their experiences on a Web site set up by Microsoft and Cisco. Farm Credit Services of Mid-America had 180 Windows Servers companywide, including one in nearly every branch, said Jim Curtis, director of infrastructure. His goal with Windows Server on WAAS is to move most of the branch servers to the company’s data center to make better use of a small infrastructure support staff.

He currently runs Active Directory centrally, but once the appliance setup is complete he could move Active Directory to the branches as a read-only function, improving log-in times for workers and mitigating potential security issues, he said.

The product is one example of Cisco and Microsoft working together while they also compete in other markets, such as unified communications.

Pricing for Windows Server on WAAS starts at $10,000, including the hardware and the software license. Other configurations with more storage are also available.

Posted in PC, Software, Tech Event, Windows | Tagged: , , | Leave a Comment »

The Worst Windows Flaws for The Past Decade

Posted by megahacker136 on October 7, 2008

June 25, 1998, and June 30, 2008, marked two important milestones in Microsoft’s evolution of the Windows OS — the passing of the torch from Windows 95 to Windows 98, and the less seemly transition from XP to Vista.

In the 3,659 days between, users of Windows have been forced to bear witness to another evolution of sorts: bugs that left Windows open to exploits that appeared almost as fast as you could say, “On the Origin of Species.”

Uncovering — and exploiting — Windows vulnerabilities has made sport for many and careers for many more. Entire industries have sprung up to protect Windows users from previously unknown flaws, while malware authors have matured their practices from juvenile pranks to moneymaking criminal enterprises.

Caught in the middle of this never-ending onslaught is the innocent PC user and the besieged IT admin. And though Microsoft and the entire software industry have labored tirelessly to handle zero-day exploits and to develop protocols for reporting potential security problems, we’ve seen and experienced several colossal security meltdowns thanks to the humble Windows bug.

These errors, buried in millions of lines of code, have steered great corporations and turned the tide of fortunes. It’s high time they got the credit they deserve. Here are the worst Windows flaws we’ve endured since the introduction of Windows 98.

Password “password” would have been more secure
Bug identifier:
VCE-2000-0979, MS00-072
Description: Share Level Password vulnerability
Alias: Windows 9x share password bypass
Date published: Oct. 10, 2000

Windows 9x introduced a nifty little concept wherein users could host a password-protected mini file server, aka a share, on their PCs. The idea was simple: Allow users of networked computers to host and share files securely. Only the padlock Microsoft used to lock the door came equipped with a gaping hole that rendered it useless.

“When processing authentication requests for a NetBIOS share, Windows 95/98 would look at the length of the password sent by the attacker and then only compare that number of bytes to the real password,” writes vulnerability expert H.D. Moore, who manages the Metasploit Framework project.

Oops. “This let the attack specify a password of zero bytes and gain access to the share,” without actually knowing the password at all, Moore explains.

“The real damage,” he continues, “was that by trying all characters of incrementing lengths, they could literally obtain the password for share from the server.”

If there’s one thing we’ve learned from the past decade of Microsoft patches, it’s that not everyone keeps on top of them. When Microsoft published this particular advisory, the patch that fixed the problem (MS00-057) had already been released two months prior.

With this bug, if you knew the layout of a Microsoft file system — which folders appear where — you could send a command to a Web server that essentially gave you total control.

As anyone who has spent any time using a Windows computer will tell you, it’s not hard to find your way around the hard drive. Documents go in a particular folder path; most applications are put in another folder path; and so on.

By using dots and backslashes (or their respective unicode representations) in the URL, this bug allowed you to navigate up and down the file system and execute commands, just by knowing a few simple rules and how Windows organizes itself. While account permissions for IIS are somewhat limited, a related exploit helped escalate privileges, giving remote users the ability to do whatever they wanted to with Windows servers simply by sending a few URLs.

“Originally found as an anonymous post in the PacketStorm forums, this resulted in nearly two straight years of mass ownage against Windows web servers,” Moore writes.

Upshot: Directory traversal opened up a new world for automated attacks that merely had to call a particular URL to do their dirty work.

Code Red: Deadly bug, disgusting soda
Bug identifier:
MS01-033
Description: Unchecked buffer in index server ISAPI (Internet Server API) extension could enable Web server compromise
Alias: The Code Red bug
Date published: June 18, 2001

What happens when you send a ton of data at a Microsoft Web server? If it was the summer of 2001, well, you owned the network. At least that’s what happened a little more than a month after Microsoft released this obscure-sounding patch for IIS Web servers.

he nature of the bug was simple: Take an IIS server, invoke a buffer overflow, and commands spill into other parts of system memory. Because the commands were issued in the context of the system itself, the bug opened up for exploitation virtually all aspects of the server’s operation.

And exploitation happened, all right, on a scale that hadn’t been seen before.

On the afternoon of Friday, July 13, 2001, security engineers at eEye Digital Security received reports of a worm that was spreading rapidly through its customers’ networks. Fueled by a limited edition, crimson, caffeinated, high-fructose corn syrup-based beverage, Mark Maiffret and Ryan Permeh spent a weekend reverse-engineering the worm, and alerted the world to its presence.

What the worm did was probe vulnerable IIS servers, infect them, and create 100 threads of itself, which then spread to other computers. If the date was between the 20th of the month and the end of the month, it would attempt to spew data at www.whitehouse.gov. Permeh and Maiffret estimated that the worm could infect approximately 500,000 unique IP addresses per day.

Upshot: Code Red really drove home the importance of patching bugs soon after Microsoft released the patch, because the patches themselves give malware authors clues to exactly where they should look for new vulnerabilities.

Fastest infection. Ever.
Bug identifier:
MS02-039
Description: Buffer overruns in SQL Server 2000 Resolution Service could enable remote code execution
Alias: The SQL Slammer bug
Date published: July 24, 2002

While technically not an OS bug, the SQL Slammer bug deserves honorary mention due to the sheer velocity with which vulnerable systems were infected. The bug targeted Microsoft’s database server. Vulnerable computers were subject to buffer overflows that, if properly crafted, could place commands into memory to cause the targeted system to execute those commands with the permissions of the database service.

Patching was complicated by the fact that admins needed to run an earlier patch before they could run the MS02-039 fix. The bug affected primarily corporate server systems, but also affected home users who had MSDE (Microsoft SQL Server Desktop Engine) installed. That made a number of home users, some of whom didn’t even know they had MSDE on their machines, unwitting participants in the carnage to come.

Because the Slammer worm primarily targeted servers running databases, it didn’t infect millions of machines. It did, however, spread rapidly — so rapidly, in fact, that it had infected roughly 9 out of 10 vulnerable machines within 10 minutes of being released on Jan. 25, 2003. The entire worm was only 376 bytes, and fit into a single packet of data.

The MS02-039 bug was “one of the biggest oversights of all time,” says Steve Manzuik, senior manager of security research at Juniper Networks, “not because it was an easy or obvious bug to find — it wasn’t.”

“At the time of the patch, no one realized that every vulnerable SQL installation was also listening on a UDP (User Datagram Protocol) port that they could be exploited over,” Manzuik explains. “Many administrators simply locked down access to the SQL TCP ports while forgetting about UDP.”

A postmortem by the Cooperative Association for Internet Data Analysis revealed that the worm was a model of efficiency, doubling the number of infected systems every 8.5 seconds, and flooding the Internet with so many infection attempts that routers shut down. When restarted, so many routers attempted to update their routing tables simultaneously that normal Internet traffic simply couldn’t get through the gridlock.

Billy Gates, stop making money! Make malware instead.
Bug identifier:
MS03-026
Description: Buffer overrun in RPC interface could allow code execution
Alias: The Blaster Worm bug
Date published: July 16, 2003

The DCOM RPC interface is a common component of NT-based Windows OSes, including NT, 2000, XP, and Server 2003. In the summer of 2003, it became the subject of intense scrutiny.

As Microsoft described in the bulletin that accompanied the patch, a successful exploit only required the attacker to send a “specially formed request” to a vulnerable PC — a bit like dangling candy in front of a ravenously hungry baby.

By Aug. 11, the Blaster worm arrived, and though it spread rapidly, it was fairly easy to block with a firewall.

Unfortunately, protecting home systems with firewalls wasn’t common practice at the time. Home users’ PCs — connected directly to the Internet — got whomped by the worm. When the worm’s code crashed the infected computer’s RPC service, the computer would display a message warning of imminent shutdown, and unceremoniously reboot itself.

The worm had another message, this one to Microsoft’s founder, and embedded within its code: “billy gates why do you make this possible? Stop making money and fix your software!!”

But it was fixed. Or at least it would have been if people had patched their systems.

At the end of the summer, Microsoft released a second set of updates in MS03-039 that blocked additional ports that attackers could use to mess with the RPC service.

That sassy bug has a lot of spunk
Bug identifier:
CVE-2003-0533, MS04-011
Description: Stack-based overflow in certain Active Directory service functions in LSASRV.DLL
Alias: The Sasser bug
Date published: April 13, 2004

In yet another example of ironic buffer-overflow goodness, this bug made the security subsystem of Windows the agent of evil itself. And, once again, malicious coders used Microsoft’s own patch to figure out exactly where to target the OS.

As Windows XP’s gatekeeper, LSASS (Local Security Authority Subsystem) manages the permissions of a PC’s user accounts. So when eEye — the same company that discovered the Code Red bug — quietly disclosed the details of this flaw to Microsoft in October 2003, it touched off six months of furious coding in Redmond that culminated in a patch that fixed 13 other Windows 98, NT, 2000, XP, and Server 2003 flaws, as well as the LSASS bug.

And, within 18 days, the Sasser worm was cruising the Internet, hopping from one unpatched machine to another. The poorly coded worm wreaked havoc, shutting down networks around the world. Even though a fix was already available, many users — in particular, corporate IT managers — still had not applied MS04-011. By May 1, 2004, work on fixing the unintended damage caused by Sasser had become a round-the-clock operation, says then director of the Microsoft Security Response Center, Kevin Kean, with “a number of war rooms and rotating shifts” for MSRC staffers.

WMF: Wherein malware is foisted
Bug identifier:
CVE-2005-4560, MS06-001
Description: Vulnerability in graphics-rendering engine could allow remote code execution
Alias: Windows Metafile vulnerability, aka drive-by downloads
Date published: Jan. 5, 2006

Over the winter holidays in 2005, security researchers began discussing a newly discovered vulnerability in a Windows library used by the OS to display various kinds of graphics in apps and the OS itself.

The problem stemmed from a particular image file format, native to Windows since the days of Windows 3.0, called WMF (Windows Metafile). Used as the native format for storing graphics within Microsoft Office documents, support for WMF was by that point thoroughly embedded into Microsoft products.

WMF files contain function calls that a program sends to the GDI (Graphics Driver Interface). Someone discovered that WMF files can contain executable code as well. This would allow you to, say, create a WMF file that, merely by being viewing, invokes Internet Explorer to visit a particular URL, download a file, and execute that file. Special.

The aftermath of the discovery followed a familiar pattern. Microsoft issued a patch on Jan. 5, 2006, in record time. But for a long while, unpatched computers running vulnerable versions of gdi32.dll roamed the Internet, slurping up mountains of malware.

The bug had far-reaching effects, enabling malicious code to be foisted on unsuspecting users and executed in a variety of ways: previewing an e-mail containing the malicious WMF file in Outlook; viewing an image preview in Explorer; viewing a malicious WMF in certain third-party graphics programs; indexing a hard disk that contained a malicious file; following a URL link in an e-mail, IM, or on another Web page to a site where the malicious file was embedded in the Web page.

MDAC: The component that keeps on giving (headaches)
Bug identifier:
CVE-2006-0003, MS06-014
Description: Vulnerability in MDAC (Microsoft Data Access Components) could allow code execution
Alias: MDAC RDS.Dataspace ActiveX bug
Date published: April 11, 2006

Way back in 1998, Microsoft issued a security bulletin about a component of IIS that ran under Windows NT Server called Microsoft Data Access Components. In the bulletin, MS98-004, Microsoft warned that a part of MDAC called the RDS (Remote Data Service) had a vulnerability that allowed unauthorized people to browse databases.

Flash-forward eight years to the spring of 2006. Microsoft released a security bulletin about a component of MDAC called RDS, which has a vulnerability that permits malicious Web servers to perform drive-by downloads against the unpatched PCs of unsuspecting victims. Eerily familar.

In the later case, it was an ActiveX control that allowed users to connect to RDS through IE and wreak havoc. The ActiveX control doesn’t behave as intended, and can be loaded and exploited if you visit the wrong Web site.

Of course, by 2006, MDAC isn’t just loaded on servers; you may have it on your PC. Moreover, the bad guys have changed tactics. No longer content to wait patiently for you to happen upon their malicious Web site, they spam you with links, buy ads based on Google searches, and load their pages with SEO (search engine optimization)-rich keywords. The result, however, is the same: Visit and be exploited.getRelatedBoxOne(“/article/08/10/06/41FE-windows-flaws_5.html”,”spBoxOne”)

In fact, the bad guys are now using off-the-shelf exploit software to put malware onto your machine. A tool called MPack that’s loaded on malicious Web sites can check to see what browser version you’re using and what patches you have installed. Based on this analysis, it delivers the exploits that will do the most damage. More galling is that they don’t even bother to hide what they’re doing, naming the Web page that performs the exploit “mdac4.php.”

Upshot: The MDAC RDS is a complex system, with a multitude of patches available depending on which version you have installed. Manually choosing the right patch can be a complicated task. But with such a serious flaw, you can’t afford to make a mistake. Patches like these have helped push advancements in Windows Update, which scan your system and pick the right patch automatically, so you don’t have to.

Resources and references from http://www.infoworld.com

Posted in Software, Windows | Tagged: , , , | Leave a Comment »

Internet Explorer 8 Beta 2 is Coming…

Posted by megahacker136 on September 19, 2008

More than two years ago, when Microsoft was in the final stages of testing Internet Explorer 7, Bill Gates promised more frequent browser updates, as often as every 9 to 12 months. And yet today, nearly two years after IE7’s release, the long-awaited Internet Explorer 8 has just reached the Beta 2 milestone.

IE8 Beta 2 Features

Accelerators

Accelerators let you efficiently complete your everyday browsing activities like mapping directions, translating words, emailing your friends, and more in just a few mouse clicks.An accelerator

Common accelerator showing driving directions

InPrivate Browsing

Browse the web without saving your history with Internet Explorer 8’s InPrivate Browsing. Now you can shop for that special gift with confidence knowing your family won’t accidentally find out or use a shared computer without leaving a trace.

InPrivate Browsing

The InPrivate button on the Address Bar

Web Slices

Keep up with changes to the sites you care about most. Add a Web Slice and you won’t have to go back to the same website again and again for updates on news, stock quotes, online auctions, weather, or even sports scores. Learn more.

A Web Slice

A common Web Slice

Search suggestions

Search smarter with detailed suggestions from your favorite search providers and browsing history. See visual previews and get suggested content topics while you type in the enhanced Instant Search Box.

Instant Search

A search showing visual content

SmartScreen Filter

New security features help to protect you against deceptive and malicious websites which can compromise your data, privacy and identity. The SmartScreen Filter

A blocked website because reported as unsafe

Posted in Software, Windows | Tagged: , , , | Leave a Comment »

Microsoft Has Weakness???

Posted by megahacker136 on September 13, 2008

In many ways, Microsoft has little to worry about, at least not for now. Sure, they are losing market share steadily, but for their lead to be toppled it would take years and years, or would it?

Microsoft’s agreements with major OEMs (original equipment manufacturers) such as Dell and HP are highly confidential (which is a warning sign in itself), but by most accounts, the agreements give Microsoft a lot of power over these OEMs. This is part of what gives Microsoft so much power. As long as OEMs continue to sell Windows exclusively, which Microsoft essentially ensures with their agreements, they have a large part of the market all to themselves. These strangle-hold agreements may also be a weakness, though.

From the information we have, it appears that Microsoft controls OEMs not by making them love Microsoft, but by threatening them with increased licensing costs, something that could quickly kill any OEM. What this means is that most OEMs probably wish Microsoft has less of a monopoly. In fact, both Dell, by selling Ubuntu on some notebooks, and HP, with their rumored custom version of Linux, have indicated this.

It appears that Dell, HP, and others probably have two options: restrict their Linux stuff to remote areas of their businesses, or declare a revolution by offering Linux on all their computers. I suspect that any single OEM that tried this would get killed, but if several major OEMs did it together?

Let’s look at the pros and cons from the perspective of OEMs:

  • PRO: Good chance of toppling Microsoft’s power, freeing them of restrictive licensing deals.
  • PRO: Reduce costs by cutting out Windows licensing fees all together.
  • CON: Potential technical problems and initial negative customer response.
  • CON: Some possibility of getting absolutely crushed. In this case, the company in question could probably recover, but not without losses.

While we do not know exactly how bad the license with Microsoft is, it seems unlikey that any major company would take the risks involved. If I were Microsoft, I would, however, be somewhat concerned. If OEMs did “revolt,” Microsoft would be in deep trouble. Arguably, despite the low probability, this is Microsoft’s most immediate threat. Could it ever happen? Would it work?

Posted in PC, Tech Event, Windows | Tagged: | Leave a Comment »

Dev-PHP Review

Posted by megahacker136 on September 12, 2008

Dev-PHP is a lightweight development environment for PHP. Dev-PHP is hardly comparable with the likes of Zend Studio or Nusphere but is more than adequate for the PHP novice not willing to part with $299.

Dev-PHP is however more than a syntax editor. It provides syntax highlighting for CSS, JavaScript, HTML, XML and even SQL. Currently in alpha release, Dev-PHP also supports development of PHP-GTK applications, an internal web browser, class browser and convenient access to your PHP documentation.

Download Link:

Dev-PHP Download

Posted in Open Source, Programing, Software, Windows | Tagged: , , , , | 1 Comment »

The World Browser…

Posted by megahacker136 on September 11, 2008

TheWorld Browser is a lightweighted, fast, secure, and yet powerful multi-tabbed web browser. It is IE based, can run on Windows 98/ME/2000/XP/Vista. It is completely free, doesn’t come with any spyware or adware, and when it’s uninstalled, it leaves nothing behind. So please feel safe about it, you aren’t taking any risks!

TheWorld Browser is developed using C++ / Win32 SDK, this enables it to be better executed and it will run faster and smaller amount of resources to operate.

Features of The World Browser

>Multi-threaded frame.
TheWorld Browser is the second multi-thread frame browser in the world the first is Internet Explorer 7.0), the multi-threaded window frame can avoid web page being out of response.

>Intelligent Ad. blocking Blacklist filter.
TheWorld can block popup ad. and float ad. automatically.
You can also use black list to filter ad., the black list filter is working from lower level of HTTP protocol, with regular expression, you can filter every page item that you want.

>Most powerful function.
Flash filter, unlock page script limited, zoom in/out page in all level, proxy quick switch, auto forms, quick media saver, privacy keeper, mouse gesture , custom hotkey, drag&drop link …

>More safety.
TheWorld Browser has special safe guard to keep you out of risk, more safe function is still in development…

>Built-in Download Manager.
Which is insist multi-thread download, resumable download, with a easy download manager, it can save you most time.

>Skin and plugins.
TheWorld Browser insist skin and plugins, now we had hundreds of skin and plugins to extend your browse experience, also, we insist Internet Explorer’s plugin.

Posted in Software, Windows | Tagged: , | Leave a Comment »

World in Conflict (PC Game)

Posted by megahacker136 on September 3, 2008

Product Basic Spec

  • Platform PC
  • ESRB rating Teen – Language,Blood
  • Genre Strategy
  • Number of players 1 Player
  • Connectivity Online,Broadband Only
  • Stability Stable
  • DirectX version v9.0c
  • Operating system Windows XP/Vista
  • Online modes Team Oriented
  • Resolution Widescreen

Minimum

  • CPU 2.2GHz single-core or any double-core process
  • DVDROM 8x
  • Disk 8000 MB
  • RAM 512 MB
  • VRAM 128 MB

Recommended

  • CPU Intel Core 2 Duo
  • RAM 1024 MB
  • VRAM 256 MB

World in Conflict is set in an alternate-history version of 1989. Instead of the Berlin Wall falling and communism collapsing, the Soviet Union launches an assault on Western Europe, and the United States rushes its forces in to aid its Western allies. Four months into the conflict, after the US Navy has been attrited down, the USSR launches a surprise invasion in Seattle and pushes inland. In the 14-mission single-player campaign, you play as a company commander who is part of the meager US defense; there is no campaign from the Soviet perspective, though you can play as the Red Army in multiplayer. However, the campaign twists and weaves, letting you experience a sample of the European conflict, battle in remote areas of the Soviet Union, and bring the fight to New York City.

This isn’t a hardcore wargame or simulation. There are far too many gameplay abstractions for that, from being able to air-drop reinforcements on the battlefield within seconds to repairing equipment almost instantly. Instead, World in Conflict is thrilling game about destruction. You get to unleash all the firepower of modern military units on an open battlefield, but you also get to experience the challenges of combined arms warfare. That’s because the game has a great rock-paper-scissors combat system that captures the vicious circle of war. Tanks can kill tanks and other vehicles well, but aren’t so good against infantry. Artillery can kill infantry easily, but aren’t so good against tanks. Helicopters can knock out vehicles well, but are vulnerable to infantry and antiaircraft units. It’s a constant chess match about what you need to bring to battle and how you use it. The game is also smart enough to limit the number of units you can control. Instead of commanding the entire battlefield, you’ll have only a relative handful of units. This makes managing your units a lot easier, like when employing their secondary abilities such as popping smoke grenades to create cover when under attack.

Posted in Gaming, Windows | Tagged: , , , | Leave a Comment »