frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Icinga2 Release 2.14.9 (3 x critial)

https://icinga.com/blog/icinga2-security-release-v2-16-2/
1•gforce_de•51s ago•1 comments

The A.I. Race Isn't America vs. China

https://www.nytimes.com/2026/06/28/opinion/ai-race-china-us.html
1•mooreds•1m ago•0 comments

Mag 7 starting to underperform [pdf]

https://www.apollo.com/content/dam/apolloaem/pdf/daily-spark/2026/jun/28/062826-Mag7.pdf
1•mooreds•2m ago•0 comments

You Don't Know Jack About Formal Verification

https://queue.acm.org/detail.cfm?id=3819084
1•eatonphil•2m ago•0 comments

Are you sure OneDrive has got your back(up)?

https://www.mikeayles.com/blog/onedrive-backup-limit/
1•mikeayles•3m ago•0 comments

The Fable of Mythos

https://djsumdog.substack.com/p/the-fable-of-mythos
1•airhangerf15•4m ago•0 comments

Once, cyber-attacks required great skill. AI is changing that

https://www.theguardian.com/commentisfree/2026/jun/29/cyber-attacks-ai
1•speckx•4m ago•0 comments

Rocket Lab buys Iridium in $8B deal, to expand beyond launches

https://www.reuters.com/business/media-telecom/rocket-lab-buy-satellite-communications-firm-iridi...
1•tartoran•5m ago•0 comments

RocketLab Acquires Iridium

https://investors.rocketlabcorp.com/news-releases/news-release-details/rocket-lab-acquire-iridium...
1•everfrustrated•5m ago•1 comments

DocumentDB – a MongoDB compatible open-source database

https://documentdb.io/
2•amai•5m ago•0 comments

The Lab Mistake That Might Revolutionize Computing

https://spectrum.ieee.org/artificial-neurons-on-silicon-chips
1•Brajeshwar•6m ago•0 comments

Supermium – An up-to-date Chromium-based web browser compatible with Windows XP

https://win32subsystem.live/supermium/
2•rvnx•7m ago•1 comments

Show HN: Hail.so – Send and receive emails, calls, SMS via a single MCP/API/CLI

https://hail.so/
1•r13i•9m ago•0 comments

Building a voice dictation pipeline tuned for devs

https://freestylevoice.com/blog/freestyle-transcribe
1•matteo8p•10m ago•0 comments

Europe's resistance to AC is driving it insane

https://www.noahpinion.blog/p/europes-resistance-to-ac-is-driving
1•mooreds•11m ago•0 comments

Sorry, but There's Nothing Stable About Bitcoins or Stablecoins

https://www.forbes.com/sites/johntamny/2026/06/28/sorry-but-theres-nothing-stable-about-bitcoins-...
1•RickJWagner•11m ago•0 comments

The war against 'woke' could end US science as we know it

https://www.theverge.com/science/957630/omb-killing-science-budget-grants-research
1•rufo•11m ago•1 comments

I built an anime-style UI for watching AI coding agents review each other's code

https://old.reddit.com/r/codex/comments/1uit86f/i_built_an_animestyle_ui_for_watching_ai_coding/
2•syumei•11m ago•0 comments

Vibe Coding to Agentic Engineering: A Three-Phase Workflow with Claude Code

https://www.apimatic.io/blog/agentic-engineering-claude-code
1•m3h•11m ago•0 comments

The Storytelling of Fictional User Interfaces (FUI) in Film

https://manonstripes.substack.com/p/the-hidden-storytelling-of-fictional
1•doctorwhat•12m ago•0 comments

Ask HN: How do you guys find your competitors?

2•krishavRajSingh•12m ago•1 comments

Show HN: Llama Legends

https://llamalegends.com/
1•TheLuigiplayer•13m ago•0 comments

"Energy Constraints and Tradeoffs" by Martin Picard [video]

https://www.youtube.com/watch?v=uT3PwI_pX5E
1•surprisetalk•14m ago•0 comments

The Troubled Energy Transition (2025)

https://www.foreignaffairs.com/united-states/troubled-energy-transition-yergin-orszag-arya
1•simonebrunozzi•16m ago•0 comments

Show HN: Free earnings calendar for US stocks

https://zenvesto.com/earnings-calendar
1•zenvesto•17m ago•0 comments

CachyOS June 2026 Release

https://cachyos.org/blog/2606-june-release/
1•simonpure•18m ago•0 comments

The nervous system reset trend: what interoception is

https://medium.com/@6thMind/the-nervous-system-reset-trend-what-interoception-is-and-whether-you-...
1•smanuel•18m ago•0 comments

The No-Human Future

https://aeon.co/essays/what-is-nick-lands-philosophy-of-accelerationism-really
1•speckx•18m ago•0 comments

Show HN: AI Music Generator Free and No Signup

https://music0.org/
1•pekingzcc•19m ago•0 comments

Renameforce

https://renameforce.com
1•cosiiine•20m ago•0 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...

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.
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