Lucene search
+L

1736 matches found

CNNVD
CNNVD
added 2024/05/14 12:0 a.m.7 views

TOTOLINK X5000R 安全漏洞

The TOTOLINK X5000R is a router from China's Gion Electronics TOTOLINK. A command injection vulnerability exists in the TOTOLINK X5000R pid parameter, which originates from the pid parameter of /cgi-bin/cstecgi.cgi failing to properly filter construct command special characters, commands, etc. An...

8.8CVSS7.7AI score0.09253EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2024/05/11 12:0 a.m.15 views

RHEL 5 : rhnsd (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 5 host has one or more packages installed that are affected by a vulnerability that has been acknowledged by the vendor but will not be patched. - rhnsd: World-writable PID files CVE-2017-7560 Note that Nessus has not tested for this issue but has instead relied...

5.6AI score0.00252EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/03 6:15 p.m.32 views

CVE-2022-48695

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix use-after-free warning Fix the following use-after-free warning which is observed during controller reset: refcountt: underflow; use-after-free. WARNING: CPU: 23 PID: 5399 at lib/refcount.c:28...

7.8CVSS7.4AI score0.00241EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/05/03 6:15 p.m.30 views

CVE-2022-48695

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix use-after-free warning Fix the following use-after-free warning which is observed during controller reset: refcountt: underflow; use-after-free. WARNING: CPU: 23 PID: 5399 at lib/refcount.c:28...

7.8CVSS6.3AI score0.00241EPSS
SaveExploits0References10
NVD
NVD
added 2024/05/03 3:15 p.m.39 views

CVE-2022-48670

In the Linux kernel, the following vulnerability has been resolved: peci: cpu: Fix use-after-free in adevrelease When auxiliarydeviceadd returns an error, auxiliarydeviceuninit is called, which causes refcount for device to be decremented and .release callback will be triggered. Because adevrelea...

7.8CVSS7.5AI score0.00216EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/03 2:51 p.m.20 views

CVE-2022-48674 erofs: fix pcluster use-after-free on UP platforms

In the Linux kernel, the following vulnerability has been resolved: erofs: fix pcluster use-after-free on UP platforms During stress testing with CONFIGSMP disabled, KASAN reports as below: ================================================================== BUG: KASAN: use-after-free in...

7.8CVSS6.9AI score0.00232EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/03 2:51 p.m.24 views

CVE-2022-48674

In the Linux kernel, the following vulnerability has been resolved: erofs: fix pcluster use-after-free on UP platforms During stress testing with CONFIGSMP disabled, KASAN reports as below: ================================================================== BUG: KASAN: use-after-free in...

7.8CVSS7.7AI score0.00232EPSS
SaveExploits0
CVE
CVE
added 2024/05/03 2:49 p.m.93 views

CVE-2022-48670

CVE-2022-48670 is a Linux kernel use-after-free in peci CPU handling. When auxiliary_device_add() errors, auxiliary_device_uninit() is called, decrementing the device refcount and triggering .release; adev_release() then re-calls auxiliary_device_uninit(), causing use-after-free. Affected: Linux ...

7.8CVSS6.6AI score0.00216EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/05/01 1:15 p.m.20 views

CVE-2024-27026

In the Linux kernel, the following vulnerability has been resolved: vmxnet3: Fix missing reserved tailroom Use rbi-len instead of rcd-len for non-dataring packet. Found issue: XDPWARN: xdpupdateframefrombuffline:278: Driver BUG: missing reserved tailroom WARNING: CPU: 0 PID: 0 at net/core/xdp.c:5...

7.5CVSS7.5AI score0.00759EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/01 1:0 p.m.32 views

CVE-2024-27062 nouveau: lock the client object tree.

In the Linux kernel, the following vulnerability has been resolved: nouveau: lock the client object tree. It appears the client object tree has no locking unless I've missed something else. Fix races around adding/removing client objects, mostly vram bar mappings. 4562.099306 general protection...

7.8CVSS6.9AI score0.00179EPSS
SaveExploits0References3
NVD
NVD
added 2024/05/01 6:15 a.m.28 views

CVE-2024-27000

In the Linux kernel, the following vulnerability has been resolved: serial: mxs-auart: add spinlock around changing cts state The uarthandlectschange function in serialcore expects the caller to hold uport-lock. For example, I have seen the below kernel splat, when the Bluetooth driver is loaded ...

7.8CVSS7.3AI score0.00324EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.22 views

CVE-2024-26951

In the Linux kernel, the following vulnerability has been resolved: wireguard: netlink: check for dangling peer via isdead instead of empty list If all peers are removed via wgpeerremoveall, rather than setting peerlist to empty, the peer is added to a temporary list with a head on the stack of...

7.8CVSS6.3AI score0.00233EPSS
SaveExploits0References22
Cvelist
Cvelist
added 2024/05/01 5:30 a.m.59 views

CVE-2024-27018 netfilter: br_netfilter: skip conntrack input hook for promisc packets

In the Linux kernel, the following vulnerability has been resolved: netfilter: brnetfilter: skip conntrack input hook for promisc packets For historical reasons, when bridge device is in promisc mode, packets that are directed to the taps follow bridge input hook path. This patch adds a workaroun...

8.2CVSS7.4AI score0.00633EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/01 5:19 a.m.34 views

CVE-2024-26958

In the Linux kernel, the following vulnerability has been resolved: nfs: fix UAF in direct writes In production we have been hitting the following warning consistently ------------ cut here ------------ refcountt: underflow; use-after-free. WARNING: CPU: 17 PID: 1800359 at lib/refcount.c:28...

7.8CVSS7.7AI score0.00244EPSS
SaveExploits0
OSV
OSV
added 2024/05/01 5:19 a.m.19 views

CVE-2024-26958 nfs: fix UAF in direct writes

In the Linux kernel, the following vulnerability has been resolved: nfs: fix UAF in direct writes In production we have been hitting the following warning consistently ------------ cut here ------------ refcountt: underflow; use-after-free. WARNING: CPU: 17 PID: 1800359 at lib/refcount.c:28...

7.8CVSS6.3AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/05/01 5:19 a.m.33 views

CVE-2024-26958 nfs: fix UAF in direct writes

In the Linux kernel, the following vulnerability has been resolved: nfs: fix UAF in direct writes In production we have been hitting the following warning consistently ------------ cut here ------------ refcountt: underflow; use-after-free. WARNING: CPU: 17 PID: 1800359 at lib/refcount.c:28...

7.8CVSS7AI score0.00244EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/01 5:17 a.m.33 views

CVE-2024-26941 drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau

In the Linux kernel, the following vulnerability has been resolved: drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau Fix a regression when using nouveau and unplugging a StarTech MSTDP122DP DisplayPort 1.2 MST hub the same regression does not appear when using a Cable Matters...

6.8AI score0.00193EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/01 5:17 a.m.21 views

CVE-2024-26932 usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix double-free issue in tcpmportunregisterpd When unregister pd capabilitie in tcpm, KASAN will capture below double -free issue. The root cause is the same capabilitiy will be kfreed twice, the first time is...

6.7AI score0.00216EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/04/28 1:1 p.m.53 views

CVE-2022-48658

In the Linux kernel, the following vulnerability has been resolved: mm: slub: fix flushcpuslab/freeslab invocations in task context. Commit 5a836bf6b09f "mm: slub: move flushcpuslab invocations freeslab invocations out of IRQ context" moved all flushcpuslab invocations to the global workqueue to...

7.8CVSS5.9AI score0.00667EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/28 12:59 p.m.25 views

CVE-2022-48634 drm/gma500: Fix BUG: sleeping function called from invalid context errors

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix BUG: sleeping function called from invalid context errors gmacrtcpageflip was holding the eventlock spinlock while calling crtcfuncs-modesetbase which takes wwmutex. The only reason to hold eventlock is to clear...

6.8AI score0.00167EPSS
SaveExploits0References4
Rows per page
Query Builder