
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
oauth2-server-pg
Advanced tools
A PostgreSQL OAuth 2.0 Server.
starting server:
./bin/oauth2-server-pg.js start --help
generating a client:
POST /client
generating a token:
POST /client/:client_id/token
For convenience, this project can leverage Docker to run Postgres for you. If you have Docker installed (and the daemon running), then a Postgres db will automatically be created and destroyed when running tests via npm test. If you don't have Docker installed, you will need to run Postgres manually before testing.
When developing and testing locally (outside of just running npm t) with Docker installed, you can use the following npm run scripts for convenience:
npm run pg-test: Initialize a Postgres db within a Docker container and leave it runningnpm run psql: Login to the running Postgres container to run some manual queriesnpm run pg-test-down: Destroy the running Postgres containerISC
FAQs
PostgreSQL and Express powered OAuth 2.0 server
We found that oauth2-server-pg demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.