Now Microsoft Won’t Let You Install And Boot Linux On Locked-down Windows Computers

Found on fossBytes on Sunday, 17 July 2016
Browse Software

In its latest Patch Tuesday security update, Microsoft closed a backdoor left open in Windows RT–Windows 8.x ported to devices with 32-bit ARMv7 processors–computers that allowed developers and hackers to boot non-Microsoft approved operating systems.

A way to bypass Microsoft’s boot mechanism is highly sought because Microsoft is killing the support for Surface RT tablets in 2017 and Windows RT 8.1 in 2018.

That's why locked down hardware is a bad idea. Starting next year, customers will have unsupported tablets and no choice but to throw them away or accept unpachted bugs. Instead, they could install a system which would work and fixes bugs, but thanks to Microsoft this won't be allowed.

How Oracle’s business as usual is threatening to kill Java

Found on Ars Technica on Friday, 01 July 2016
Browse Software

It's a familiar pattern for open source projects that have become the property of Oracle. It started with OpenSolaris and continued with OpenOffice.org. And this time, it's happening to Java—more specifically to Java Enterprise Edition (Java EE), the server-side Java technology that is part of hundreds of thousands of Internet and business applications.

Given Oracle's track record with open source projects—more specifically, the trail of dead or forked projects the company has left in its wake—there has been ample reason for concern about Java.

Oracle kills everything. In this case, it's nothing really to cry about though.

Microsoft to make saying no to Windows 10 update easier

Found on ZD Net on Tuesday, 28 June 2016
Browse Software

Microsoft officials said late on June 27 that the new update experience -- with clearer "upgrade now, schedule a time, or decline the free offer" -- will start rolling out this week. Microsoft will also revert to making clicking on the Red X at the corner of the Windows 10 update box dismiss the update, rather than initiate it, as it has done for the past several weeks.

Microsoft officials said they are making the change "in response to customer feedback".

Customer feedback? More like lawyer feedback.

Adobe Flings Flash Fix for Fresh APT Target

Found on Bankinfo Security on Sunday, 19 June 2016
Browse Software

Security experts are once again warning enterprises to immediately update - or delete - all instances of the Adobe Flash Player they may have installed on any system in the wake of reports that a zero-day flaw in the web browser plug-in is being targeted by an advanced persistent threat group.

"This is the third month in a row that we are seeing a zero-day in Flash, making it most certainly the most targeted software on your organization's endpoints," Kandek says.

Just delete it, along with Java; unless you want to update because of critical bugs over and over and over again every week.

Microsoft tests new tool to remove OEM crapware

Found on Ars Technica on Saturday, 18 June 2016
Browse Software

Currently available only for Windows Insiders, the new tool fetches a copy of Windows online and performs a clean installation. The only option is whether or not you want to preserve your personal data. Any other software that's installed will be blown away, including the various applications and utilities that OEMs continue to bundle with their systems.

The important question is: does it also remove MS crapware, like the Windows 10 Updater nagware?

jQuery 3.0 Released and Other JavaScript News

Found on Softpedia on Saturday, 11 June 2016
Browse Software

The jQuery Foundation released yesterday version 3.0 of the jQuery JavaScript framework, the first version that features absolutely no workarounds for old Internet Explorer browsers (IE6-8).

Furthermore, since not all Web projects require AJAX, which takes quite a lot of the jQuery base, the project is now offering a jQuery Slim build without the AJAX and Effects modules.

You can basically just drop jQuery. If you know your Javascript, you can do it directly, without pulling in this dependency.

Microsoft Releases FreeBSD Virtual Machine Image for Azure

Found on EWEEK on Thursday, 09 June 2016
Browse Software

Microsoft has released a FreeBSD virtual machine (VM) image to the Azure cloud computing marketplace, announced Jason Anderson, a Microsoft Open Source Technology Center principal program manager. FreeBSD is an open-source, Unix-like operating system that has proven popular with major virtual appliance vendors, one of the main reasons Microsoft decided to float is own FreeBSD VM image for Azure, he said.

Poor BSD.

TeamViewer confirms number of hacked user accounts is “significant”

Found on Ars Technica on Sunday, 05 June 2016
Browse Software

For a little more than a month, a growing number of users have reported their accounts were accessed by criminals who used their highly privileged position to drain PayPal and bank accounts.

TeamViewer spokesman Axel Schmidt acknowledged to Ars that the number of takeovers was "significant," but it continued to maintain that the compromises are the result of user passwords that were compromised through a cluster of recently exposed megabreaches involving more than 642 million passwords belonging to users of LinkedIn, MySpace, and other services.

It's still not clear if Teamviewer has been breached or not. While it sounds reasonable that thanks to other breaches a lot of accounts have been successfully tried, it seems like Teamviewer's systems to not take any measures to block you from rotating through thousands of credentials.

WordPress plugin with 10,000+ installations being exploited in the wild

Found on Ars Technica on Thursday, 02 June 2016
Browse Software

A growing number of WordPress websites have been infected by attackers exploiting a vulnerability that remains unpatched in a widely used plugin called WP Mobile Detector, security researchers warned.

The vulnerability can be exploited only when PHP option allow_url_fopen is enabled.

Wordpress again. Apart from trying to stop this via php.ini, every operating system worth being used should have SELinux running, which, by default, blocks the webserver from making outbound network connections. If not, then setsebool -P httpd_can_network_connect off fixes that.

TeamViewer denies hack after PCs hijacked, PayPal accounts drained

Found on The Register on Wednesday, 01 June 2016
Browse Software

In the past 24 hours, we've seen a spike in complaints from people who say their PCs and servers were taken over via the widely used remote-control tool on their machines. Even users with strong passwords and two-factor authentication enabled on their TeamViewer accounts say they were hit.

Over on Reddit, people were lining up with tales of their systems being compromised via TeamViewer, sparking fears the platform had been hacked. TeamViewer makes remote-control clients for Windows, OS X, Linux, Chrome OS, iOS and Android.

Every OS already has methods for allowing remote administration, be it SSH or RDP. Using a 3rd party software is not necessary.