安全公告/【CVE-2023-25565】

基本信息

漏洞名称:
受影响操作系统:Asianux
危险等级:高危
影响源码包:gssntlmssp
CVSS评分:7.5
发现日期:2023-05-30
修复版本:gssntlmssp-1.2.0-1

漏洞描述

GSS-NTLMSSP is a mechglue plugin for the GSSAPI library that implements NTLM authentication. Prior to version 1.2.0, an incorrect free when decoding target information can trigger a denial of service. The error condition incorrectly assumes the `cb` and `sh` buffers contain a copy of the data that needs to be freed. However, that is not the case. This vulnerability can be triggered via the main `gss_accept_sec_context` entry point. This will likely trigger an assertion failure in `free`, causing a denial-of-service. This issue is fixed in version 1.2.0.

修复方式

yum update PackageName

漏洞判定

执行命令yum info PackageName获取软件包版本号,版本小于修复版本,则受此漏洞影响,版本大于等于修复版本,则此漏洞已修复

补丁

参考

https://access.redhat.com/security/cve/CVE-2023-25565
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-25565
https://nvd.nist.gov/vuln/detail/CVE-2023-25565