Lucene search
K

120231 matches found

SUSE CVE
SUSE CVE
added 2026/05/09 2:56 a.m.5 views

SUSE CVE-2023-47268

In libslic3r/GCode/PostProcessor.cpp in Prusa PrusaSlicer through 2.6.1, a crafted 3mf project file can execute arbitrary code on a host where the project is sliced and G-code exported...

5.3CVSS6.2AI score0.00072EPSS
Exploits4References3
Tenable Nessus
Tenable Nessus
added 2026/05/09 12:0 a.m.5 views

Unity Linux 20.1070e Security Update: gstreamer1-plugins-good (UTSA-2026-017385)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-017385 advisory. Integer overflow in matroskademux element in gstmatroskademuxaddwvpkheader function which allows a heap overwrite while parsing matroska files. Potential for arbitra...

7.8CVSS6.4AI score0.00072EPSS
Exploits1References4
Tenable Nessus
Tenable Nessus
added 2026/05/09 12:0 a.m.3 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: postgresql-13 (UTSA-2026-017347)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-017347 advisory. A flaw was found in PostgreSQL that allows authenticated database users to execute arbitrary code through missing overflow checks during SQL array value modification...

8.8CVSS6.5AI score0.01608EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/05/08 10:24 p.m.27 views

CVE-2026-42298 Postiz: Arbitrary Code Execution and Token Exfiltration in pr-docker-build.yml via untrusted Dockerfile.dev

Postiz is an AI social media scheduling tool. Prior to commit da44801, a "Pwn Request" vulnerability in the Build and Publish PR Docker Image workflow .github/workflows/pr-docker-build.yml allows any unauthenticated user to execute arbitrary code during the Docker build process and exfiltrate a...

10CVSS0.00197EPSS
Exploits0References2
CVE
CVE
added 2026/05/08 10:24 p.m.9 views

CVE-2026-42298

CVE-2026-42298 affects Postiz (AI social media scheduling tool). The issue arises in the Build and Publish PR Docker Image workflow (.github/workflows/pr-docker-build.yml), where an unauthenticated user can cause arbitrary code execution during Docker image build by submitting a fork with a malic...

10CVSS6.1AI score0.00197EPSS
Exploits0References2Affected Software1
EUVD
EUVD
added 2026/05/08 9:46 p.m.9 views

EUVD-2026-28828

Ray is an AI compute engine. From version 2.54.0 to before version 2.55.0, Ray Data registers custom Arrow extension types ray.data.arrowtensor, ray.data.arrowtensorv2, ray.data.arrowvariableshapedtensor globally in PyArrow. When PyArrow reads a Parquet file containing one of these extension type...

8.9CVSS6.3AI score0.00041EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/08 9:46 p.m.3 views

CVE-2026-41486

Ray is an AI compute engine. From version 2.54.0 to before version 2.55.0, Ray Data registers custom Arrow extension types ray.data.arrowtensor, ray.data.arrowtensorv2, ray.data.arrowvariableshapedtensor globally in PyArrow. When PyArrow reads a Parquet file containing one of these extension type...

8.9CVSS6.3AI score0.00041EPSS
Exploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2026/05/08 9:17 p.m.5 views

CVE-2026-43378

A flaw was found in the Linux kernel. Specifically, within the Server Message Block SMB server component, a use-after-free vulnerability exists in the smb2open function. This issue arises when an opinfo pointer is accessed after its memory has been deallocated, creating a window for potential...

9.8CVSS6AI score0.00028EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2026/05/08 8:34 p.m.21 views

@babel/plugin-transform-modules-systemjs generates arbitrary code when compiling malicious input

Impact Using Babel to compile code that was specifically crafted by an attacker can cause Babel to generate output code that executes arbitrary code. Known affected plugins are: - @babel/plugin-transform-modules-systemjs - @babel/preset-env when using the modules: "systemjs" option, as it delegat...

8.2CVSS5.9AI score0.0002EPSS
Exploits0References2Affected Software1
NVD
NVD
added 2026/05/08 7:16 p.m.7 views

CVE-2026-8178

An issue exists in Amazon Redshift JDBC Driver versions prior to 2.2.2. Under certain conditions, the driver could load and execute arbitrary classes when processing JDBC connection URL parameters. An actor who can influence the connection URL could potentially execute code in the application...

9.2CVSS0.00029EPSS
Exploits0References3
Debian
Debian
added 2026/05/08 6:49 p.m.8 views

[SECURITY] [DSA 6256-1] php8.4 security update

------------------------------------------------------------------------- Debian Security Advisory DSA-6256-1 [email protected] https://www.debian.org/security/ Moritz Muehlenhoff May 08, 2026 https://www.debian.org/security/faq -...

9.8CVSS6AI score0.00369EPSS
Exploits1
Github Security Blog
Github Security Blog
added 2026/05/08 6:46 p.m.8 views

Electerm users can run dangrous code through link or command line

Impact Arbitrary local code execution via deep links, CLI --opts, or crafted shortcuts. Affected users: electerm installs that accept protocol URLs or CLI options affected versions listed in the original report. Exploit requires clicking a crafted electerm://... link or opening a crafted...

9.6CVSS6.2AI score0.00147EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2026/05/08 6:35 p.m.2 views

GHSA-FWF6-J56G-M97C Electerm has an unvalidated shell.openExternal that allows arbitrary protocol execution via terminal link click

Impact Electerm's terminal hyperlink handler passes any URL clicked in the terminal directly to shell.openExternal without any protocol validation. When a user connects to a malicious SSH server, the attacker can print a crafted URI in the terminal output. If the victim clicks the link,...

8.8CVSS6.3AI score0.00021EPSS
Exploits0References3
OSV
OSV
added 2026/05/08 6:34 p.m.2 views

GHSA-F77V-9VPC-6PJM Electerm runWidget has a path traversal that leads to arbitrary code execution

Impact The runWidget function in src/app/widgets/load-widget.js constructs a file path by directly concatenating user‑supplied widget identifiers without any sanitisation: javascript const file = widget-$widgetId.js const widget = requirepath.joindirname, file Because runWidget is exposed to the...

9.8CVSS6.3AI score0.00044EPSS
Exploits0References4
Snyk
Snyk
added 2026/05/08 6:34 p.m.6 views

Unsafe Dependency Resolution

Overview electerm is an open-sourced terminal/ssh/telnet/serialport/sftp client Affected versions of this package are vulnerable to Unsafe Dependency Resolution via the runWidget function. An attacker can achieve arbitrary code execution by supplying crafted input that exploits path traversal to...

9.8CVSS6.3AI score0.00044EPSS
Exploits0References3
Snyk
Snyk
added 2026/05/08 6:29 p.m.4 views

Stack-based Buffer Overflow

Overview Affected versions of this package are vulnerable to Stack-based Buffer Overflow via the minmeascan function. An attacker can execute arbitrary code or cause a denial of service by supplying specially crafted NMEA input that leads to copying data into a buffer without proper size...

8.7CVSS6.3AI score0.00052EPSS
Exploits0References2
Debian
Debian
added 2026/05/08 6:17 p.m.8 views

[SECURITY] [DSA 6254-1] firefox-esr security update

------------------------------------------------------------------------- Debian Security Advisory DSA-6254-1 [email protected] https://www.debian.org/security/ Moritz Muehlenhoff May 08, 2026 https://www.debian.org/security/faq -...

9.8CVSS5.9AI score0.00022EPSS
Exploits0
Snyk
Snyk
added 2026/05/08 3:58 p.m.6 views

Arbitrary Code Injection

Overview vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Affected versions of this package are vulnerable to Arbitrary Code Injection despite the recently introduced neutralizeArraySpeciesBatch helper in lib/bridge.js. An attacker can execute arbitrary code ...

10CVSS6.2AI score0.00082EPSS
Exploits1References3
Vulnrichment
Vulnrichment
added 2026/05/08 1:32 p.m.5 views

CVE-2026-44336 PraisonAI MCP `tools/call` path-traversal and RCE via Python `.pth` injection

PraisonAI is a multi-agent teams system. Prior to version 4.6.34, PraisonAI's MCP Model Context Protocol server praisonai mcp serve registers four file-handling tools by default — praisonai.rules.create, praisonai.rules.show, praisonai.rules.delete, and praisonai.workflow.show. Each accepts a pat...

9.4CVSS6.3AI score0.00135EPSS
Exploits1References1
NVD
NVD
added 2026/05/08 1:16 p.m.5 views

CVE-2026-25077

Account users are allowed by default to register templates to be downloaded directly to the primary storage for deploying instances using the KVM hypervisor. Due to missing file name sanitization, an attacker can register malicious templates to execute arbitrary code on the KVM hosts. This can...

8.8CVSS0.00024EPSS
Exploits0References2
Rows per page
Query Builder