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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-39685— comedi: pcl726: Prevent invalid irq number

AI Predicted 5.3 Difficulty: Trivial EPSS 0.16% · P6

Possible ATT&CK Techniques 1AI

T1203 · Exploitation for Client Execution

Affected Version Matrix 14

VendorProductVersion RangeStatus
LinuxLinuxfff46207245cd9e39c05b638afaee2478e64914b< bab220b0bb5af652007e278e8e8357f952b0e1eaaffected
fff46207245cd9e39c05b638afaee2478e64914b< 5a33d07c94ba91306093e823112a7aa9727549f6affected
fff46207245cd9e39c05b638afaee2478e64914b< 0eb4ed2aa261dee228f1668dbfa6d87353e8162daffected
fff46207245cd9e39c05b638afaee2478e64914b< a3cfcd0c78c80ca7cd80372dc28f77d01be57bf6affected
fff46207245cd9e39c05b638afaee2478e64914b< d8992c9a01f81128f36acb7c5755530e21fcd059affected
fff46207245cd9e39c05b638afaee2478e64914b< 96cb948408b3adb69df7e451ba7da9d21f814d00affected
3.13affected
< 3.13unaffected
… +6 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2025-39685

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
comedi: pcl726: Prevent invalid irq number
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: comedi: pcl726: Prevent invalid irq number The reproducer passed in an irq number(0x80008000) that was too large, which triggered the oob. Added an interrupt number check to prevent users from passing in an irq number that was too large. If `it->options[1]` is 31, then `1 << it->options[1]` is still invalid because it shifts a 1-bit into the sign bit (which is UB in C). Possible solutions include reducing the upper bound on the `it->options[1]` value to 30 or lower, or using `1U << it->options[1]`. The old code would just not attempt to request the IRQ if the `options[1]` value were invalid. And it would still configure the device without interrupts even if the call to `request_irq` returned an error. So it would be better to combine this test with the test below.
Source: CVE Program / CVE List V5
CVSS Information
N/A
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存在安全漏洞,该漏洞源于comedi/pcl726模块未验证中断号有效性。
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 fff46207245cd9e39c05b638afaee2478e64914b ~ bab220b0bb5af652007e278e8e8357f952b0e1ea -
LinuxLinux 3.13 -

II. Public POCs for CVE-2025-39685

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2025-39685

登录查看更多情报信息。

Patches & Fixes for CVE-2025-39685 (1)

Same Patch Batch · Linux · 2025-09-05 · 60 CVEs total

CVE-2025-397269.8 CRITICALs390/ism: fix concurrency management in ism_cmd()
CVE-2025-396829.8 CRITICALtls: fix handling of zero-length records on the rx_list
CVE-2025-387349.8 CRITICALnet/smc: fix UAF on smcsk after smc_listen_out()
CVE-2025-397029.8 CRITICALipv6: sr: Fix MAC comparison to be constant-time
CVE-2025-397039.8 CRITICALnet, hsr: reject HSR frame if skb can't hold tag
CVE-2025-387379.8 CRITICALcifs: Fix oops due to uninitialised variable
CVE-2025-396739.8 CRITICALppp: fix race conditions in ppp_fill_forward_path
CVE-2025-397048.8 HIGHLoongArch: KVM: Fix stack protector issue in send_ipi_data()
CVE-2025-397188.4 HIGHvsock/virtio: Validate length in packet header before skb_put()
CVE-2025-397117.8 HIGHmedia: ivsc: Fix crash at shutdown due to missing mei_cldev_disable() calls
CVE-2025-397107.8 HIGHmedia: venus: Add a check for packet size after reading from shared memory
CVE-2025-396977.8 HIGHNFS: Fix a race when updating an existing write
CVE-2025-397147.8 HIGHmedia: usbtv: Lock resolution while streaming
CVE-2025-397177.8 HIGHopen_tree_attr: do not allow id-mapping changes without OPEN_TREE_CLONE
CVE-2025-396987.8 HIGHio_uring/futex: ensure io_futex_wait() cleans up properly on failure
CVE-2025-387317.8 HIGHdrm/xe: Fix vm_bind_ioctl double free bug
CVE-2025-396967.8 HIGHALSA: hda: tas2781: Fix wrong reference of tasdevice_priv
CVE-2025-396917.8 HIGHfs/buffer: fix use-after-free when call bh_read() helper
CVE-2025-396897.8 HIGHftrace: Also allocate and copy hash for reading of filter files
CVE-2025-396777.8 HIGHnet/sched: Fix backlog accounting in qdisc_dequeue_internal

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-39685

No comments yet


Leave a comment