Lucene search
+L

919 matches found

AlpineLinux
AlpineLinux
added 2025/11/13 1:00 p.m.7 views

CVE-2025-12818

Integer wraparound in multiple PostgreSQL libpq client library functions allows an application input provider or network peer to cause libpq to undersize an allocation and write out-of-bounds by hundreds of megabytes. This results in a segmentation fault for the application using libpq. Versions...

5.9CVSS6.6AI score0.0034EPSS
SaveExploits0
EUVD
EUVD
added 2025/11/12 12:30 p.m.8 views

EUVD-2025-124939

In the Linux kernel, the following vulnerability has been resolved: nvdimm: ndtest: Return -ENOMEM if devmkcalloc fails in ndtestprobe devmkcalloc may fail. ndtestprobe allocates three DMA address arrays dcrdma, labeldma, dimmdma and later unconditionally uses them in ndtestnvdimminit, which can...

5.7AI score0.00032EPSS
SaveExploits0References7
CVE
CVE
added 2025/11/12 10:23 a.m.35 views

CVE-2025-40144

CVE-2025-40144 relates to the Linux kernel nvdimm subsystem: ndtest may NULL-dereference under low memory if devm_kcalloc() allocations fail. The fix adds checks for three DMA address arrays (dcr_dma, label_dma, dimm_dma) and returns -ENOMEM on allocation failure, routing to a common error path. ...

5.8AI score0.00032EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:00 a.m.5 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-990772)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990772 advisory. In the Linux kernel, the following vulnerability has been resolved: bnxten: Avoid order-5 memory allocation for TPA data The driver needs to keep track of all the...

5.5CVSS6.2AI score0.00176EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/11/11 7:57 p.m.14 views

firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing

A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input 250 KiB can cause the parser to allocate hundreds of megabytes, leading to denial-of-service DoS through memory exhaustion...

7.5CVSS6.3AI score0.01315EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2025/11/11 12:00 a.m.3 views

RHEL 10 : expat (RHSA-2025:21030)

The remote Redhat Enterprise Linux 10 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2025:21030 advisory. Expat is a C library for parsing XML documents. Security Fixes: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocatio...

7.5CVSS6.4AI score0.01315EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2025/11/10 12:00 a.m.5 views

RockyLinux 10 : expat (RLSA-2025:19403)

The remote RockyLinux 10 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2025:19403 advisory. expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing CVE-2025-59375 Tenable...

7.5CVSS6.3AI score0.01315EPSS
SaveExploits1References3
CVE
CVE
added 2025/11/07 3:13 p.m.26 views

CVE-2025-53411

CVE-2025-53411 affects QNAP File Station 5. The issue is an unlimited/unthrottled resource allocation vulnerability that can be exploited by an attacker who has administrator privileges to disrupt access to resources, preventing other systems/applications/processes from using the same resources. ...

5.1CVSS6.6AI score0.00484EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2025/11/07 3:13 p.m.15 views

CVE-2025-53413 File Station 5

An allocation of resources without limits or throttling vulnerability has been reported to affect File Station 5. If a remote attacker gains a user account, they can then exploit the vulnerability to prevent other systems, applications, or processes from accessing the same type of resource. We ha...

7.1CVSS0.00462EPSS
SaveExploits0References1
OSV
OSV
added 2025/11/06 9:08 a.m.7 views

RLSA-2025:19403 Important: expat security update

Expat is a C library for parsing XML documents. Security Fixes: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing CVE-2025-59375 For more details about the security issues, including the impact, a CVSS score,...

5.3CVSS6.9AI score0.01315EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2025/11/03 2:00 a.m.13 views

firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing

A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input 250 KiB can cause the parser to allocate hundreds of megabytes, leading to denial-of-service DoS through memory exhaustion...

7.5CVSS6.3AI score0.01315EPSS
SaveExploits1References6
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: idpf: returning 0 size for the RSS key if it is not supported Returning -EOPNOTSUPP from the function that returns u32 results in an invalid size value due to a cast operation. Returning -EOPNOTSUPP as a size likely leads to...

5.5CVSS6.3AI score0.00148EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/29 11:16 p.m.11 views

AZL-78907 CVE-2025-58183 affecting package golang 1.26.5-2

tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a...

4.3CVSS6.7AI score0.00413EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/29 9:51 p.m.12 views

GO-2025-4014 Unbounded allocation when parsing GNU sparse map in archive/tar

tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a...

4.3CVSS6.3AI score0.00413EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/10/27 6:26 p.m.9 views

CVE-2025-12194

Uncontrolled Resource Consumption vulnerability in Legion of the Bouncy Castle Inc. Bouncy Castle for Java FIPS bc-fips on All API modules, Legion of the Bouncy Castle Inc. Bouncy Castle for Java LTS bcprov-lts8on on All API modules allows Excessive Allocation. This vulnerability is associated wi...

5.9CVSS6.4AI score0.00145EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2025/10/22 12:00 a.m.4 views

The vulnerability of the xfrm_alloc_spi() function in the net/xfrm/xfrm_state.c module of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the xfrmallocspi function in the net/xfrm/xfrmstate.c module of the Linux operating system is related to the use of memory after it is freed. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00183EPSS
SaveExploits0References9Affected Software3
OSV
OSV
added 2025/10/21 2:51 p.m.8 views

JLSEC-2025-173 libexpat in Expat before 2.7.2 allows attackers to trigger large dynamic memory allocations via a...

libexpat in Expat before 2.7.2 allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing...

7.5CVSS6.2AI score0.01315EPSS
SaveExploits1References9
OSV
OSV
added 2025/10/17 11:09 a.m.8 views

OESA-2025-2457 expat security update

expat is a stream-oriented XML parser library written in C. expat excels with files too large to fit RAM, and where performance and flexibility are crucial. Security Fixes: libexpat in Expat before version 2.7.2 allows attackers to trigger large dynamic memory allocations via a small document...

7.5CVSS7AI score0.01315EPSS
SaveExploits1References2
OSV
OSV
added 2025/10/17 11:09 a.m.17 views

OESA-2025-2456 expat security update

expat is a stream-oriented XML parser library written in C. expat excels with files too large to fit RAM, and where performance and flexibility are crucial. Security Fixes: libexpat in Expat before version 2.7.2 allows attackers to trigger large dynamic memory allocations via a small document...

7.5CVSS7AI score0.01315EPSS
SaveExploits1References2
OSV
OSV
added 2025/10/17 11:09 a.m.6 views

OESA-2025-2458 expat security update

expat is a stream-oriented XML parser library written in C. expat excels with files too large to fit RAM, and where performance and flexibility are crucial. Security Fixes: libexpat in Expat before version 2.7.2 allows attackers to trigger large dynamic memory allocations via a small document...

7.5CVSS7AI score0.01315EPSS
SaveExploits1References2
Rows per page
Query Builder