← Latest papers
💻 computer science

ThreatLens: Evidence-Guided Ranking of High-Priority CVEs

ThreatLens is a forward-looking, evidence-guided framework that significantly outperforms existing metrics like CVSS and EPSS in prioritizing high-risk CVEs by utilizing only real-time available data and learning from future exploitation evidence to enable timely and accurate vulnerability triage.

Original authors: Soroush Motamedi Sedeh, Panteha Shahrivar, Malaika Qureshi, Ali Devjiani, Mohammad A. Tayebi

Published 2026-08-25
📖 5 min read🧠 Deep dive

Original authors: Soroush Motamedi Sedeh, Panteha Shahrivar, Malaika Qureshi, Ali Devjiani, Mohammad A. Tayebi

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Every day, software developers and security teams face a deluge of new warnings about flaws in computer systems. These flaws, known as vulnerabilities, are cataloged with unique names and descriptions, creating a massive list that grows longer by the hour. The challenge is not finding these flaws, but deciding which ones to fix first. Security teams have limited time and resources; they cannot investigate every single warning immediately. If they wait too long, a flaw might be exploited by attackers to steal data or disrupt services. To help with this, experts have created scoring systems that assign a severity number to each flaw, much like a weather report assigns a risk level to a storm. However, these scores often rely on static technical details and do not always reflect the reality that some flaws are being actively attacked right now, while others, despite high scores, remain safe. The question facing security teams is simple but difficult: given only the information available today, which specific flaws should be examined immediately to prevent a breach?

A team of researchers at Simon Fraser University has developed a new approach to solve this problem, called ThreatLens. Instead of trying to predict the future or relying on a single score, ThreatLens acts as a filter that sorts through the daily stream of vulnerability warnings using only the evidence that exists at the moment a decision is made. The system looks at a wide range of public information, including official descriptions of the flaws, existing severity scores, reports of whether hackers have already found a way to use the flaw, and the frequency of security advisories. By organizing this information into weekly snapshots, the system learns to rank the vulnerabilities that are most likely to become urgent problems. It does this by studying past examples where flaws were eventually added to a special government list of known exploited vulnerabilities, using those past events to teach the system what early warning signs look like.

The researchers tested their system by simulating the real-world conditions security teams face. They built a timeline that moved forward week by week, ensuring the system never saw information from the future. At each step, the system had to choose the top twenty or top fifty flaws from a pool of hundreds of candidates, based only on the data available up to that specific week. The results showed that the system was remarkably effective at spotting the most dangerous flaws before they were officially flagged by authorities. When the researchers asked the system to review just the top twenty flaws each week, it successfully identified eighty percent of the vulnerabilities that would later be confirmed as actively exploited. This performance was more than three times better than the current standard method, which relies on a single probability score for exploitation. Even when the system was asked to look at the top fifty flaws, it found nearly ninety-six percent of the critical ones.

What makes this discovery significant is not just that the system works, but how it works. The researchers found that the most effective version of the system did not rely on complex, deep-learning neural networks that often act as black boxes. Instead, the best results came from a simpler, more transparent method that combined specific, measurable facts: how long a flaw had been known, whether a public exploit existed, how many security advisories mentioned it, and its severity score. This suggests that the key to better prioritization is not necessarily more complex artificial intelligence, but rather a disciplined way of organizing and weighing the evidence that is actually available at the time of the decision. The system also proved capable of providing an early warning, identifying many of these dangerous flaws weeks before they were officially added to the government's list of exploited vulnerabilities. In one specific case, the system flagged a flaw in a network video recorder forty-two days before it was officially recognized as a high priority, while other standard methods failed to rank it highly enough to catch the attention of security teams.

The study also clarified what the system is and is not. It is not a tool that replaces human judgment or guarantees that every flaw will be caught. The system relies on public information and uses a specific list of known exploited flaws as a guide, meaning it might miss vulnerabilities that are being used in secret or by groups that do not publish their activities. Furthermore, the system ranks flaws based on global risk, not the specific risk to a single company's unique network. However, the research demonstrates that by strictly adhering to the timeline of when information becomes available, security teams can significantly improve their ability to focus on the threats that matter most. The work suggests that the future of vulnerability management lies in treating prioritization as a continuous, time-sensitive process of sorting evidence, rather than a static calculation of severity. By doing so, teams can shift their attention from reacting to confirmed disasters to preventing them by acting on the earliest, most reliable signals available.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →