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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-36883— net: fix out-of-bounds access in ops_init

CVSS 7.8 · High EPSS 0.31% · P24

Affected Version Matrix 22

VendorProductVersion RangeStatus
LinuxLinux073862ba5d249c20bd5c49fc6d904ff0e1f6a672< 3cdc34d76c4f777579e28ad373979d36c030cfd3affected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672< 7b0e64583eab8c1d896b47e5dd0bf2e7d86ec41faffected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672< 0c3248bc708a7797be573214065cf908ff1f54c7affected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672< 9518b79bfd2fbf99fa9b7e8e36bcb1825e7ba030affected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672< 2d60ff5874aefd006717ca5e22ac1e25eac29c42affected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672< b6dbfd5bcc267a95a0bf1bf96af46243f96ec6cdaffected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672< f4f94587e1bf87cb40ec33955a9d90148dd026abaffected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672< a26ff37e624d12e28077e5b24d2b264f62764ad6affected
… +14 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2024-36883

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
net: fix out-of-bounds access in ops_init
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: fix out-of-bounds access in ops_init net_alloc_generic is called by net_alloc, which is called without any locking. It reads max_gen_ptrs, which is changed under pernet_ops_rwsem. It is read twice, first to allocate an array, then to set s.len, which is later used to limit the bounds of the array access. It is possible that the array is allocated and another thread is registering a new pernet ops, increments max_gen_ptrs, which is then used to set s.len with a larger than allocated length for the variable array. Fix it by reading max_gen_ptrs only once in net_alloc_generic. If max_gen_ptrs is later incremented, it will be caught in net_assign_generic.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于 net 模块 ops_init 中的越界访问。
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
LinuxLinux 073862ba5d249c20bd5c49fc6d904ff0e1f6a672 ~ 3cdc34d76c4f777579e28ad373979d36c030cfd3 -
LinuxLinux 3.3 -

II. Public POCs for CVE-2024-36883

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-36883

登录查看更多情报信息。

Mailing List Discussions for CVE-2024-36883 (2)

Other References for CVE-2024-36883 (8)

Same Patch Batch · Linux · 2024-05-30 · 93 CVEs total

CVE-2024-369589.8 CRITICALNFSD: Fix nfsd4_encode_fattr4() crasher
CVE-2024-368869.8 CRITICALtipc: fix UAF in error path
CVE-2024-369119.8 CRITICALhv_netvsc: Don't free decrypted memory
CVE-2024-369129.6 CRITICALDrivers: hv: vmbus: Track decrypted status in vmbus_gpadl
CVE-2024-369139.3 CRITICALDrivers: hv: vmbus: Leak pages if set_memory_encrypted() fails
CVE-2024-369099.3 CRITICALDrivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted
CVE-2024-369228.8 HIGHwifi: iwlwifi: read txq->read_ptr under lock
CVE-2024-369218.8 HIGHwifi: iwlwifi: mvm: guard against invalid STA ID on removal
CVE-2024-369108.4 HIGHuio_hv_generic: Don't free decrypted memory
CVE-2024-360328.1 HIGHBluetooth: qca: fix info leak when fetching fw build id
CVE-2024-369337.8 HIGHnsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segment().
CVE-2024-369047.8 HIGHtcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
CVE-2024-369147.8 HIGHdrm/amd/display: Skip on writeback when it's not applicable
CVE-2024-369187.8 HIGHbpf: Check bloom filter map value size
CVE-2024-360187.8 HIGHnouveau/uvmm: fix addr/range calcs for remap operations
CVE-2024-368947.8 HIGHusb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete
CVE-2024-368907.8 HIGHmm/slab: make __free(kfree) accept error pointers
CVE-2024-369407.8 HIGHpinctrl: core: delete incorrect free in pinctrl_enable()
CVE-2024-369287.8 HIGHs390/qeth: Fix kernel panic after setting hsuid
CVE-2024-368847.8 HIGHiommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()

Showing top 20 of 93 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2024-36883

No comments yet


Leave a comment