Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.2] - Add fix for CVE-2025-26465 #6

Open
wants to merge 1 commit into
base: 8.2
Choose a base branch
from

Conversation

LucienLassalle
Copy link

A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed by a malicious machine impersonating a legit server.
This issue occurs due to how OpenSSH mishandles err codes in specific conditions when verifying the host key.
For an attack to be considered successful, attacker needs to manage to exhaust the client's memory resource first,
turning the attack complexity high.

In the patch:

  • Added error codes
  • Added missing structures

@LucienLassalle
Copy link
Author

Scratch Build: https://koji.xcp-ng.org/taskinfo?taskID=77229

@stormi stormi requested a review from a team February 24, 2025 12:21
Copy link

@ydirson ydirson left a comment

Choose a reason for hiding this comment

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

as far as packaging goes, lgtm

A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option
is enabled. A machine-in-the-middle attack can be performed by a
malicious machine impersonating a legit server.
This issue occurs due to how OpenSSH mishandles err codes in specific
conditions when verifying the host key.
For an attack to be considered successful, attacker needs to manage
to exhaust the client's memory resource first,
turning the attack complexity high.

In the patch:
- Added error codes

Signed-off-by: Lucas RAVAGNIER <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants