目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2024-6409— OpenSSH 安全漏洞

一分钟漏洞结论

影响对象
CVE-2024-6409
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

OpenSSH(OpenBSD Secure Shell)是加拿大OpenBSD计划组的一套用于安全访问远程计算机的连接工具。该工具是SSH协议的开源实现,支持对所有的传输进行加密,可有效阻止窃听、连接劫持以及其他网络级的攻击。 OpenSSH存在安全漏洞,该漏洞源于信号处理程序存在竞争条件。

CVSS 7.0 · High EPSS 27.93% · P98

影响版本矩阵 13

厂商产品 版本范围状态
None None 全部 unaffected
Red Hat Red Hat Enterprise Linux 10 全部 unaffected
Red Hat Red Hat Enterprise Linux 6 全部 unaffected
Red Hat Red Hat Enterprise Linux 7 全部 unaffected
Red Hat Red Hat Enterprise Linux 8 全部 unaffected
Red Hat Red Hat Enterprise Linux 9 0:8.7p1-38.el9_4.4< * unaffected
0:8.7p1-38.el9_4.4< * unaffected
Red Hat Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions 0:8.7p1-12.el9_0.3< * unaffected
Red Hat Red Hat Enterprise Linux 9.2 Extended Update Support 0:8.7p1-30.el9_2.7< * unaffected
Red Hat Red Hat OpenShift Container Platform 4.13 413.92.202408122222-0< * unaffected
Red Hat Red Hat OpenShift Container Platform 4.14 414.92.202407300859-0< * unaffected
Red Hat Red Hat OpenShift Container Platform 4.15 415.92.202407301159-0< * unaffected
Red Hat Red Hat OpenShift Container Platform 4.16 416.94.202407171205-0< * unaffected

一、 漏洞 CVE-2024-6409 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Openssh: possible remote code execution due to a race condition in signal handling affecting red hat enterprise linux 9
来源: CVE Program / CVE List V5
Vulnerability Description
A race condition vulnerability was discovered in how signals are handled by OpenSSH's server (sshd). If a remote attacker does not authenticate within a set time period, then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). As a consequence of a successful attack, in the worst case scenario, an attacker may be able to perform a remote code execution (RCE) as an unprivileged user running the sshd server.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
信号处理例程中的竞争条件
来源: CVE Program / CVE List V5
Vulnerability Title
OpenSSH 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
OpenSSH(OpenBSD Secure Shell)是加拿大OpenBSD计划组的一套用于安全访问远程计算机的连接工具。该工具是SSH协议的开源实现,支持对所有的传输进行加密,可有效阻止窃听、连接劫持以及其他网络级的攻击。 OpenSSH存在安全漏洞,该漏洞源于信号处理程序存在竞争条件。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

神龙十问 — AI 深度分析

十问解析:根本原因、利用方式、修复建议、紧迫性。摘要免费,完整版需登录。

受影响产品

厂商 产品 影响版本 CPE 订阅
- - - -
Red Hat Red Hat Enterprise Linux 9 0:8.7p1-38.el9_4.4 ~ * cpe:/a:redhat:enterprise_linux:9::appstream
Red Hat Red Hat Enterprise Linux 9 0:8.7p1-38.el9_4.4 ~ * cpe:/a:redhat:enterprise_linux:9::appstream
Red Hat Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions 0:8.7p1-12.el9_0.3 ~ * cpe:/a:redhat:rhel_e4s:9.0::appstream
Red Hat Red Hat Enterprise Linux 9.2 Extended Update Support 0:8.7p1-30.el9_2.7 ~ * cpe:/a:redhat:rhel_eus:9.2::appstream
Red Hat Red Hat OpenShift Container Platform 4.13 413.92.202408122222-0 ~ * cpe:/a:redhat:openshift:4.13::el8
Red Hat Red Hat OpenShift Container Platform 4.14 414.92.202407300859-0 ~ * cpe:/a:redhat:openshift:4.14::el8
Red Hat Red Hat OpenShift Container Platform 4.15 415.92.202407301159-0 ~ * cpe:/a:redhat:openshift:4.15::el8
Red Hat Red Hat OpenShift Container Platform 4.16 416.94.202407171205-0 ~ * cpe:/a:redhat:openshift:4.16::el9
Red Hat Red Hat Enterprise Linux 10 - cpe:/o:redhat:enterprise_linux:10
Red Hat Red Hat Enterprise Linux 6 - cpe:/o:redhat:enterprise_linux:6
Red Hat Red Hat Enterprise Linux 7 - cpe:/o:redhat:enterprise_linux:7
Red Hat Red Hat Enterprise Linux 8 - cpe:/o:redhat:enterprise_linux:8

二、漏洞 CVE-2024-6409 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 5055 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

三、漏洞 CVE-2024-6409 的情报信息

登录查看更多情报信息。

CVE-2024-6409 补丁与修复 (1)

CVE-2024-6409 厂商安全公告 (14)

CVE-2024-6409 邮件列表归档 (5)

CVE-2024-6409 安全博客文章 (1)

CVE-2024-6409 其他参考 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2024-6409

暂无评论


发表评论