Lucene search
+L

993 matches found

OSV
OSV
added 2025/10/24 1:15 p.m.4 views

DEBIAN-CVE-2025-40024

In the Linux kernel, the following vulnerability has been resolved: vhost: Take a reference on the task in struct vhosttask. vhosttaskcreate creates a task and keeps a reference to its taskstruct. That task may exit early via a signal and its taskstruct will be released. A pending vhosttaskwake...

7.8CVSS5.2AI score0.00144EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/10/24 12:24 p.m.10 views

CVE-2025-40024 vhost: Take a reference on the task in struct vhost_task.

In the Linux kernel, the following vulnerability has been resolved: vhost: Take a reference on the task in struct vhosttask. vhosttaskcreate creates a task and keeps a reference to its taskstruct. That task may exit early via a signal and its taskstruct will be released. A pending vhosttaskwake...

7.8CVSS0.00144EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/17 2:56 p.m.8 views

OESA-2025-2481 poppler security update

is a PDF rendering library. Security Fixes: Poppler 24.06.1 through 25.x before 25.04.0 allows stack consumption and a SIGSEGV via deeply nested structures within the metadata such as GTSPDFEVersion of a PDF document, e.g., a regular expression for a long pdfsubver string. This occurs in...

8.6CVSS6.7AI score0.0016EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/17 2:56 p.m.7 views

OESA-2025-2480 poppler security update

is a PDF rendering library. Security Fixes: Poppler 24.06.1 through 25.x before 25.04.0 allows stack consumption and a SIGSEGV via deeply nested structures within the metadata such as GTSPDFEVersion of a PDF document, e.g., a regular expression for a long pdfsubver string. This occurs in...

8.6CVSS6.7AI score0.0016EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/17 2:56 p.m.12 views

OESA-2025-2479 poppler security update

is a PDF rendering library. Security Fixes: Poppler 24.06.1 through 25.x before 25.04.0 allows stack consumption and a SIGSEGV via deeply nested structures within the metadata such as GTSPDFEVersion of a PDF document, e.g., a regular expression for a long pdfsubver string. This occurs in...

8.6CVSS6.7AI score0.0016EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/17 12:0 a.m.6 views

Poppler < 25.10.0 Use-After-Free (GHSL-2025-042)

The version of Poppler installed on the remote host is prior to 25.10.0. It is, therefore, affected by a vulnerability: - Poppler ia a library for rendering PDF files, and examining or modifying their structure. A use-after-free write vulnerability has been detected in versions Poppler prior to...

8.6CVSS5.4AI score0.0016EPSS
SaveExploits0References2
NVD
NVD
added 2025/10/15 8:15 a.m.12 views

CVE-2025-39977

In the Linux kernel, the following vulnerability has been resolved: futex: Prevent use-after-free during requeue-PI syzbot managed to trigger the following race: T1 T2 futexwaitrequeuepi futexdowait schedule futexrequeue futexproxytrylockatomic futexrequeuepiprepare requeuepiwakefutex...

7.8CVSS0.0014EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/15 1:19 a.m.9 views

EUVD-2023-59994

BYTEVALUE Intelligent Flow Control Router contains a command injection vulnerability via the /goform/webRead/open endpoint. The path parameter is not properly validated and is echoed into a shell context, allowing an attacker to inject and execute arbitrary shell commands on the device. Successfu...

9.3CVSS7.9AI score0.01906EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/14 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-52885

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Poppler ia a library for rendering PDF files, and examining or modifying their structure. A use-after-free write vulnerability has been detected in versions...

8.6CVSS7AI score0.0016EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/10/10 10:41 p.m.5 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in the StructTreeRoot class due to the use of raw pointers to elements of a std::vector, which can result in dangling pointers when the vector is resized. An attacker can potentially execute arbitrary code or cause a deni...

8.6CVSS7.1AI score0.0016EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/10 10:11 p.m.8 views

EUVD-2025-33795

Poppler ia a library for rendering PDF files, and examining or modifying their structure. A use-after-free write vulnerability has been detected in versions Poppler prior to 25.10.0 within the StructTreeRoot class. The issue arises from the use of raw pointers to elements of a std::vector, which...

8.6CVSS6.2AI score0.0016EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/10/10 10:11 p.m.9 views

CVE-2025-52885

Poppler ia a library for rendering PDF files, and examining or modifying their structure. A use-after-free write vulnerability has been detected in versions Poppler prior to 25.10.0 within the StructTreeRoot class. The issue arises from the use of raw pointers to elements of a std::vector, which...

8.6CVSS5.3AI score0.0016EPSS
SaveExploits0
CVE
CVE
added 2025/10/10 10:11 p.m.105 views

CVE-2025-52885

CVE-2025-52885 affects Poppler before 25.10.0, where a use-after-free (write) vulnerability arises from raw pointers to elements of a std::vector stored in refToParentMap within StructTreeRoot. Pointers may become dangling when the vector resizes, due to vector reallocation moving elements and in...

8.6CVSS6.3AI score0.0016EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/09 3:31 p.m.8 views

EUVD-2025-33336

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix untrusted unsigned subtract Fix the following Smatch static checker warning: net/rxrpc/rxgkapp.c:65 rxgkyfsdecodeticket warn: untrusted unsigned subtract. 'ticketlen - 10 4' by prechecking the length of what we're tryi...

6AI score0.0023EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/09 1:15 p.m.9 views

CVE-2025-39962

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix untrusted unsigned subtract Fix the following Smatch static checker warning: net/rxrpc/rxgkapp.c:65 rxgkyfsdecodeticket warn: untrusted unsigned subtract. 'ticketlen - 10 4' by prechecking the length of what we're tryi...

7.8CVSS0.0023EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/10/09 12:13 p.m.14 views

CVE-2025-39962 rxrpc: Fix untrusted unsigned subtract

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix untrusted unsigned subtract Fix the following Smatch static checker warning: net/rxrpc/rxgkapp.c:65 rxgkyfsdecodeticket warn: untrusted unsigned subtract. 'ticketlen - 10 4' by prechecking the length of what we're tryi...

7.5CVSS0.0023EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/10/09 12:13 p.m.5 views

CVE-2025-39960

In the Linux kernel, the following vulnerability has been resolved: gpiolib: acpi: initialize acpigpioinfo struct Since commit 7c010d463372 "gpiolib: acpi: Make sure we fill struct acpigpioinfo", uninitialized acpigpioinfo struct are passed to acpifindgpio and later in the call stack info-quirks ...

7.8CVSS6.2AI score0.00142EPSS
SaveExploits0
OSV
OSV
added 2025/10/09 12:13 p.m.7 views

CVE-2025-39960 gpiolib: acpi: initialize acpi_gpio_info struct

In the Linux kernel, the following vulnerability has been resolved: gpiolib: acpi: initialize acpigpioinfo struct Since commit 7c010d463372 "gpiolib: acpi: Make sure we fill struct acpigpioinfo", uninitialized acpigpioinfo struct are passed to acpifindgpio and later in the call stack info-quirks ...

7.3CVSS6.5AI score0.00142EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/10/07 11:47 p.m.5 views

SUSE CVE-2023-53623

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix swapinfostruct race between swapoff and getswappages The si-lock must be held when deleting the si from the available list. Otherwise, another thread can re-add the si to the available list, which can lead to memory...

6.3CVSS6.3AI score0.00128EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/07 4:15 p.m.9 views

UBUNTU-CVE-2022-50540

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom-adm: fix wrong sizeof config in slaveconfig Fix broken slaveconfig function that uncorrectly compare the peripheralsize with the size of the config pointer instead of the size of the config struct. This cause the...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References6
Rows per page
Query Builder