6bcb6853b9a849888d456b1055f3ab55caaea404
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
3)     "name": "Phormer",
4)     "url": "http://p.horm.org/er/",
5)     "safe": "",
6)     "vuln": "CVE-2007-5013",
7)     "detection": [
8)       {
9)         "file": "funcs.php",
10)         "variable": "PHORMER_VERSION",
11)         "subdir": 0
12)       }
13)     ]
14)   },
15)   {
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

16)     "name": "Gallery",
17)     "url": "http://galleryproject.org/",
18)     "safe": "3.0.9",
19)     "old_safe": "2.3.2",
Hanno Böck update various URLs to http...

Hanno Böck authored 4 years ago

20)     "vuln": "CVE-2013-2241",
Hanno Böck add json db

Hanno Böck authored 4 years ago

21)     "detection": [
22)       {
23)         "file": "module.inc",
24)         "variable": "setGalleryVersion",
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

25)         "subdir": 2,
26)         "note": "2.x, earlier vulnerable to CVE-2012-1113"
27)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

28)       {
29)         "file": "gallery.php",
30)         "variable": "const VERSION",
31)         "subdir": 3
32)       }
33)     ]
34)   },
35)   {
36)     "name": "Coppermine",
37)     "url": "http://coppermine-gallery.net/",
38)     "safe": "1.5.28",
39)     "vuln": "CVE-2014-4612",
40)     "detection": [
41)       {
42)         "file": "versioncheck.php",
43)         "variable": "Coppermine version",
44)         "subdir": 0
45)       }
46)     ]
47)   },
48)   {
49)     "name": "Piwigo/PhpWebGallery",
50)     "url": "http://www.phpwebgallery.net/",
51)     "safe": "2.6.3",
52)     "vuln": "CVE-2014-4648",
53)     "detection": [
54)       {
55)         "file": "constants.php",
56)         "variable": "PHPWG_VERSION",
57)         "subdir": 1
58)       }
59)     ]
60)   },
61)   {
62)     "name": "LinPHA",
63)     "url": "http://linpha.sourceforge.net",
64)     "safe": "1.3.4",
65)     "vuln": "CVE-2008-1856",
66)     "detection": [
67)       {
68)         "file": "upgrade.php",
69)         "variable": "$version",
70)         "subdir": 1,
71)         "extra_match": "$inst_linpha_not_work_correctly"
72)       }
73)     ]
74)   },
75)   {
76)     "name": "mig",
77)     "url": "http://mig.sourceforge.net/",
78)     "safe": "1.5.0",
79)     "vuln": "CVE-2005-2603",
80)     "detection": [
81)       {
82)         "file": "index.php",
83)         "variable": "$version",
84)         "subdir": 0,
85)         "extra_match": "Mig - A general purpose photo gallery management system."
86)       }
87)     ]
88)   },
89)   {
90)     "name": "zenphoto",
91)     "url": "http://www.zenphoto.org/",
92)     "safe": "1.4.5.4",
93)     "vuln": "CVE-2013-7242",
94)     "detection": [
95)       {
96)         "file": "version.php",
97)         "variable": "define('ZENPHOTO_VERSION'",
98)         "subdir": 1
99)       }
100)     ]
101)   }