Bug 2457932 (CVE-2026-6100) - CVE-2026-6100 python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules
Summary: CVE-2026-6100 python: Python: Arbitrary code execution or information disclos...
Keywords:
Status: NEW
Alias: CVE-2026-6100
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2458008 2458009 2458010 2458012 2458015 2458011 2458013 2458014 2458016 2458017 2458018 2458019
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-13 18:01 UTC by OSIDB Bzimport
Modified: 2026-05-28 07:06 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2026:11277 0 None None None 2026-04-28 01:29:36 UTC
Red Hat Product Errata RHBA-2026:11357 0 None None None 2026-04-28 13:10:11 UTC
Red Hat Product Errata RHBA-2026:11717 0 None None None 2026-04-29 13:00:48 UTC
Red Hat Product Errata RHBA-2026:12342 0 None None None 2026-04-30 14:34:56 UTC
Red Hat Product Errata RHBA-2026:12484 0 None None None 2026-04-30 19:05:55 UTC
Red Hat Product Errata RHBA-2026:13621 0 None None None 2026-05-05 10:44:15 UTC
Red Hat Product Errata RHSA-2026:10711 0 None None None 2026-04-27 01:55:24 UTC
Red Hat Product Errata RHSA-2026:10745 0 None None None 2026-04-27 09:38:49 UTC
Red Hat Product Errata RHSA-2026:10774 0 None None None 2026-04-27 12:31:40 UTC
Red Hat Product Errata RHSA-2026:10949 0 None None None 2026-04-27 14:43:00 UTC
Red Hat Product Errata RHSA-2026:10950 0 None None None 2026-04-27 14:54:47 UTC
Red Hat Product Errata RHSA-2026:11077 0 None None None 2026-04-27 21:11:00 UTC
Red Hat Product Errata RHSA-2026:13692 0 None None None 2026-05-05 11:12:55 UTC
Red Hat Product Errata RHSA-2026:13812 0 None None None 2026-05-05 17:49:53 UTC
Red Hat Product Errata RHSA-2026:14652 0 None None None 2026-05-07 04:45:35 UTC
Red Hat Product Errata RHSA-2026:14653 0 None None None 2026-05-07 04:42:03 UTC
Red Hat Product Errata RHSA-2026:14656 0 None None None 2026-05-07 05:15:42 UTC
Red Hat Product Errata RHSA-2026:16699 0 None None None 2026-05-13 01:56:55 UTC
Red Hat Product Errata RHSA-2026:17525 0 None None None 2026-05-14 11:03:05 UTC
Red Hat Product Errata RHSA-2026:17619 0 None None None 2026-05-14 14:50:15 UTC
Red Hat Product Errata RHSA-2026:19019 0 None None None 2026-05-19 13:02:35 UTC
Red Hat Product Errata RHSA-2026:19064 0 None None None 2026-05-19 13:07:41 UTC
Red Hat Product Errata RHSA-2026:19175 0 None None None 2026-05-19 17:58:55 UTC
Red Hat Product Errata RHSA-2026:19176 0 None None None 2026-05-19 17:59:12 UTC
Red Hat Product Errata RHSA-2026:19177 0 None None None 2026-05-19 17:59:35 UTC
Red Hat Product Errata RHSA-2026:19216 0 None None None 2026-05-19 18:02:53 UTC
Red Hat Product Errata RHSA-2026:19549 0 None None None 2026-05-20 08:24:40 UTC
Red Hat Product Errata RHSA-2026:19570 0 None None None 2026-05-20 09:54:59 UTC
Red Hat Product Errata RHSA-2026:19571 0 None None None 2026-05-20 09:38:40 UTC
Red Hat Product Errata RHSA-2026:19576 0 None None None 2026-05-20 11:04:10 UTC
Red Hat Product Errata RHSA-2026:19590 0 None None None 2026-05-20 11:32:03 UTC
Red Hat Product Errata RHSA-2026:21682 0 None None None 2026-05-28 07:06:20 UTC

Description OSIDB Bzimport 2026-04-13 18:01:55 UTC
Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling pointer in this specific error condition.

The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.

Comment 2 h0gr3 2026-04-21 15:31:02 UTC
Any POC available?

Comment 9 errata-xmlrpc 2026-04-27 01:55:23 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:10711 https://access.redhat.com/errata/RHSA-2026:10711

Comment 10 errata-xmlrpc 2026-04-27 09:38:48 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:10745 https://access.redhat.com/errata/RHSA-2026:10745

Comment 11 errata-xmlrpc 2026-04-27 12:31:38 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:10774 https://access.redhat.com/errata/RHSA-2026:10774

Comment 12 errata-xmlrpc 2026-04-27 14:42:58 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:10949 https://access.redhat.com/errata/RHSA-2026:10949

Comment 13 errata-xmlrpc 2026-04-27 14:54:36 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:10950 https://access.redhat.com/errata/RHSA-2026:10950

Comment 14 errata-xmlrpc 2026-04-27 20:52:52 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:11062 https://access.redhat.com/errata/RHSA-2026:11062

Comment 15 errata-xmlrpc 2026-04-27 21:10:59 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:11077 https://access.redhat.com/errata/RHSA-2026:11077

Comment 19 errata-xmlrpc 2026-05-05 11:12:54 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions

Via RHSA-2026:13692 https://access.redhat.com/errata/RHSA-2026:13692

Comment 20 errata-xmlrpc 2026-05-05 17:49:51 UTC
This issue has been addressed in the following products:

  RHEL-8 based Middleware Containers

Via RHSA-2026:13812 https://access.redhat.com/errata/RHSA-2026:13812

Comment 21 errata-xmlrpc 2026-05-07 04:42:02 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.4 Extended Update Support

Via RHSA-2026:14653 https://access.redhat.com/errata/RHSA-2026:14653

Comment 22 errata-xmlrpc 2026-05-07 04:45:33 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.6 Extended Update Support

Via RHSA-2026:14652 https://access.redhat.com/errata/RHSA-2026:14652

Comment 23 errata-xmlrpc 2026-05-07 05:15:41 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.6 Extended Update Support

Via RHSA-2026:14656 https://access.redhat.com/errata/RHSA-2026:14656

Comment 26 errata-xmlrpc 2026-05-13 01:56:54 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10.0 Extended Update Support

Via RHSA-2026:16699 https://access.redhat.com/errata/RHSA-2026:16699

Comment 27 errata-xmlrpc 2026-05-14 11:03:04 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.4 Extended Update Support

Via RHSA-2026:17525 https://access.redhat.com/errata/RHSA-2026:17525

Comment 28 errata-xmlrpc 2026-05-14 14:50:14 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support
  Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions
  Red Hat Enterprise Linux 8.6 Telecommunications Update Service

Via RHSA-2026:17619 https://access.redhat.com/errata/RHSA-2026:17619

Comment 29 errata-xmlrpc 2026-05-19 13:02:34 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:19019 https://access.redhat.com/errata/RHSA-2026:19019

Comment 30 errata-xmlrpc 2026-05-19 13:07:40 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:19064 https://access.redhat.com/errata/RHSA-2026:19064

Comment 31 errata-xmlrpc 2026-05-19 17:58:54 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:19175 https://access.redhat.com/errata/RHSA-2026:19175

Comment 32 errata-xmlrpc 2026-05-19 17:59:10 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:19176 https://access.redhat.com/errata/RHSA-2026:19176

Comment 33 errata-xmlrpc 2026-05-19 17:59:33 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:19177 https://access.redhat.com/errata/RHSA-2026:19177

Comment 34 errata-xmlrpc 2026-05-19 18:02:51 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:19216 https://access.redhat.com/errata/RHSA-2026:19216

Comment 35 errata-xmlrpc 2026-05-20 08:24:39 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions
  Red Hat Enterprise Linux 8.8 Telecommunications Update Service

Via RHSA-2026:19549 https://access.redhat.com/errata/RHSA-2026:19549

Comment 36 errata-xmlrpc 2026-05-20 09:38:38 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions

Via RHSA-2026:19571 https://access.redhat.com/errata/RHSA-2026:19571

Comment 37 errata-xmlrpc 2026-05-20 09:54:58 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions

Via RHSA-2026:19570 https://access.redhat.com/errata/RHSA-2026:19570

Comment 39 errata-xmlrpc 2026-05-20 11:04:08 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.6 Extended Update Support

Via RHSA-2026:19576 https://access.redhat.com/errata/RHSA-2026:19576

Comment 41 errata-xmlrpc 2026-05-20 11:32:02 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support
  Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On

Via RHSA-2026:19590 https://access.redhat.com/errata/RHSA-2026:19590

Comment 43 errata-xmlrpc 2026-05-28 07:06:18 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.4 Extended Update Support

Via RHSA-2026:21682 https://access.redhat.com/errata/RHSA-2026:21682


Note You need to log in before you can comment on or make changes to this bug.