Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2018-14779

EPSS 0.15% · P35
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2018-14779

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Description
A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 > max_out) { fprintf(stderr, "Output buffer to small, wanted to write %lu, max was %lu.", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Title
Yubico-Piv 缓冲区错误漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Yubico-Piv是一款用于对YubiKey的身份卡(PIV)应用程序进行交互的工具。 Yubico-Piv 1.5.0版本中的lib/ykpiv.c文件的‘ykpiv_transfer_data()’函数存在缓冲区溢出漏洞,该漏洞源于程序缺少错误处理机制。攻击者可借助来自智能卡的恶意数据利用该漏洞执行任意代码。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
-n/a n/a -

II. Public POCs for CVE-2018-14779

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2018-14779

Please Login to view more intelligence information

Same Patch Batch · n/a · 2018-08-15 · 24 CVEs total

CVE-2018-15153OpenEMR 安全漏洞
CVE-2018-9129ZyXEL ZyWALL/USG系列设备安全漏洞
CVE-2018-8753Clavister cOS Core 安全漏洞
CVE-2018-14780Yubico-Piv 缓冲区错误漏洞
CVE-2018-14722Btrfsmaintenance 安全漏洞
CVE-2018-14007Citrix XenServer 路径遍历漏洞
CVE-2018-11247Nasdaq BWise 安全漏洞
CVE-2018-8353Microsoft Internet Explorer 资源管理错误漏洞
CVE-2018-15172TP-Link WR840N 缓冲区错误漏洞
CVE-2018-15156OpenEMR 安全漏洞
CVE-2018-15155OpenEMR 安全漏洞
CVE-2018-15154OpenEMR 安全漏洞
CVE-2018-10369Intelbras Win 240 跨站脚本漏洞
CVE-2018-15152OpenEMR 授权问题漏洞
CVE-2018-15151OpenEMR SQL注入漏洞
CVE-2018-15150OpenEMR SQL注入漏洞
CVE-2018-15149OpenEMR SQL注入漏洞
CVE-2018-15148OpenEMR SQL注入漏洞
CVE-2018-15147OpenEMR SQL注入漏洞
CVE-2018-15146OpenEMR SQL注入漏洞

Showing top 20 of 24 CVEs. View all on vendor page → →

IV. Related Vulnerabilities

V. Comments for CVE-2018-14779

No comments yet


Leave a comment