Lucene search
+L

8690 matches found

Cvelist
Cvelist
added 2026/06/25 3:25 p.m.53 views

CVE-2026-48946 Joomla Extension - getk2.org - Privileged RCE vulnerability in K2 extension for Joomla < 2.26

The K2 frontend article-attachment upload path accepts files whose extension is .php, and Apache's standard modphp matches .php$ and executes them under the K2 web user. A K2 Author can upload a shell.php, then fetch /media/k2/attachments/shell.php and execute arbitrary PHP code in the web...

0.00284EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/06/25 12:00 a.m.37 views

PT-2026-52469

Name of the Vulnerable Software and Affected Versions K2 affected versions not specified Description The frontend article-attachment upload path allows the upload of files with the .php extension. When used with Apache's standard mod php, which matches the .php$ pattern, these files are executed...

6.3CVSS6.1AI score0.00284EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/06/24 8:31 p.m.9 views

CVE-2026-52811

Gogs is an open source self-hosted Git service. Prior to 0.14.3, Repository.UploadRepoFiles checks for symlinks only on the leaf of the upload target osx.IsSymlinktargetPath. The siblings UpdateRepoFile, DeleteRepoFile, and GetDiffPreview use hasSymlinkInPath, which lstats every component —...

9CVSS5.9AI score0.00474EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/06/24 8:31 p.m.29 views

EUVD-2026-39082

Gogs is an open source self-hosted Git service. Prior to 0.14.3, Repository.UploadRepoFiles checks for symlinks only on the leaf of the upload target osx.IsSymlinktargetPath. The siblings UpdateRepoFile, DeleteRepoFile, and GetDiffPreview use hasSymlinkInPath, which lstats every component —...

9CVSS5.9AI score0.00474EPSS
SaveExploits0References4
NVD
NVD
added 2026/06/24 7:17 p.m.20 views

CVE-2026-53948

Ghost is a Node.js content management system. From 6.19.4 until 6.21.1, insufficient validation of the client-supplied Content-Type on Ghost's Admin API file upload endpoint allowed uploaded files to be served from the site with an attacker-chosen content type on S3/GCS storage backends. On...

5.4CVSS0.00226EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/24 6:18 p.m.69 views

CVE-2026-49247

Jellyfin (open-source self-hosted media server) has a authenticated path-traversal vulnerability in the POST /ClientLog/Document endpoint affecting 10.9.0 through 10.11.10. The endpoint uses the Authorization header’s Client and Version fields to form on-disk filenames for client-uploaded log doc...

8.8CVSS6AI score0.00548EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 6:06 p.m.16 views

CVE-2026-53948 Ghost: File Upload Content-Type Spoofing

Ghost is a Node.js content management system. From 6.19.4 until 6.21.1, insufficient validation of the client-supplied Content-Type on Ghost's Admin API file upload endpoint allowed uploaded files to be served from the site with an attacker-chosen content type on S3/GCS storage backends. On...

5.4CVSS5.7AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/06/24 5:33 a.m.10 views

CVE-2026-9612

The WhatsOrder – Instant Checkout for WooCommerce plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.0.1 via the yapacdevgenerateorderpdf. This makes it possible for unauthenticated attackers to extract sensitive customer PII and order...

5.3CVSS5.9AI score0.00542EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/06/23 10:16 p.m.21 views

EUVD-2026-38394

Filament: Unauthenticated temporary file upload on auth pages...

6.5CVSS5.8AI score0.00343EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/23 10:16 p.m.28 views

GHSA-44WP-G8F4-F4V5 Filament: Unauthenticated temporary file upload on auth pages

Any schema can contain a file upload form field, so Filament applies Livewire's WithFileUploads trait to the Livewire component the schema is embedded in. However, some schemas, such as the panel login form, do not require file uploads, and exposing unauthenticated temporary file uploads on these...

6.5CVSS6AI score0.00343EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/06/23 6:03 p.m.10 views

Interpretation Conflict

Overview OctoPrint is a snappy web interface for your 3D printer Affected versions of this package are vulnerable to Interpretation Conflict via the upload endpoints when reserved internal form fields are injected as query parameters or through parser differentials between Tornado and Flask. An...

7CVSS5.8AI score0.00212EPSS
SaveExploits0References3
PyPA
PyPA
added 2026/06/23 5:17 p.m.16 views

PYSEC-0000-CVE-2026-55450

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.9.1, unauthenticated users can upload any amount of data to the server without any limitations. No need for any prior knowledge, only network access to Langflow. This can lead to space exhaustion on the...

9.3CVSS5.9AI score0.0119EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/06/23 5:17 p.m.14 views

PYSEC-2026-224

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.9.1, unauthenticated users can upload any amount of data to the server without any limitations. No need for any prior knowledge, only network access to Langflow. This can lead to space exhaustion on the...

9.3CVSS5.9AI score0.0119EPSS
SaveExploits1References2
NVD
NVD
added 2026/06/23 5:17 p.m.27 views

CVE-2026-55450

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.9.1, unauthenticated users can upload any amount of data to the server without any limitations. No need for any prior knowledge, only network access to Langflow. This can lead to space exhaustion on the...

9.3CVSS0.0119EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/06/23 5:09 p.m.24 views

Gogs: UploadRepoFiles writes outside repo working tree via committed parent sym

Summary Repository.UploadRepoFiles checks for symlinks only on the leaf of the upload target osx.IsSymlinktargetPath. The siblings UpdateRepoFile, DeleteRepoFile, and GetDiffPreview use hasSymlinkInPath, which lstats every component — UploadRepoFiles is the lone outlier. An attacker with repo-wri...

9CVSS6.2AI score0.00474EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/06/23 4:26 p.m.29 views

EUVD-2026-38515

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.0.19, an attacker can send a /api/v1/files/upload/ request without any authentication token/cookies and abuse a very long multipart form boundary to make the langflow app unusable for all users for an...

7.5CVSS5.9AI score0.00581EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/06/23 4:17 p.m.146 views

CVE-2026-55450 Langflow: Unauthenticated file upload leads to DoS (space exhaustion) and information leak

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.9.1, unauthenticated users can upload any amount of data to the server without any limitations. No need for any prior knowledge, only network access to Langflow. This can lead to space exhaustion on the...

9.3CVSS0.0119EPSS
SaveExploits1References2
CVE
CVE
added 2026/06/23 4:17 p.m.90 views

CVE-2026-55450

Langflow prior to 1.9.1 is affected by an unauthenticated file upload vulnerability in the deprecated POST /api/v1/upload/{flow_id} endpoint. The endpoint lacks authentication and enforces no file size limit, allowing any network-reachable attacker to exhaust server disk space (DoS ) and receive ...

9.3CVSS5.9AI score0.0119EPSS
SaveIn wildExploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/06/23 4:17 p.m.8 views

CVE-2026-55450

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.9.1, unauthenticated users can upload any amount of data to the server without any limitations. No need for any prior knowledge, only network access to Langflow. This can lead to space exhaustion on the...

9.3CVSS5.9AI score0.0119EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/06/23 4:17 p.m.14 views

CVE-2026-55450 Langflow: Unauthenticated file upload leads to DoS (space exhaustion) and information leak

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.9.1, unauthenticated users can upload any amount of data to the server without any limitations. No need for any prior knowledge, only network access to Langflow. This can lead to space exhaustion on the...

9.3CVSS6AI score
SaveExploits0References4
Rows per page
Query Builder