FreshPorts - VuXML

This page displays vulnerability information about FreeBSD Ports.

The VUXML data was last processed by FreshPorts on 2024-03-27 18:04:16 UTC

List all Vulnerabilities, by package

List all Vulnerabilities, by date

k68

These are the vulnerabilities relating to the commit you have selected:

VuXML IDDescription
a61374fc-3a4d-11e6-a671-60a44ce6887bPython -- HTTP Header Injection in Python urllib

Guido Vranken reports:

HTTP header injection in urrlib2/urllib/httplib/http.client with newlines in header values, where newlines have a semantic consequence of denoting the start of an additional header line.


Discovery 2014-11-24
Entry 2016-06-30
Modified 2016-07-04
python27
< 2.7.10

python33
ge 0

python34
< 3.4.4

python35
< 3.5.0

https://bugs.python.org/issue22928
http://blog.blindspotsecurity.com/2016/06/advisory-http-header-injection-in.html
http://www.openwall.com/lists/oss-security/2016/06/14/7
CVE-2016-5699
1d0f6852-33d8-11e6-a671-60a44ce6887bPython -- Integer overflow in zipimport module

Python reports:

Possible integer overflow and heap corruption in zipimporter.get_data()


Discovery 2016-01-21
Entry 2016-06-17
python35
< 3.5.1_3

python34
< 3.4.4_3

python33
< 3.3.6_5

python27
< 2.7.11_3

http://bugs.python.org/issue26171
CVE-2016-5636
8d5368ef-40fe-11e6-b2ec-b499baebfeafPython -- smtplib StartTLS stripping vulnerability

Red Hat reports:

A vulnerability in smtplib allowing MITM attacker to perform a startTLS stripping attack. smtplib does not seem to raise an exception when the remote end (smtp server) is capable of negotiating starttls but fails to respond with 220 (ok) to an explicit call of SMTP.starttls(). This may allow a malicious MITM to perform a startTLS stripping attack if the client code does not explicitly check the response code for startTLS.


Discovery 2016-06-14
Entry 2016-07-03
python27
< 2.7.12

python33
gt 0

python34
< 3.4.5

python35
< 3.5.2

https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-0772
CVE-2016-0772
0fe70bcd-2ce3-46c9-a64b-4a7da097db07python -- possible integer overflow vulnerability

Python issue:

There is a possible integer overflow in PyString_DecodeEscape function of the file stringobject.c, which can be abused to gain a heap overflow, possibly leading to arbitrary code execution.


Discovery 2017-06-03
Entry 2018-02-11
python34
< 3.4.8

python35
< 3.5.5

https://bugs.python.org/issue30657
https://docs.python.org/3.4/whatsnew/changelog.html
https://docs.python.org/3.5/whatsnew/changelog.html
CVE-2017-1000158