Lucene search
+L

11585 matches found

SUSE CVE
SUSE CVE
added 2026/03/28 12:26 a.m.8 views

SUSE CVE-2026-32747

SiYuan is a personal knowledge management system. In versions 3.6.0 and below, the globalCopyFiles API eads source files using filepath.Abs with no workspace boundary check, relying solely on util.IsSensitivePath whose blocklist omits /proc/, /run/secrets/, and home directory dotfiles. An admin c...

6.8CVSS5.8AI score0.00411EPSS
SaveExploits1References3
OSV
OSV
added 2026/03/27 5:19 p.m.9 views

SUSE-SU-2026:20978-1 Security update for MozillaFirefox

This update for MozillaFirefox fixes the following issues: Update to Firefox 140.9.0 ESR MFSA 2026-22, bsc1260083: - CVE-2026-4684: Race condition, use-after-free in the Graphics: WebRender component - CVE-2026-4685: Incorrect boundary conditions in the Graphics: Canvas2D component - CVE-2026-468...

10CVSS6.4AI score0.01315EPSS
SaveExploits2References40
OSV
OSV
added 2026/03/27 2:43 p.m.4 views

SUSE-SU-2026:1127-1 Security update for MozillaFirefox

This update for MozillaFirefox fixes the following issues: Update to Firefox 140.9.0 ESR MFSA 2026-22, bsc1260083: - CVE-2026-4684: Race condition, use-after-free in the Graphics: WebRender component - CVE-2026-4685: Incorrect boundary conditions in the Graphics: Canvas2D component - CVE-2026-468...

10CVSS6.4AI score0.01315EPSS
SaveExploits2References40
OSV
OSV
added 2026/03/27 11:10 a.m.12 views

OESA-2026-1708 firefox security update

Mozilla Firefox is an open-source web browser, designed for standards compliance, performance and portability. Security Fixes: libexpat in Expat before 2.7.2 allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing.CVE-2025-59375 Race...

10CVSS6.1AI score0.01315EPSS
SaveExploits2References39
Amazon
Amazon
added 2026/03/27 12:00 a.m.11 views

Important: firefox

Issue Overview: Incorrect boundary conditions in the WebRTC: Audio/Video component. This vulnerability affects Firefox 148, Firefox ESR 115.33, and Firefox ESR 140.8. CVE-2026-2757 Use-after-free in the JavaScript: GC component. This vulnerability affects Firefox 148, Firefox ESR 115.33, and...

10CVSS6AI score0.00604EPSS
SaveExploits3
BDU FSTEC
BDU FSTEC
added 2026/03/27 12:00 a.m.6 views

Vulnerability of the freerdp_image_copy_from_icon_data() function in the RDP client FreeRDP, which allows a hacker to trigger a service failure

The vulnerability of the freerdpimagecopyfromicondata function libfreerdp/codec/color.c in the RDP client FreeRDP arises due to an operation being executed outside the buffer boundaries. Exploiting this vulnerability could allow a malicious actor to cause service failure...

5.3CVSS6.2AI score0.00242EPSS
SaveExploits0References6Affected Software2
Snyk
Snyk
added 2026/03/26 9:48 p.m.9 views

Incorrect Authorization

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Incorrect Authorization via the image tool when the tools.fs.workspaceOnly setting is enabled. An attacker can access files outside the intended workspace boundary by leveraging sandbox...

6.9CVSS5.9AI score0.00286EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/26 9:48 p.m.10 views

GHSA-CFP9-W5V9-3Q4H OpenClaw: Image Tool `tools.fs.workspaceOnly` Bypass via Sandbox Bridge Mounts

Summary The image tool did not fully honor the tools.fs.workspaceOnly filesystem boundary. In affected releases, image-path resolution could still traverse sandbox bridge mounts outside the workspace and read files from mounted directories that the other file tools would reject. Affected Packages...

6.5CVSS5.9AI score0.00286EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/03/26 5:19 p.m.4 views

CVE-2026-33490

H3 is a minimal HTTP framework. In versions 2.0.0-0 through 2.0.1-rc.16, the mount method in h3 uses a simple startsWith check to determine whether incoming requests fall under a mounted sub-application's path prefix. Because this check does not verify a path segment boundary i.e., that the next...

3.7CVSS5.9AI score0.00239EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/26 5:19 p.m.3 views

CVE-2026-33490 h3: Missing Path Segment Boundary Check in `mount()` Causes Middleware Execution on Unrelated Prefix-Matching Routes

H3 is a minimal HTTP framework. In versions 2.0.0-0 through 2.0.1-rc.16, the mount method in h3 uses a simple startsWith check to determine whether incoming requests fall under a mounted sub-application's path prefix. Because this check does not verify a path segment boundary i.e., that the next...

3.7CVSS5.9AI score0.00239EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/03/26 5:19 p.m.35 views

CVE-2026-33490 h3: Missing Path Segment Boundary Check in `mount()` Causes Middleware Execution on Unrelated Prefix-Matching Routes

H3 is a minimal HTTP framework. In versions 2.0.0-0 through 2.0.1-rc.16, the mount method in h3 uses a simple startsWith check to determine whether incoming requests fall under a mounted sub-application's path prefix. Because this check does not verify a path segment boundary i.e., that the next...

3.7CVSS0.00239EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/26 5:19 p.m.9 views

CVE-2026-33490 h3: Missing Path Segment Boundary Check in `mount()` Causes Middleware Execution on Unrelated Prefix-Matching Routes

H3 is a minimal HTTP framework. In versions 2.0.0-0 through 2.0.1-rc.16, the mount method in h3 uses a simple startsWith check to determine whether incoming requests fall under a mounted sub-application's path prefix. Because this check does not verify a path segment boundary i.e., that the next...

3.7CVSS6AI score
SaveExploits0References3
CVE
CVE
added 2026/03/26 5:19 p.m.59 views

CVE-2026-33490

Summary (CVE-2026-33490) : In h3 versions 2.0.0-0 through 2.0.1-rc.16, the mount() implementation uses a startsWith() path-prefix check without validating a segment boundary, allowing middleware registered on a mounted sub-app (e.g., at /admin) to run for unrelated routes such as /admin-public or...

5.3CVSS5.9AI score0.00239EPSS
SaveExploits1References1Affected Software1
RedhatCVE
RedhatCVE
added 2026/03/26 3:11 p.m.9 views

CVE-2026-32033

OpenClaw versions prior to 2026.2.24 contain a path traversal vulnerability where @-prefixed absolute paths bypass workspace-only file-system boundary validation due to canonicalization mismatch. Attackers can exploit this by crafting @-prefixed paths like @/etc/passwd to read files outside the...

7.5CVSS5.8AI score0.00335EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:11 p.m.9 views

CVE-2026-32747

SiYuan is a personal knowledge management system. In versions 3.6.0 and below, the globalCopyFiles API eads source files using filepath.Abs with no workspace boundary check, relying solely on util.IsSensitivePath whose blocklist omits /proc/, /run/secrets/, and home directory dotfiles. An admin c...

6.8CVSS5.8AI score0.00411EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:09 p.m.10 views

CVE-2026-33393

Discourse is an open-source discussion platform. Prior to versions 2026.3.0-latest.1, 2026.2.1, and 2026.1.2, the allowedspamhostdomains check used Stringendwith? without domain boundary validation, allowing domains like attacker-example.com to bypass spam protection when example.com was...

4.3CVSS5.8AI score0.00251EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:02 p.m.9 views

CVE-2026-32060

OpenClaw versions prior to 2026.2.14 contain a path traversal vulnerability in applypatch that allows attackers to write or delete files outside the configured workspace directory. When applypatch is enabled without filesystem sandbox containment, attackers can exploit crafted paths including...

8.8CVSS5.9AI score0.00742EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:02 p.m.14 views

CVE-2026-32055

OpenClaw versions prior to 2026.2.26 contain a path traversal vulnerability in workspace boundary validation that allows attackers to write files outside the workspace through in-workspace symlinks pointing to non-existent out-of-root targets. The vulnerability exists because the boundary check...

8.2CVSS5.9AI score0.00322EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 2:58 p.m.26 views

CVE-2026-4295

Improper trust boundary enforcement in Kiro IDE before version 0.8.0 on all supported platforms might allow a remote unauthenticated threat actor to execute arbitrary code via maliciously crafted project directory files that bypass workspace trust protections when a local user opens the directory...

8.5CVSS6.2AI score0.00207EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/03/26 11:38 a.m.14 views

firefox: thunderbird: Incorrect boundary conditions in the Graphics component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Incorrect boundary conditions in the Graphics component...

7.5CVSS7.2AI score0.00433EPSS
SaveExploits0References6
Rows per page
Query Builder