How to register and publish a CVE for your awesome vulnerability

Raimonds Liepins
InfoSec Write-ups
Published in
3 min readJan 28, 2021
Source: cve.mitre.org

Common vulnerabilities and exposures allow the security community to see issues associated with the current product version and see if they need to upgrade as well as provide context like with “CVE-2020–25268” which is a RCE vulnerability on Ilias Learning Management System. If you would search for that you would see a link here “https://nvd.nist.gov/vuln/detail/CVE-2020–25268” that leads to a bunch of useful information regarding CVSS score, advisories, POC’s, descriptions etc.

I hope we can all agree that CVE’s are cool to have, however not all CVE’s are created equal. As well as the CVSS score describing the severity of CVE can sometimes be rather useless, since multiple low scored vulnerabilities might be chained together creating a critical 10/10 and there’s no way to showcase that in the current model.

How do you actually register one?

You just go to https://cveform.mitre.org and register your CVE and that’s it or is it?

Source: cveform.mitre.org

Well, not really. First of all there’s a bunch of stuff you need to fill out.

To help you with this here’s a really great material on that.

http://cveproject.github.io/docs/content/key-details-phrasing.pdf

Essentially it gives you templates for everything that you need in writing the CVE.

After you are done with the web form, you will receive a confirmation that the CVE is registered and you will get your number like CVE-YEAR-NUMBER (CVE-2020–25268). The issue itself won’t be published until you send them a publication for the vulnerability, so until that you can communicate with the vendor to get the issue addressed. The publication can be done by the vendor if the response is present within a timeframe you have chosen and if not, you can do a publication on your own.

Important

I would strongly advise against publishing on your own without first trying multiple times establishing a contact with the vendor and making sure that vendor actually understands the vulnerability. This is critical, the CVE’s are meant to help improve security not diminish it.

Best of luck registering and publishing your CVE’s!

Sign up to discover human stories that deepen your understanding of the world.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Published in InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Written by Raimonds Liepins

Opinions are my own and not the views of my employer

No responses yet

Write a response