-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathbugs.txt
391 lines (391 loc) · 13.1 KB
/
bugs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
bpo-11442:
author: Guido van Rossum
date: 2011-03-08 19:05:14
title: list_directory() in SimpleHTTPServer.py should add charset=... to Content-type
header
bpo-11662:
author: Guido van Rossum
date: 2011-03-24 15:06:56
title: Redirect vulnerability in urllib/urllib2
bpo-1179:
author: Ismail Donmez
date: 2007-09-19 01:02:34
title: '[CVE-2007-4965] Integer overflow in imageop module'
bpo-13512:
author: Vincent Danen
date: 2011-11-30 23:23:22
title: ~/.pypirc created insecurely
bpo-13703:
author: Barry A. Warsaw
date: 2012-01-03 19:36:49
title: Hash collision security issue
bpo-13885:
author: Antoine Pitrou
date: 2012-01-27 08:25:52
title: 'CVE-2011-3389: _ssl module always disables the CBC IV attack countermeasure'
bpo-14001:
author: Jan Lieskovsky
date: 2012-02-13 13:45:32
title: 'CVE-2012-0845 Python v2.7.2 / v3.2.2 (SimpleXMLRPCServer): DoS (excessive
CPU usage) by processing malformed XMLRPC / HTTP POST request'
bpo-14579:
author: Serhiy Storchaka
date: 2012-04-14 18:46:02
title: 'CVE-2012-2135: Vulnerability in the utf-16 decoder after error handling'
bpo-14621:
author: Vlado Boza
date: 2012-04-19 17:58:08
title: Hash function is not randomized properly
bpo-16038:
author: Christian Heimes
date: 2012-09-25 10:32:54
title: 'ftplib: unlimited readline() from connection'
bpo-16039:
author: Christian Heimes
date: 2012-09-25 10:36:09
title: 'imaplib: unlimited readline() from connection'
bpo-16040:
author: Christian Heimes
date: 2012-09-25 10:38:44
title: 'nntplib: unlimited readline() from connection'
bpo-16041:
author: Christian Heimes
date: 2012-09-25 10:39:22
title: 'poplib: unlimited readline() from connection'
bpo-16042:
author: Christian Heimes
date: 2012-09-25 10:40:09
title: 'smtplib: unlimited readline() from connection'
bpo-16043:
author: Christian Heimes
date: 2012-09-25 10:52:06
title: 'xmlrpc: gzip_decode has unlimited read()'
bpo-17980:
author: Florian Weimer
date: 2013-05-15 10:25:06
title: "CVE-2013-2099 ssl.match_hostname() trips over crafted\twildcard names"
bpo-17997:
author: Christian Heimes
date: 2013-05-17 14:04:53
title: 'ssl.match_hostname(): sub string wildcard should not match IDNA prefix'
bpo-18709:
author: Christian Heimes
date: 2013-08-12 11:32:51
title: SSL module fails to handle NULL bytes inside subjectAltNames general names
(CVE-2013-4238)
bpo-19435:
author: Alexander Kruppa
date: 2013-10-29 16:34:01
title: Directory traversal attack for CGIHTTPRequestHandler
bpo-20078:
author: Nandiya
date: 2013-12-27 02:11:15
title: zipfile - ZipExtFile.read goes into 100% CPU infinite loop on maliciously
binary edited zips
bpo-20246:
author: Ryan Smith-Roberts
date: 2014-01-14 00:43:59
title: buffer overflow in socket.recvfrom_into
bpo-21082:
author: Ryan Lortie
date: 2014-03-28 07:04:05
title: 'os.makedirs(exist_ok=True) is not thread-safe: umask is set temporary
to 0, serious security problem'
bpo-21529:
author: Benjamin Peterson
date: 2014-05-19 00:40:48
title: 'JSON module: reading arbitrary process memory'
bpo-21831:
author: Benjamin Peterson
date: 2014-06-24 03:11:22
title: integer overflow in 'buffer' type allows reading memory
bpo-22417:
author: Nick Coghlan
date: 2014-09-15 12:34:29
title: 'PEP 476: verify HTTPS certificates by default'
bpo-2254:
author: sumar
date: 2008-03-07 19:59:43
title: Python CGIHTTPServer information disclosure
bpo-22928:
author: Guido Vranken
date: 2014-11-24 02:50:23
title: HTTP header injection in urrlib2/urllib/httplib/http.client (CVE-2016-5699)
bpo-24778:
author: Bernd Dietzel
date: 2015-08-02 08:25:06
title: '[CVE-2015-20107] mailcap.findmatch: document shell command Injection danger
in filename parameter'
bpo-26171:
author: Insu Yun
date: 2016-01-21 03:52:31
title: heap overflow in zipimporter module
bpo-2620:
author: Justin Ferguson
date: 2008-04-11 22:35:34
title: Multiple buffer overflows in unicode processing
bpo-26556:
author: Christian Heimes
date: 2016-03-14 10:31:35
title: Update expat to 2.1.1
bpo-26657:
author: Thomas
date: 2016-03-28 15:30:14
title: Directory traversal with http.server and SimpleHTTPServer on windows
bpo-27568:
author: "R\xE9mi Rampin"
date: 2016-07-18 22:30:13
title: '"HTTPoxy", use of HTTP_PROXY flag supplied by attacker in CGI scripts'
bpo-27850:
author: Christian Heimes
date: 2016-08-24 13:43:47
title: Remove 3DES from cipher list (sweet32 CVE-2016-2183)
bpo-28563:
author: Carl Ekerot
date: 2016-10-30 16:58:40
title: Arbitrary code execution in gettext.c2py
bpo-29169:
author: Matthias Klose
date: 2017-01-05 15:11:35
title: update zlib to 1.2.11
bpo-29591:
author: Natanael Copa
date: 2017-02-17 15:39:39
title: 'expat 2.2.0: Various security vulnerabilities in bundled expat (CVE-2016-0718
and CVE-2016-4472)'
bpo-29778:
author: Tibor Csonka
date: 2017-03-10 04:58:17
title: '[CVE-2020-15523] _Py_CheckPython3 uses uninitialized dllpath when embedder
sets module path with Py_SetPath'
bpo-30119:
author: Dong-hee Na
date: 2017-04-20 17:57:20
title: (ftplib) A remote attacker could possibly attack by containing the newline
characters
bpo-30458:
author: Orange
date: 2017-05-24 15:01:31
title: '[security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection (follow-up
of CVE-2016-5699)'
bpo-30500:
author: Nam Nguyen
date: 2017-05-29 04:04:11
title: '[security] urllib connects to a wrong host'
bpo-30657:
author: Jay Bosamiya
date: 2017-06-13 15:35:28
title: '[security] CVE-2017-1000158: Unsafe arithmetic in PyString_DecodeEscape'
bpo-30694:
author: Ned Deily
date: 2017-06-18 03:01:26
title: Update embedded copy of expat to 2.2.1
bpo-30730:
author: Serhiy Storchaka
date: 2017-06-22 08:06:59
title: '[security] Injecting environment variable in subprocess on Windows'
bpo-30947:
author: STINNER Victor
date: 2017-07-17 14:18:15
title: Update embeded copy of libexpat from 2.2.1 to 2.2.3
bpo-31530:
author: STINNER Victor
date: 2017-09-20 13:27:12
title: 'CVE-2018-1000030: Python 2.7 readahead feature of file objects is not
thread safe'
bpo-32981:
author: James Davis
date: 2018-03-02 00:36:19
title: Catastrophic backtracking in poplib (CVE-2018-1060) and difflib (CVE-2018-1061)
bpo-33001:
author: Steve Dower
date: 2018-03-05 18:04:42
title: Buffer overflow vulnerability in os.symlink on Windows (CVE-2018-1000117)
bpo-33529:
author: Rad164
date: 2018-05-16 00:12:26
title: '[security] Infinite loop on folding email (_fold_as_ew()) if an header
has no spaces'
bpo-34155:
author: "Cyril Nicod\xE8me"
date: 2018-07-19 14:53:43
title: '[CVE-2019-16056] email.utils.parseaddr mistakenly parse an email'
bpo-34623:
author: Christian Heimes
date: 2018-09-10 22:47:44
title: _elementtree.c doesn't call XML_SetHashSalt()
bpo-34656:
author: shuoz
date: 2018-09-13 04:38:46
title: '[CVE-2018-20406] memory exhaustion in Modules/_pickle.c:1393'
bpo-34791:
author: Christian Heimes
date: 2018-09-24 16:47:30
title: xml package does not obey sys.flags.ignore_environment
bpo-35647:
author: Karthikeyan Singaravelan
date: 2019-01-03 07:59:56
title: Cookie path check returns incorrect results
bpo-35746:
author: Cisco Talos
date: 2019-01-15 16:24:28
title: '[ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service'
bpo-35907:
author: Sihoon Lee
date: 2019-02-06 08:19:50
title: '[security][CVE-2019-9948] Unnecessary URL scheme exists to allow local_file://
reading file in urllib'
bpo-36216:
author: Steve Dower
date: 2019-03-06 17:37:20
title: 'CVE-2019-9636: urlsplit does not handle NFKC normalization'
bpo-36742:
author: Chihiro Ito
date: 2019-04-27 12:30:16
title: 'CVE-2019-10160: urlsplit NFKD normalization vulnerability in user:password@'
bpo-37463:
author: Christian Heimes
date: 2019-07-01 06:47:03
title: ssl.match_hostname() ignores extra string after whitespace in IPv4 address
bpo-38243:
author: longwenzhang
date: 2019-09-21 02:17:29
title: '[security][CVE-2019-16935] A reflected XSS in python/Lib/DocXMLRPCServer.py'
bpo-38576:
author: Riccardo Schirone
date: 2019-10-24 07:51:17
title: 'CVE-2019-18348: CRLF injection via the host part of the url passed to
urlopen()'
bpo-38804:
author: Ben Caller
date: 2019-11-14 23:37:59
title: Regular Expression Denial of Service in http.cookiejar
bpo-38826:
author: Ben Caller
date: 2019-11-17 01:45:42
title: Regular Expression Denial of Service in urllib.request.AbstractBasicAuthHandler
bpo-38945:
author: stealthcopter
date: 2019-11-30 17:06:01
title: Remove newline characters from uu encoding methods
bpo-39017:
author: jvoisin
date: 2019-12-10 16:19:56
title: '[CVE-2019-20907] Infinite loop in the tarfile module'
bpo-39073:
author: Jasper Spaans
date: 2019-12-17 12:46:42
title: '[security] email module incorrect handling of CR and LF newline characters
in Address objects.'
bpo-39401:
author: Anthony Wee
date: 2020-01-21 01:02:14
title: '[CVE-2020-8315] Unsafe dll loading in getpathp.c on Win7'
bpo-39603:
author: Max
date: 2020-02-10 19:29:35
title: '[security][ CVE-2020-26116] http.client: HTTP Header Injection in the
HTTP method'
bpo-41004:
author: martin wennberg
date: 2020-06-17 13:11:52
title: '[CVE-2020-14422] Hash collisions in IPv4Interface and IPv6Interface'
bpo-41944:
author: Serhiy Storchaka
date: 2020-10-05 14:40:52
title: '[security][CVE-2020-27619] Python testsuite calls eval() on content received
via HTTP'
bpo-42938:
author: Jordy Zomer
date: 2021-01-16 08:03:26
title: '[security][CVE-2021-3177] ctypes double representation BoF'
bpo-42967:
author: Adam Goldschmidt
date: 2021-01-19 15:06:48
title: '[CVE-2021-23336] urllib.parse.parse_qsl(): Web cache poisoning - `; `
as a query args separator'
bpo-42988:
author: "Miro Hron\u010Dok"
date: 2021-01-21 12:18:37
title: '[security] CVE-2021-3426: Information disclosure via pydoc -p: /getfile?key=path
allows to read arbitrary file on the filesystem'
bpo-43075:
author: yeting li
date: 2021-01-30 08:11:46
title: 'CVE-2021-3733: ReDoS in urllib.request'
bpo-43285:
author: confd0
date: 2021-02-21 11:49:34
title: ftplib should not use the host from the PASV response
bpo-43882:
author: Senthil Kumaran
date: 2021-04-18 19:36:58
title: '[security] CVE-2022-0391: urllib.parse should sanitize urls containing
ASCII newline and tabs.'
bpo-44022:
author: guangli dong
date: 2021-05-03 17:13:03
title: 'CVE-2021-3737: urllib http client possible infinite loop on a 100 Continue
response'
bpo-44394:
author: STINNER Victor
date: 2021-06-11 14:14:07
title: '[security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update
vendored copy to expat 2.4.1'
bpo-44549:
author: siddhartha shankar mahato
date: 2021-07-02 10:46:07
title: Update Windows installer to use bzip2 1.0.8
bpo-47194:
author: Gregory P. Smith
date: 2022-04-01 19:25:42
title: Upgrade to zlib v1.2.12 in CPython binary releases
bpo-6706:
author: Giampaolo Rodola'
date: 2009-08-14 23:03:34
title: asyncore's accept() is broken
bpo-6791:
author: sumar
date: 2009-08-28 08:32:32
title: httplib read status memory usage
bpo-7673:
author: STINNER Victor
date: 2010-01-11 01:05:03
title: 'audioop: check that length is a multiple of the size'
bpo-8674:
author: Tomas Hoger
date: 2010-05-10 13:43:22
title: 'audioop: incorrect integer overflow checks'
gh-102988:
author: tdwyer
date: 2023-03-24 03:30:35
title: '[CVE-2023-27043] Parsing errors in email/_parseaddr.py lead to incorrect
value in email address part of tuple'
gh-87389:
author: Hamza Avvan
date: 2021-02-14 11:42:37
title: '[security] CVE-2021-28861: http.server: Open Redirection if the URL path
starts with //'
gh-95778:
author: gpshead
date: 2022-08-08 07:53:39
title: 'CVE-2020-10735: Prevent DoS by large int<->str conversions'
gh-97514:
author: gpshead
date: 2022-09-23 19:24:04
title: Linux specific local privilege escalation via the multiprocessing forkserver
start method - CVE-2022-42919
gh-98433:
author: guidovranken
date: 2022-10-19 06:12:24
title: Slow IDNA decoding with large strings [CVE-2022-45061]
gh-98517:
author: botovq
date: 2022-10-21 12:51:55
title: '[CVE-2022-37454] Buffer overflow in the _sha3 module in python versions
<= 3.10'
gh-99418:
author: kenballus
date: 2022-11-12 19:27:12
title: '[CVE-2023-24329] urlparse does not correctly handle schemes that begin
with ASCII digits, ''+'', ''-'', and ''.'' characters'