Hanno Böck commited on 2019-12-13 19:56:42
Zeige 1 geänderte Dateien mit 8 Einfügungen und 21 Löschungen.
| ... | ... |
@@ -147,38 +147,25 @@ |
| 147 | 147 |
] |
| 148 | 148 |
}, |
| 149 | 149 |
{
|
| 150 |
- "name": "MODx", |
|
| 150 |
+ "name": "MODX", |
|
| 151 | 151 |
"url": "https://modx.com/", |
| 152 |
- "safe": "1.0.15", |
|
| 153 |
- "vuln": "http://forums.modx.com/thread/94952/multiple-vulnerabilities-xss-remote-command-injection", |
|
| 152 |
+ "safe": "2.7.1", |
|
| 153 |
+ "latest": "2.7.2", |
|
| 154 |
+ "vuln": "CVE-2018-17556", |
|
| 154 | 155 |
"detection": [ |
| 155 | 156 |
{
|
| 156 | 157 |
"file": "version.inc.php", |
| 157 | 158 |
"variable": "$version", |
| 158 | 159 |
"subdir": 2, |
| 159 |
- "extra_match": "$full_appname = 'MODx'" |
|
| 160 |
- } |
|
| 161 |
- ] |
|
| 160 |
+ "extra_match": "$full_appname = 'MODx'", |
|
| 161 |
+ "note": "0.x" |
|
| 162 | 162 |
}, |
| 163 |
- {
|
|
| 164 |
- "name": "MODX-1.x", |
|
| 165 |
- "url": "https://modx.com/", |
|
| 166 |
- "safe": "1.0.15", |
|
| 167 |
- "vuln": "http://forums.modx.com/thread/94952/multiple-vulnerabilities-xss-remote-command-injection", |
|
| 168 |
- "detection": [ |
|
| 169 | 163 |
{
|
| 170 | 164 |
"file": "version.inc.php", |
| 171 | 165 |
"variable": "$modx_version", |
| 172 |
- "subdir": 2 |
|
| 173 |
- } |
|
| 174 |
- ] |
|
| 166 |
+ "subdir": 2, |
|
| 167 |
+ "note": "1.x" |
|
| 175 | 168 |
}, |
| 176 |
- {
|
|
| 177 |
- "name": "MODX-2.x", |
|
| 178 |
- "url": "https://modx.com/", |
|
| 179 |
- "safe": "2.2.11", |
|
| 180 |
- "vuln": "http://modx.com/blog/2014/07/15/revolution-2.2.15/", |
|
| 181 |
- "detection": [ |
|
| 182 | 169 |
{
|
| 183 | 170 |
"file": "changelog.txt", |
| 184 | 171 |
"variable": "MODX Revolution", |
| 185 | 172 |