8ec7d79e03403cd209c76c405e70cc12ef4736da
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

3)     "name": "phpMyAdmin",
Hanno Böck add json db

Hanno Böck authored 4 years ago

4)     "url": "https://www.phpmyadmin.net/",
5)     "safe": "4.9.2",
6)     "vuln": "CVE-2019-18622",
7)     "detection": [
8)       {
9)         "file": "Config.class.php",
10)         "variable": "PMA_VERSION",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

11)         "subdir": 1,
12)         "note": "4.5.x and older"
13)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

14)       {
15)         "file": "Config.php",
16)         "variable": "PMA_VERSION",
17)         "subdir": 1,
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

18)         "extra_match": "namespace PMA\\libraries;",
19)         "note": "4.6.x/4.7.x"
20)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

21)       {
22)         "file": "Config.php",
23)         "variable": "PMA_VERSION",
24)         "subdir": 2,
25)         "extra_match": "namespace PhpMyAdmin;"
26)       }
27)     ]
28)   },
29)   {
30)     "name": "SquirrelMail",
31)     "url": "https://squirrelmail.org/",
32)     "safe": "1.4.22",
33)     "vuln": "CVE-2010-4554",
34)     "detection": [
35)       {
36)         "file": "strings.php",
37)         "variable": "$version",
38)         "subdir": 1,
39)         "extra_match": "SquirrelMail version number"
40)       }
41)     ]
42)   },
43)   {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

44)     "name": "Mantis",
Hanno Böck add json db

Hanno Böck authored 4 years ago

45)     "url": "https://mantisbt.org/",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

46)     "safe": "2.23.0",
47)     "vuln": "CVE-2017-18214",
Hanno Böck add json db

Hanno Böck authored 4 years ago

48)     "detection": [
49)       {
50)         "file": "config_defaults_inc.php",
51)         "variable": "$g_mantis_version",
52)         "subdir": 0
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

53)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

54)       {
55)         "file": "constant_inc.php",
56)         "variable": "MANTIS_VERSION",
57)         "subdir": 1
58)       }
59)     ]
60)   },
61)   {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

62)     "name": "Bugzilla",
Hanno Böck add json db

Hanno Böck authored 4 years ago

63)     "url": "https://www.bugzilla.org/",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

64)     "safe": "5.0.4",
65)     "old_safe": "4.4.13",
66)     "vuln": "CVE-2018-5123",
Hanno Böck add json db

Hanno Böck authored 4 years ago

67)     "detection": [
68)       {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

69)         "file": "globals.pl",
70)         "variable": "$::param{'version'}",
71)         "subdir": 0,
72)         "note": "2.14.x and older"
73)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

74)       {
75)         "file": "Config.pm",
76)         "variable": "$Bugzilla::Config::VERSION",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

77)         "subdir": 1,
78)         "note": "2.16.x - 2.23.x"
79)       },
80)       {
81)         "file": "Constants.pm",
82)         "variable": "BUGZILLA_VERSION",
83)         "subdir": 1,
84)         "note": "3.x and newer"