Lucene search
+L

2312 matches found

UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.6 views

CVE-2023-53220

In the Linux kernel, the following vulnerability has been resolved: media: az6007: Fix null-ptr-deref in az6007i2cxfer In az6007i2cxfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally reach az6007i2cxfer. If...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.5 views

CVE-2023-53237

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpuirqput call trace in gmcv110hwfini The gmc.eccirq is enabled by firmware per IFWI setting, and the host driver is not privileged to enable/disable the interrupt. So, it is meaningless to use the amdgpuirqput...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.3 views

CVE-2023-53249

In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imx8mn: fix memory leak in imx8mnclocksprobe Use devmofiomap instead of ofiomap to automatically handle the unused ioremap region. If any error occurs, regions allocated by kzalloc will leak, but using devmkzalloc...

5.5CVSS5.8AI score0.00135EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.4 views

CVE-2022-50300

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in readonechunk Store the error code before freeing the extentmap. Though it's reference counted structure, in that function it's the first and last allocation so...

7.8CVSS6.3AI score0.00148EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/09/15 3:15 p.m.3 views

CVE-2023-53259

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...

7.1CVSS6.4AI score0.00139EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.4 views

CVE-2022-50246

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix of node refcount leak in tcpciregisterport I got the following report while doing devicemt6370-tcpc load test with CONFIGOFUNITTEST and CONFIGOFDYNAMIC enabled: OF: ERROR: memory leak, expected refcount 1...

5.5CVSS5.8AI score0.00147EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.3 views

CVE-2022-50248

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix double free on tx path. We see kernel crashes and lockups and KASAN errors related to ax210 firmware crashes. One of the KASAN dumps pointed at the tx path, and it appears there is indeed a way to...

7.8CVSS6.2AI score0.0015EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.3 views

CVE-2022-50251

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

5.5CVSS5.8AI score0.00149EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.2 views

CVE-2023-53147

In the Linux kernel, the following vulnerability has been resolved: xfrm: add NULL check in xfrmupdateaeparams Normally, x-replayesn and x-preplayesn should be allocated at xfrmallocreplaystateesn... in xfrmstateconstruct..., hence the xfrmupdateaeparams... is okay to update them. However, the...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.3 views

CVE-2023-53189

In the Linux kernel, the following vulnerability has been resolved: ipv6/addrconf: fix a potential refcount underflow for idev Now in addrconfmodrstimer, reference idev depends on whether rstimer is not pending. Then modify rstimer timeout. There is a time gap in 1, during which if the pending...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.8 views

CVE-2023-53165

In the Linux kernel, the following vulnerability has been resolved: udf: Fix uninitialized array access for some pathnames For filenames that begin with . and are between 2 and 5 characters long, UDF charset conversion code would read uninitialized memory in the output buffer. The only practical...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.4 views

CVE-2022-50259

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix race in sockmapfree sockmapfree calls releasesocksk without owning a reference on the socket. This can cause use-after-free as syzbot found 1 Jakub Sitnicki already took care of a similar issue in sockhashfree i...

4.7CVSS5.8AI score0.00101EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.2 views

CVE-2023-53184

In the Linux kernel, the following vulnerability has been resolved: arm64/sme: Set new vector length before reallocating As part of fixing the allocation of the buffer for SVE state when changing SME vector length we introduced an immediate reallocation of the SVE state, this is also done when...

7.8CVSS6.7AI score0.00151EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.3 views

CVE-2022-50245

In the Linux kernel, the following vulnerability has been resolved: rapidio: fix possible UAF when kfifoalloc fails If kfifoalloc fails in mportcdevopen, goto errfifo and just free priv. But priv is still in the chdev-filelist, then list traversal may cause UAF. This fixes the following smatch...

7.8CVSS6.2AI score0.00156EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.4 views

CVE-2023-53188

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix race on port output assume the following setup on a single machine: 1. An openvswitch instance with one bridge and default flows 2. two network namespaces "server" and "client" 3. two ovs interfaces "server"...

4.7CVSS5.7AI score0.00105EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.3 views

CVE-2023-53173

In the Linux kernel, the following vulnerability has been resolved: tty: pcnuart: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/15 1:55 p.m.6 views

GHSA-QJ3P-XC97-XW74 MetaMask SDK indirectly exposed via malicious [email protected] dependency

Who is affected? This advisory only applies to developers who use MetaMask SDK in the browser and who, on Sept 8th 2025 between 13:00–15:30 UTC, performed one of the following actions and then deployed their application: - Installed MetaMask SDK into a project with a lockfile for the first time -...

7AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/09/15 1:55 p.m.13 views

MetaMask SDK indirectly exposed via malicious [email protected] dependency

Who is affected? This advisory only applies to developers who use MetaMask SDK in the browser and who, on Sept 8th 2025 between 13:00–15:30 UTC, performed one of the following actions and then deployed their application: - Installed MetaMask SDK into a project with a lockfile for the first time -...

7AI score
SaveExploits0References4Affected Software3
UbuntuCve
UbuntuCve
added 2025/09/15 1:15 p.m.2 views

CVE-2025-39803

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Remove WARNONONCE call from ufshcduiccmdcompl The UIC completion interrupt may be disabled while an UIC command is being processed. When the UIC completion interrupt is reenabled, an UIC interrupt is triggered an...

7.8CVSS6.5AI score0.00133EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/09/15 1:15 p.m.3 views

CVE-2025-39802

In the Linux kernel, the following vulnerability has been resolved: lib/crypto: arm/poly1305: Fix register corruption in no-SIMD contexts Restore the SIMD usability check that was removed by commit 773426f4771b "crypto: arm/poly1305 - Add block-only interface". This safety check is cheap and is...

7.8CVSS6.6AI score0.00133EPSS
SaveExploits0References4
Rows per page
Query Builder