Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
If the c.prefixes query parameter has the value c[prefixes][10]=1&c[prefixes][11]=2, and XFES is installed, elasticsearch can throw something like "Elasticsearch error: [terms] query does not support [0] within lookup element".
This happens because of this code;
PHP:
$prefixes = $request->filter('c.prefixes', 'array-uint'); $prefixes = array_unique($prefixes); if ($prefixes && reset($prefixes)) { $query->withMetadata('prefix', $prefixes); }
The line $prefixes =...
This happens because of this code;
PHP:
$prefixes = $request->filter('c.prefixes', 'array-uint'); $prefixes = array_unique($prefixes); if ($prefixes && reset($prefixes)) { $query->withMetadata('prefix', $prefixes); }
The line $prefixes =...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.