Closed MaineK00n closed 2 years ago
interesting should be a typo, good catch!
sorry, forgot about this @MaineK00n it is fixed now
@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
let me check thanks for raising this @MaineK00n
Isn't
CVE 2020-12271
a typo forCVE-2020-12271
?