What is a CVE?
A CVE is a public reference number for one specific security flaw in one specific piece of software — CVE-2023-44487, for example, is the HTTP/2 vulnerability that affected most web servers. Once a flaw has a number it sits in a public database anyone can read, including the people looking for servers to break into. VulnControl matches the software your website runs against exactly those numbers and tells you which of them apply to your version.
How do I know if my website software is out of date or vulnerable?
To know whether your website software is out of date, you first have to know what it is. VulnControl identifies what your site actually runs — web server, CMS, WordPress plugins and themes, runtime, JavaScript libraries — with versions where they can be established, and matches each one against a nightly-refreshed copy of the national vulnerability database. You get a finding per component that names the software, the version and what to do about it, with anything on the actively-exploited list pushed to the top.
Do I need to install anything on my server?
No. There is no agent, no server access to grant and nothing to configure. VulnControl looks at your site from the outside, exactly as an attacker would. The only requirement is that you've verified you own the website — which the platform already asks for, and which we insist on before any scanning: probing a host you don't own isn't a service, it's a liability.
Is this a penetration test?
No — a vulnerability scan is not a penetration test. VulnControl does not attempt to exploit anything, log in anywhere, or send malicious input. It makes ordinary connections, reads what the services volunteer about themselves, identifies them and compares them against published vulnerabilities. It's the reconnaissance step an attacker takes first — run on your behalf, so you see what they'd see.
Do I need to be technical to use it?
To understand it, no — every finding says what the software is, how serious it is and what to do. To act on it, someone needs access to the server or hosting: your developer, your agency or your hosting provider. We say so plainly before purchase, because a report you can't act on isn't worth paying for.
What does "actively exploited" mean?
“Actively exploited” means the flaw appears in CISA's Known Exploited Vulnerabilities catalogue — the official list of vulnerabilities confirmed to be used in real attacks, rather than merely published. There are thousands of vulnerabilities and only a fraction are being used against anyone. Those are the ones worth interrupting your day for, so they're sorted to the top and marked.
What can't VulnControl see?
It sees the outside, not the inside: software that announces nothing about itself, and anything not exposed to the internet, is invisible to it. Coverage is a curated list of widely-used products rather than every piece of software in existence, and low-severity flaws are deliberately not collected, to keep the report worth reading. It also reports that a version is unconfirmed rather than guessing. For the inside view of your own code and its packages, that's CodeControl.