Lucene search
+L

830 matches found

ATTACKERKB
ATTACKERKB
added 2026/04/20 11:59 a.m.8 views

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...

2.1CVSS5.9AI score0.00142EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/04/20 11:59 a.m.129 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
Cvelist
Cvelist
added 2026/04/20 10:05 a.m.47 views

CVE-2026-6654 Use-After-Free and Double-Free in IntoIter::drop when element drop panics

Double-Free / Use-After-Free UAF in the IntoIter::drop and ThinVec::clear functions in the thinvec crate. A panic in ptr::dropinplace skips setting the length to zero...

0.00168EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/04/20 10:05 a.m.10 views

EUVD-2026-23832

Double-Free / Use-After-Free UAF in the IntoIter::drop and ThinVec::clear functions in the thinvec crate. A panic in ptr::dropinplace skips setting the length to zero...

5.1CVSS5.8AI score0.00168EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/04/19 12:00 a.m.18 views

PT-2026-33758

Name of the Vulnerable Software and Affected Versions gnu sed versions prior to 4.10 Description A race condition exists when the software is invoked with both -i in-place edit and --follow-symlinks. The function open next file performs two separate, non-atomic filesystem operations on the same...

2.1CVSS5.5AI score0.00142EPSS
SaveExploits0References35
NVD
NVD
added 2026/04/18 2:16 a.m.23 views

CVE-2026-1559

The Youzify plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'checkinplaceid' parameter in all versions up to, and including, 1.3.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level access...

6.4CVSS0.00195EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/04/18 1:26 a.m.8 views

CVE-2026-1559 Youzify <= 1.3.6 - Authenticated (Subscriber+) Stored Cross-Site Scripting via 'checkin_place_id' Parameter

The Youzify plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'checkinplaceid' parameter in all versions up to, and including, 1.3.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level access...

6.4CVSS5.9AI score0.00195EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/04/18 1:26 a.m.7 views

CVE-2026-1559

The Youzify plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'checkinplaceid' parameter in all versions up to, and including, 1.3.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level access...

6.4CVSS5.9AI score0.00195EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/04/18 1:26 a.m.10 views

EUVD-2026-23622

The Youzify plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'checkinplaceid' parameter in all versions up to, and including, 1.3.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level access...

6.4CVSS5.9AI score0.00195EPSS
SaveExploits0References7
OSV
OSV
added 2026/04/18 1:16 a.m.13 views

CVE-2026-35582 Emissary has an OS Command Injection via Unvalidated IN_FILE_ENDING / OUT_FILE_ENDING in Executrix

Emissary is a P2P based data-driven workflow engine. In versions 8.42.0 and below, Executrix.getCommand is vulnerable to OS command injection because it interpolates temporary file paths into a /bin/sh -c shell command string without any escaping or input validation. The INFILEENDING and...

8.8CVSS6.1AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/04/18 12:00 a.m.30 views

PT-2026-33579

The Youzify plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'checkin place id' parameter in all versions up to, and including, 1.3.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level acce...

6.4CVSS5.9AI score0.00195EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/04/08 7:34 p.m.11 views

CVE-2026-35581

Emissary is a P2P based data-driven workflow engine. Prior to 8.39.0, the Executrix utility class constructed shell commands by concatenating configuration-derived values — including the PLACENAME parameter — with insufficient sanitization. Only spaces were replaced with underscores, allowing she...

7.2CVSS5.9AI score0.00563EPSS
SaveExploits1References1
Snyk
Snyk
added 2026/04/08 12:12 a.m.15 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection via the Executrix utility when configuration-derived values, such as PLACENAME, are concatenated into shell commands without sufficient sanitization. An attacker can achieve arbitrary command execution by supplying...

8.6CVSS6AI score0.00563EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/08 12:12 a.m.7 views

GHSA-6C37-7W4P-JG9V Emissary has a Command Injection via PLACE_NAME Configuration in Executrix

Summary The Executrix utility class constructed shell commands by concatenating configuration-derived values — including the PLACENAME parameter — with insufficient sanitization. Only spaces were replaced with underscores, allowing shell metacharacters ;, |, $, , , , etc. to pass through into...

7.2CVSS6.1AI score0.00563EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/04/08 12:12 a.m.10 views

EUVD-2026-19730

Emissary has a Command Injection via PLACENAME Configuration in Executrix...

7.2CVSS5.9AI score0.00563EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/04/08 12:12 a.m.4 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection via the Executrix utility when configuration-derived values, such as PLACENAME, are concatenated into shell commands without sufficient sanitization. An attacker can achieve arbitrary command execution by supplying...

8.6CVSS6AI score0.00563EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/04/08 12:12 a.m.14 views

Emissary has a Command Injection via PLACE_NAME Configuration in Executrix

Summary The Executrix utility class constructed shell commands by concatenating configuration-derived values — including the PLACENAME parameter — with insufficient sanitization. Only spaces were replaced with underscores, allowing shell metacharacters ;, |, $, , , , etc. to pass through into...

7.2CVSS6.1AI score0.00563EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/04/07 3:56 p.m.23 views

CVE-2026-35581 Emissary has a Command Injection via PLACE_NAME Configuration in Executrix

Emissary is a P2P based data-driven workflow engine. Prior to 8.39.0, the Executrix utility class constructed shell commands by concatenating configuration-derived values — including the PLACENAME parameter — with insufficient sanitization. Only spaces were replaced with underscores, allowing she...

7.2CVSS0.00563EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/04/07 3:56 p.m.5 views

CVE-2026-35581

Emissary is a P2P based data-driven workflow engine. Prior to 8.39.0, the Executrix utility class constructed shell commands by concatenating configuration-derived values — including the PLACENAME parameter — with insufficient sanitization. Only spaces were replaced with underscores, allowing she...

7.2CVSS5.9AI score0.00563EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/07 3:56 p.m.4 views

CVE-2026-35581 Emissary has a Command Injection via PLACE_NAME Configuration in Executrix

Emissary is a P2P based data-driven workflow engine. Prior to 8.39.0, the Executrix utility class constructed shell commands by concatenating configuration-derived values — including the PLACENAME parameter — with insufficient sanitization. Only spaces were replaced with underscores, allowing she...

7.2CVSS5.9AI score0.00563EPSS
SaveExploits1References1
Rows per page
Query Builder