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

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2024-38621— Linux kernel 安全漏洞

EPSS 0.01% · P2

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux9cb2173e6ea8f2948bd1367c93083a2500fcf08f< f6a392266276730bea893b55d12940e32a25f56aaffected
9cb2173e6ea8f2948bd1367c93083a2500fcf08f< ecf4ddc3aee8ade504c4d36b7b4053ce6093e200affected
9cb2173e6ea8f2948bd1367c93083a2500fcf08f< a16775828aaed1c54ff4e6fe83e8e4d5c6a50cb7affected
9cb2173e6ea8f2948bd1367c93083a2500fcf08f< 7532bcec0797adfa08791301c3bcae14141db3bdaffected
9cb2173e6ea8f2948bd1367c93083a2500fcf08f< b504518a397059e1d55c521ba0ea2b545a6c4b52affected
9cb2173e6ea8f2948bd1367c93083a2500fcf08f< d410017a7181cb55e4a5c810b32b75e4416c6808affected
9cb2173e6ea8f2948bd1367c93083a2500fcf08f< a08492832cc4cacc24e0612f483c86ca899b9261affected
9cb2173e6ea8f2948bd1367c93083a2500fcf08f< faa4364bef2ec0060de381ff028d1d836600a381affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
media: stk1160: fix bounds checking in stk1160_copy_video()
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: media: stk1160: fix bounds checking in stk1160_copy_video() The subtract in this condition is reversed. The ->length is the length of the buffer. The ->bytesused is how many bytes we have copied thus far. When the condition is reversed that means the result of the subtraction is always negative but since it's unsigned then the result is a very high positive value. That means the overflow check is never true. Additionally, the ->bytesused doesn't actually work for this purpose because we're not writing to "buf->mem + buf->bytesused". Instead, the math to calculate the destination where we are writing is a bit involved. You calculate the number of full lines already written, multiply by two, skip a line if necessary so that we start on an odd numbered line, and add the offset into the line. To fix this buffer overflow, just take the actual destination where we are writing, if the offset is already out of bounds print an error and return. Otherwise, write up to buf->length bytes.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于media:stk1160模块stk1160_copy_video中的边界检查。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 9cb2173e6ea8f2948bd1367c93083a2500fcf08f ~ f6a392266276730bea893b55d12940e32a25f56a -
LinuxLinux 3.7 -

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

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2024-06-21 · 共 40 条

CVE-2024-38636Linux kernel 安全漏洞
CVE-2024-38627Linux kernel 安全漏洞
CVE-2024-38628Linux kernel 安全漏洞
CVE-2024-38629Linux kernel 安全漏洞
CVE-2024-38630Linux kernel 安全漏洞
CVE-2024-38631Linux kernel 安全漏洞
CVE-2024-38632Linux kernel 安全漏洞
CVE-2024-38633Linux kernel 安全漏洞
CVE-2024-38634Linux kernel 安全漏洞
CVE-2024-38635Linux kernel 安全漏洞
CVE-2024-38625Linux kernel 安全漏洞
CVE-2024-38637Linux kernel 安全漏洞
CVE-2024-38659Linux kernel 安全漏洞
CVE-2024-38662Linux kernel 安全漏洞
CVE-2024-38780Linux kernel 安全漏洞
CVE-2024-39277Linux kernel 安全漏洞
CVE-2024-34777Linux kernel 安全漏洞
CVE-2024-36288Linux kernel 安全漏洞
CVE-2024-36477Linux kernel 安全漏洞
CVE-2024-36481Linux kernel 安全漏洞

显示前 20 条,共 40 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2024-38621

暂无评论


发表评论