Show filters
3,617 Total Results
Displaying 321-330 of 3,617
Sort by:
Attacker Value
Unknown

CVE-2022-37051

Disclosure Date: August 22, 2023 (last updated February 25, 2025)
An issue was discovered in Poppler 22.07.0. There is a reachable abort which leads to denial of service because the main function in pdfunite.cc lacks a stream check before saving an embedded file.
Attacker Value
Unknown

CVE-2022-37050

Disclosure Date: August 22, 2023 (last updated February 25, 2025)
In Poppler 22.07.0, PDFDoc::savePageAs in PDFDoc.c callows attackers to cause a denial-of-service (application crashes with SIGABRT) by crafting a PDF file in which the xref data structure is mishandled in getCatalog processing. Note that this vulnerability is caused by the incomplete patch of CVE-2018-20662.
Attacker Value
Unknown

CVE-2020-35357

Disclosure Date: August 22, 2023 (last updated February 25, 2025)
A buffer overflow can occur when calculating the quantile value using the Statistics Library of GSL (GNU Scientific Library), versions 2.5 and 2.6. Processing a maliciously crafted input data for gsl_stats_quantile_from_sorted_data of the library may lead to unexpected application termination or arbitrary code execution.
Attacker Value
Unknown

CVE-2020-23804

Disclosure Date: August 22, 2023 (last updated February 25, 2025)
Uncontrolled Recursion in pdfinfo, and pdftops in poppler 0.89.0 allows remote attackers to cause a denial of service via crafted input.
Attacker Value
Unknown

CVE-2020-22217

Disclosure Date: August 22, 2023 (last updated February 25, 2025)
Buffer overflow vulnerability in c-ares before 1_16_1 thru 1_17_0 via function ares_parse_soa_reply in ares_parse_soa_reply.c.
Attacker Value
Unknown

CVE-2020-19189

Disclosure Date: August 22, 2023 (last updated February 25, 2025)
Buffer Overflow vulnerability in postprocess_terminfo function in tinfo/parse_entry.c:997 in ncurses 6.1 allows remote attackers to cause a denial of service via crafted command.
Attacker Value
Unknown

CVE-2023-37369

Disclosure Date: August 20, 2023 (last updated October 08, 2023)
In Qt before 5.15.15, 6.x before 6.2.9, and 6.3.x through 6.5.x before 6.5.2, there can be an application crash in QXmlStreamReader via a crafted XML string that triggers a situation in which a prefix is greater than a length.
Attacker Value
Unknown

CVE-2023-40283

Disclosure Date: August 14, 2023 (last updated February 25, 2025)
An issue was discovered in l2cap_sock_release in net/bluetooth/l2cap_sock.c in the Linux kernel before 6.4.10. There is a use-after-free because the children of an sk are mishandled.
Attacker Value
Unknown

CVE-2023-3824

Disclosure Date: August 11, 2023 (last updated February 25, 2025)
In PHP version 8.0.* before 8.0.30,  8.1.* before 8.1.22, and 8.2.* before 8.2.8, when loading phar file, while reading PHAR directory entries, insufficient length checking may lead to a stack buffer overflow, leading potentially to memory corruption or RCE.
Attacker Value
Unknown

CVE-2023-3823

Disclosure Date: August 11, 2023 (last updated February 25, 2025)
In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.