Lucene search
+L

1104 matches found

Vulnrichment
Vulnrichment
added 2025/01/07 4:07 p.m.7 views

CVE-2025-0238 Use-after-free when breaking lines in text

Assuming a controlled failed memory allocation, an attacker could have caused a use-after-free, leading to a potentially exploitable crash. This vulnerability was fixed in Firefox 134, Firefox ESR 128.6, Firefox ESR 115.19, Thunderbird 134, and Thunderbird 128.6...

6.8AI score0.00811EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.7 views

PT-2025-25431

Name of the Vulnerable Software and Affected Versions GLib affected versions not specified Description A flaw was found in how GLib’s GString manages memory when adding data to strings. If a string is already very large, combining it with more input can cause a hidden overflow in the size...

7.5CVSS6.5AI score0.00486EPSS
SaveExploits0References65
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.8 views

PT-2025-30852

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a memory leak in the ASoC SOF Intel HDA driver. The sof pdata-tplg filename variable, allocated using kstrdup, can be overwritten, leading to a memory leak. Thi...

5.5CVSS7.7AI score0.00157EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.7 views

PT-2025-11968 · Suricata +1 · Suricata +1

Name of the Vulnerable Software and Affected Versions: Suricata versions affected versions not specified Description: The issue concerns a problem where the decode base64 signature can cause large memory allocation. This could potentially lead to issues with the Suricata package in Debian Linux...

7.5CVSS6AI score0.00268EPSS
SaveExploits0References22
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.13 views

PT-2025-16235

Name of the Vulnerable Software and Affected Versions libsoup affected versions not specified Description A use-after-free type vulnerability was found in libsoup, in the soup message headers get content disposition function. This flaw allows a malicious HTTP client to cause memory corruption in...

9CVSS8.1AI score0.0091EPSS
SaveExploits0References172
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.27 views

PT-2025-23001

Name of the Vulnerable Software and Affected Versions GIMP versions prior to the fixed version Description A flaw was found in GIMP when processing XCF image files. If a user opens one of these image files that has been specially crafted by an attacker, GIMP can be tricked into making serious...

7.3CVSS8.3AI score0.00263EPSS
SaveExploits0References82
RedhatCVE
RedhatCVE
added 2024/12/30 4:53 a.m.14 views

CVE-2024-56747

In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix a possible memory leak in qediallocandinitsb Hook "qediops-common-sbinit = qedsbinit" does not release the DMA memory sbvirt when it fails. Add dmafreecoherent to free it. This is the same way as qedrallocmemsb an...

4.4CVSS7AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/30 4:23 a.m.12 views

CVE-2024-56740

In the Linux kernel, the following vulnerability has been resolved: nfs/localio: must clear res.replen in nfslocalreaddone Otherwise memory corruption can occur due to NFSv3 LOCALIO reads leaving garbage in res.replen: - nfs3readdone copies that into server-readhdrsize; from there...

7.8CVSS7.2AI score0.00197EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:41 p.m.21 views

CVE-2024-56562

A vulnerability was found in the i3cmasterputi3caddrs function in the Linux kernel's i3c driver. A memory management issue can occur due to a copy-paste error between "dynaddr" and "initdynaddr", which leads to incorrect handling of memory, potentially causing resource mismanagement and instabili...

4.4CVSS6.4AI score0.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:28 p.m.12 views

CVE-2024-53193

In the Linux kernel, the following vulnerability has been resolved: clk: clk-loongson2: Fix memory corruption bug in struct loongson2clkprovider Some heap space is allocated for the flexible structure struct clkhwonecelldata and its flexible-array member hws through the composite structure struct...

5.5CVSS7.2AI score0.00228EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:25 p.m.16 views

CVE-2024-53175

In the Linux kernel, the following vulnerability has been resolved: ipc: fix memleak if msginitns failed in createipcns Percpu memory allocation may failed during createipcns however this fail is not handled properly since ipc sysctls and mq sysctls is not released properly. Fix this by release...

5.5CVSS6.9AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/29 8:48 a.m.12 views

CVE-2024-56710 ceph: fix memory leak in ceph_direct_read_write()

In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in cephdirectreadwrite The bvecs array which is allocated in itergetbvecsalloc is leaked and pages remain pinned if cephallocsparseextmap fails. There is no need to delay the allocation of sparseext map unti...

3.3CVSS6AI score
SaveExploits0References6
NVD
NVD
added 2024/12/28 10:15 a.m.17 views

CVE-2024-56697

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the memory allocation issue in amdgpudiscoverygetnpsinfo Fix two issues with memory allocation in amdgpudiscoverygetnpsinfo for memranges: - Add a check for allocation failure to avoid dereferencing a null pointer...

5.5CVSS0.00202EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/12/27 3:06 p.m.10 views

CVE-2024-56669 iommu/vt-d: Remove cache tags before disabling ATS

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Remove cache tags before disabling ATS The current implementation removes cache tags after disabling ATS, leading to potential memory leaks and kernel crashes. Specifically, CACHETAGDEVTLB type cache tags may still...

8.8CVSS7.3AI score0.00211EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/27 2:22 p.m.8 views

CVE-2024-56553 binder: fix memleak of proc->delivered_freeze

In the Linux kernel, the following vulnerability has been resolved: binder: fix memleak of proc-deliveredfreeze If a freeze notification is cleared with BCCLEARFREEZENOTIFICATION before calling binderfreezenotificationdone, then it is detached from its reference e.g. ref-freeze but the work remai...

3.3CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 2024/12/27 1:49 p.m.2294 views

CVE-2024-53193

CVE-2024-53193 – Linux kernel (Loongson2 clock) vulnerability : A memory corruption bug occurred in loongson2_clk_provider where a flexible array member (clk_hw_onecell_data.hws) was placed in the middle of the provider struct, causing clp->clk_lock to be overwritten during allocation and writ...

7.8CVSS6.9AI score0.00228EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/12/18 3:57 p.m.116 views

CVE-2024-47810

Foxit Reader 2024.3.0.26795 contains a use-after-free/memory corruption flaw in the 3D page object handling that can lead to arbitrary code execution when a user opens a malicious PDF or visits a malicious site with the browser plug-in enabled. Multiple connected sources corroborate this CVE (CVE...

8.8CVSS7.7AI score0.01281EPSS
SaveExploits1References2Affected Software2
OSV
OSV
added 2024/12/16 7:16 a.m.19 views

BIT-MATTERMOST-2024-1953

Mattermost versions 8.1.x before 8.1.9, 9.2.x before 9.2.5, 9.3.0, and 9.4.x before 9.4.2 fail to limit the number of role names requested from the API, allowing an authenticated attacker to cause the server to run out of memory and crash by issuing an unusually large HTTP request...

4.3CVSS4.3AI score0.00508EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/12/13 12:00 a.m.20 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-50013)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-50013 advisory. - In the Linux kernel, the following vulnerability has been resolved: exfat: fix memory leak in exfatloadbitma...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References2
NVD
NVD
added 2024/12/12 2:03 a.m.13 views

CVE-2024-47596

GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemuxparsesvq3stsddata function within qtdemux.c. In the FOURCCSMI case, seqhsize is read from the input file without proper validation. If seqhsize is greater than the remaining...

7.5CVSS0.01143EPSS
SaveExploits0References4
Rows per page
Query Builder