Thursday, 26 November 2015

Node.js discloses two critical security vulnerabilities


Node.js discloses two critical security vulnerabilities

The Node.js Foundation revealed a denial-of-service and an out-of-bounds access issue and said the fixes will come next week

Node.js is facing two security vulnerabilities, including a potentially major denial-of-service issue, with patches for the problems not available for a week. Releases of Node.js ranging from 0.12 to version 5 are vulnerable to one or both issues.
A bulletin issued today by the Node.js Foundation, which has jurisdiction over the popular server-side JavaScript platform, covers "a high-impact denial-of-service vulnerability" and a "low-impact V8 out-of-bounds access vulnerability." V8 is the Google-developed JavaScript engine leveraged by Node.js. Officially, the DoS issue is labeled as CVE (Common Vulnerabilities and Exposures) 2015-8027, while the access problem is identified as CVE-2015-6764.

Tuesday, 17 November 2015

PHP 7.0 delayed, but release candidate available

PHP 7.0 delayed, but release candidate available

In order to address some lingering bugs, the PHP team pushed back the 7.0 release two weeks

PHP 7.0.0, a high-performance upgrade to the popular server-side scripting language for Web development, was due for a general release late last week. Instead, builders of the language offered a seventh release candidate (RC).
Release candidates are generally considered the final precursor to a general release; the first release candidate for PHP 7.0.0 became available in August. But this seventh RC is supposed to finally lead to that general release, according to the PHP development team.