Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openssh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIG
security
rpms
openssh
Commits
9743ed6d
Commit
9743ed6d
authored
9 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import imports/r9/openssh-8.7p1-38.el9_4.security.0.5
parent
04bc3f16
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SOURCES/openssh-8.7p1-rocky-CVE-2024-6387.patch
+18
-0
18 additions, 0 deletions
SOURCES/openssh-8.7p1-rocky-CVE-2024-6387.patch
SPECS/openssh.spec
+8
-1
8 additions, 1 deletion
SPECS/openssh.spec
with
26 additions
and
1 deletion
SOURCES/openssh-8.7p1-rocky-CVE-2024-6387.patch
0 → 100644
+
18
−
0
View file @
9743ed6d
diff -urpN openssh-8.7p1.orig/log.c openssh-8.7p1/log.c
--- openssh-8.7p1.orig/log.c 2021-08-20 06:03:49.000000000 +0200
+++ openssh-8.7p1/log.c 2024-07-01 12:26:30.381040908 +0200
@@ -448,12 +448,14 @@
void
sshsigdie(const char *file, const char *func, int line, int showfunc,
LogLevel level, const char *suffix, const char *fmt, ...)
{
+#if 0
va_list args;
va_start(args, fmt);
sshlogv(file, func, line, showfunc, SYSLOG_LEVEL_FATAL,
suffix, fmt, args);
va_end(args);
+#endif
_exit(1);
}
This diff is collapsed.
Click to expand it.
SPECS/openssh.spec
+
8
−
1
View file @
9743ed6d
...
...
@@ -50,7 +50,7 @@
%global openssh_rel 38
%global pam_ssh_agent_ver 0.10.4
%global pam_ssh_agent_rel 5
%global security_rel 0.
4
%global security_rel 0.
5
Summary: An open source implementation of SSH protocol version 2
Name: openssh
...
...
@@ -290,6 +290,8 @@ Patch1018: openssh-9.6p1-CVE-2023-48795.patch
#upstream commit 7ef3787c84b6b524501211b11a26c742f829af1a
Patch1019: openssh-9.6p1-CVE-2023-51385.patch
Patch8900: openssh-8.7p1-rocky-CVE-2024-6387.patch
Patch9000: openssh-8.7p1-rocky-systemd.patch
Patch9001: openssh-8.7p1-rocky-no-gssapi.patch
...
...
@@ -517,6 +519,8 @@ popd
%patch1018 -p1 -b .cve-2023-48795
%patch1019 -p1 -b .cve-2023-51385
%patch8900 -p1 -b .rocky-cve-2024-6387
%patch9000 -p1 -b .rocky-systemd
%patch9001 -p1 -b .rocky-no-gssapi
...
...
@@ -806,6 +810,9 @@ test -f %{sysconfig_anaconda} && \
%endif
%changelog
* Mon Jul 01 2024 Solar Designer <solar@openwall.com> 8.7p1-38.el9_4.security.0.5
- Fix CVE-2024-6387 regreSSHion
* Mon May 20 2024 Solar Designer <solar@openwall.com> 8.7p1-38.el9_4.security.0.4
- Rebase on 8.7p1-38
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment