1766a8366727ea92080769369f87e0ab023dc36b
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
3)     "name": "Serendipity",
4)     "url": "https://docs.s9y.org/",
Hanno Böck s9y update

Hanno Böck authored 4 years ago

5)     "safe": "2.3.4",
6)     "vuln": "https://github.com/s9y/Serendipity/releases/tag/2.3.4",
Hanno Böck add json db

Hanno Böck authored 4 years ago

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/",
Hanno Böck wp update

Hanno Böck authored 4 years ago

18)     "safe": "5.3.1",
19)     "old_safe": "5.2.6,5.2.5,5.1.5,5.1.4,5.0.9,5.0.8,4.9.14,4.9.13,4.8.13,4.8.12,4.7.17,4.7.16,4.6.18,4.6.17,4.5.21,4.5.20,4.4.22,4.4.21,4.3.23,4.3.22,4.2.27,4.2.26,4.1.30,4.1.29,4.0.30,4.0.29,3.9.31,3.9.30,3.8.33,3.8.32,3.7.33,3.7.32",
20)     "vuln": "https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/",
Hanno Böck add json db

Hanno Böck authored 4 years ago

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/",
Hanno Böck classicpress update

Hanno Böck authored 4 years ago

34)     "safe": "1.1.2",
35)     "vuln": "https://github.com/ClassicPress/ClassicPress-release/releases/tag/1.1.2",
Hanno Böck add classicpress+don't conf...

Hanno Böck authored 4 years ago

36)     "detection": [
37)       {
38)         "file": "version.php",
39)         "variable": "$cp_version",
40)         "subdir": 1,
41)         "extra_match": "The ClassicPress version string"
Hanno Böck add json db

Hanno Böck authored 4 years ago

42)       }
43)     ]
44)   },
45)   {
46)     "name": "SimplePHPBlog",
47)     "url": "http://www.simplephpblog.com/",
48)     "safe": "0.5.1",
49)     "vuln": "CVE-2007-5071",
50)     "detection": [
51)       {
52)         "file": "sb_functions.php",
53)         "variable": "$sb_info[ 'version' ]",
54)         "subdir": 1
55)       }
56)     ]
57)   },
58)   {
59)     "name": "b2evolution",
60)     "url": "https://b2evolution.net/",
Hanno Böck update b2evolution+dotclear

Hanno Böck authored 4 years ago

61)     "safe": "6.8.11",
62)     "vuln": "CVE-2017-1000423",
Hanno Böck add json db

Hanno Böck authored 4 years ago

63)     "detection": [
64)       {
65)         "file": "_application.php",
66)         "variable": "$app_version",
67)         "subdir": 2,
68)         "extra_match": "This is b2evolution"
69)       }
70)     ]
71)   },
72)   {
73)     "name": "nucleuscms",
74)     "url": "http://www.nucleuscms.org/",
75)     "safe": "3.40",
76)     "vuln": "CVE-2009-0929",
77)     "detection": [
78)       {
79)         "file": "globalfunctions.php",
80)         "variable": "$nucleus['version']",
81)         "subdir": 2
82)       }
83)     ]
84)   },
85)   {
86)     "name": "sBlog",
87)     "url": "https://web.archive.org/web/20080908094255/http://sblog.se/wiki/Main_Page",
88)     "safe": "",
89)     "vuln": "CVE-2007-1801",
90)     "latest": "0.7.3",
91)     "detection": [
92)       {
93)         "file": "version.ini",
94)         "variable": "conf_current_version",
95)         "subdir": 1,
96)         "extra_match": "[sblog_version_info]"
97)       }
98)     ]
99)   },
100)   {
101)     "name": "Movable_Type",
102)     "url": "https://movabletype.com/",
103)     "safe": "7.1.4",
104)     "old_safe": "6.5.2,6.3.10",
105)     "vuln": "https://movabletype.org/news/2019/11/movable_type_r4603_v714_v652_and_v6310_released.html",
106)     "note": "only 5.x public",
107)     "detection": [
108)       {
109)         "file": "mt.php",
110)         "variable": "VERSION_ID",
111)         "subdir": 1
112)       }
113)     ]
114)   },
115)   {
116)     "name": "artmedic_weblog",
117)     "url": "http://www.artmedic-phpscripts.de/",
118)     "safe": "",
119)     "vuln": "CVE-2008-0798",
120)     "latest": "1.0",
121)     "detection": [
122)       {
123)         "file": "artmedic_index.php",
124)         "variable": "# artmedic weblog",
125)         "subdir": 0
126)       }
127)     ]
128)   },
129)   {
130)     "name": "DotClear",
Hanno Böck update b2evolution+dotclear

Hanno Böck authored 4 years ago

131)     "url": "https://dotclear.org/",
132)     "safe": "2.14.2",
133)     "vuln": "CVE-2018-16358",
Hanno Böck add json db

Hanno Böck authored 4 years ago

134)     "detection": [
135)       {
136)         "file": "LISEZMOI.txt",
137)         "variable": "DotClear",
Hanno Böck update b2evolution+dotclear

Hanno Böck authored 4 years ago

138)         "subdir": 0,
139)         "note": "older"
140)       },
141)       {
142)         "file": "prepend.php",
143)         "variable": "DC_VERSION",
144)         "extra_match": "Dotclear",
145)         "subdir": 1
Hanno Böck add json db

Hanno Böck authored 4 years ago

146)       }
147)     ]
148)   }