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

基本信息

漏洞名称:
受影响操作系统:Asianux
危险等级:高危
影响源码包:gssntlmssp
CVSS评分:7.5
发现日期:2023-05-31
修复版本: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, multiple out-of-bounds reads when decoding NTLM fields can trigger a denial of service. A 32-bit integer overflow condition can lead to incorrect checks of consistency of length of internal buffers. Although most applications will error out before accepting a singe input buffer of 4GB in length this could theoretically happen. This vulnerability can be triggered via the main `gss_accept_sec_context` entry point if the application allows tokens greater than 4GB in length. This can lead to a large, up to 65KB, out-of-bounds read which could cause a denial-of-service if it reads from unmapped memory. Version 1.2.0 contains a patch for the out-of-bounds reads.

修复方式

yum update PackageName

漏洞判定

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

补丁

参考

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