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,
|
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"
|
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/",
|
update b2evolution+dotclear
Hanno Böck authored 4 years ago
|
61) "safe": "6.8.11",
62) "vuln": "CVE-2017-1000423",
|
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",
|
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",
|
add json db
Hanno Böck authored 4 years ago
|
134) "detection": [
135) {
136) "file": "LISEZMOI.txt",
137) "variable": "DotClear",
|
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
|