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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
博客园_首页
博客园 - 【当耐特】
V
Visual Studio Blog
博客园 - 叶小钗
月光博客
月光博客
美团技术团队
J
Java Code Geeks
小众软件
小众软件
Y
Y Combinator Blog
博客园 - Franky
Martin Fowler
Martin Fowler
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 BLOG

Latest from TechRadar in Security

Robots are fighting wars and helping to quash riots — China is arming riot police with squads of AI controlled drones and Ukraine wants to man the frontlines with 25,000 robots US security agency still using Mythos despite ban – government using new security tool despite Pentagon's… Struggling to launch Teams? Microsoft recalls update causing failed startup and infinite loading loops –… How to meaningfully measure the effectiveness of cyber resilience 'We've identified a security incident': Vercel breach confirmed after hackers claim stolen data for sale… How EU organizations can turn sovereign cloud theory into action 'Update immediately': 60,000 WordPress websites at risk after experts discover flaw that allows hackers to… 'They mopped the floor with me and pulled every childish game they could': Disgruntled researcher releases second major Windows zero-day — claims Microsoft 'would ruin my life, and they did' 'As threats evolve, Gemini keeps our defenses one step ahead': Google claims its AI helped it block over 8.3… Cisco tells Webex users to patch critical security flaws immediately, as experts find its Wi-Fi boxes may be filling their disks with undeletable data every day Microsoft experts warn North Korean attackers target macOS users with 'a highly reliable infection chain' to steal passwords, financial data and more — here's how to stay safe Solving the shadow IT crisis in travel Agentic swarms will change how everyone uses AI – but how can organizations deploy them securely? Europol launches Operation PowerOFF — warns 75,000 DDoS users and takes down 53 domains China completes testing on ‘deep-sea electro-hydrostatic actuator’ capable of slicing undersea cables as deep as 3.5 kilometers – new compact subsea vessel testing bridges the ‘last mile’ and could deploy in 2026 Many are still leaving the door open': Security experts warn FIFA World Cup partners could be putting customers at… 'Anyone with $10 could have walked straight through': Report warns this legit-looking software is actually… An ancient Microsoft Excel security flaw could let hackers hijack your entire system, so patch now 'This is not a traditional coding error': Experts flag potentially critical security issues at the heart of Anthropic's MCP, exposes 150 million downloads and thousands of servers to complete takeover Your OpenClaw agents can empty your inbox and leak your data. Here's how to secure them Russia hits European thermal power plant in attempted ‘destructive’ cyberattack – Pro-Kremlin hackers are engaging in ‘riskier and more reckless behavior’ in latest attempt to cripple Western critical infrastructure The war in Iran is reaching cyberspace - here’s how to prepare Millions of hotel goers may have been exposed after hackers steal data and leak it on Telegram 'Every Apple user needs to know about this nasty scam': Fake warnings tell users their iCloud data will be… Dozens of WordPress plugins hijacked to target thousands of sites 'We are currently being extorted' — crypto giant Kraken says it is facing extortion attack, here's… McGraw Hill becomes latest to see its Salesforce data hacked Over 100 Chrome Web Store extensions found stealing user data from thousands of accounts OpenAI reveals its Mythos rival designed for cybersecurity pros When cyberattacks are inevitable, recovery becomes the strategy
AI tools have made vulnerability exploitation faster and ...
Ronald Lewis · 2026-05-01 · via Latest from TechRadar in Security

For many years, security teams have used the same basic approach to assess vulnerability risk. They looked at two main factors: how much damage a vulnerability could cause, and how likely it was to be exploited. Industry frameworks like CVSS helped with this by scoring both impact and likelihood.

These scores worked well for a long time because exploit development was difficult. Attackers needed advanced skills, deep technical knowledge, and time.

Article continues below

Director of Cybersecurity Governance at Black Duck.

Security risk managers now need to rethink what “likelihood” really means. The way CVSS estimates likelihood is based on assumptions that no longer match today’s threat environment.

AI assisted coding tools have changed how quickly and easily vulnerabilities can be turned into real attacks. As a result, many risk scores underestimate how fast attackers can move.

When skill slowed attackers down

In the past, exploiting a vulnerability was not easy. Attackers had to understand how operating systems worked, how memory was handled, and how applications behaved under stress. Even when a vulnerability was publicly documented, writing a working exploit could take weeks. Many attackers did not have the skill or patience to do it.

This skill barrier mattered. It slowed exploitation and limited who could take advantage of a flaw. Even serious vulnerabilities were not always exploited right away. Security teams often had time to patch systems or apply workarounds before attackers could act.

Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed!

Risk models quietly depended on this delay. Metrics like attack complexity and proof of concept availability became useful signals. If a vulnerability was complex and no exploit existed, teams assumed there was time to respond.

What AI changed

Today, vulnerability disclosures still explain how attacks work. They list entry points, required conditions, and expected results. What has changed is how easy it is to act on that information.

AI assisted coding tools can now turn written descriptions into working exploit code. A person no longer needs deep technical skills to get started. Someone can describe what they want to do, and AI can help generate code, fix errors, and test variations.

Tasks that once took weeks can now take hours or even minutes. Testing and refining exploits is faster and easier. The effort that once slowed attackers down has largely disappeared.

AI is not creating new vulnerabilities. It is removing the human effort that used to limit exploitation.

Why CVSS likelihood no longer tells the full story

CVSS was designed to describe technical details about vulnerabilities. It was not built to predict attacker behavior in a world where exploit generation is fast and cheap. Likelihood scores assumed that attackers needed skill and time to act.

That assumption no longer holds.

A vulnerability may still be complex, but complexity no longer guarantees delay. If AI can help write the exploit, a “high complexity” score does not offer much protection. The same is true for exploit maturity. By the time an exploit is officially confirmed, attackers may already be using it.

In practice, CVSS scores still do a good job describing impact. But they often fall short when it comes to real-world likelihood.

Skill is no longer the main barrier

Another assumption also needs to change. Security teams often judge risk based on attacker skill. This made sense when only experts could exploit certain flaws.

With AI tools, that gap has narrowed. Many more people can now exploit vulnerabilities. Skill matters less than access and opportunity.

The key question has changed. It is no longer, “Who can exploit this?” It is now, “Is there anything stopping exploitation?”

What really drives exploitation today

In today’s environment, exploitation depends more on conditions than on attacker ability. The most important factors include:

  • Is the system exposed or easy to reach?
  • Are identity and access controls weak?
  • Is the vulnerability clearly documented?
  • Can attackers test and adjust quickly?

When these conditions exist, the absence of a public exploit should not be seen as safety. If a vulnerability is well described, it is often exploitable.

This is why the time between disclosure and attack has become so short. AI has collapsed the window between understanding a vulnerability and acting on it.

What this means for leaders

This shift matters at the leadership level.

Executives and risk owners should stop treating CVSS likelihood as a true probability. Instead, they should ask different questions:

  • Are we relying on delay that no longer exists?
  • Are exposed systems being prioritized quickly enough?
  • Are identity controls strong enough to slow attackers down?

AI has changed the speed of risk. Decisions based on old assumptions will move too slowly. Leaders who continue to trust likelihood scores without context may believe they have time when they do not.

Updating defensive practices

CVSS is still useful. It describes impact and technical traits well. But it should not be used alone to decide urgency.

Security teams should focus less on whether an exploit exists and more on whether exploitation is possible. Clear documentation plus exposure should be enough to raise priority.

Threat intelligence should emphasize conditions, not novelty. Risk scoring should reflect how quickly an attacker could act, not how skilled they must be.

The takeaway

AI did not make vulnerabilities more dangerous. It made exploitation easier.

When exploit development is no longer limited by skill, likelihood is driven by exposure and conditions—not expertise. Risk models that ignore this shift will consistently underestimate urgency.

Leaders who adjust their thinking now will respond faster and reduce real-world risk. Those who do not will continue to trust scores that no longer match reality.

We've featured the best endpoint protection software.

This article was produced as part of TechRadar Pro Perspectives, our channel to feature the best and brightest minds in the technology industry today.

The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: https://www.techradar.com/pro/perspectives-how-to-submit