Lucene search
+L

49848 matches found

RedHat Linux
RedHat Linux
added 2026/07/10 5:14 a.m.20 views

decompress: decompress: path traversal via indexOf containment bypass allows arbitrary file write (bypass of CVE-2020-12265 fix)

A flaw was found in the decompress component. An improper path containment check allows a local attacker to perform directory traversal. This vulnerability, when combined with unvalidated symlink creation, enables an attacker to write arbitrary files to directories outside the intended extraction...

6.2CVSS6.1AI score0.00375EPSS
SaveExploits1References8
CVE
CVE
added 2026/07/10 4:31 a.m.45 views

CVE-2026-15282

The Instant Appointment plugin for WordPress (affected versions up to 1.2) is vulnerable to arbitrary file uploads due to missing file type validation in the insapp_upload_image_as_attachment function. This allows unauthenticated attackers to upload arbitrary files to the server, with a potential...

9.8CVSS6.7AI score0.01079EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/07/10 4:31 a.m.49 views

CVE-2026-15282 Instant Appointment <= 1.2 - Unauthenticated Arbitrary File Upload

The Instant Appointment plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'insappuploadimageasattachment' function in all versions up to, and including, 1.2. This makes it possible for unauthenticated attackers to upload arbitrary files on the...

9.8CVSS0.01079EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/07/10 4:31 a.m.21 views

EUVD-2026-42790

The Instant Appointment plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'insappuploadimageasattachment' function in all versions up to, and including, 1.2. This makes it possible for unauthenticated attackers to upload arbitrary files on the...

9.8CVSS6.7AI score0.01079EPSS
SaveExploits1References4
NVD
NVD
added 2026/07/10 4:17 a.m.16 views

CVE-2026-13430

The Post Export Import with Media plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.13.1 via the importmediafilesecure function. This is due to insufficient file extension validation caused by a trailing-dot filename bypass, where the extension...

7.2CVSS0.01149EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/10 4:17 a.m.16 views

CVE-2026-14894

The Super Forms – Drag & Drop Form Builder plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 6.3.313 via the submitform function. This is due to missing file type validation and the absence of any capability check on the submitform nopriv AJAX...

9.8CVSS0.05265EPSS
SaveExploits2References2
Cvelist
Cvelist
added 2026/07/10 3:31 a.m.47 views

CVE-2026-13430 Post Export Import with Media <= 1.13.1 - Authenticated (Administrator+) Arbitrary File Upload via Trailing-Dot Filename Bypass in ZIP Media Import

The Post Export Import with Media plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.13.1 via the importmediafilesecure function. This is due to insufficient file extension validation caused by a trailing-dot filename bypass, where the extension...

7.2CVSS0.01149EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/10 3:31 a.m.32 views

CVE-2026-13430

The WordPress plugin Post Export Import with Media (versions up to 1.13.1) is vulnerable to Arbitrary File Upload. The root cause is insufficient file extension validation during ZIP import: the extension allow-list check in ajax_import_media_start() uses pathinfo() on the raw ZIP entry name, so ...

7.2CVSS6.6AI score0.01149EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/10 3:31 a.m.17 views

CVE-2026-13430

The Post Export Import with Media plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.13.1 via the importmediafilesecure function. This is due to insufficient file extension validation caused by a trailing-dot filename bypass, where the extension...

7.2CVSS6.6AI score0.01149EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/10 3:31 a.m.16 views

EUVD-2026-42785

The Post Export Import with Media plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.13.1 via the importmediafilesecure function. This is due to insufficient file extension validation caused by a trailing-dot filename bypass, where the extension...

7.2CVSS6.6AI score0.01149EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/10 2:30 a.m.91 views

CVE-2026-14894

CVE-2026-14894 affects the WordPress plugin Super Forms (Drag & Drop Form Builder) up to version 6.3.313. The vulnerability lies in the submit_form nopriv AJAX handler: missing file type validation and lack of capability checks, with an unauthenticated nonce bypass via super_create_nonce that ena...

9.8CVSS6.6AI score0.05265EPSS
SaveIn wildExploits2References2
Cvelist
Cvelist
added 2026/07/10 2:30 a.m.53 views

CVE-2026-14894 Super Forms <= 6.3.313 - Unauthenticated Arbitrary File Upload via 'data' Parameter (datauristring / value)

The Super Forms – Drag & Drop Form Builder plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 6.3.313 via the submitform function. This is due to missing file type validation and the absence of any capability check on the submitform nopriv AJAX...

9.8CVSS0.05265EPSS
SaveExploits2References2
EUVD
EUVD
added 2026/07/10 12:31 a.m.23 views

EUVD-2026-42769

decompress before 4.2.2 contains an improper path containment check that enables directory traversal and arbitrary file write. The safeMakeDir function index.js line 29 and the extraction path validation index.js line 106 use String.indexOf to verify the resolved path is within the output...

6.2CVSS6AI score0.00375EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/07/10 12:31 a.m.9 views

decompress allows arbitrary hardlink creation during archive extraction

decompress before 4.2.2 allows arbitrary hardlink creation during archive extraction, enabling file read disclosure and file corruption. When processing hardlink entries type === 'link', the x.linkname field from the archive is passed directly to fs.link without validation index.js line 113. An...

5.5CVSS5.5AI score0.00301EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/07/10 12:31 a.m.11 views

GHSA-JWP9-9V96-94MX decompress allows arbitrary hardlink creation during archive extraction

decompress before 4.2.2 allows arbitrary hardlink creation during archive extraction, enabling file read disclosure and file corruption. When processing hardlink entries type === 'link', the x.linkname field from the archive is passed directly to fs.link without validation index.js line 113. An...

5.5CVSS5.5AI score0.00301EPSS
SaveExploits1References4
vulnersOsv
vulnersOsv
added 2026/07/10 12:30 a.m.6 views

-llscw-react-cli (>=1.0.0, <=1.1.0), 002-node-cli (1.0.0) +28845 more potentially affected by CVE-2026-39243 via decompress (>=0.1.6, <=4.2.1)

decompress NPM version =0.1.6, =1.0.0, =0.0.1, =0.0.4 - 1095h-cli 1.0.1 - 10secondsofcode-custom 1.0.0 and more Source cves: CVE-2026-39243 Source advisory: SNYK:JS-DECOMPRESS-17937340...

5.5CVSS5.3AI score0.00301EPSS
SaveExploits1
Snyk
Snyk
added 2026/07/10 12:30 a.m.10 views

Directory Traversal

Overview org.webjars.npm:decompress is a package that can be used for extracting archives. Affected versions of this package are vulnerable to Directory Traversal via improper validation in the safeMakeDir function and extraction path validation process. An attacker can write arbitrary files...

8.7CVSS6.3AI score0.00375EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/07/10 12:00 a.m.33 views

PT-2026-57184

In JetBrains TeamCity before 2026.1.2 arbitrary file access was possible via the Perforce VCS integration...

8.8CVSS6.2AI score0.0049EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/07/10 12:00 a.m.19 views

Linux Distros Unpatched Vulnerability : CVE-2026-54591

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework. Prior...

8.1CVSS5.8AI score0.00492EPSS
SaveExploits0References3
VulnCheck KEV
VulnCheck KEV
added 2026/07/10 12:00 a.m.11 views

VulnCheck KEV: CVE-2026-48939

A vulnerability in the iCagenda extension for Joomla allows the upload of arbitrary files in the file attachment feature, ultimately resulting in PHP code upload and execution...

10CVSS6AI score0.20069EPSS
SaveIn wildExploits5References13
Rows per page
Query Builder