Exploiting Client-Side Node.js with Moses Hernandez – Paul’s Security Weekly #516

I know what you’re thinking, Node.js is server-side right? Not exactly. It turns out many client-side applications have embedded Node.js. And its not always updated to the latest version. And, its vulnerable to attacks! Moses Hernandez is a Consulting Systems Engineer for Cisco Systems and an Instructor for pen testing courses at the SANS Institute. Continue reading Exploiting Client-Side Node.js with Moses Hernandez – Paul’s Security Weekly #516

What are the risks associated with a vulnerable javascript in a client context?

Background: it is not difficult to introduce vulnerabilities in backend/API code when not coding with security in mind. This typically leads to vulnerabilities such as XSS or various injections (or others).

It is also possi… Continue reading What are the risks associated with a vulnerable javascript in a client context?