View | Details | Raw Unified | Return to bug 255948 | Differences between
and this patch

Collapse All | Expand All

(-)b/vuln.xml (+528 lines)
Lines 58-63 Notes: Link Here
58
  * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
58
  * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
59
-->
59
-->
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
61
  <vuln vid="b3695b08-3b3a-11eb-af2a-080027dbe4b7">
62
    <topic>glpi -- Public GLPIKEY can be used to decrypt any data</topic>
63
    <affects>
64
      <package>
65
	<name>glpi</name>
66
	<range><lt>9.4.6</lt></range>
67
      </package>
68
    </affects>
69
    <description>
70
      <body xmlns="http://www.w3.org/1999/xhtml">
71
	<p>MITRE Corporation reports:</p>
72
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5248">
73
	  <p>GLPI before before version 9.4.6 has a vulnerability involving a default encryption key. GLPIKEY is public and is used on every instance. This means anyone can decrypt sensitive data stored using this key. It is possible to change the key before installing GLPI. But on existing instances, data must be reencrypted with the new key. Problem is we can not know which columns or rows in the database are using that; espcially from plugins. Changing the key without updating data would lend in bad password sent from glpi; but storing them again from the UI will work.</p>
74
	</blockquote>
75
      </body>
76
    </description>
77
    <references>
78
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-j222-j9mf-h6j9</url>
79
      <url>https://github.com/glpi-project/glpi/commit/efd14468c92c4da43333aa9735e65fd20cbc7c6c</url>
80
      <cvename>CVE-2020-5248</cvename>
81
    </references>
82
    <dates>
83
      <discovery>2020-01-02</discovery>
84
      <entry>2020-01-02</entry>
85
    </dates>
86
  </vuln>
87
88
  <vuln vid="695b2310-3b3a-11eb-af2a-080027dbe4b7">
89
    <topic>glpi -- Insecure Direct Object Reference on ajax/getDropdownValue.php</topic>
90
    <affects>
91
      <package>
92
	<name>glpi</name>
93
	<range><lt>9.5.3</lt></range>
94
      </package>
95
    </affects>
96
    <description>
97
      <body xmlns="http://www.w3.org/1999/xhtml">
98
	<p>MITRE Corporation reports:</p>
99
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27663">
100
	  <p>In GLPI before 9.5.3, ajax/getDropdownValue.php has an Insecure Direct Object Reference (IDOR) vulnerability that allows an attacker to read data from any itemType (e.g., Ticket, Users, etc.).</p>
101
	</blockquote>
102
      </body>
103
    </description>
104
    <references>
105
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-pqfv-4pvr-55r4</url>
106
      <cvename>CVE-2020-27663</cvename>
107
    </references>
108
    <dates>
109
      <discovery>2020-10-22</discovery>
110
      <entry>2020-10-22</entry>
111
    </dates>
112
  </vuln>
113
114
  <vuln vid="190176ce-3b3a-11eb-af2a-080027dbe4b7">
115
    <topic>glpi -- Insecure Direct Object Reference on ajax/comments.ph</topic>
116
    <affects>
117
      <package>
118
	<name>glpi</name>
119
	<range><lt>9.5.3</lt></range>
120
      </package>
121
    </affects>
122
    <description>
123
      <body xmlns="http://www.w3.org/1999/xhtml">
124
	<p>MITRE Corporation reports:</p>
125
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27662">
126
	  <p>In GLPI before 9.5.3, ajax/comments.php has an Insecure Direct Object Reference (IDOR) vulnerability that allows an attacker to read data from any database table (e.g., glpi_tickets, glpi_users, etc.).</p>
127
	</blockquote>
128
      </body>
129
    </description>
130
    <references>
131
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-wq38-gwxp-8p5p</url>
132
      <cvename>CVE-2020-27662</cvename>
133
    </references>
134
    <dates>
135
      <discovery>2020-10-22</discovery>
136
      <entry>2020-10-22</entry>
137
    </dates>
138
  </vuln>
139
140
  <vuln vid="6a467439-3b38-11eb-af2a-080027dbe4b7">
141
    <topic>glpi -- Any CalDAV calendars is read-only for every authenticated user</topic>
142
    <affects>
143
      <package>
144
	<name>glpi</name>
145
	<range><gt>9.5.0</gt></range>
146
	<range><lt>9.5.3</lt></range>
147
      </package>
148
    </affects>
149
    <description>
150
      <body xmlns="http://www.w3.org/1999/xhtml">
151
	<p>MITRE Corporation reports:</p>
152
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26212">
153
	  <p>In GLPI before version 9.5.3, any authenticated user has read-only permissions to the planning of every other user, even admin ones. This issue is fixed in version 9.5.3. As a workaround, one can remove the caldav.php file to block access to CalDAV server.</p>
154
	</blockquote>
155
      </body>
156
    </description>
157
    <references>
158
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-qmw3-87hr-5wgx</url>
159
      <url>https://github.com/glpi-project/glpi/commit/527280358ec78988ac57e9809d2eb21fcd74caf7</url>
160
      <url>https://github.com/glpi-project/glpi/releases/tag/9.5.3</url>
161
      <cvename>CVE-2020-26212</cvename>
162
    </references>
163
    <dates>
164
      <discovery>2020-10-01</discovery>
165
      <entry>2020-10-01</entry>
166
    </dates>
167
  </vuln>
168
169
  <vuln vid="0ba61fcc-3b38-11eb-af2a-080027dbe4b7">
170
    <topic>glpi -- SQL Injection in Search API</topic>
171
    <affects>
172
      <package>
173
	<name>glpi</name>
174
	<range><gt>9.1</gt></range>
175
	<range><lt>9.5.2</lt></range>
176
      </package>
177
    </affects>
178
    <description>
179
      <body xmlns="http://www.w3.org/1999/xhtml">
180
	<p>MITRE Corporation reports:</p>
181
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15226">
182
	  <p>In GLPI before version 9.5.2, there is a SQL Injection in the API's search function. Not only is it possible to break the SQL syntax, but it is also possible to utilise a UNION SELECT query to reflect sensitive information such as the current database version, or database user. The most likely scenario for this vulnerability is with someone who has an API account to the system. The issue is patched in version 9.5.2. A proof-of-concept with technical details is available in the linked advisory.</p>
183
	</blockquote>
184
      </body>
185
    </description>
186
    <references>
187
      <url>https://github.com/glpi-project/glpi/commit/3dc4475c56b241ad659cc5c7cb5fb65727409cf0</url>
188
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-jwpv-7m4h-5gvc</url>
189
      <cvename>CVE-2020-15226</cvename>
190
    </references>
191
    <dates>
192
      <discovery>2020-06-25</discovery>
193
      <entry>2020-06-25</entry>
194
    </dates>
195
  </vuln>
196
197
  <vuln vid="5acd95db-3b16-11eb-af2a-080027dbe4b7">
198
    <topic>glpi -- leakage issue with knowledge base</topic>
199
    <affects>
200
      <package>
201
	<name>glpi</name>
202
	<range><gt>9.5.0</gt></range>
203
	<range><lt>9.5.2</lt></range>
204
      </package>
205
    </affects>
206
    <description>
207
      <body xmlns="http://www.w3.org/1999/xhtml">
208
	<p>MITRE Corporation reports:</p>
209
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15217">
210
	  <p>In GLPI before version 9.5.2, there is a leakage of user information through the public FAQ. The issue was introduced in version 9.5.0 and patched in 9.5.2. As a workaround, disable public access to the FAQ.</p>
211
	</blockquote>
212
      </body>
213
    </description>
214
    <references>
215
      <url>https://github.com/glpi-project/glpi/commit/39e25591efddc560e3679ab07e443ee6198705e2</url>
216
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-x9hg-j29f-wvvv</url>
217
      <cvename>CVE-2020-15217</cvename>
218
    </references>
219
    <dates>
220
      <discovery>2020-06-25</discovery>
221
      <entry>2020-06-25</entry>
222
    </dates>
223
  </vuln>
224
225
  <vuln vid="09eef008-3b16-11eb-af2a-080027dbe4b7">
226
    <topic>glpi -- Unauthenticated Stored XSS</topic>
227
    <affects>
228
      <package>
229
	<name>glpi</name>
230
	<range><gt>0.65</gt></range>
231
	<range><lt>9.5.2</lt></range>
232
      </package>
233
    </affects>
234
    <description>
235
      <body xmlns="http://www.w3.org/1999/xhtml">
236
	<p>MITRE Corporation reports:</p>
237
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15177">
238
	  <p>In GLPI before version 9.5.2, the `install/install.php` endpoint insecurely stores user input into the database as `url_base` and `url_base_api`. These settings are referenced throughout the application and allow for vulnerabilities like Cross-Site Scripting and Insecure Redirection Since authentication is not required to perform these changes,anyone could point these fields at malicious websites or form input in a way to trigger XSS. Leveraging JavaScript it's possible to steal cookies, perform actions as the user, etc. The issue is patched in version 9.5.2.</p>
239
	</blockquote>
240
      </body>
241
    </description>
242
    <references>
243
      <url>https://github.com/glpi-project/glpi/commit/a8109d4ee970a222faf48cf48fae2d2f06465796</url>
244
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-prvh-9m4h-4m79</url>
245
      <cvename>CVE-2020-15177</cvename>
246
    </references>
247
    <dates>
248
      <discovery>2020-06-25</discovery>
249
      <entry>2020-06-25</entry>
250
    </dates>
251
  </vuln>
252
253
  <vuln vid="b7abdb0f-3b15-11eb-af2a-080027dbe4b7">
254
    <topic>glpi -- Multiple SQL Injections Stemming From isNameQuoted()</topic>
255
    <affects>
256
      <package>
257
	<name>glpi</name>
258
	<range><gt>0.68</gt></range>
259
	<range><lt>9.5.2</lt></range>
260
      </package>
261
    </affects>
262
    <description>
263
      <body xmlns="http://www.w3.org/1999/xhtml">
264
	<p>MITRE Corporation reports:</p>
265
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15176">
266
	  <p>In GLPI before version 9.5.2, when supplying a back tick in input that gets put into a SQL query,the application does not escape or sanitize allowing for SQL Injection to occur. Leveraging this vulnerability an attacker is able to exfiltrate sensitive information like passwords, reset tokens, personal details, and more. The issue is patched in version 9.5.2</p>
267
	</blockquote>
268
      </body>
269
    </description>
270
    <references>
271
      <url>https://github.com/glpi-project/glpi/commit/f021f1f365b4acea5066d3e57c6d22658cf32575</url>
272
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-x93w-64x9-58qw</url>
273
      <cvename>CVE-2020-15176</cvename>
274
    </references>
275
    <dates>
276
      <discovery>2020-06-25</discovery>
277
      <entry>2020-06-25</entry>
278
    </dates>
279
  </vuln>
280
281
  <vuln vid="675e5098-3b15-11eb-af2a-080027dbe4b7">
282
    <topic>glpi -- Unauthenticated File Deletion</topic>
283
    <affects>
284
      <package>
285
	<name>glpi</name>
286
	<range><gt>0.70</gt></range>
287
	<range><lt>9.5.2</lt></range>
288
      </package>
289
    </affects>
290
    <description>
291
      <body xmlns="http://www.w3.org/1999/xhtml">
292
	<p>MITRE Corporation reports:</p>
293
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15175">
294
	  <p>In GLPI before version 9.5.2, the pluginimage.send.php endpoint allows a user to specify an image from a plugin. The parameters can be maliciously crafted to instead delete the .htaccess file for the files directory. Any user becomes able to read all the files and folders contained in /files/. Some of the sensitive information that is compromised are the user sessions, logs, and more. An attacker would be able to get the Administrators session token and use that to authenticate. The issue is patched in version 9.5.2.</p>
295
	</blockquote>
296
      </body>
297
    </description>
298
    <references>
299
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-rm52-jx9h-rwcp</url>
300
      <url>https://github.com/glpi-project/glpi/commit/6ca9a0e77299a755c356d758344a23278df67f65</url>
301
      <cvename>CVE-2020-15175</cvename>
302
    </references>
303
    <dates>
304
      <discovery>2020-06-25</discovery>
305
      <entry>2020-06-25</entry>
306
    </dates>
307
  </vuln>
308
309
  <vuln vid="7f163c81-3b12-11eb-af2a-080027dbe4b7">
310
    <topic>glpi -- SQL injection for all usages of "Clone" feature</topic>
311
    <affects>
312
      <package>
313
	<name>glpi</name>
314
	<range><gt>9.5.0</gt></range>
315
	<range><lt>9.5.1</lt></range>
316
      </package>
317
    </affects>
318
    <description>
319
      <body xmlns="http://www.w3.org/1999/xhtml">
320
	<p>MITRE Corporation reports:</p>
321
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15108">
322
	  <p>In glpi before 9.5.1, there is a SQL injection for all usages of "Clone" feature. This has been fixed in 9.5.1.</p>
323
	</blockquote>
324
      </body>
325
    </description>
326
    <references>
327
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-qv6w-68gq-wx2v</url>
328
      <url>https://github.com/glpi-project/glpi/commit/a4baa64114eb92fd2adf6056a36e0582324414ba</url>
329
      <url>https://github.com/glpi-project/glpi/pull/6684</url>
330
      <cvename>CVE-2020-15108</cvename>
331
    </references>
332
    <dates>
333
      <discovery>2020-06-25</discovery>
334
      <entry>2020-06-25</entry>
335
    </dates>
336
  </vuln>
337
338
  <vuln vid="07aecafa-3b12-11eb-af2a-080027dbe4b7">
339
    <topic>glpi -- Reflexive XSS in Dropdown menus</topic>
340
    <affects>
341
      <package>
342
	<name>glpi</name>
343
	<range><gt>0.68.1</gt></range>
344
	<range><lt>9.4.6</lt></range>
345
      </package>
346
    </affects>
347
    <description>
348
      <body xmlns="http://www.w3.org/1999/xhtml">
349
	<p>MITRE Corporation reports:</p>
350
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11062">
351
	  <p>In GLPI after 0.68.1 and before 9.4.6, multiple reflexive XSS occur in Dropdown endpoints due to an invalid Content-Type. This has been fixed in version 9.4.6.</p>
352
	</blockquote>
353
      </body>
354
    </description>
355
    <references>
356
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-3xxh-f5p2-jg3h</url>
357
      <url>https://github.com/glpi-project/glpi/commit/5e1c52c5e8a30ceb4e9572964da7ed89ddfb1aaf</url>
358
      <cvename>CVE-2020-11062</cvename>
359
    </references>
360
    <dates>
361
      <discovery>2020-03-30</discovery>
362
      <entry>2020-03-30</entry>
363
    </dates>
364
  </vuln>
365
366
  <vuln vid="832fd11b-3b11-11eb-af2a-080027dbe4b7">
367
    <topic>glpi -- Remote Code Execution (RCE) via the backup functionality</topic>
368
    <affects>
369
      <package>
370
	<name>glpi</name>
371
	<range><lt>9.4.6</lt></range>
372
      </package>
373
    </affects>
374
    <description>
375
      <body xmlns="http://www.w3.org/1999/xhtml">
376
	<p>MITRE Corporation reports:</p>
377
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11060">
378
	  <p>In GLPI before 9.4.6, an attacker can execute system commands by abusing the backup functionality. Theoretically, this vulnerability can be exploited by an attacker without a valid account by using a CSRF. Due to the difficulty of the exploitation, the attack is only conceivable by an account having Maintenance privileges and the right to add WIFI networks. This is fixed in version 9.4.6.</p>
379
	</blockquote>
380
      </body>
381
    </description>
382
    <references>
383
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-cvvq-3fww-5v6f</url>
384
      <url>https://github.com/glpi-project/glpi/commit/ad748d59c94da177a3ed25111c453902396f320c</url>
385
      <cvename>CVE-2020-11060</cvename>
386
    </references>
387
    <dates>
388
      <discovery>2020-03-30</discovery>
389
      <entry>2020-03-30</entry>
390
    </dates>
391
  </vuln>
392
393
  <vuln vid="27a230a2-3b11-11eb-af2a-080027dbe4b7">
394
    <topic>glpi -- multiple related stored XSS vulnerabilities</topic>
395
    <affects>
396
      <package>
397
	<name>glpi</name>
398
	<range><lt>9.4.6</lt></range>
399
      </package>
400
    </affects>
401
    <description>
402
      <body xmlns="http://www.w3.org/1999/xhtml">
403
	<p>MITRE Corporation reports:</p>
404
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11036">
405
	  <p>In GLPI before version 9.4.6 there are multiple related stored XSS vulnerabilities. The package is vulnerable to Stored XSS in the comments of items in the Knowledge base. Adding a comment with content "alert(1)" reproduces the attack. This can be exploited by a user with administrator privileges in the User-Agent field. It can also be exploited by an outside party through the following steps: 1. Create a user with the surname `" onmouseover="alert(document.cookie)` and an empty first name. 2. With this user, create a ticket 3. As an administrator (or other privileged user) open the created ticket 4. On the "last update" field, put your mouse on the name of the user 5. The XSS fires This is fixed in version 9.4.6.</p>
406
	</blockquote>
407
      </body>
408
    </description>
409
    <references>
410
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-3g3h-rwhr-7385</url>
411
      <url>https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5WQMONZRWLWOXMHMYWR7A5Q5JJERPMVC/</url>
412
      <url>https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Q4BG2UTINBVV7MTJRXKBQ26GV2UINA6L/</url>
413
      <cvename>CVE-2020-11036</cvename>
414
    </references>
415
    <dates>
416
      <discovery>2020-03-30</discovery>
417
      <entry>2020-03-30</entry>
418
    </dates>
419
  </vuln>
420
421
  <vuln vid="b64edef7-3b10-11eb-af2a-080027dbe4b7">
422
    <topic>glpi -- weak csrf tokens</topic>
423
    <affects>
424
      <package>
425
	<name>glpi</name>
426
	<range><gt>0.83.3</gt></range>
427
	<range><lt>9.4.6</lt></range>
428
      </package>
429
    </affects>
430
    <description>
431
      <body xmlns="http://www.w3.org/1999/xhtml">
432
	<p>MITRE Corporation reports:</p>
433
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11035">
434
	  <p>In GLPI after version 0.83.3 and before version 9.4.6, the CSRF tokens are generated using an insecure algorithm. The implementation uses rand and uniqid and MD5 which does not provide secure values. This is fixed in version 9.4.6.</p>
435
	</blockquote>
436
      </body>
437
    </description>
438
    <references>
439
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-w7q8-58qp-vmpf</url>
440
      <url>https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5WQMONZRWLWOXMHMYWR7A5Q5JJERPMVC/</url>
441
      <url>https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Q4BG2UTINBVV7MTJRXKBQ26GV2UINA6L/</url>
442
      <cvename>CVE-2020-11035</cvename>
443
    </references>
444
    <dates>
445
      <discovery>2020-03-30</discovery>
446
      <entry>2020-03-30</entry>
447
    </dates>
448
  </vuln>
449
450
  <vuln vid="3a63f478-3b10-11eb-af2a-080027dbe4b7">
451
    <topic>glpi -- bypass of the open redirect protection</topic>
452
    <affects>
453
      <package>
454
	<name>glpi</name>
455
	<range><lt>9.4.6</lt></range>
456
      </package>
457
    </affects>
458
    <description>
459
      <body xmlns="http://www.w3.org/1999/xhtml">
460
	<p>MITRE Corporation reports:</p>
461
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11034">
462
	  <p>In GLPI before version 9.4.6, there is a vulnerability that allows bypassing the open redirect protection based which is based on a regexp. This is fixed in version 9.4.6.</p>
463
	</blockquote>
464
      </body>
465
    </description>
466
    <references>
467
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-gxv6-xq9q-37hg</url>
468
      <url>https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5WQMONZRWLWOXMHMYWR7A5Q5JJERPMVC/</url>
469
      <url>https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Q4BG2UTINBVV7MTJRXKBQ26GV2UINA6L/</url>
470
      <cvename>CVE-2020-11034</cvename>
471
    </references>
472
    <dates>
473
      <discovery>2020-03-30</discovery>
474
      <entry>2020-03-30</entry>
475
    </dates>
476
  </vuln>
477
478
  <vuln vid="aec9cbe0-3b0f-11eb-af2a-080027dbe4b7">
479
    <topic>glpi -- able to read any token through API user endpoint</topic>
480
    <affects>
481
      <package>
482
	<name>glpi</name>
483
	<range><gt>9.1</gt></range>
484
	<range><lt>9.4.6</lt></range>
485
      </package>
486
    </affects>
487
    <description>
488
      <body xmlns="http://www.w3.org/1999/xhtml">
489
	<p>MITRE Corporation reports:</p>
490
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11033">
491
	  <p>In GLPI from version 9.1 and before version 9.4.6, any API user with READ right on User itemtype will have access to full list of users when querying apirest.php/User. The response contains: - All api_tokens which can be used to do privileges escalations or read/update/delete data normally non accessible to the current user. - All personal_tokens can display another users planning. Exploiting this vulnerability requires the api to be enabled, a technician account. It can be mitigated by adding an application token. This is fixed in version 9.4.6.</p>
492
	</blockquote>
493
      </body>
494
    </description>
495
    <references>
496
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-rf54-3r4w-4h55</url>
497
      <url>https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5WQMONZRWLWOXMHMYWR7A5Q5JJERPMVC/</url>
498
      <url>https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Q4BG2UTINBVV7MTJRXKBQ26GV2UINA6L/</url>
499
      <cvename>CVE-2020-11033</cvename>
500
    </references>
501
    <dates>
502
      <discovery>2020-03-30</discovery>
503
      <entry>2020-03-30</entry>
504
    </dates>
505
  </vuln>
506
507
  <vuln vid="b3aae7ea-3aef-11eb-af2a-080027dbe4b7">
508
    <topic>glpi -- SQL injection for all helpdesk instances</topic>
509
    <affects>
510
      <package>
511
	<name>glpi</name>
512
	<range><lt>9.4.6</lt></range>
513
      </package>
514
    </affects>
515
    <description>
516
      <body xmlns="http://www.w3.org/1999/xhtml">
517
	<p>MITRE Corporation reports:</p>
518
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11032">
519
	  <p>In GLPI before version 9.4.6, there is a SQL injection vulnerability for all helpdesk instances. Exploiting this vulnerability requires a technician account. This is fixed in version 9.4.6.</p>
520
	</blockquote>
521
      </body>
522
    </description>
523
    <references>
524
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-344w-34h9-wwhh</url>
525
      <cvename>CVE-2020-11032</cvename>
526
    </references>
527
    <dates>
528
      <discovery>2020-03-30</discovery>
529
      <entry>2020-03-30</entry>
530
    </dates>
531
  </vuln>
532
533
  <vuln vid="0309c898-3aed-11eb-af2a-080027dbe4b7">
534
    <topic>glpi -- Improve encryption algorithm</topic>
535
    <affects>
536
      <package>
537
	<name>glpi</name>
538
	<range><lt>9.5.0</lt></range>
539
      </package>
540
    </affects>
541
    <description>
542
      <body xmlns="http://www.w3.org/1999/xhtml">
543
	<p>MITRE Corporation reports:</p>
544
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11031">
545
	  <p>In GLPI before version 9.5.0, the encryption algorithm used is insecure. The security of the data encrypted relies on the password used, if a user sets a weak/predictable password, an attacker could decrypt data. This is fixed in version 9.5.0 by using a more secure encryption library. The library chosen is sodium.</p>
546
	</blockquote>
547
      </body>
548
    </description>
549
    <references>
550
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-7xwm-4vjr-jvqh</url>
551
      <url>https://github.com/glpi-project/glpi/commit/f1ae6c8481e5c19a6f1801a5548cada45702e01a#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780</url>
552
      <url>https://github.com/glpi-project/glpi/commit/f1ae6c8481e5c19a6f1801a5548cada45702e01a#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780</url>
553
      <cvename>CVE-2020-11031</cvename>
554
    </references>
555
    <dates>
556
      <discovery>2020-03-30</discovery>
557
      <entry>2020-03-30</entry>
558
    </dates>
559
  </vuln>
560
561
  <vuln vid="d3f60db0-3aea-11eb-af2a-080027dbe4b7">
562
    <topic>glpi -- Account takeover vulnerability</topic>
563
    <affects>
564
      <package>
565
	<name>glpi</name>
566
	<range><lt>9.4.4</lt></range>
567
      </package>
568
    </affects>
569
    <description>
570
      <body xmlns="http://www.w3.org/1999/xhtml">
571
	<p>MITRE Corporation reports:</p>
572
	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14666">
573
	  <p>GLPI through 9.4.3 is prone to account takeover by abusing the ajax/autocompletion.php autocompletion feature. The lack of correct validation leads to recovery of the token generated via the password reset functionality, and thus an authenticated attacker can set an arbitrary password for any user. This vulnerability can be exploited to take control of admin account. This vulnerability could be also abused to obtain other sensitive fields like API keys or password hashes.</p>
574
	</blockquote>
575
      </body>
576
    </description>
577
    <references>
578
      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14666</url>
579
      <url>https://github.com/glpi-project/glpi/security/advisories/GHSA-47hq-pfrr-jh5q</url>
580
      <url>https://www.tarlogic.com/advisories/Tarlogic-2019-GPLI-Account-Takeover.txt</url>
581
      <cvename>CVE-2019-14666</cvename>
582
    </references>
583
    <dates>
584
      <discovery>2019-08-05</discovery>
585
      <entry>2019-08-05</entry>
586
    </dates>
587
  </vuln>
588
61
  <vuln vid="3c77f139-3a09-11eb-929d-d4c9ef517024">
589
  <vuln vid="3c77f139-3a09-11eb-929d-d4c9ef517024">
62
    <topic>cURL -- Multiple vulnerabilities</topic>
590
    <topic>cURL -- Multiple vulnerabilities</topic>
63
    <affects>
591
    <affects>

Return to bug 255948