Skip to content

Releases: ActiveState/cpython

2.7.18.14 (pre-release for testing)

28 May 04:37

Choose a tag to compare

Pre-release

Python 2.7.18.14 — security pre-release for testing

ActiveState Python 2.7 fork, addressing 19 security advisories.
This is a pre-release tagged for testing; please report issues before
it is marked final.

Addressed CVEs

tarfile

  • CVE-2025-8194 — reject negative member offsets reachable via PAX size
  • CVE-2025-13462 — don't normalize AREGTYPE follow-up headers (longname/pax) to DIRTYPE

webbrowser

Header / command injection (control-character rejection)

email

  • CVE-2024-6923 — reject newline-injection in generated headers (new email.errors.HeaderWriteError)

zipfile

  • CVE-2024-0450 — reject overlapping entries (quoted-overlap zip bomb)
  • CVE-2025-8291 — validate ZIP64 end-of-central-directory locator offset

URL parsing

Algorithmic-complexity DoS

base64

  • CVE-2025-12781 / CVE-2026-3446 — new validate=True keyword (stricter than upstream: rejects +// when altchars differs, rejects data after padding)

Not affected

  • CVE-2025-13836 (http.client) — 2.7's httplib._safe_read is bounded-chunk; no Content-Length preallocation
  • CVE-2025-15282 (urllib.request.DataHandler) — Python 3 only
  • CVE-2025-11468, CVE-2025-1795 — modern email._header_value_parser, Python 3 only
  • CVE-2026-3644Morsel.update/|=/__setstate__ entry points absent in 2.7
  • CVE-2024-5642 — NPN removed in OpenSSL 1.1.1w+
  • CVE-2026-6100 — use-after-free in bz2/lzma/zlib decompressors when MemoryError leaves next_in dangling. lzma and _ZlibDecompressor (Python 3.12+) are absent in 2.7; 2.7's legacy bz2.BZ2Decompressor and zlib compobject re-set next_in fresh each call and persist leftovers as owned Python strings (unused_data/unconsumed_tail), so no dangling raw pointer is carried across calls.

Behavior changes worth noting for downstream users

  • email.Generator now raises HeaderWriteError on headers whose serialized form contains a non-folding newline.
  • urlparse.urlsplit / urlparse.urlparse now raise ValueError for [/] outside a valid IPv6/IPvFuture host.
  • Cookie.SimpleCookie().load(...) now raises CookieError when a parsed cookie value contains control characters (even when wire-escaped as \NNN).

Testing

All 15 affected test modules pass on the build target (Python 2.7 against OpenSSL 1.1.1w):
test_tarfile, test_cookie, test_wsgiref, test_base64, test_urlparse,
test_htmlparser, test_posixpath, test_ntpath, test_minidom,
test_zipfile, test_email, test_httplib, test_imaplib, test_poplib,
test_webbrowser.

ActiveState Release of Python 2.7.18.13

18 Mar 16:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.18.12...v2.7.18.13

AS Release 2.7.18.11

21 Jan 18:25
a22a1d8

Choose a tag to compare

What's Changed

Full Changelog: v2.7.18.10...v2.7.18.11

ActivePython Release 3.7.17.5

19 Sep 19:45

Choose a tag to compare

What's Changed

Security

Upgrade bundled libexpat to 2.6.3 to fix the following CVEs:

  • CVE-2024-28757 libexpat through 2.6.1 allows an XML Entity Expansion attack when there is isolated use of external parsers (created via XML_ExternalEntityParserCreate).

  • CVE-2024-45490 An issue was discovered in libexpat before 2.6.3. xmlparse.c does not reject a negative length for XML_ParseBuffer.

  • CVE-2024-45491 An issue was discovered in libexpat before 2.6.3. dtdCopy in xmlparse.c can have an integer overflow for nDefaultAtts on 32-bit platforms (where UINT_MAX equals SIZE_MAX).

  • CVE-2024-45492 An issue was discovered in libexpat before 2.6.3. nextScaffoldPart in xmlparse.c can have an integer overflow for m_groupSize on 32-bit platforms (where UINT_MAX equals SIZE_MAX).

ActiveState Release of Python 2.7.18.10

06 Sep 16:22
3e06fbb

Choose a tag to compare

ActiveState Release of Python 2.7.18.10

What's Changed

Security

Core and Builtins

Full Changelog: v2.7.18.9...v2.7.18.10

ActivePython Release 3.7.17.4

23 Jul 04:34

Choose a tag to compare

What's Changed

Full Changelog: v3.7.17.3...v3.7.17.4

AS Release v2.7.18.9

27 Jun 23:17

Choose a tag to compare

ActiveState Release of Python 2.7.18.9

What's Changed

Full Changelog: v2.7.18.8...v2.7.18.9

AS Release v2.7.18.8

28 Jun 05:09
24790e1

Choose a tag to compare

ActiveState release 2.7.18.8

What's Changed

Full Changelog: v2.7.18.7...v2.7.18.8

AS Release v3.7.17.3

21 Sep 20:33

Choose a tag to compare

Release of ActivePython 3.7.17.3

AS Release v3.7.17.2

09 Sep 00:11

Choose a tag to compare

AS Release v3.7.17.2