惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
量子位
博客园 - 司徒正美
V
V2EX
I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
N
Netflix TechBlog - Medium
L
LangChain Blog
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog

New Scientist - Home

Smart underwear detects lactose intolerance by tracking your farts 2026 will be the hottest year on record, leading scientist predicts NHS England rushes to hide software over AI hacking fears The 4 biggest myths about hydration, according to an expert Oak trees use delaying tactics to thwart hungry caterpillars Will Colombia summit kick-start the end of the fossil fuel era? Why I explore our inevitable love for robots in my novel Luminous Read an extract from Luminous by Silvia Park The rings of Uranus are even stranger than we thought An unorthodox version of quantum theory could reveal what reality is 'Green' cryptocurrency uses 18 times more energy than makers claim Your oral microbiome could affect your weight, liver and diabetes risk Human heads have changed shape a lot in the past 100 years Doubts cast over 'wild' claim that magnetic control can turn on genes The best new science fiction books of May 2026 The rich but complicated legacy of genome pioneer Craig Venter We have figured out a new way to send messages into the past Our verdict on Red Mars: Mostly great, with a few quibbles New Scientist recommends New York's Bone Museum and Gecko Gallery Thought-provoking photographs capture what it feels like to have ADHD Is an AI version of Mark Zuckerberg – or any boss – a good plan? Ann Leckie continues to shine with new sci-fi novel Radiant Star Simple treatment tweak drastically reduces blood loss from severe cuts Weird 'transdimensional' state of matter is neither 2D nor 3D Why dinosaurs lived much more complex lives than we thought The chips in your phone are probably broken – and that's a good thing Scorpions reinforce their claws and stingers with metals Extreme weather in 2025 drove record wildfire emissions in Europe Cancer is increasing in young people and we still don't know why People are betting on measles outbreaks – and that might be useful
Security credentials inadvertently leaked on thousands of...
2026-03-23 · via New Scientist - Home

Technology

Researchers identified nearly 10,000 websites where API keys could be found, exposing details that could let attackers access sensitive information

By Chris Stokel-Walker

23 March 2026

Facebook / Meta Twitter / X icon Linkedin Reddit Email

Leaked keys could have let attackers take control of a company’s digital infrastructure

Vertigo3d/Getty Images

Critical security credentials are inadvertently being exposed on thousands of websites – including those run by some banks and healthcare providers.

The leaked details could have given snoopers access to sensitive data like RSA private keys, which allow attackers to impersonate servers, decrypt private communications or gain full administrative control of a company’s digital infrastructure. “This is a very significant issue, and it doesn’t affect only small companies, but some very big companies,” says Nurullah Demir at Stanford University in California.

Demir and his colleagues analysed 10 million web pages to uncover how many leaked application programming interface (API) credentials. API keys allow different software systems to seamlessly communicate, acting as access tokens for cloud platforms, payment processors and messaging services.

By scanning the web, the researchers identified 1748 verified, active credentials from 14 major service providers – including Amazon Web Services, Stripe, GitHub and OpenAI – scattered across nearly 10,000 websites.

The vulnerability isn’t the fault of those companies, but of the software developers and website operators who used their services to build and run websites. While the researchers didn’t directly name the companies affected, they did disclose that they include a “global systematically important financial institution”, a “firmware developer” and a “major hosting platform”.

“We notified all the companies which we have identified an exposure for,” says Demir. Within two weeks, about 50 per cent of the organisations removed the exposed API keys, but some of them didn’t respond, he says.

The exposed credentials remained publicly accessible for an average of 12 months, with some online for as long as five years. The majority of those credentials exposed – some 84 per cent of those found – were discovered within JavaScript environments, something the researchers believe may be a consequence of software developers using bundler tools to package their code in a way that can be used online.

Another 16 per cent of the exposed credentials stemmed from third-party resources, meaning a poorly configured external plug-in or script could broadcast an organisation’s sensitive keys across the internet.

“None of these developers intended to be insecure; many of them didn’t even actually make a mistake in the first place,” says Katie Paxton-Fear at Manchester Metropolitan University, UK. The API keys were instead made public because of programming quirks associated with how the language works and runs on the server. “They did everything right and it went into the machine that is their development pipeline and it was revealed,” she says.

Leaked API keys and credentials are “a real issue in modern software development”, says Nick Nikiforakis at Stony Brook University, New York. “API keys act in lieu of credentials and they allow whoever has them to act as an authorised user on a given service.” The problem is that sometimes those can be misconfigured and end up being inadvertently shared publicly – with catastrophic consequences. “Accidentally revealing an API key to the public allows attackers who find it to abuse it,” says Nikiforakis.

Tackling the problem is a shared responsibility, says Demir. “Developers, of course, have to [take] care when they use these API credentials,” he says, making sure they configure development environments in the right way. The creators of website-building tools need to design their software so that secret keys are hidden automatically by default, rather than relying on developers to manually secure them, he adds, and the companies hosting these websites should actively scan for leaked keys and deactivate them immediately.

Topics:

More from New Scientist

Explore the latest news, articles and features