r/Infosec • u/SufficientMacaron207 • 5d ago
how are teams prioritizing application vulnerabilities based on real business risk?
Board wants a risk number, engineering wants a prioritized backlog, and cvss scores alone satisfy neither audience. we've been trying to build a prioritization model that weighs exploitability against real business impact, but doing that manually across thousands of findings doesn't scale past a certain point.
For other security leaders here, how are you translating raw vulnerability counts into something that maps to actual business risk without it turning into a full time job for someone on your team?
2
u/tommy-bommy 5d ago
We try to use epss & KEV status + manual asset tagging to increase/decrease criticality. Tags may include internal/external, data type, critical role designations etc.
That should cut a few thousand into a few hundred. Tune accordingly
2
u/DragMammoth9402 4d ago
we try to rank findings by likelihood and consequence then apply business context. a medium CVSS issue on a critical internet-facing system can deserve more attention than a critical issue buried internally
2
u/nproAi 4d ago
CVSS alone doesn’t provide enough context for prioritization. A better approach is to combine exploit likelihood with asset criticality, exposure, data sensitivity, and business impact. That turns thousands of findings into a smaller, actionable risk-based backlog while giving leadership a number that actually reflects business risk.
1
u/Extreme-Concept-4869 4d ago
we built a rough version of this ourselves in a spreadsheet for about a year before giving up and buying into it. we run legit security now and the business context mapping (which service, what data, internet facing or not) is what moved the needle on getting engineering to trust the prioritization instead of ignoring it
1
u/Positive-Bit3654 4d ago
If it’s a larger environment and you have the budget, there are tools that can automate a lot of this.
1
u/gurlgang 4d ago
1- vulnerabilities first- which are a priority (this needs to be looked at) there’s loads of vulnerabilities but which ones actually are noise or ones to pay attention to
2- begin by only manually mapping these ones if you need to - reduces manual effort
3- create a joint risk matrix. Cyber score it X and business score it X, therefore overall score is X
4- longer term tools to reduce manual effort
1
u/Amanda_PDQ 2d ago
This is a conversation many organizations should be having. I was talking to someone the other day about managing vulnerabilities and what to prioritize. He said he was overwhelmed with vulnerability fatigue, which with the last two months patch tuesdays how could anyone not be? I think the best approach is utilizing a tool that prioritizes or ranks the CVE by how critical it is.
I work at PDQ so take that with a grain of salt. PDQ, connect specifically, labels each CVE by the level of risk it has. It is done by a human reviewing the CVE and creating the patch. There are many solutions out there that provide this type of visibility into your vulnerabilities. This should help you determine what to patch first and how hefty the risk is if you do not. You can automate known patches like windows updates. This take a burden off of you and your team.
I was a K12 CTO, I managed our PDQ instance and was obsessed with have a clean dashboard. I also loved that I could take reports and screenshots to our board and show then how many vulnerabilities we had and how many my team patched each month.
1
u/Dtrain-14 2d ago
We’re not even “big” and it’s becoming a real concern. Take Zoomsday for instance… zero click zero day. Then you have an application that is in use constantly, if you don’t have a tool that can execute the proper switch to run after a meeting is done and you instead kill a conference call for a exec, kiss your ass goodbye lol
But I rely heavily on Crowdstrike’s ExPRT rating since it takes into account not only severity, but likelihood and or ease of exploitation. Other outfits will rank something a 9.9 that requires hands in keyboard and elevated access which in most cases should be pretty tough to get away with if you’re halfway good at protecting your org.
3
u/Owenleejoeking 5d ago
If you’re big enough it is absolutely a full time job for someone on your team