Global CDN Service ‘jsdelivr’ Exposed Users to Phishing Attacks

By Habiba Rashid
In the interconnected world of web development, open-source components play a vital role, facilitating collaboration and code sharing…
This is a post from HackRead.com Read the original post: Global CDN Service ‘jsdelivr&#8… Continue reading Global CDN Service ‘jsdelivr’ Exposed Users to Phishing Attacks

How is the npm package manager made robust security-wise, what are the keys they are using, and how do they use them?

I am specifically looking at the npm package metadata like from the lodash package, the relevant part which is this:
{
"shasum": "392617f69a947e40cec7848d85fcc3dd29d74bc5",
"tarball": "https://registr… Continue reading How is the npm package manager made robust security-wise, what are the keys they are using, and how do they use them?

Is there a database that classifies NPM library vulnerabilities as exploitable vs. benign in the browser?

I maintain several Angular apps, which contain thousands of dependencies on NPM packages. GitHub’s Dependabot notifies me of new known vulnerabilities every week (from the CVE database).
For example, Dependabot tells me that moment.js has … Continue reading Is there a database that classifies NPM library vulnerabilities as exploitable vs. benign in the browser?

Typosquatting: Legit Abquery Package Duped with Malicious Aabquerys

By Deeba Ahmed
Aabquerys use the typosquatting technique to encourage downloading malicious components, as it has been cleverly named to make it sound like the legitimate NPM module Abquery.
This is a post from HackRead.com Read the original post: Typ… Continue reading Typosquatting: Legit Abquery Package Duped with Malicious Aabquerys

This Week in Security: npm Timing Leak, Siemens Universal Key, and PHP in PNG

First up is some clever wizardry from the [Aqua Nautilus] research team, who discovered a timing attack that leaks information about private npm packages. The setup is this, npm hosts …read more Continue reading This Week in Security: npm Timing Leak, Siemens Universal Key, and PHP in PNG