Lucene search
+L

8245 matches found

Debian CVE
Debian CVE
added 2026/07/25 10:45 a.m.13 views

CVE-2026-66011

ImageMagick before 7.1.2-27 contains a memory leak vulnerability in the magick command-line interface when invalid options are provided. Attackers can trigger memory exhaustion by repeatedly supplying malformed command-line arguments to consume system resources...

4.8CVSS5.9AI score0.00092EPSS
SaveExploits0
NVD
NVD
added 2026/07/25 10:17 a.m.10 views

CVE-2026-64388

In the Linux kernel, the following vulnerability has been resolved: smb/client: fix chown/chgrp with SMB3 POSIX Extensions Ownership chown and group chgrp modifications were being ignored when mounting with SMB3 POSIX Extensions unless CIFSMOUNTCIFSACL or CIFSMOUNTMODEFROMSID were also explicitly...

7.8CVSS0.0012EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/25 9:16 a.m.27 views

CVE-2026-16766

Catalyst::View::Wkhtmltopdf versions before 0.6.1 for Perl allow shell command injection RCE via PDF render options. Options are passed directly to the wkhtmltopdf command without sanitization. Any web application that passes user-controlled options such as the pagesize, orientation or margins...

9.8CVSS0.01304EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/25 8:12 a.m.9 views

EUVD-2026-48767

Catalyst::View::Wkhtmltopdf versions before 0.6.1 for Perl allow shell command injection RCE via PDF render options. Options are passed directly to the wkhtmltopdf command without sanitization. Any web application that passes user-controlled options such as the pagesize, orientation or margins...

5.9AI score0.01304EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:12 a.m.8 views

CVE-2026-16766 Catalyst::View::Wkhtmltopdf versions before 0.6.1 for Perl allow shell command injection (RCE) via PDF render options

Catalyst::View::Wkhtmltopdf versions before 0.6.1 for Perl allow shell command injection RCE via PDF render options. Options are passed directly to the wkhtmltopdf command without sanitization. Any web application that passes user-controlled options such as the pagesize, orientation or margins...

9.8CVSS5.9AI score
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:12 a.m.31 views

CVE-2026-16766

Catalyst::View::Wkhtmltopdf for Perl versions before 0.6.1 are vulnerable to shell command injection (RCE) via PDF render options. The vulnerability arises because options passed to wkhtmltopdf are not sanitized, and user-controlled options such as page_size, orientation, or margins can inject co...

9.8CVSS5.9AI score0.01304EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/25 8:12 a.m.45 views

CVE-2026-16766 Catalyst::View::Wkhtmltopdf versions before 0.6.1 for Perl allow shell command injection (RCE) via PDF render options

Catalyst::View::Wkhtmltopdf versions before 0.6.1 for Perl allow shell command injection RCE via PDF render options. Options are passed directly to the wkhtmltopdf command without sanitization. Any web application that passes user-controlled options such as the pagesize, orientation or margins...

0.01304EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.13 views

PT-2026-64476

Name of the Vulnerable Software and Affected Versions Catalyst::View::Wkhtmltopdf versions prior to 0.6.1 Description Shell command injection is possible via PDF render options because options are passed directly to the wkhtmltopdf command without sanitization. Web applications that pass...

9.8CVSS6.5AI score0.01304EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-64451

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing: Fix NULL pointer dereference in funcsetflag funcsetflag dereferences tr-currenttraceflags before verifying that the current tracer is actually the...

5.4AI score0.00162EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.16 views

PT-2026-64761

Name of the Vulnerable Software and Affected Versions ImageMagick versions prior to 7.1.2-27 Description A memory leak exists in the magick command-line interface. This occurs when invalid options are provided, allowing an attacker to trigger memory exhaustion by repeatedly supplying malformed...

4.8CVSS5.8AI score0.00092EPSS
SaveExploits0References19
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-16445

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in dracut. A remote attacker on the adjacent network can exploit this vulnerability by providing specially crafted DHCP options, such as a...

7.5CVSS6AI score0.00989EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 4:42 p.m.5 views

GHSA-R9MR-M37C-5FR3 GitPython: Unsafe git option guard bypass via single-character kwarg value token smuggling enables arbitrary command execution

Summary GitPython's checkunsafeoptions guard the control introduced by CVE-2026-42215 / GHSA-2f96 and hardened since can be bypassed for every guarded method clone/clonefrom, fetch/pull/push, lsremote, itercommits, blame, archive by smuggling an option token inside the VALUE of a single-character...

8.8CVSS6.1AI score
SaveExploits0References5
OSV
OSV
added 2026/07/24 4:42 p.m.14 views

GHSA-6P8H-3WGX-97GF GitPython: Incomplete unsafe_git_clone_options denylist omits --template enabling arbitrary command execution via clone hooks

Summary GitPython's unsafegitcloneoptions denylist omits --template. git clone --template= copies /hooks/ into the new repository and runs them post-checkout fires during clone, so a caller who can influence clone options can achieve arbitrary command execution in the default...

7.5CVSS6.1AI score
SaveExploits0References5
OSV
OSV
added 2026/07/24 4:41 p.m.6 views

GHSA-FJR4-X663-MWXC GitPython: Arbitrary file overwrite via git diff --output argument injection in Diffable.diff (key- and value-controlled)

Summary Diffable.diff forwards kwargs straight into diff/difftree with no checkunsafeoptions guard. Diffable is mixed into Commit, Tree, IndexFile, and Submodule, giving a broad surface. git diff --output= writes real patch content to an attacker-chosen path, enabling arbitrary file overwrite. Ro...

8.1CVSS5.9AI score
SaveExploits0References5
CVE
CVE
added 2026/07/24 3:27 p.m.17 views

CVE-2026-64233

In the Linux kernel, a race was fixed in the USB gadget uvc driver. The function uvc_function_bind() previously walked opts->extension_units without holding opts->lock, both directly for the iExtension string-descriptor fixup and indirectly via uvc_copy_descriptors() across speeds. The fix ...

5.8AI score0.00157EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/24 3:27 p.m.6 views

CVE-2026-64233 usb: gadget: uvc: hold opts->lock across XU walks in uvc_function_bind

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: hold opts-lock across XU walks in uvcfunctionbind uvcfunctionbind walks &opts-extensionunits twice without holding opts-lock: - directly, for the iExtension string-descriptor fixup loop; - indirectly, four times...

5.8AI score
SaveExploits0References8
NVD
NVD
added 2026/07/24 4:16 a.m.14 views

CVE-2025-9205

The MapSVG plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 8.14.0. This is due to insufficient input sanitization and output escaping on user supplied attributes within the map options. This makes it possible for authenticated attackers, wit...

6.4CVSS0.00187EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/24 2:32 a.m.40 views

CVE-2026-12736 WPify Woo <= 5.4.16 - Authenticated (Shop Manager+) Privilege Escalation via Arbitrary Option Update via save_option REST Endpoint

The Wpify Woo plugin for WordPress is vulnerable to Privilege Escalation in versions up to, and including, 5.4.16. This is due to the SettingsApi::saveoption REST route POST /wp-json/wpify-woo/v1/option passing the request-supplied 'option' and 'data' parameters directly to updateoption without a...

8CVSS0.00337EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/24 2:32 a.m.9 views

CVE-2026-12736

The Wpify Woo plugin for WordPress is vulnerable to Privilege Escalation in versions up to, and including, 5.4.16. This is due to the SettingsApi::saveoption REST route POST /wp-json/wpify-woo/v1/option passing the request-supplied 'option' and 'data' parameters directly to updateoption without a...

8CVSS5.4AI score0.00337EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/07/24 2:31 a.m.10 views

EUVD-2025-210507

The MapSVG plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 8.14.0. This is due to insufficient input sanitization and output escaping on user supplied attributes within the map options. This makes it possible for authenticated attackers, wit...

6.4CVSS5.5AI score0.00187EPSS
SaveExploits0References3
Rows per page
Query Builder