Lucene search
+L

5101 matches found

EUVD
EUVD
added 2026/01/13 4:1 p.m.11 views

EUVD-2026-2224

An insufficient input validation vulnerability in NETGEAR Orbi devices' DHCPv6 functionality allows network adjacent attackers authenticated over WiFi or on LAN to execute OS command injections on the router. DHCPv6 is not enabled by default...

7.5CVSS6.6AI score0.01064EPSS
SaveExploits0References14
EUVD
EUVD
added 2026/01/13 4:1 p.m.6 views

EUVD-2026-2218

A path traversal vulnerability in NETGEAR WiFi range extenders allows an attacker with LAN authentication to access the router's IP and review the contents of the dynamically generated webproc file, which records the username and password submitted to the router GUI...

8.6CVSS6.6AI score0.00228EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 4:0 p.m.8 views

EUVD-2026-2235

An insufficient input validation vulnerability in the NETGEAR XR1000v2 allows attackers connected to the router's LAN to execute OS command injections...

8.6CVSS6.7AI score0.00221EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/01/13 4:0 p.m.19 views

EUVD-2026-2237

An authentication bypass vulnerability in NETGEAR Orbi devices allows users connected to the local network to access the router web interface as an admin...

8.6CVSS6.3AI score0.0033EPSS
SaveExploits0References27
EUVD
EUVD
added 2026/01/13 4:0 p.m.8 views

EUVD-2026-2232

An insufficient input validation vulnerability in NETGEAR Orbi routers allows attackers connected to the router's LAN to execute OS command injections...

4.8CVSS6.7AI score0.00291EPSS
SaveExploits0References12
EUVD
EUVD
added 2026/01/13 3:34 p.m.4 views

EUVD-2026-2236

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: 8192cu: fix tid out of range in rtl92cutxfilldesc TID getting from ieee80211gettid might be out of range of array size of staentry-tids, so check TID is less than MAXTIDCOUNT. Othwerwise, UBSAN warn: UBSAN:...

6AI score0.00119EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/01/13 3:34 p.m.5 views

EUVD-2026-2225

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix reference count leak when using error routes with nexthop objects When a nexthop object is deleted, it is marked as dead and then fibtableflush is called to flush all the routes that are using the dead nexthop. The...

5.9AI score0.00114EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:34 p.m.5 views

EUVD-2026-2251

In the Linux kernel, the following vulnerability has been resolved: net: usb: asix: validate PHY address before use The ASIX driver reads the PHY address from the USB device via asixreadphyaddr. A malicious or faulty device can return an invalid address = PHYMAXADDR, which causes a warning in...

5.9AI score0.00114EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:34 p.m.2 views

EUVD-2026-2245

In the Linux kernel, the following vulnerability has been resolved: e1000: fix OOB in e1000tbishouldaccept In e1000tbishouldaccept we read the last byte of the frame via 'datalength - 1' to evaluate the TBI workaround. If the descriptor- reported length is zero or larger than the actual RX buffer...

5.8AI score0.00117EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:34 p.m.1 views

EUVD-2026-2247

In the Linux kernel, the following vulnerability has been resolved: net: rose: fix invalid array index in rosekillbydevice rosekillbydevice collects sockets into a local array and then iterates over them to disconnect sockets bound to a device being brought down. The loop mistakenly indexes...

5.8AI score0.0012EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:34 p.m.3 views

EUVD-2026-2248

In the Linux kernel, the following vulnerability has been resolved: ASoC: stm32: sai: fix OF node leak on probe The reference taken to the sync provider OF node when probing the platform device is currently only dropped if the setsync callback fails during DAI probe. Make sure to drop the referen...

6AI score0.00111EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:31 p.m.2 views

EUVD-2026-2261

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Limit numsyncs to prevent oversized allocations The OA open parameters did not validate numsyncs, allowing userspace to pass arbitrarily large values, potentially leading to excessive allocations. Add check to ensure...

6AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/01/13 3:31 p.m.6 views

EUVD-2026-2275

In the Linux kernel, the following vulnerability has been resolved: functionfs: fix the open/removal races ffsepfileopen can race with removal, ending up with file-privatedata pointing to freed object. There is a total count of opened files on functionfs both ep0 and dynamic ones and when it hits...

6AI score0.00094EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/01/13 3:31 p.m.5 views

EUVD-2026-2271

In the Linux kernel, the following vulnerability has been resolved: Input: lkkbd - disable pending work before freeing device lkkbdinterrupt schedules lk-tq via schedulework, and the work handler lkkbdreinit dereferences the lkkbd structure and its serio/inputdev fields. lkkbddisconnect and error...

6AI score0.00124EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/01/13 3:31 p.m.3 views

EUVD-2026-2281

In the Linux kernel, the following vulnerability has been resolved: shmem: fix recovery on rename failures mapletree insertions can fail if we are seriously short on memory; simpleoffsetrename does not recover well if it runs into that. The same goes for simpleoffsetrenameexchange. Moreover,...

5.9AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/01/13 3:31 p.m.2 views

EUVD-2026-2267

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: fix use-after-free on probe deferral The driver is dropping the references taken to the larb devices during probe after successful lookup as well as on errors. This can potentially lead to a use-after-free in case...

6AI score0.00125EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:31 p.m.12 views

EUVD-2026-2279

In the Linux kernel, the following vulnerability has been resolved: svcrdma: bound check rqpages index in inline path svcrdmacopyinlinerange indexed rqstp-rqpagesrccurpage without verifying rccurpage stays within the allocated page array. Add guards before the first use and after advancing to a n...

6AI score0.00129EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/01/13 3:31 p.m.4 views

EUVD-2026-2266

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Always remove class from active list before deleting in etsqdiscchange [email protected] says: The vulnerability is a race condition between etsqdiscdequeue and etsqdiscchange. It leads to UAF on stru...

5.7AI score0.00151EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:31 p.m.3 views

EUVD-2026-2259

In the Linux kernel, the following vulnerability has been resolved: net: hns3: using the numtqps in the vf driver to apply for resources Currently, hdev-htqp is allocated using hdev-numtqps, and kinfo-tqp is allocated using kinfo-numtqps. However, kinfo-numtqps is set to minnewtqps, hdev-numtqps;...

6AI score0.00177EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:29 p.m.6 views

EUVD-2026-2280

In the Linux kernel, the following vulnerability has been resolved: Input: alps - fix use-after-free bugs caused by dev3registerwork The dev3registerwork delayed work item is initialized within alpsreconnect and scheduled upon receipt of the first bare PS/2 packet from an external PS/2 device...

5.9AI score0.00166EPSS
SaveExploits0References4
Rows per page
Query Builder