0770596ec686b5ce98f336a37bcf61c74654ebd2
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
3)     "name": "Serendipity",
4)     "url": "https://docs.s9y.org/",
5)     "safe": "2.3.2",
6)     "vuln": "https://blog.s9y.org/archives/287-Serendipity-2.3.2-released-security-update.html",
7)     "detection": [
8)       {
9)         "file": "serendipity_config.inc.php",
10)         "variable": "$serendipity['version']",
11)         "subdir": 0
12)       }
13)     ]
14)   },
15)   {
16)     "name": "Wordpress",
17)     "url": "https://wordpress.org/",
18)     "safe": "5.2.4",
19)     "old_safe": "5.1.4,5.1.3,5.0.8,5.0.7,4.9.13,4.9.12,4.8.12,4.8.11,4.7.16,4.7.15,4.6.17,4.6.16,4.5.20,4.5.19,4.4.21,4.4.20,4.3.22,4.3.21,4.2.26,4.2.25,4.1.29,4.1.28,4.0.29,4.0.28,3.9.30,3.9.29,3.8.32,3.8.31,3.7.32,3.7.31",
20)     "vuln": "CVE-2019-17672",
21)     "detection": [
22)       {
23)         "file": "version.php",
24)         "variable": "$wp_version",
25)         "subdir": 1,
Hanno Böck add classicpress+don't conf...

Hanno Böck authored 4 years ago

26)         "extra_match": "The WordPress version string",
27)         "extra_nomatch": "$cp_version"
28)       }
29)     ]
30)   },
31)   {
32)     "name": "ClassicPress",
33)     "url": "https://www.classicpress.net/",
34)     "safe": "1.1.1",
35)     "vuln": "CVE-2019-17672",
36)     "detection": [
37)       {
38)         "file": "version.php",
39)         "variable": "$cp_version",
40)         "subdir": 1,
41)         "extra_match": "The ClassicPress version string"