chore(deps): refresh rpm lockfiles [SECURITY] - #3360
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-3.23/lock-file-maintenance-vulnerability
branch
from
May 27, 2026 14:17
069c168 to
3d50287
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-3.23 #3360 +/- ##
=============================================
Coverage 27.61% 27.61%
=============================================
Files 96 96
Lines 5424 5424
Branches 2523 2523
=============================================
Hits 1498 1498
Misses 3214 3214
Partials 712 712
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
jschnath
approved these changes
Jun 11, 2026
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-3.23/lock-file-maintenance-vulnerability
branch
2 times, most recently
from
July 23, 2026 09:36
ff890ae to
56f30df
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-3.23/lock-file-maintenance-vulnerability
branch
from
July 29, 2026 21:55
56f30df to
3ecb40b
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-3.23/lock-file-maintenance-vulnerability
branch
6 times, most recently
from
August 21, 2026 01:57
2d72b29 to
6e8205a
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-3.23/lock-file-maintenance-vulnerability
branch
3 times, most recently
from
August 22, 2026 07:08
0a8bc52 to
20a1446
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-3.23/lock-file-maintenance-vulnerability
branch
from
August 25, 2026 07:18
20a1446 to
db21cfb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
File rpms.in.yaml:
3.12.13-3.el8_10->3.12.14-1.el8_103.12.13-3.el8_10->3.12.14-1.el8_107.61.1-34.el8_10.11->7.61.1-34.el8_10.134.18.0-553.156.1.el8_10->4.18.0-553.157.1.el8_107.61.1-34.el8_10.11->7.61.1-34.el8_10.137.61.1-34.el8_10.11->7.61.1-34.el8_10.133.26.0-20.el8_10->3.26.0-21.el8_10python: Python Tarfile: Unexpected file ownership when extracting hardlinks
CVE-2026-4360
More information
Details
A flaw was found in the Python
Tarfile.extract()function. This vulnerability occurs when processing untrusted tar files containing hardlinks, as thefilterparameter is not correctly enforced. An attacker could exploit this to write files with unintended user or group ownership, potentially leading to unauthorized modifications or privilege issues on the system.Severity
Moderate
References
python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory
CVE-2026-11940
More information
Details
A flaw was found in the
tarfile.extractall()function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside the intended destination directory. This could lead to out-of-destination file reads or writes, potentially resulting in information disclosure or arbitrary file modification.Severity
Important
References
python: Python: Cross-Site Scripting (XSS) vulnerability in http.cookies module
CVE-2026-6019
More information
Details
A flaw was found in Python's
http.cookiesmodule. TheMorsel.js_output()function, responsible for generating JavaScript output for cookies, does not properly neutralize the</script>HTML sequence. This oversight could allow a remote attacker to inject malicious script into a web page, potentially leading to Cross-Site Scripting (XSS) attacks. Such an attack could result in information disclosure or arbitrary code execution within the user's browser.Severity
Moderate
References
python: Python: CPU Denial of Service in HTML parser via repeated unterminated markup declarations
CVE-2026-15308
More information
Details
A flaw was found in Python. Its incremental HTML parser can be exploited by a remote attacker. By sending specially crafted, uncontrolled data with repeated, incomplete markup declarations, the attacker can cause the system to consume excessive central processing unit (CPU) resources. This leads to a denial of service, making the affected system unresponsive.
Severity
Important
References
python: Python tarfile module: Denial of Service via improper EOF handling in streaming mode
CVE-2026-11972
More information
Details
A flaw was found in the Python
tarfilemodule. When processing a specially crafted tar archive opened in 'streaming mode' (mode='r|'), the module does not properly handle the end-of-file (EOF) condition. This can cause thetarfilemodule to enter an infinite loop, leading to a Denial of Service (DoS) for applications processing such archives.Severity
Moderate
References
python: Python: Performance degradation in XML processing due to quadratic time complexity
CVE-2026-6879
More information
Details
A flaw was found in Python's xml.etree.ElementPath component. This vulnerability can lead to a denial of service (DoS) when processing specially crafted XML documents. Specifically, certain XPath index predicates used with functions like Element.findall() and Element.iterfind() can cause the processing time to increase quadratically with the size of the input, making the system unresponsive. A remote attacker could exploit this by providing a malicious XML file, potentially disrupting service availability.
Severity
Low
References
cpython: python: Extraction filter bypass for linking outside extraction directory
CVE-2025-4330
More information
Details
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
Severity
Important
References
curl: curl: Insecure connection establishment due to TLS configuration mismatch
CVE-2026-8286
More information
Details
A flaw was found in curl. When a new data transfer attempts to upgrade its connection using STARTTLS, it may incorrectly reuse an existing live connection. This reuse can occur even if the Transport Layer Security (TLS) configuration of the new transfer does not match the existing connection, potentially leading to an insecure connection being established.
Severity
Important
References
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: (in timezone Etc/UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.