Lucene search
+L

70977 matches found

Cvelist
Cvelist
added 2026/07/29 6:08 a.m.35 views

CVE-2026-63228 Unrestricted image upload vulnerability

An unrestricted image upload vulnerability in Koollab LMS allowed an authenticated attacker to upload malicious content disguised as an image file via the feedback mail registration endpoint, potentially enabling further attacks on the server...

2.6CVSS0.00128EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/29 6:05 a.m.37 views

CVE-2026-63227 Unrestricted SCORM file upload vulnerability

An unrestricted SCORM file upload vulnerability in Koollab LMS allowed an authenticated module designer to upload a SCORM package containing a PHP webshell to a publicly accessible directory and execute arbitrary code on the server...

9.9CVSS0.00328EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/29 6:05 a.m.45 views

CVE-2026-63227

CVE-2026-63227 describes an unrestricted SCORM file upload vulnerability in Koollab LMS. An authenticated module designer can upload a SCORM package that contains a PHP webshell to a publicly accessible directory, enabling arbitrary code execution on the server. The CVSS 3.1 base score is 9.9 (CR...

9.9CVSS6.2AI score0.00328EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/29 4:17 a.m.12 views

CVE-2026-12476

The Easy Digital Downloads plugin for WordPress is vulnerable to Arbitrary File Upload in versions up to and including 3.6.9. This is due to insufficient file type validation in the edddoajaximportfileupload function , which only checks the client-supplied $FILES'edd-import-file''type' Content-Ty...

7.2CVSS0.00629EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/29 2:31 a.m.37 views

CVE-2026-12476 Easy Digital Downloads <= 3.6.9 - Authenticated (Shop Manager+) Arbitrary File Upload via 'edd-import-file' Parameter

The Easy Digital Downloads plugin for WordPress is vulnerable to Arbitrary File Upload in versions up to and including 3.6.9. This is due to insufficient file type validation in the edddoajaximportfileupload function , which only checks the client-supplied $FILES'edd-import-file''type' Content-Ty...

7.2CVSS0.00629EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/29 2:31 a.m.39 views

CVE-2026-12476

The Easy Digital Downloads plugin for WordPress (up to v3.6.9) is affected by Arbitrary File Upload due to insufficient validation in edd_do_ajax_import_file_upload(). The function relies on the client-provided $_FILES['edd-import-file']['type'] against a CSV allow-list and uses raw move_uploaded...

7.2CVSS6.6AI score0.00629EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/29 2:31 a.m.18 views

EUVD-2026-50108

The Easy Digital Downloads plugin for WordPress is vulnerable to Arbitrary File Upload in versions up to and including 3.6.9. This is due to insufficient file type validation in the edddoajaximportfileupload function , which only checks the client-supplied $FILES'edd-import-file''type' Content-Ty...

7.2CVSS6.6AI score0.00629EPSS
SaveExploits0References8
Joomla! Vulnerable Extensions List
Joomla! Vulnerable Extensions List
added 2026/07/29 12:00 a.m.7 views

[20260810] - Core - Unrestricted uploads of SHTML files

The default list of dangerous files did not include SHTML files. On servers that executed these files, that could lead to code execution...

8.9CVSS5.4AI score0.00307EPSS
SaveExploits0Affected Software1
Packet Storm
Packet Storm
added 2026/07/29 12:00 a.m.69 views

📄 Joomla Content Editor 2.9.99.4 Shell Upload

This Metasploit module exploits an unauthenticated arbitrary profile creation vulnerability in the JCE Joomla Content Editor extension for Joomla!. The profiles.import task fails to enforce authentication, allowing the import of a crafted profile that is directly written to disk as a PHP web shel...

10CVSS7.6AI score0.6883EPSS
SaveExploits26
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:00 a.m.12 views

Joomla! Extension 'iCagenda' 3.2.1 < 3.9.15 / 4.x < 4.0.8 Arbitrary Files Upload

The version of the iCagenda extension for the Joomla! application running on the remote host is 3.2.1 prior to 3.9.15 or 4.x prior to 4.0.8. It is, therefore, affected by an arbitrary files upload vulnerability in the file attachment feature, ultimately resulting in PHP code upload and execution...

10CVSS6.2AI score0.82501EPSS
SaveExploits5References5
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.34 views

PT-2026-65784

The Extra Checkout Options addon for Extra Product Options & Add-Ons for WooCommerce plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 2.3.2. This is due to missing authorization and nonce validation in the eco save settings function, which allows...

8.8CVSS6.2AI score0.00548EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.16 views

PT-2026-65698

An unrestricted SCORM file upload vulnerability in Koollab LMS allowed an authenticated module designer to upload a SCORM package containing a PHP webshell to a publicly accessible directory and execute arbitrary code on the server...

9.9CVSS6.2AI score0.00328EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.19 views

PT-2026-65699

An unrestricted image upload vulnerability in Koollab LMS allowed an authenticated attacker to upload malicious content disguised as an image file via the feedback mail registration endpoint, potentially enabling further attacks on the server...

2.6CVSS5.9AI score0.00128EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/28 11:17 p.m.15 views

CVE-2026-66063

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.5, the httpserver/updown.go multipart upload handler split part.FileName on / but did not reject .., allowing an unauthenticated upload with filename .. to create a file outside the served tree. This...

6.5CVSS0.00233EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/28 10:08 p.m.4 views

GHSA-WG2Q-39H6-66X9 goshs has a Path Traversal issue

Summary The multipart upload filename fix splits on the path separator but never rejects dot-dot, allowing a write outside the served tree. Finding Medium: upload filename escapes the served tree residual of CVE-2026-35393 The multipart filename fix updown.go lines 135-136 splits on the path...

6.5CVSS7.2AI score0.00233EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/28 10:08 p.m.16 views

goshs has a Path Traversal issue

Summary The multipart upload filename fix splits on the path separator but never rejects dot-dot, allowing a write outside the served tree. Finding Medium: upload filename escapes the served tree residual of CVE-2026-35393 The multipart filename fix updown.go lines 135-136 splits on the path...

9.8CVSS5.9AI score0.00683EPSS
SaveExploits1References3Affected Software4
Vulnrichment
Vulnrichment
added 2026/07/28 10:07 p.m.8 views

CVE-2026-66063 goshs has a Path Traversal issue

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.5, the httpserver/updown.go multipart upload handler split part.FileName on / but did not reject .., allowing an unauthenticated upload with filename .. to create a file outside the served tree. This...

6.5CVSS7.2AI score0.00233EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/28 10:07 p.m.8 views

CVE-2026-66063 goshs has a Path Traversal issue

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.5, the httpserver/updown.go multipart upload handler split part.FileName on / but did not reject .., allowing an unauthenticated upload with filename .. to create a file outside the served tree. This...

6.5CVSS7.2AI score
SaveExploits0References4
CVE
CVE
added 2026/07/28 10:07 p.m.47 views

CVE-2026-66063

Summary: CVE-2026-66063 affects goshs, a single‑binary file server. The vulnerability is in the httpserver/updown.go multipart upload handler, which before 2.1.5 splits part.FileName() on “/” but does not reject “..”, enabling an unauthenticated upload with filename “..” to create a file outside ...

6.5CVSS5.9AI score0.00233EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/28 10:07 p.m.38 views

CVE-2026-66063 goshs has a Path Traversal issue

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.5, the httpserver/updown.go multipart upload handler split part.FileName on / but did not reject .., allowing an unauthenticated upload with filename .. to create a file outside the served tree. This...

6.5CVSS0.00233EPSS
SaveExploits0References2
Rows per page
Query Builder