René's URL Explorer Experiment


Title: Issue 20246: buffer overflow in socket.recvfrom_into - Python tracker

Mail addresses
security@python.org

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/64445 https://github.com/python/cpython/issues/64445
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
recvfrom_into_buffer_overflow_3.4.patchhttps://bugs.python.org/file33452/recvfrom_into_buffer_overflow_3.4.patch
recvfrom_into_buffer_overflow_2.7.patchhttps://bugs.python.org/file33453/recvfrom_into_buffer_overflow_2.7.patch
reviewhttps://bugs.python.org/review/20246/#ps10559
recvfrom_into_small_buffer_test.patchhttps://bugs.python.org/file33573/recvfrom_into_small_buffer_test.patch
reviewhttps://bugs.python.org/review/20246/#ps10658
msg208062https://bugs.python.org/issue20246#msg208062
(view)https://bugs.python.org/msg208062
msg208066https://bugs.python.org/issue20246#msg208066
(view)https://bugs.python.org/msg208066
msg208070https://bugs.python.org/issue20246#msg208070
(view)https://bugs.python.org/msg208070
87673659d8f7https://hg.python.org/lookup/87673659d8f7
#20246https://bugs.python.org/issue20246
http://hg.python.org/cpython/rev/87673659d8f7http://hg.python.org/cpython/rev/87673659d8f7
715fd3d8ac93https://hg.python.org/lookup/715fd3d8ac93
#20246https://bugs.python.org/issue20246
http://hg.python.org/cpython/rev/715fd3d8ac93http://hg.python.org/cpython/rev/715fd3d8ac93
9c56217e5c79https://hg.python.org/lookup/9c56217e5c79
#20246https://bugs.python.org/issue20246
http://hg.python.org/cpython/rev/9c56217e5c79http://hg.python.org/cpython/rev/9c56217e5c79
7f176a45211fhttps://hg.python.org/lookup/7f176a45211f
#20246https://bugs.python.org/issue20246
http://hg.python.org/cpython/rev/7f176a45211fhttp://hg.python.org/cpython/rev/7f176a45211f
ead74e54d68fhttps://hg.python.org/lookup/ead74e54d68f
#20246https://bugs.python.org/issue20246
http://hg.python.org/cpython/rev/ead74e54d68fhttp://hg.python.org/cpython/rev/ead74e54d68f
37ed85008f51https://hg.python.org/lookup/37ed85008f51
#20246https://bugs.python.org/issue20246
http://hg.python.org/cpython/rev/37ed85008f51http://hg.python.org/cpython/rev/37ed85008f51
msg208422https://bugs.python.org/issue20246#msg208422
(view)https://bugs.python.org/msg208422
test/test_socket.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L259
test/test_socket.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L271
test/test_socket.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L4690
msg208428https://bugs.python.org/issue20246#msg208428
(view)https://bugs.python.org/msg208428
msg208501https://bugs.python.org/issue20246#msg208501
(view)https://bugs.python.org/msg208501
msg208580https://bugs.python.org/issue20246#msg208580
(view)https://bugs.python.org/msg208580
msg208711https://bugs.python.org/issue20246#msg208711
(view)https://bugs.python.org/msg208711
5c4f4db8107chttps://hg.python.org/lookup/5c4f4db8107c
#20246https://bugs.python.org/issue20246
http://hg.python.org/cpython/rev/5c4f4db8107chttp://hg.python.org/cpython/rev/5c4f4db8107c
9bbc3cc8ff4chttps://hg.python.org/lookup/9bbc3cc8ff4c
#20246https://bugs.python.org/issue20246
http://hg.python.org/cpython/rev/9bbc3cc8ff4chttp://hg.python.org/cpython/rev/9bbc3cc8ff4c
b6c5a37b221fhttps://hg.python.org/lookup/b6c5a37b221f
#20246https://bugs.python.org/issue20246
http://hg.python.org/cpython/rev/b6c5a37b221fhttp://hg.python.org/cpython/rev/b6c5a37b221f
msg208712https://bugs.python.org/issue20246#msg208712
(view)https://bugs.python.org/msg208712
msg212165https://bugs.python.org/issue20246#msg212165
(view)https://bugs.python.org/msg212165
https://www.trustedsec.com/february-2014/python-remote-code-execution-socket-recvfrom_into/https://www.trustedsec.com/february-2014/python-remote-code-execution-socket-recvfrom_into/
msg212166https://bugs.python.org/issue20246#msg212166
(view)https://bugs.python.org/msg212166
msg212167https://bugs.python.org/issue20246#msg212167
(view)https://bugs.python.org/msg212167
http://hg.python.org/cpython/file/7ff62415e426/Lib/test/test_socket.py#l4539http://hg.python.org/cpython/file/7ff62415e426/Lib/test/test_socket.py#l4539
http://hg.python.org/cpython/file/5e088cea8660/Lib/test/test_socket.py#l4708http://hg.python.org/cpython/file/5e088cea8660/Lib/test/test_socket.py#l4708
msg212168https://bugs.python.org/issue20246#msg212168
(view)https://bugs.python.org/msg212168
http://www.openwall.com/lists/oss-security/2014/02/12/16http://www.openwall.com/lists/oss-security/2014/02/12/16
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-1912https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-1912
msg212179https://bugs.python.org/issue20246#msg212179
(view)https://bugs.python.org/msg212179
msg212196https://bugs.python.org/issue20246#msg212196
(view)https://bugs.python.org/msg212196
msg212206https://bugs.python.org/issue20246#msg212206
(view)https://bugs.python.org/msg212206
msg212207https://bugs.python.org/issue20246#msg212207
(view)https://bugs.python.org/msg212207
msg212208https://bugs.python.org/issue20246#msg212208
(view)https://bugs.python.org/msg212208
msg212248https://bugs.python.org/issue20246#msg212248
(view)https://bugs.python.org/msg212248
https://www.trustedsec.com/february-2014/python-remote-code-execution-socket-recvfrom_into/https://www.trustedsec.com/february-2014/python-remote-code-execution-socket-recvfrom_into/
msg212249https://bugs.python.org/issue20246#msg212249
(view)https://bugs.python.org/msg212249
msg212253https://bugs.python.org/issue20246#msg212253
(view)https://bugs.python.org/msg212253
msg212418https://bugs.python.org/issue20246#msg212418
(view)https://bugs.python.org/msg212418
msg212489https://bugs.python.org/issue20246#msg212489
(view)https://bugs.python.org/msg212489
c25e1442529fhttps://hg.python.org/lookup/c25e1442529f
#20246https://bugs.python.org/issue20246
http://hg.python.org/cpython/rev/c25e1442529fhttp://hg.python.org/cpython/rev/c25e1442529f
e82dcd700e8chttps://hg.python.org/lookup/e82dcd700e8c
#20246https://bugs.python.org/issue20246
http://hg.python.org/cpython/rev/e82dcd700e8chttp://hg.python.org/cpython/rev/e82dcd700e8c
msg212490https://bugs.python.org/issue20246#msg212490
(view)https://bugs.python.org/msg212490
msg212490https://bugs.python.org/msg212490
msg212489https://bugs.python.org/msg212489
msg212418https://bugs.python.org/msg212418
msg212253https://bugs.python.org/msg212253
msg212249https://bugs.python.org/msg212249
pefuhttps://bugs.python.org/user136
msg212248https://bugs.python.org/msg212248
giampaolo.rodolahttps://bugs.python.org/user3080
msg212208https://bugs.python.org/msg212208
pitrouhttps://bugs.python.org/user2040
msg212207https://bugs.python.org/msg212207
msg212206https://bugs.python.org/msg212206
offby1https://bugs.python.org/user13206
msg212196https://bugs.python.org/msg212196
ezio.melottihttps://bugs.python.org/user7047
msg212179https://bugs.python.org/msg212179
koobshttps://bugs.python.org/user16276
cvreberthttps://bugs.python.org/user10148
msg212168https://bugs.python.org/msg212168
msg212167https://bugs.python.org/msg212167
ncoghlanhttps://bugs.python.org/user1309
msg212166https://bugs.python.org/msg212166
christian.heimeshttps://bugs.python.org/user3108
msg212165https://bugs.python.org/msg212165
msg208712https://bugs.python.org/msg208712
msg208711https://bugs.python.org/msg208711
recvfrom_into_small_buffer_test.patchhttps://bugs.python.org/file33573
msg208580https://bugs.python.org/msg208580
msg208501https://bugs.python.org/msg208501
msg208428https://bugs.python.org/msg208428
skrahhttps://bugs.python.org/user11089
msg208422https://bugs.python.org/msg208422
python-devhttps://bugs.python.org/user13902
msg208070https://bugs.python.org/msg208070
msg208066https://bugs.python.org/msg208066
r.david.murrayhttps://bugs.python.org/user9663
recvfrom_into_buffer_overflow_2.7.patchhttps://bugs.python.org/file33453
recvfrom_into_buffer_overflow_3.4.patchhttps://bugs.python.org/file33452
patchhttps://bugs.python.org/keyword2
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.