Welcome to Ask A Pentester, where you can get your security questions answered by members of the IT Security community!

Spread the word!

How to know which CVEs affect my application?

+1 vote
Let's say I have an old version "V" of an application X.

I would like to know if there's a *simple* way to know all CVEs that affect that application, that is, all CVEs concerning version >= V for the given application.

 

Thanks in advance! :)
asked 4 weeks ago by m0n0sapiens contributor (710 points)

1 Answer

0 votes

Hello,

That is not that easy. You might want to find a vulnerability database which allows to find weaknesses affecting a specific product/version. The following databases allow a filter of this kind:

If you lookup your software in these databases, you might be able to get a list of all known vulnerabilities. Extracting IDs - and CVE too - is possible.

The limitations are, that not all vulnerability databases and/or contributors are providing the exact data. OSVDB is a good example: Althought the database structure is supporting clear identification of product name and version, most entries don't use these fields. This will cause a lot of false-negatives.

Regards,

Marc

answered 4 weeks ago by Marc Ruef enthusiast (440 points)

Please log in or register to answer this question.