Lucene search
+L

297 matches found

Cvelist
Cvelist
added 2026/08/14 11:35 a.m.41 views

CVE-2026-72819 Grav CMS before 2.0.13 Remote Code Execution via ZIP Upload

Grav CMS before 2.0.13 contains a remote code execution vulnerability in the Flex Objects plugin settings validation that allows authenticated users to execute arbitrary code by uploading a ZIP file containing PHP code. Attackers can bypass routine name validation by using array notation instead ...

8.8CVSS0.00502EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.11 views

CVE-2026-72819 Grav CMS before 2.0.13 Remote Code Execution via ZIP Upload

Grav CMS before 2.0.13 contains a remote code execution vulnerability in the Flex Objects plugin settings validation that allows authenticated users to execute arbitrary code by uploading a ZIP file containing PHP code. Attackers can bypass routine name validation by using array notation instead ...

8.8CVSS6.8AI score0.00502EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 6:51 p.m.35 views

CVE-2026-71964 CyberPanel 2.4.3 Arbitrary File Read via File Manager ZIP Upload

CyberPanel 2.4.3, fixed in commit eca0c3c, contains an arbitrary file read vulnerability in the file manager component that allows authenticated attackers to read sensitive system files by uploading a crafted ZIP archive containing symbolic links. Attackers can exploit the application's failure t...

7.1CVSS0.00317EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 6:51 p.m.11 views

CVE-2026-71964 CyberPanel 2.4.3 Arbitrary File Read via File Manager ZIP Upload

CyberPanel 2.4.3, fixed in commit eca0c3c, contains an arbitrary file read vulnerability in the file manager component that allows authenticated attackers to read sensitive system files by uploading a crafted ZIP archive containing symbolic links. Attackers can exploit the application's failure t...

7.1CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 2026/08/10 6:51 p.m.32 views

CVE-2026-71964

CVE-2026-71964 affects CyberPanel 2.4.3. A vulnerability in the file manager ZIP upload allows an authenticated attacker to read arbitrary system files by submitting a crafted ZIP with symbolic links. The root cause is the application's failure to validate symlinks before extraction, enabling sym...

7.1CVSS5.4AI score0.00317EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/27 3:43 p.m.40 views

CVE-2026-66398 phpMyFAQ before 4.1.6 Remote Code Execution via Configuration API

phpMyFAQ before v4.1.6 contains a remote code execution vulnerability in the configuration API that allows authenticated administrators with CONFIGURATIONEDIT and ATTACHMENTADD privileges to write arbitrary PHP files by manipulating the upgrade.lastDownloadedPackage setting. Attackers can upload ...

9.4CVSS0.00329EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/27 3:43 p.m.137 views

EUVD-2026-49331

phpMyFAQ before v4.1.6 contains a remote code execution vulnerability in the configuration API that allows authenticated administrators with CONFIGURATIONEDIT and ATTACHMENTADD privileges to write arbitrary PHP files by manipulating the upgrade.lastDownloadedPackage setting. Attackers can upload ...

9.4CVSS6.6AI score0.00329EPSS
SaveExploits0References2
attackerkb
attackerkb
added 2026/07/15 7:38 p.m.11 views

CVE-2026-50124

DataEase is an open source data visualization and analysis tool. Prior to 2.10.23, DataEase can be exploited by uploading payload.zip through the Excel upload API /datasource/upload, creating an H2 datasource that uses the zip: protocol, and executing an SQL dataset path where...

7.1CVSS6.3AI score0.0056EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/15 7:38 p.m.17 views

CVE-2026-50124 DataEase: Remote Code Execution (RCE) via Zip Protocol & File Dropper

DataEase is an open source data visualization and analysis tool. Prior to 2.10.23, DataEase can be exploited by uploading payload.zip through the Excel upload API /datasource/upload, creating an H2 datasource that uses the zip: protocol, and executing an SQL dataset path where...

7.1CVSS6.2AI score0.0056EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/15 7:38 p.m.47 views

CVE-2026-50124 DataEase: Remote Code Execution (RCE) via Zip Protocol & File Dropper

DataEase is an open source data visualization and analysis tool. Prior to 2.10.23, DataEase can be exploited by uploading payload.zip through the Excel upload API /datasource/upload, creating an H2 datasource that uses the zip: protocol, and executing an SQL dataset path where...

7.1CVSS0.0056EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/10 3:31 a.m.34 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
Vulnrichment
Vulnrichment
added 2026/07/07 10:47 p.m.11 views

CVE-2026-55078 Coder: Zip upload decompression lacks aggregate size limit, enabling denial of service

Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.17.0 and prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, POST /api/v2/files converts zip uploads to tar in memory via CreateTarFromZip, which enforced a per-entry size limit but no...

6.5CVSS6AI score0.00602EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 10:47 p.m.18 views

CVE-2026-55078 Coder: Zip upload decompression lacks aggregate size limit, enabling denial of service

Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.17.0 and prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, POST /api/v2/files converts zip uploads to tar in memory via CreateTarFromZip, which enforced a per-entry size limit but no...

6.5CVSS6AI score
SaveExploits0References8
CVE
CVE
added 2026/07/07 10:47 p.m.63 views

CVE-2026-55078

Summary: CVE-2026-55078 affects Coder’s remote development environment provisioning via Terraform. The issue lies in POST /api/v2/files where zip uploads are decompressed to tar in memory by CreateTarFromZip, with a per-entry size limit but no aggregate decompression limit, writing to an unbounde...

6.5CVSS6AI score0.00602EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/07 8:27 p.m.9 views

CVE-2026-55633 DataEase H2 RCE via Zip Protocol & File Dropper Fix bypass

DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, a bypass of the H2 zip protocol and file dropper fix allows an authenticated attacker to upload a zip archive disguised with a .ttf extension through FontManage.saveFile and then exploit it through the zip protocol...

8.7CVSS6.3AI score0.00798EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/07 4:41 p.m.20 views

GO-2026-5916 Coder: Zip upload decompression lacks aggregate size limit, enabling denial of service in github.com/coder/coder

Coder: Zip upload decompression lacks aggregate size limit, enabling denial of service in github.com/coder/coder...

6.5CVSS5.9AI score0.00602EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/07 4:10 p.m.58 views

CVE-2026-23698 Vtiger CRM 8.4.0 Authenticated RCE via Module Import File Upload

Vtiger CRM through 8.4.0 contains an authenticated remote code execution vulnerability in the admin module import feature that allows administrator-level attackers to upload arbitrary PHP files by submitting a crafted zip archive through the ModuleManager import function, which extracts contents...

8.6CVSS0.01226EPSS
SaveExploits2References3
Vulnrichment
Vulnrichment
added 2026/07/07 4:10 p.m.15 views

CVE-2026-23698 Vtiger CRM 8.4.0 Authenticated RCE via Module Import File Upload

Vtiger CRM through 8.4.0 contains an authenticated remote code execution vulnerability in the admin module import feature that allows administrator-level attackers to upload arbitrary PHP files by submitting a crafted zip archive through the ModuleManager import function, which extracts contents...

8.6CVSS6.7AI score0.01226EPSS
SaveExploits2References3
PyPA
PyPA
added 2026/07/07 4:02 p.m.27 views

Mobile Security Framework (MobSF) Allows Web Server Resource Exhaustion via ZIP of Death Attack

Vulnerable MobSF Versions: = v4.3.2Details:MobSF is a widely adopted mobile application security testing tool used by security teams across numerous organizations. Typically, MobSF is deployed on centralized internal or cloud-based servers that also host other security tools and web applications...

6.8CVSS6AI score0.00476EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/07 11:45 a.m.12 views

PYSEC-2026-1167 Apache Superset uncontrolled resource consumption

Uncontrolled resource consumption can be triggered by authenticated attacker that uploads a malicious ZIP to import database, dashboards or datasets. This vulnerability exists in Apache Superset versions up to and including 2.1.2 and versions 3.0.0, 3.0.1...

6.5CVSS6.5AI score0.01667EPSS
SaveExploits0References10
Rows per page
Query Builder