You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to stron...@googlegroups.com
Please subscribe to this thread to be notified of any security advisories related to Node.js and io.js
StrongLoop
unread,
Mar 19, 2015, 1:48:09 AM3/19/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to stron...@googlegroups.com
March 14, 2015
Security Advisory: libuv- incorrect revocation order while relinquishing privileges
A security vulnerability that potentially allows for local privilege escalation was recently announced (CVE-2015-0278). This affects node v0.10.36 and earlier.
It was found v0.10.36 and earlier that libuv did not call setgroups before calling setuid/setgid when spawning a child process. The child process might retain the privileges that were supposed to be dropped. This is fixed by also calling `setgroups` which removes any extraneous groups and drop the user to the expected privileges.
This security issue affects node applications that create child processes, while using the ‘setuid’ or ‘setgid’ option to limit the privileges that the child process has. Applications that do not use this feature are unaffected.
Please see the original bug report for more details and let me know if you have any further questions.
StrongLoop
unread,
Mar 23, 2015, 8:06:16 PM3/23/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to stron...@googlegroups.com
Node.js v0.10.38 includes upgraded OpenSSL(1.0.1m) and fixes several CVEs
As you may have noticed there were a few CVEs disclosed recently related to OpenSSL. This newly released version of Node.js includes the upgraded OpenSSL and a few other fixes. StrongLoop recommends that our users upgrade to this new release since it addresses multiple security related issues. Please post on our forums if you have any questions. Thanks,