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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-68762— net: netpoll: initialize work queue before error checks

EPSS 0.03% · P9
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2025-68762

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: netpoll: initialize work queue before error checks
Source: NVD (National Vulnerability Database)
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: netpoll: initialize work queue before error checks Prevent a kernel warning when netconsole setup fails on devices with IFF_DISABLE_NETPOLL flag. The warning (at kernel/workqueue.c:4242 in __flush_work) occurs because the cleanup path tries to cancel an uninitialized work queue. When __netpoll_setup() encounters a device with IFF_DISABLE_NETPOLL, it fails early and calls skb_pool_flush() for cleanup. This function calls cancel_work_sync(&np->refill_wq), but refill_wq hasn't been initialized yet, triggering the warning. Move INIT_WORK() to the beginning of __netpoll_setup(), ensuring the work queue is properly initialized before any potential failure points. This allows the cleanup path to safely cancel the work queue regardless of where the setup fails.
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存在安全漏洞,该漏洞源于netpoll中工作队列初始化顺序不当,可能导致内核警告。
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 248f6571fd4c51531f7f8f07f186f7ae98a50afc ~ a90d0dc38a10347078cca60e7495ad0648838f18 -
LinuxLinux 6.15 -

II. Public POCs for CVE-2025-68762

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2025-68762

登录查看更多情报信息。

Same Patch Batch · Linux · 2026-01-05 · 16 CVEs total

CVE-2025-68752iavf: Implement settime64 with -EOPNOTSUPP
CVE-2025-68751s390/fpu: Fix false-positive kmsan report in fpu_vstl()
CVE-2025-68753ALSA: firewire-motu: add bounds check in put_user loop for DSP events
CVE-2025-68754rtc: amlogic-a4: fix double free caused by devm
CVE-2025-68755staging: most: remove broken i2c driver
CVE-2025-68756block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lock
CVE-2025-68757drm/vgem-fence: Fix potential deadlock on release
CVE-2025-68758backlight: led-bl: Add devlink to supplier LEDs
CVE-2025-68759wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring()
CVE-2025-68760iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show
CVE-2025-68761hfs: fix potential use after free in hfs_correct_next_unused_CNID()
CVE-2025-68763crypto: starfive - Correctly handle return of sg_nents_for_len
CVE-2025-68765mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add()
CVE-2025-68764NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flags
CVE-2025-68766irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc()

IV. Related Vulnerabilities

V. Comments for CVE-2025-68762

No comments yet


Leave a comment