Skip to content

chore(deps): refresh rpm lockfiles [SECURITY] - #3900

Open
red-hat-konflux[bot] wants to merge 1 commit into
release-3.24from
konflux/mintmaker/release-3.24/lock-file-maintenance-vulnerability
Open

chore(deps): refresh rpm lockfiles [SECURITY]#3900
red-hat-konflux[bot] wants to merge 1 commit into
release-3.24from
konflux/mintmaker/release-3.24/lock-file-maintenance-vulnerability

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

File rpms.in.yaml:

Package Change
wget 1.19.5-12.el8_10 -> 1.19.5-16.el8_10
kernel-headers 4.18.0-553.158.1.el8_10 -> 4.18.0-553.159.1.el8_10
libssh 0.9.6-16.el8_10 -> 0.9.6-17.el8_10
libssh-config 0.9.6-16.el8_10 -> 0.9.6-17.el8_10
systemd 239-82.el8_10.17 -> 239-82.el8_10.19
systemd-libs 239-82.el8_10.17 -> 239-82.el8_10.19
systemd-pam 239-82.el8_10.17 -> 239-82.el8_10.19
systemd-udev 239-82.el8_10.17 -> 239-82.el8_10.19

wget: GNU Wget: Memory corruption via crafted Metalink URL

CVE-2026-58469

More information

Details

A flaw was found in GNU Wget. A malicious server could exploit a heap buffer underread vulnerability by providing a specially crafted Metalink document containing a URL with only whitespace characters. This could lead to memory corruption and abnormal program behavior, potentially causing a denial of service.

Severity

Moderate

References


wget: GNU Wget: Heap buffer overflow via server-supplied filename leads to memory corruption

CVE-2026-58471

More information

Details

A flaw was found in GNU Wget. A remote attacker can exploit a heap buffer overflow vulnerability in the convert_fname() function. This occurs when processing a server-supplied filename that requires character set conversion, leading to memory corruption due to incorrect buffer reallocation. This can result in a denial of service or other impacts.

Severity

Moderate

References


wget: GNU Wget: Arbitrary code execution or denial of service via crafted HTML attribute

CVE-2026-58472

More information

Details

A flaw was found in GNU Wget. A remote attacker can exploit a heap buffer overflow vulnerability in the html_quote_string() function by providing a specially crafted HTML attribute. This can lead to memory corruption and potentially result in arbitrary code execution or a denial of service.

Severity

Moderate

References


libssh: libssh: denial of service via zero advertised channel packet size

CVE-2026-59843

More information

Details

A flaw was found in libssh. A remote authenticated peer can advertise a zero maximum packet size in SSH_MSG_CHANNEL_OPEN, causing later channel writes to loop indefinitely and consume CPU, leading to denial of service.

Severity

Moderate

References


libssh: libssh: denial of service via oversized SFTP read length

CVE-2026-59844

More information

Details

A flaw was found in libssh. A remote authenticated client can issue SSH_FXP_READ requests with an arbitrarily large length, causing a libssh SFTP server to allocate excessive memory and potentially exhaust it through repeated requests.

Severity

Moderate

References


libssh: libssh: denial of service via unchecked ProxyCommand fork() failure

CVE-2026-59845

More information

Details

A flaw was found in libssh. When ProxyCommand is used, an unchecked fork() failure can be stored as process ID -1; during cleanup, signals may then be sent across the caller's accessible process tree, leading to local denial of service.

Severity

Moderate

References


libssh: libssh: information disclosure via ProxyCommand %r username expansion

CVE-2026-59846

More information

Details

A flaw was found in libssh. A malicious username expanded through %r in ProxyCommand handling can inject shell metacharacters, exposing environment variables and causing unintended shell behavior.

Severity

Moderate

References


libssh: libssh: integrity downgrade via OpenSSL AES-GCM tag verification

CVE-2026-59847

More information

Details

A flaw was found in libssh. Incorrect AES-GCM finalization checks in builds using the OpenSSL backend can effectively remove integrity protection, allowing an in-path attacker to modify plaintext on the wire without detection.

Severity

Moderate

References


libssh: libssh: denial of service via SFTP responses with unknown request IDs

CVE-2026-59848

More information

Details

A flaw was found in libssh. A malicious SFTP server can send responses for unknown request IDs that libssh clients keep queued indefinitely, causing unbounded memory growth and client-side denial of service.

Severity

Moderate

References


libssh: libssh: use-after-free via data callbacks on closed channels

CVE-2026-59850

More information

Details

A flaw was found in libssh. If data packets are processed after a channel is closed, channel data callbacks can be invoked after the associated data has already been freed, leading to crashes or possible use-after-free conditions.

Severity

Moderate

References

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

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.

@red-hat-konflux
red-hat-konflux Bot requested a review from rhacs-bot as a code owner August 31, 2026 05:30
@red-hat-konflux red-hat-konflux Bot added the rebuild-test-container Rebuild the collector-tests container. label Aug 31, 2026
@red-hat-konflux
red-hat-konflux Bot requested review from a team as code owners August 31, 2026 05:30
@red-hat-konflux
red-hat-konflux Bot enabled auto-merge (squash) August 31, 2026 05:31

@rhacs-bot rhacs-bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved by automation.

@rhacs-bot rhacs-bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved by automation.

@codecov-commenter

codecov-commenter commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 27.38%. Comparing base (9fad76d) to head (7e09ee5).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@              Coverage Diff              @@
##           release-3.24    #3900   +/-   ##
=============================================
  Coverage         27.38%   27.38%           
=============================================
  Files                95       95           
  Lines              5427     5427           
  Branches           2548     2548           
=============================================
  Hits               1486     1486           
  Misses             3214     3214           
  Partials            727      727           
Flag Coverage Δ
collector-unit-tests 27.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-3.24/lock-file-maintenance-vulnerability branch 4 times, most recently from 14e1b7a to d25bfda Compare September 5, 2026 08:07
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-3.24/lock-file-maintenance-vulnerability branch from d25bfda to 7e09ee5 Compare September 6, 2026 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants