Lucene search
+L

4732 matches found

UbuntuCve
UbuntuCve
added 2026/04/21 6:16 p.m.11 views

CVE-2026-40611

Let's Encrypt client and ACME library written in Go Lego. Prior to 4.34.0, the webroot HTTP-01 challenge provider in lego is vulnerable to arbitrary file write and deletion via path traversal. A malicious ACME server can supply a crafted challenge token containing ../ sequences, causing lego to...

8.8CVSS5.8AI score0.0034EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/04/21 5:58 p.m.7 views

CVE-2026-40611 Lego: Arbitrary File Write via Path Traversal in Webroot HTTP-01 Provider

Let's Encrypt client and ACME library written in Go Lego. Prior to 4.34.0, the webroot HTTP-01 challenge provider in lego is vulnerable to arbitrary file write and deletion via path traversal. A malicious ACME server can supply a crafted challenge token containing ../ sequences, causing lego to...

8.8CVSS5.9AI score0.0034EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/21 5:10 p.m.41 views

CVE-2026-40586

CVE-2026-40586 affects blueprintUE: prior to version 4.2.0, the login form handler does not throttle or rate-limit failed authentication attempts (no IP-based limits, no per-account counters, no temporary lockout, no tarpit, no CAPTCHA). This enables unlimited credential guessing attempts against...

7.5CVSS5.8AI score0.00301EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/04/21 5:10 p.m.7 views

CVE-2026-40586

blueprintUE is a tool to help Unreal Engine developers. Prior to 4.2.0, the login form handler performs no throttling of any kind. Failed authentication attempts are processed at full network speed with no IP-based rate limiting, no per-account attempt counter, no temporary lockout, no progressiv...

7.5CVSS5.8AI score0.00301EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/04/21 5:09 p.m.37 views

CVE-2026-40585 blueprintUE: Password Reset Tokens Have No Expiry Window

blueprintUE is a tool to help Unreal Engine developers. Prior to 4.2.0, when a password reset is initiated, a 128-character CSPRNG token is generated and stored alongside a passwordresetat timestamp. However, the token redemption function findUserIDFromEmailAndToken queries only for a matching...

7.4CVSS0.00216EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/21 5:09 p.m.17 views

CVE-2026-40585

blueprintUE prior to 4.2.0 generates a 128-character CSPRNG reset token and stores it with a password_reset_at timestamp. The token redemption function findUserIDFromEmailAndToken() only validates email+token, not whether password_reset_at falls within any expiry window, so a generated reset toke...

7.4CVSS5.8AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/21 3:21 p.m.22 views

GHSA-XQ8M-7C5P-C2R6 Auth0 Next.js SDK has Improper Proxy Cache Lookup

Description In affected versions of the Next.js SDK, simultaneous requests that trigger a nonce retry may cause the proxy cache fetcher to perform improper lookups for the token request results. Which Projects are Affected? Users are affected if they meet all of the following preconditions: -...

5.4CVSS5.8AI score0.00214EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/21 3:14 p.m.15 views

EUVD-2026-23986

Glances: Cross-Origin Information Disclosure via Unauthenticated REST API /api/4 due to Permissive CORS...

8.7CVSS5.7AI score0.00408EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/04/21 12:00 a.m.14 views

PT-2026-34226

Name of the Vulnerable Software and Affected Versions F Prime versions prior to 4.2.0 Description An integer overflow occurs during a bounds check where the addition of byteOffset and dataSize wraps around on overflow. This allows a specially crafted DataPacket to bypass the check, enabling a fil...

9.8CVSS6.6AI score0.00428EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/04/20 11:29 p.m.13 views

SUSE CVE-2026-5958

When sed is invoked with both -i in-place edit and --follow-symlinks, the function opennextfile performs two separate, non-atomic filesystem operations on the same path: 1. resolves symlink to its target and stores the resolved path for determining when output is written, 2. opens the original...

6.9CVSS5.9AI score0.00142EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/04/20 11:19 p.m.23 views

CVE-2026-35587

Glances is an open-source system cross-platform monitoring tool. Prior to version 4.5.4, a Server-Side Request Forgery SSRF vulnerability exists in the Glances IP plugin due to improper validation of the publicapi configuration parameter. The value of publicapi is used directly in outbound HTTP...

8.8CVSS5.7AI score0.00396EPSS
SaveExploits1
Patchstack
Patchstack
added 2026/04/20 3:40 p.m.15 views

WordPress YayMail plugin <= 4.3.3 - PHP Object Injection vulnerability

PHP Object Injection vulnerability discovered by daroo in WordPress Plugin YayMail versions = 4.3.3...

5.8AI score0.00359EPSS
SaveExploits0Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/20 11:59 a.m.6 views

CVE-2026-5958 Race Condition in GNU Sed

When sed is invoked with both -i in-place edit and --follow-symlinks, the function opennextfile performs two separate, non-atomic filesystem operations on the same path: 1. resolves symlink to its target and stores the resolved path for determining when output is written, 2. opens the original...

2.1CVSS5.9AI score0.00142EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/04/20 11:59 a.m.63 views

CVE-2026-5958 Race Condition in GNU Sed

When sed is invoked with both -i in-place edit and --follow-symlinks, the function opennextfile performs two separate, non-atomic filesystem operations on the same path: 1. resolves symlink to its target and stores the resolved path for determining when output is written, 2. opens the original...

2.1CVSS0.00142EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/20 11:59 a.m.132 views

CVE-2026-5958

The CVE concerns GNU sed. When sed is invoked with both -i (in-place edit) and --follow-symlinks, open_next_file() performs two non-atomic operations on the same path: (1) resolve the symlink to its target and store the resolved path, and (2) open the original symlink path to read the file. A rac...

2.1CVSS5.9AI score0.00142EPSS
SaveExploits0References3
CVE
CVE
added 2026/04/19 12:15 p.m.22 views

CVE-2026-6572

Collabora KodExplorer up to 4.52 is affected by a vulnerability in the fileUpload Endpoint, specifically in /app/controller/share.class.php where manipulation of the fileUpload argument leads to improper authorization. Remote exploitation is possible with high attack complexity, and exploitation ...

6.3CVSS5.2AI score0.00323EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/19 3:26 a.m.46 views

CVE-2026-0868

CVE-2026-0868 affects the WordPress plugin “EMC Scheduling Manager” (Easily Embed Calendly Scheduling Features) up to version 4.4. The vulnerability is a Stored Cross-Site Scripting (XSS) via the plugin’s calendly shortcode, caused by insufficient input sanitization and output escaping on user-su...

6.4CVSS5.9AI score0.00194EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/04/19 3:26 a.m.52 views

CVE-2026-0868 EMC Scheduling Manager <= 4.4 - Authenticated (Contributor+) Stored Cross-Site Scripting via calendly Shortcode

The EMC – Easily Embed Calendly Scheduling Features plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's calendly shortcode in all versions up to, and including, 4.4 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it...

6.4CVSS0.00194EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/04/19 12:00 a.m.28 views

PT-2026-33616

The EMC – Easily Embed Calendly Scheduling Features plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's calendly shortcode in all versions up to, and including, 4.4 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it...

6.4CVSS5.9AI score0.00194EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/19 12:00 a.m.18 views

WordPress plugin EMC – Easily Embed Calendarly Scheduling Features 安全漏洞

WordPress and WordPress plugins are both products of the WordPress Foundation. WordPress is a blog platform developed using the PHP language. This platform allows users to create personal blog websites on servers based on PHP and MySQL. A WordPress plugin is an application extension. There is a...

6.4CVSS5.9AI score0.00194EPSS
SaveExploits0References2
Rows per page
Query Builder