Lucene search
+L

7252 matches found

UbuntuCve
UbuntuCve
added 2026/04/09 8:16 p.m.14 views

CVE-2026-39977

flatpak-builder is a tool to build flatpaks from source. From 1.4.5 to before 1.4.8, the license-files manifest key takes an array of paths to user defined licence files relative to the source directory of the module. The paths from that array are resolved using gfileresolverelativepath and...

7.1CVSS5.8AI score0.00288EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/09 8:16 p.m.12 views

UBUNTU-CVE-2026-39977

flatpak-builder is a tool to build flatpaks from source. From 1.4.5 to before 1.4.8, the license-files manifest key takes an array of paths to user defined licence files relative to the source directory of the module. The paths from that array are resolved using gfileresolverelativepath and...

7.1CVSS5.9AI score0.00288EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/04/09 8:10 p.m.6 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in the H5Tconvstruct function. An attacker can achieve arbitrary code execution or cause a denial of service by supplying a specially crafted h5 file that triggers a use-after-free condition during memory operations...

8.4CVSS6.4AI score0.00193EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/09 7:27 p.m.6 views

CVE-2026-40077 Beszel has an IDOR in hub API endpoints that read system ID from URL parameter

Beszel is a server monitoring platform. Prior to 0.18.7, some API endpoints in the Beszel hub accept a user-supplied system ID and proceed without further checks that the user should have access to that system. As a result, any authenticated user can access these routes for any system if they kno...

3.5CVSS6AI score0.00219EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2026/04/09 7:23 p.m.7 views

CVE-2026-35584

FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to 1.8.212, the endpoint GET /thread/read/conversationid/threadid does not require authentication and does not validate whether the given threadid belongs to the given conversationid. This allows any...

6.9CVSS6AI score0.00304EPSS
SaveExploits2References1
RedhatCVE
RedhatCVE
added 2026/04/09 7:23 p.m.6 views

CVE-2026-35606

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.1, the resourceGetHandler in http/resource.go returns full text file content without checking the Perm.Download permission flag. All three other...

7.5CVSS5.9AI score0.00274EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/04/09 7:23 p.m.5 views

CVE-2026-35405

libp2p-rust is the official rust language Implementation of the libp2p networking stack. Prior to 0.17.1, libp2p-rendezvous server has no limit on how many namespaces a single peer can register. A malicious peer can just keep registering unique namespaces in a loop and the server happily accepts...

7.5CVSS5.9AI score0.00395EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/09 7:16 p.m.9 views

PYSEC-2026-151

Wasmtime is a runtime for WebAssembly. In 43.0.0, cloning a wasmtime::Linker is unsound and can result in use-after-free bugs. This bug is not controllable by guest Wasm programs. It can only be triggered by a specific sequence of embedder API calls made by the host. Specifically, the following...

5CVSS5.8AI score0.00117EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/09 7:16 p.m.6 views

UBUNTU-CVE-2026-34942

Wasmtime is a runtime for WebAssembly. Prior to 24.0.7, 36.0.7, 42.0.2, and 43.0.1, Wasmtime's implementation of transcoding strings into the Component Model's utf16 or latin1+utf16 encodings improperly verified the alignment of reallocated strings. This meant that unaligned pointers could be...

6.5CVSS5.8AI score0.00354EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/04/09 7:16 p.m.12 views

CVE-2026-34988

Wasmtime is a runtime for WebAssembly. From 28.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's implementation of its pooling allocator contains a bug where in certain configurations the contents of linear memory can be leaked from one instance to the next. The implementation of resetting the...

6.3CVSS5.8AI score0.00286EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/04/09 7:16 p.m.6 views

CVE-2026-35186

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler backend contains a bug where translating the table.grow operator causes the result to be incorrectly typed. For 32-bit tables this means that the result of the operator, internally i...

7.5CVSS5.7AI score0.00214EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/09 7:5 p.m.18 views

CVE-2026-39977

The CVE concerns flatpak-builder (versions 1.4.5–1.4.7) where the license-files manifest key accepts an array of paths relative to the module source. Paths are validated using two checks, but the final path component and symlink handling can allow path traversal. The copy operation runs on the ho...

7.1CVSS6AI score0.00288EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/09 6:54 p.m.5 views

CVE-2026-35186 Wasmtime has an improperly masked return value from `table.grow` with Winch compiler backend

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler backend contains a bug where translating the table.grow operator causes the result to be incorrectly typed. For 32-bit tables this means that the result of the operator, internally i...

6.1CVSS5.7AI score0.00214EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/04/09 6:47 p.m.3 views

CVE-2026-34983 Wasmtime has a use-after-free bug after cloning `wasmtime::Linker`

Wasmtime is a runtime for WebAssembly. In 43.0.0, cloning a wasmtime::Linker is unsound and can result in use-after-free bugs. This bug is not controllable by guest Wasm programs. It can only be triggered by a specific sequence of embedder API calls made by the host. Specifically, the following...

1CVSS5.8AI score0.00117EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/04/09 6:8 p.m.10 views

Arbitrary Code Injection

Overview metagpt is a The Multi-Agent Framework Affected versions of this package are vulnerable to Arbitrary Code Injection via the checksolution function in the HumanEvalBenchmark/MBPPBenchmark component. An attacker can execute arbitrary code by sending specially crafted input remotely...

9.8CVSS7.5AI score0.00387EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/04/09 4:28 p.m.10 views

EUVD-2026-20962

oma is a package manager for AOSC OS. Prior to 1.25.2, oma-topics is responsible for fetching metadata for testing repositories topics named "Topic Manifests" mirror/debs/manifest/topics.json from remote repository servers, registering them as APT source entries. However, the name field in said...

5.2CVSS5.9AI score0.00356EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/04/09 4:3 p.m.4 views

CVE-2026-39856 osslsigncode has an Out-of-Bounds Read via Unvalidated Section Bounds in PE Page Hash Calculation

osslsigncode is a tool that implements Authenticode signing and timestamping. Prior to 2.13, an out-of-bounds read vulnerability exists in osslsigncode version 2.12 and earlier in the PE page-hash computation code pepagehashcalc. When processing PE sections for page hashing, the function uses...

5.5CVSS5.8AI score0.00143EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/04/09 3:58 p.m.2 views

CVE-2026-39855

osslsigncode is a tool that implements Authenticode signing and timestamping. Prior to 2.13, an integer underflow vulnerability exists in osslsigncode version 2.12 and earlier in the PE page-hash computation code pepagehashcalc. When page hash processing is performed on a PE file, the function...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References4Affected Software1
HashiCorp Security Advisories
HashiCorp Security Advisories
added 2026/04/09 1:23 p.m.12 views

Go-getter may allow to arbitrary filesystem reads through git operations

Summary HashiCorp’s go-getter library up to v1.8.5 may allow arbitrary file reads on the file system during certain git operations through a maliciously crafted URL. This vulnerability, CVE-2026-4660, is fixed in go-getter v1.8.6. This vulnerability does not affect the go-getter/v2 branch and...

7.5CVSS6.1AI score0.00583EPSS
SaveExploits1Affected Software1
NVD
NVD
added 2026/04/09 10:16 a.m.5 views

CVE-2026-4901

Hydrosystem Control System saves sensitive information into a log file. Critically, user credentials are logged allowing the attacker to obtain further authorized access into the system. Combined with vulnerability CVE-2026-34184, these sensitive information could be accessed by an unauthorized...

6.9CVSS0.00259EPSS
SaveExploits0References2
Rows per page
Query Builder