80515fee58af5811b026574ead1da74ed5c3e0b0
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
3)     "name": "MediaWiki",
4)     "url": "https://www.mediawiki.org/",
5)     "safe": "1.33.1",
Hanno Böck update mediawiki

Hanno Böck authored 4 years ago

6)     "old_safe": "1.32.5,1.31.5",
Hanno Böck add json db

Hanno Böck authored 4 years ago

7)     "vuln": "CVE-2019-16738",
8)     "latest": "1.33.1",
9)     "detection": [
10)       {
11)         "file": "DefaultSettings.php",
12)         "variable": "$wgVersion",
13)         "subdir": 1
14)       }
15)     ]
16)   },
17)   {
18)     "name": "TWiki",
19)     "url": "http://twiki.org/",
20)     "safe": "5.0.1",
21)     "vuln": "CVE-2010-3841",
22)     "detection": [
23)       {
24)         "file": "TWiki.pm",
25)         "variable": "$RELEASE",
26)         "subdir": 1
27)       }
28)     ]
29)   },
30)   {
31)     "name": "PmWiki",
32)     "url": "https://pmwiki.org/",
33)     "safe": "2.2.96",
34)     "vuln": "https://pmwiki.org/wiki/PmWiki/ChangeLog#v2296",
35)     "latest": "2.2.122",
36)     "detection": [
37)       {
38)         "file": "version.php",
39)         "variable": "$Version",
40)         "subdir": 1,
41)         "extra_match": "pmwiki"
42)       }
43)     ]
44)   },
45)   {
46)     "name": "TikiWiki",
47)     "url": "http://tikiwiki.org/",
48)     "safe": "5.3",
49)     "old_safe": "3.8",
50)     "vuln": "CVE-2010-4239",
51)     "detection": [
52)       {
53)         "file": "twversion.class.php",
54)         "variable": "$this->version",
55)         "subdir": 2
56)       }
57)     ]
58)   },
59)   {
60)     "name": "TikiWiki-old",
61)     "url": "http://tikiwiki.org/",
62)     "safe": "5.3",
63)     "old_safe": "3.8",
64)     "vuln": "CVE-2010-4239",
65)     "detection": [
66)       {
67)         "file": "README",
68)         "variable": "version",
69)         "subdir": 0,
70)         "extra_match": "Tiki! The wiki"
71)       }
72)     ]
73)   },
74)   {
75)     "name": "phpwiki",
76)     "url": "http://phpwiki.sourceforge.net/",
77)     "safe": "1.3.14",
78)     "vuln": "CVE-2007-3193",
79)     "detection": [
80)       {
81)         "file": "prepend.php",
82)         "variable": "PHPWIKI_VERSION",
83)         "subdir": 1
84)       }
85)     ]
86)   },
87)   {
88)     "name": "phpwiki-legacy",
89)     "url": "http://phpwiki.sourceforge.net/",
90)     "safe": "1.3.14",
91)     "vuln": "CVE-2007-3193",
92)     "detection": [
93)       {
94)         "file": "config.php",
95)         "variable": "PHPWIKI_VERSION",
96)         "subdir": 1
97)       }
98)     ]
99)   },
100)   {
101)     "name": "etherpad-lite",
102)     "url": "https://etherpad.org/",
103)     "safe": "1.6.4",
104)     "vuln": "CVE-2018-9326",
105)     "detection": [
106)       {
107)         "file": "package.json",
108)         "variable": "version",
109)         "subdir": 0,
110)         "extra_match": "ep_etherpad-lite"
111)       }
112)     ]
113)   }