master
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 Serendipity composer vulner...

Hanno Böck authored 2 months ago

5)     "safe": "2.5.0",
6)     "vuln": "CVE-2023-43655",
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 wordpress update

Hanno Böck authored 4 months ago

18)     "safe": "6.4.2",
19)     "latest": "6.4.2",
20)     "vuln": "https://wordpress.org/news/2023/12/wordpress-6-4-2-maintenance-security-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_nomatch": "$cp_version"
27)       }
28)     ]
29)   },
30)   {
31)     "name": "ClassicPress",
32)     "url": "https://www.classicpress.net/",
Hanno Böck update wordpress+classicpress

Hanno Böck authored 3 years ago

33)     "safe": "1.1.3",
34)     "vuln": "https://forums.classicpress.net/t/classicpress-1-1-3-release-notes/2301",
Hanno Böck add classicpress+don't conf...

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

62)     "detection": [
63)       {
64)         "file": "_application.php",
65)         "variable": "$app_version",
66)         "subdir": 2,
67)         "extra_match": "This is b2evolution"
68)       }
69)     ]
70)   },
71)   {
72)     "name": "nucleuscms",
73)     "url": "http://www.nucleuscms.org/",
74)     "safe": "3.40",
75)     "vuln": "CVE-2009-0929",
76)     "detection": [
77)       {
78)         "file": "globalfunctions.php",
79)         "variable": "$nucleus['version']",
80)         "subdir": 2
81)       }
82)     ]
83)   },
84)   {
85)     "name": "sBlog",
86)     "url": "https://web.archive.org/web/20080908094255/http://sblog.se/wiki/Main_Page",
87)     "safe": "",
88)     "vuln": "CVE-2007-1801",
89)     "latest": "0.7.3",
90)     "detection": [
91)       {
92)         "file": "version.ini",
93)         "variable": "conf_current_version",
94)         "subdir": 1,
95)         "extra_match": "[sblog_version_info]"
96)       }
97)     ]
98)   },
99)   {
100)     "name": "Movable_Type",
101)     "url": "https://movabletype.com/",
Hanno Böck update movable type

Hanno Böck authored 1 year ago

102)     "safe": "6.8.2",
103)     "vuln": "CVE-2021-20837",
Hanno Böck add json db

Hanno Böck authored 4 years ago

104)     "note": "only 5.x public",
105)     "detection": [
106)       {
107)         "file": "mt.php",
108)         "variable": "VERSION_ID",
109)         "subdir": 1
110)       }
111)     ]
112)   },
113)   {
114)     "name": "artmedic_weblog",
115)     "url": "http://www.artmedic-phpscripts.de/",
116)     "safe": "",
117)     "vuln": "CVE-2008-0798",
118)     "latest": "1.0",
119)     "detection": [
120)       {
121)         "file": "artmedic_index.php",
122)         "variable": "# artmedic weblog",
123)         "subdir": 0
124)       }
125)     ]
126)   },
127)   {
128)     "name": "DotClear",
Hanno Böck update b2evolution+dotclear

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

144)       }
145)     ]
146)   }