frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I Updated Virtual Bookshelf

https://petargyurov.com/bookshelf/
1•petargyurov•27s ago•1 comments

Reviving old scanners with an in-browser Linux VM bridged to WebUSB over USB/IP

https://yes-we-scan.app/details
1•gmac•4m ago•0 comments

Dogme 25 – Vow of Chastity

https://dogma25.dk/
1•internet_points•7m ago•0 comments

FluidX3D Lands a Big Speed-Up for This OpenCL CFD Software

https://www.phoronix.com/news/FluidX3D-3.7-Released
1•rbanffy•8m ago•0 comments

Show HN: Libc-free, direct sys/kernel call language with weird concurrency

https://github.com/DO-SAY-GO/freelang
1•keepamovin•16m ago•1 comments

See You at Y10K: From Millennium Bugs to Quantum Midnight

https://space.gekko.de/from-y2k-to-q-day/
1•ekadagami•26m ago•0 comments

Show HN: Latlng – open-source geospatial object engine written in Rust

https://latlng.cloud/
1•tobilg•26m ago•0 comments

The Mysterious Crypto Judges Who Settle Polymarket Disputes

https://www.wsj.com/finance/polymarket-bet-disputes-fb1b8c6a
2•thm•28m ago•0 comments

The foundations of a provably secure operating system (PSOS) (1979) [pdf]

http://www.csl.sri.com/users/neumann/psos.pdf
10•rurban•32m ago•0 comments

A Node Based Brush Engine – PixiEditor 2.1

https://pixieditor.net/blog/2026/04/30/21-release/
1•axi_n•32m ago•0 comments

Zero Day Clock

https://zerodayclock.com/
1•jonbaer•34m ago•0 comments

Ebola outbreak with uncommon strain erupts in Congo and Uganda; 65 deaths

https://arstechnica.com/health/2026/05/ebola-outbreak-confirmed-in-congo-and-uganda-246-suspected...
2•rbanffy•35m ago•1 comments

An Empty Room: Each voice fades after 21 days

https://www.icried.today/
2•Teever•42m ago•0 comments

Protéger Mastodon contre les bots IA avec Anubis – Techno-Fil et faits divers

https://blogs.gayfr.social/barbapulpe/proteger-mastodon-contre-les-bots-ia-avec-anubis
1•rodrigo975•42m ago•0 comments

Where Are the Vibecoded Photoshops?

https://indiepixel.de/blog/posts/where-are-the-vibecoded-photoshops/
3•gizmo64k•44m ago•0 comments

Open and Free Security Books

https://nocomplexity.com/documents/securityarchitecture/securitylibrary/libraryintro.html#open-an...
1•runningmike•44m ago•1 comments

Safety Paradox: How RLHF Creates the AI Psychosis Problem It's Meant to Prevent

https://www.promptinjection.net/p/ai-psychosis-the-safety-paradox-how-rlhf-creates
1•JustMyNews•47m ago•2 comments

Are modern precision EDC knives worth the premium build cost?

https://www.paragon-knives.com/
1•bgzlsxaz•48m ago•0 comments

Don't Answer the First Question

https://lalitm.com/post/dont-answer-the-first-question/
1•lalitmaganti•51m ago•0 comments

Satellites May Be Driving a Concerning New Form of Atmospheric Pollution

https://thedebrief.org/satellites-may-be-driving-a-concerning-new-form-of-atmospheric-pollution-e...
1•JeanKage•51m ago•0 comments

Balance of Nature

https://en.wikipedia.org/wiki/Balance_of_nature
1•soupspaces•52m ago•0 comments

Fireside Chat with Bjarne Stroustrup at CTO Summit 2025 Hamburg [video]

https://www.youtube.com/watch?v=hqUItF7m3tk
1•pjmlp•57m ago•0 comments

Review: 50 Years of Text Games, by Aaron Reed

https://www.thepsmiths.com/p/review-50-years-of-text-games-by
1•NewCzech•1h ago•0 comments

Multiple commencement speakers booed for AI comments during graduation speeches

https://www.nbcnews.com/video/multiple-commencement-speakers-booed-for-ai-comments-during-graduat...
17•wrxd•1h ago•1 comments

Harmony Infra Ventures Reflects the Leadership of Harmandeep Singh Kandhari

https://sites.google.com/view/harmandeep-singh-kandhari
1•KirtiKKapoor•1h ago•1 comments

Screen record more – Applied Cartography

https://www.jmduke.com/posts/screen-record-more.html
1•rhazn•1h ago•0 comments

The just-say-no engineer was a ZIRP phenomenon

https://www.seangoedecke.com/the-just-say-no-engineer-was-a-zirp-phenomenon/
2•rhazn•1h ago•0 comments

Germany goes from labour shortages to hiring freezes

https://www.ft.com/content/2a6c1cb9-6c11-41c8-a8ea-a367b8799126
21•doener•1h ago•8 comments

From Kubernetes Dev Setup to Production: What Changes

https://georg-schwarz.com/blog/from-kubernetes-demo-to-production-platform/
1•rhazn•1h ago•0 comments

LKML: Linus Torvalds: Linux 7.1-rc4

https://lkml.org/lkml/2026/5/17/896
5•Tomte•1h ago•1 comments
Open in hackernews

Offical XRP NPM package has been compromised and key stealing malware introduced

https://www.aikido.dev/blog/xrp-supplychain-attack-official-npm-package-infected-with-crypto-stealing-backdoor
55•flxga•1y ago

Comments

MichealCodes•1y ago
Cryptocurrency packages used at scale should have wallet decoys setup for early detection of vulnerabilities like this.
nailer•1y ago
Red teaming this, you’d delay exfiltration of the private key until the balance passes beyond a certain amount and you’re on mainnet.
ohgr•1y ago
I see the model of "download any old shit off the internet and run it in production" is working out so well.
nailer•1y ago
I don’t have much opinion of XRP but this is their official package, not a community package.
tobyhinloopen•1y ago
Fun fact: installing some common starter packages will explode to install over a 1000 npm packages, each of them can inject malware, even if the package isn’t used, and you’ll never know.

Many packages will have over a 100 dependencies if you include the dev dependencies, so you can easily break a 1000.

mouse_•1y ago
That is a very fun fact.
nailer•1y ago
Yes that is how dependencies work.
poincaredisk•1y ago
The crazy part here is that in most other ecosystems 100 dependencies is "crazy high" territory, and in JS it's apparently "we're just getting started". It's known for its approach to micropackaging everything in a separate library.
greatgib•1y ago
The crazy thing is more that multiple versions of the same package could be installed as dependencies of dependencies...

They were thinking to be the cool kids supporting multiple versions and that the old way to do packaging, like debian and co that expects everyone to use the same version, was the old legacy fart way to do things.

Just, developers before were engineers first and so designed things well especially to avoid this situation of dependency hell and supply chain injection. But the web dev crowd decided to do "better" and now to have old problems as new problems...

nailer•1y ago
npm design allows multiple versions of the same package if required, but deduplicates otherwise. It’s a smart design that more package managers should and will follow.

Smart developers spend their time working on original code rather than rewriting the wheel.

nailer•1y ago
Yes. It’s an engineering failure to have multiple copies of the same logic. That isn’t specific to JavaScript.
tough•1y ago
does the postinstall script step has anything to do with this?

i noticed bun doesn't run them by default unless you whitelist them

koolba•1y ago
That fetch(…) is sending the mnemonic of the private key out to that remote server.

Interestingly if this is happening in a long running process and that exploit server is offline, the promise for the fetch will reject. And the default behavior for unhandled promise rejections would be for the node process to crash.

So if anybody tried testing this version of the library in a net gapped environment, it would crash and fail out in CI.

The attacker should have silenced the error with a .catch(_ => {}).

mschuster91•1y ago
> Previously only the packed JavaScript code had been modified.

Honestly it's time for the npm ecosystem to move to a model where only build agents running on npm's own infrastructure can upload binary artifacts, or to mandate reproducible builds.

And for a select set of highly used packages, someone from NPM should be paid to look over each release's changeset.

Both would have massively impeded the attacker.

mindcrash•1y ago
Official and thorough support for SBOM* within major package repositories can not come sooner.

* https://en.wikipedia.org/wiki/Software_supply_chain

abhisek•1y ago
We run similar npm package monitors. The use of exotic tld domains such as 0x9c.xyz kind of gave it away because YARA Forge rules have native signatures to detect such domains.

It will be interesting t explore how the project got compromised and malicious packages published to the registry.

nailer•1y ago
.xyz isn’t exotic for blockchains.