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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-38342— software node: Correct a OOB check in software_node_get_reference_args()

EPSS 0.07% · P21

Affected Version Matrix 16

VendorProductVersion RangeStatus
LinuxLinux59abd83672f70cac4b6bf9b237506c5bc6837606< 142acd739eb6f08c148a96ae8309256f1422ff4baffected
59abd83672f70cac4b6bf9b237506c5bc6837606< 56ce76e8d406cc72b89aee7931df5cf3f18db49daffected
59abd83672f70cac4b6bf9b237506c5bc6837606< 9324127b07dde8529222dc19233aa57ec810856caffected
59abd83672f70cac4b6bf9b237506c5bc6837606< f9397cf7bfb680799fb8c7f717c8f756384c3280affected
59abd83672f70cac4b6bf9b237506c5bc6837606< 4b3383110b6df48e0ba5936af2cb68d5eb6bd43baffected
59abd83672f70cac4b6bf9b237506c5bc6837606< 7af18e42bdefe1dba5bcb32555a4d524fd504939affected
59abd83672f70cac4b6bf9b237506c5bc6837606< 31e4e12e0e9609850cefd4b2e1adf782f56337d6affected
5.0affected
… +8 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2025-38342

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
software node: Correct a OOB check in software_node_get_reference_args()
Source: NVD (National Vulnerability Database)
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: software node: Correct a OOB check in software_node_get_reference_args() software_node_get_reference_args() wants to get @index-th element, so the property value requires at least '(index + 1) * sizeof(*ref)' bytes but that can not be guaranteed by current OOB check, and may cause OOB for malformed property. Fix by using as OOB check '((index + 1) * sizeof(*ref) > prop->length)'.
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
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于software_node_get_reference_args函数存在越界检查不当。
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 59abd83672f70cac4b6bf9b237506c5bc6837606 ~ 142acd739eb6f08c148a96ae8309256f1422ff4b -
LinuxLinux 5.0 -

II. Public POCs for CVE-2025-38342

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2025-38342

登录查看更多情报信息。

Same Patch Batch · Linux · 2025-07-10 · 84 CVEs total

CVE-2025-38318perf: arm-ni: Fix missing platform_set_drvdata()
CVE-2025-38327fgraph: Do not enable function_graph tracer when setting funcgraph-args
CVE-2025-38314virtio-pci: Fix result size returned for the admin command completion
CVE-2025-38316wifi: mt76: mt7996: avoid NULL pointer dereference in mt7996_set_monitor()
CVE-2025-38312fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()
CVE-2025-38310seg6: Fix validation of nexthop addresses
CVE-2025-38309drm/xe/vm: move xe_svm_init() earlier
CVE-2025-38308ASoC: Intel: avs: Fix possible null-ptr-deref when initing hw
CVE-2025-38306fs/fhandle.c: fix a race in call of has_locked_children()
CVE-2025-38311iavf: get rid of the crit lock
CVE-2025-38315Bluetooth: btintel: Check dsbr size from EFI variable
CVE-2025-38317wifi: ath12k: Fix buffer overflow in debugfs
CVE-2025-38319drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table
CVE-2025-38320arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth()
CVE-2025-38321smb: Log an error when close_all_cached_dirs fails
CVE-2025-38322perf/x86/intel: Fix crash in icl_update_topdown_event()
CVE-2025-38323net: atm: add lec_mutex
CVE-2025-38324mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().
CVE-2025-38325ksmbd: add free_transport ops in ksmbd connection
CVE-2025-38326aoe: clean device rq_list in aoedev_downdev()

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-38342

No comments yet


Leave a comment