Lucene search
+L

3329 matches found

Cvelist
Cvelist
added 2026/07/21 10:41 p.m.36 views

CVE-2026-16517 Libarchive: libarchive: signed integer overflow in archive_write_zip_header

A signed integer overflow vulnerability was found in libarchive's ZIP writer. In the archivewritezipheader function in archivewritesetformatzip.c, when ZIP encryption is enabled and the entry file size is close to INT64MAX, the addition of the encryption overhead to the entry size overflows int64...

2.9CVSS0.00078EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 9:33 p.m.24 views

CVE-2026-43947

FUXA vulnerability CVE-2026-43947 affects version 1.3.0 where, when secureEnabled is true, an unauthenticated user can trigger Remote Code Execution via POST /api/runscript with test: true if they know a valid script ID/name and at least one server-side script exists. The attack bypasses authoriz...

9.3CVSS6.1AI score0.00666EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/21 9:30 p.m.10 views

EUVD-2026-46444

The NXP LPUART serial driver drivers/serial/uartmcuxlpuart.c, when CONFIGUARTUSERUNTIMECONFIGURE is enabled, called LPUARTDeinit at the start of mcuxlpuartconfigure, which disables the LPUART peripheral clocks. The requested configuration is validated only afterwards in mcuxlpuartconfigurebasic,...

5.5CVSS5.4AI score0.00107EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 9:24 p.m.22 views

CVE-2026-43945 FUXA Vulnerable to Pre-auth RCE via Path Manipulation & Configuration Injection

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. Versions 1.2.11 until 1.3.1 allow an unauthenticated remote attacker to achieve Full Remote Code Execution RCE as root. The exploit succeeds even when the platform is configured in its most secure state Secure Mode Enabled an...

9.3CVSS0.00862EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/21 3:45 p.m.9 views

libaom: libaom: remote code execution via SVC layer context handling with attacker-controlled frames

A remote code execution vulnerability was found in libaom, the reference AV1 codec implementation. Insufficient bounds validation in the AV1 encoder's SVC Scalable Video Coding layer ID control allows an attacker to supply crafted video frame pixels that overlap with internal encoder layer contex...

7.1CVSS6.5AI score0.00414EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.8 views

SUSE CVE-2026-64168

In the Linux kernel, the following vulnerability has been resolved: spi: sprd: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to check the dma.enabled flag before trying to release the DMA channels also on late probe...

5.3AI score0.00165EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 12:0 a.m.22 views

CVE-2025-66390

CVE-2025-66390 affects Microsoft Azure API Management Developer Portal: when Basic Authentication signup is enabled in Tenant A, an attacker can register on Tenant B by altering the Host header, bypassing a UI-level signup disable because the underlying /signup API remains accessible and validate...

9.8CVSS5.1AI score0.00345EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/07/20 10:19 p.m.8 views

File Browser: Colliding username normalization gives two users the same home directory

Summary FileBrowser confines each user to a scope: a home directory that acts as the boundary for everything they can read or write. When self-registration and automatic home-directory creation are both enabled Signup=true and CreateUserDir=true, a new user's scope is built from their username...

8.1CVSS5.5AI score0.00323EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/20 9:48 p.m.5 views

GHSA-C6W9-5G5J-JH2P Directus: Authorization-dependent response served from unsegmented cache key

Summary When response caching is enabled CACHEENABLED=true, the cache-key derivation in api/src/utils/get-cache-key.ts includes only version, path, query, and accountability.user plus a conditional ip. Authorization context beyond user share, role, roles, admin, app, policies is not part of the...

8.6CVSS5.5AI score0.00272EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/07/20 6:11 p.m.7 views

CVE-2026-60026 Joomla Extension - themexpert.com - Authenticated PHP code execution in Quix Page Builder < 6.2.1

The Joomla extension Quix Page Builder Pro is vulnerable to an authenticated PHP code execution. Authenticated builder user core.create/core.edit could inject PHP tags in element content, that got executed via view-cache include. Requires caching on default...

8.9CVSS5.7AI score0.00311EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/20 12:4 p.m.15 views

CVE-2026-63755

CVE-2026-63755 affects SurrealDB prior to 3.1.0. The bug evaluates user-supplied WHERE clauses (and related clauses in UPDATE/UPSERT/INSERT/RELATE) against full record data before applying table-level permissions, allowing an authenticated user to read full contents of any table in the current da...

7.1CVSS4.4AI score0.0021EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/20 12:0 a.m.19 views

PT-2026-61693

Name of the Vulnerable Software and Affected Versions Glance version 0.8.5 Description An IP address spoofing issue exists in the authentication handler when the server proxied option is enabled. Unauthenticated attackers can bypass brute-force lockout protections by providing arbitrary values in...

8.2CVSS5.9AI score0.00197EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 3:40 p.m.12 views

EUVD-2026-45853

In the Linux kernel, the following vulnerability has been resolved: spi: sprd: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to check the dma.enabled flag before trying to release the DMA channels also on late probe...

5.4AI score0.00165EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:40 p.m.18 views

CVE-2026-64168

The CVE-2026-64168 entry describes a Linux kernel SPI driver issue (spi: sprd) where a DMA setup failure could lead to a dereferenced error pointer or double-release of DMA channels. The fix makes the driver fall back to PIO on DMA setup failure and adds a check of the dma.enabled flag before rel...

5.4AI score0.00165EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.10 views

CVE-2026-64168

In the Linux kernel, the following vulnerability has been resolved: spi: sprd: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to check the dma.enabled flag before trying to release the DMA channels also on late probe...

5.3AI score0.00165EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63940

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Ignore Port I/O requests of length '0' Explicitly ignore Port I/O requests of length '0' or count '0', so that setting up the software scratch area and other code doesn't have to worry about underflowing the length, and...

9.3CVSS5.3AI score0.0018EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 3:47 a.m.6 views

OESA-2026-2994 uboot-tools security update

This package includes the mkimage program, which allows generation of U-Boot images in various formats, and the fwprintenv and fwsetenv programs to read and modify U-Boot's environment. Security Fixes: U-Boot through 2026.04-rc3 contains a buffer overflow vulnerability in nfsreadlinkreply...

9.8CVSS5.9AI score0.00557EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.7 views

PT-2026-61476

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the netfs component where the zero point—the file position from which the system assumes the server will return zeros to avoid unnecessary reads—is updated incorrectly...

5.2AI score0.00155EPSS
SaveExploits0
NVD
NVD
added 2026/07/18 2:17 p.m.6 views

CVE-2025-71396

SurrealDB before 2.0.5, 2.1.x before 2.1.5, and 2.2.x before 2.2.2 does not enforce a default execution-time limit on embedded JavaScript scripting functions when the scripting capability is explicitly enabled via --allow-scripting or --allow-all. An authenticated attacker can submit long-running...

2.3CVSS0.00287EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/18 2:17 p.m.12 views

CVE-2025-71393

SurrealDB before 2.2.2 with scripting enabled fails to properly enforce recursion limits when native functions contain embedded JavaScript that issues new queries. Authenticated attackers can bypass the recursion limit by chaining native and JavaScript function calls to trigger infinite recursion...

6CVSS0.00249EPSS
SaveExploits0References2
Rows per page
Query Builder