gmatuz / inthewilddb

Hourly updated database of exploit and exploitation reports
https://inthewild.io/
Apache License 2.0
245 stars 18 forks source link

fix id: CVE 2020-12271 #6

Closed MaineK00n closed 2 years ago

MaineK00n commented 2 years ago

Isn't CVE 2020-12271 a typo for CVE-2020-12271?

$ sqlite3 inthewild.db
sqlite> SELECT * FROM exploits WHERE id = "CVE 2020-12271";
id|referenceURL|timeStamp|source|type
CVE 2020-12271|https://community.sophos.com/kb/en-us/135412|2020-04-22T00:00:00.000Z|Google-sheet|exploitation
gmatuz commented 2 years ago

interesting should be a typo, good catch!

gmatuz commented 2 years ago

sorry, forgot about this @MaineK00n it is fixed now

MaineK00n commented 2 years ago

@gmatuz I see that CVE 2020-12271 is still in the exploits table, do you plan to delete this record? I confirm that there is already a CVE-2020-12271 in the exploits table that is similar to CVE 2020-12271.

$ date
Mon 27 Jun 13:48:47 JST 2022
$ wget https://github.com/gmatuz/inthewilddb/raw/master/inthewild.db
$ sqlite3 inthewild.db 'SELECT * FROM exploits WHERE id = "CVE 2020-12271";'
CVE 2020-12271|https://community.sophos.com/kb/en-us/135412|2020-04-22T00:00:00.000Z|Google-sheet|exploitation
$ sqlite3 inthewild.db 'SELECT * FROM exploits WHERE id = "CVE-2020-12271";'
CVE-2020-12271|https://community.sophos.com/kb/en-us/135412|2020-04-22T00:00:00.000Z|Google-sheet|exploitation
CVE-2020-12271|https://news.sophos.com/en-us/2020/04/26/asnarok/|2020-05-01T19:56:00.000Z|NVD|exploit
CVE-2020-12271|https://nvd.nist.gov/vuln/detail/CVE-2020-12271|2020-05-01T19:56:00.000Z|NVD|exploitation
CVE-2020-12271|https://www.cisa.gov/known-exploited-vulnerabilities-catalog|2021-07-23T15:12:00.000Z|CISA|exploitation
gmatuz commented 2 years ago

let me check thanks for raising this @MaineK00n