Lucene search
+L

15697 matches found

CVE
CVE
added 2025/09/15 2:49 p.m.38 views

CVE-2022-50337

The CVE-2022-50337 issue affects the Linux kernel OCXL path: get_function_0() calls pci_get_domain_bus_and_slot(), which returns a PCI device with an incremented refcount. If pci_dev_put() is not called, a refcount leak can occur. The fixes add device reference handling and ensure calls to pci_de...

5.5CVSS6AI score0.00155EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/09/15 2:49 p.m.10 views

CVE-2022-50337 ocxl: fix pci device refcount leak when calling get_function_0()

In the Linux kernel, the following vulnerability has been resolved: ocxl: fix pci device refcount leak when calling getfunction0 getfunction0 calls pcigetdomainbusandslot, as comment says, it returns a pci device with refcount increment, so after using it, pcidevput needs be called. Get the devic...

6.1AI score
SaveExploits0References8
OSV
OSV
added 2025/09/15 2:49 p.m.11 views

CVE-2022-50325 ASoC: Intel: avs: Fix potential RX buffer overflow

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix potential RX buffer overflow If an event caused firmware to return invalid RX size for LARGECONFIGGET, memcpyfromio could end up copying too many bytes. Fix by utilizing mint...

7.8CVSS6.7AI score
SaveExploits0References6
CVE
CVE
added 2025/09/15 2:49 p.m.39 views

CVE-2022-50325

CVE-2022-50325 (Linux kernel) is detailed in connected documents as an ASoC: Intel avs issue, where firmware may return an invalid RX size for LARGE_CONFIG_GET, causing memcpy_fromio() to copy too many bytes. Root cause: RX size handling overflow in the RX buffer due to missing bounds check. Miti...

7.8CVSS6.3AI score0.00179EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:46 p.m.13 views

CVE-2023-53259 VMCI: check context->notify_page after call to get_user_pages_fast() to avoid GPF

In the Linux kernel, the following vulnerability has been resolved: VMCI: check context-notifypage after call to getuserpagesfast to avoid GPF The call to getuserpagesfast in vmcihostsetupnotify can return NULL context-notifypage causing a GPF. To avoid GPF check if context-notifypage == NULL and...

0.00149EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:46 p.m.8 views

CVE-2023-53259 VMCI: check context->notify_page after call to get_user_pages_fast() to avoid GPF

In the Linux kernel, the following vulnerability has been resolved: VMCI: check context-notifypage after call to getuserpagesfast to avoid GPF The call to getuserpagesfast in vmcihostsetupnotify can return NULL context-notifypage causing a GPF. To avoid GPF check if context-notifypage == NULL and...

6.1AI score
SaveExploits0References10
CVE
CVE
added 2025/09/15 2:46 p.m.67 views

CVE-2023-53259

CVE-2023-53259 (Linux kernel) is a local vulnerability in VMCI where vmci_host_setup_notify() may dereference a NULL context->notify_page after get_user_pages_fast(), causing a general protection fault. The fix, as documented in the advisory, is to validate context->notify_page and return a...

7.1CVSS6.1AI score0.00149EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/09/15 2:46 p.m.35 views

CVE-2022-50311

CVE-2022-50311 affects the Linux kernel: a refcount leak in cxl_calc_capp_routing due to of_get_next_parent() returning a node pointer with refcount incremented and a missing of_node_put() on the error path. The issue is resolved by adding the missing of_node_put() in the error path to balance th...

5.5CVSS6AI score0.00156EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.24 views

CVE-2023-53206 hwmon: (pmbus_core) Fix NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbuscore Fix NULL pointer dereference Pass i2cclient to pmbusisenabled to drop the assumption that a regulator device is passed in. This will fix the issue of a NULL pointer dereference when called from pmbusgetflags...

0.00143EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/15 2:21 p.m.5 views

CVE-2023-53206 hwmon: (pmbus_core) Fix NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbuscore Fix NULL pointer dereference Pass i2cclient to pmbusisenabled to drop the assumption that a regulator device is passed in. This will fix the issue of a NULL pointer dereference when called from pmbusgetflags...

6.1AI score
SaveExploits0References5
CVE
CVE
added 2025/09/15 2:21 p.m.39 views

CVE-2023-53206

CVE-2023-53206 : In the Linux kernel, a NULL pointer dereference in hwmon: (pmbus_core) was fixed by removing the assumption that a regulator device is passed. The fix involves passing the i2c_client to _pmbus_is_enabled to avoid dereferencing a NULL regulator during _pmbus_get_flags, addressing ...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/09/15 2:15 p.m.10 views

UBUNTU-CVE-2023-53168

In the Linux kernel, the following vulnerability has been resolved: usb: ucsiacpi: Increase the command completion timeout Commit 130a96d698d7 "usb: typec: ucsi: acpi: Increase command completion timeout value" increased the timeout from 5 seconds to 60 seconds due to issues related to alternate...

5.5CVSS5.9AI score0.00154EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/15 2:06 p.m.13 views

CVE-2023-53198 raw: Fix NULL deref in raw_get_next().

In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in rawgetnext. Dae R. Jeong reported a NULL deref in rawgetnext 0. It seems that the repro was running these sequences in parallel so that one thread was iterating on a socket that was being freed in another...

0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 2:02 p.m.7 views

CVE-2022-50258 wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmfcpreinitdcmds This patch fixes a stack-out-of-bounds read in brcmfmac that occurs when 'buf' that is not null-terminated is passed as an argument of strsep in...

6.2AI score
SaveExploits0References11
Github Security Blog
Github Security Blog
added 2025/09/15 1:37 p.m.9 views

fast-able is vulnerable to DoS attack through insecure method

The public accessible struct SyncVec has a public safe method getunchecked. It accept a parameter index and used in the getunchecked without sufficient checks as mentioned here...

7AI score
SaveExploits0References3Affected Software1
Veracode
Veracode
added 2025/09/15 7:54 a.m.10 views

Arbitrary File Read

github.com/donknap/dpanel is vulnerable to Arbitrary File Read. The vulnerability is due to improper access control in the /api/app/compose/get-from-uri interface, which allows an attacker logged into Dpanel to read arbitrary files...

6.1CVSS6.6AI score0.00465EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
added 2025/09/15 6:04 a.m.11 views

Remote Code Execution (RCE)

picklescan is vulnerable to Remote Code Execution RCE.The vulnerability is due to the GuardBuilder.get function being invoked from a crafted pickle's reduce method during deserialization, which bypasses Picklescan's checks and allows an attacker to execute arbitrary code when the victim calls...

8.2AI score
SaveExploits0
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.9 views

AVTECH EagleEyes Lite 安全漏洞

AVTECH EagleEyes Lite is a remote instant monitoring mobile application from AVTECH, a Taiwan, China-based company. A security vulnerability exists in AVTECH EagleEyes Lite version 2.0.0, which originates from the GetHttpsResponse method transmitting sensitive information with explicit query...

8.8CVSS6.3AI score0.00267EPSS
SaveExploits2References2
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.6 views

PT-2025-37654

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A slab-out-of-bounds read vulnerability exists in the brcmfmac module within the Linux kernel. This issue occurs in the brcmf get assoc ies function when handling data from a USB devic...

6.4AI score0.00239EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.10 views

PT-2025-37613

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A reference count leak was resolved in the cxl calc capp routing function within the Linux kernel. The of get next parent function increments the reference count of a node pointer, and...

5.9AI score0.00156EPSS
SaveExploits0References10
Rows per page
Query Builder