CVE Finder

Find CVEs easily by product name, vendor, and the specific version

What is CVE Finder?

CVE Finder is a Chrome extension developed by Yohanan Cohen, and its main feature is "Find CVEs easily by product name, vendor, and the specific version".

Extension Screenshots

screenshot

Download CVE Finder Extension CRX File

Download CVE Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Find existing CVEs easily by product name, vendor and version.
just type the product name, and the related vendors and versions will come up automatically.

The results taken from nvd.nist.gov the National Vulnerability Database.                    

Extension Basic Information

Name CVE Finder CVE Finder
ID mpbnakfcepnokoiimhnolkglahfbmeco
Official URL https://chromewebstore.google.com/detail/cve-finder/mpbnakfcepnokoiimhnolkglahfbmeco
Description Find CVEs easily by product name, vendor, and the specific version
File Size 825 KB
Installation Count 84
Current Version 1.6
Last Updated 2022-06-14
Publish Date 2017-11-15
Rating 3.67/5 Total 3 Ratings
Developer Yohanan Cohen
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CVE Finder",
    "version": "1.6",
    "description": "Find CVEs easily by product name, vendor, and the specific version",
    "action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/nvd.nist.gov\/*"
    ]
}